10 #ifndef INCLUDED_SHAPEINFO_H 11 #define INCLUDED_SHAPEINFO_H 18 #include <boost/optional.hpp> 36 void noop(
const CustomShape *);
50 boost::optional<std::pair<bool, bool> >
m_flips;
70 ShapeInfo() : m_type(), m_cropType(), m_imgIndex(), m_borderImgIndex(),
71 m_coordinates(), m_lines(), m_pageSeqNum(),
72 m_textId(), m_adjustValuesByIndex(), m_adjustValues(),
73 m_rotation(), m_flips(), m_margins(), m_borderPosition(),
74 m_fill(), m_customShape(), m_stretchBorderArt(false),
75 m_lineBackColor(), m_dash(), m_tableInfo(),
77 m_columnSpacing(0), m_beginArrow(), m_endArrow(),
78 m_verticalAlign(), m_pictureRecolor(), m_shadow(), m_innerRotation(), m_clipPath(), m_pictureBrightness(), m_pictureContrast()
83 if (
bool(m_customShape))
89 return std::shared_ptr<const CustomShape>(
93 return std::shared_ptr<const CustomShape>(
boost::optional< unsigned > m_imgIndex
Definition: ShapeInfo.h:41
boost::optional< unsigned > m_numColumns
Definition: ShapeInfo.h:59
boost::optional< Dash > m_dash
Definition: ShapeInfo.h:57
boost::optional< unsigned > m_borderImgIndex
Definition: ShapeInfo.h:42
boost::optional< Margins > m_margins
Definition: ShapeInfo.h:51
boost::optional< unsigned > m_pageSeqNum
Definition: ShapeInfo.h:45
boost::optional< int > m_pictureContrast
Definition: ShapeInfo.h:69
boost::optional< int > m_pictureBrightness
Definition: ShapeInfo.h:68
boost::optional< VerticalAlign > m_verticalAlign
Definition: ShapeInfo.h:63
std::shared_ptr< const Fill > m_fill
Definition: ShapeInfo.h:53
boost::optional< Arrow > m_beginArrow
Definition: ShapeInfo.h:61
boost::optional< DynamicCustomShape > m_customShape
Definition: ShapeInfo.h:54
bool m_stretchBorderArt
Definition: ShapeInfo.h:55
boost::optional< std::pair< bool, bool > > m_flips
Definition: ShapeInfo.h:50
std::map< unsigned, int > m_adjustValuesByIndex
Definition: ShapeInfo.h:47
Definition: ShapeType.h:19
boost::optional< TableInfo > m_tableInfo
Definition: ShapeInfo.h:58
std::vector< int > m_adjustValues
Definition: ShapeInfo.h:48
boost::optional< ShapeType > m_type
Definition: ShapeInfo.h:39
std::shared_ptr< const CustomShape > getFromDynamicCustomShape(const DynamicCustomShape &dcs)
Definition: PolygonUtils.cpp:6381
boost::optional< Coordinate > m_coordinates
Definition: ShapeInfo.h:43
boost::optional< Arrow > m_endArrow
Definition: ShapeInfo.h:62
std::vector< libmspub::Vertex > m_clipPath
Definition: ShapeInfo.h:67
boost::optional< ShapeType > m_cropType
Definition: ShapeInfo.h:40
Definition: PolygonUtils.h:59
boost::optional< unsigned > m_textId
Definition: ShapeInfo.h:46
unsigned m_columnSpacing
Definition: ShapeInfo.h:60
boost::optional< ColorReference > m_pictureRecolor
Definition: ShapeInfo.h:64
ShapeInfo()
Definition: ShapeInfo.h:70
const CustomShape * getCustomShape(ShapeType type)
Definition: PolygonUtils.cpp:5245
boost::optional< BorderPosition > m_borderPosition
Definition: ShapeInfo.h:52
boost::optional< int > m_innerRotation
Definition: ShapeInfo.h:66
std::vector< Line > m_lines
Definition: ShapeInfo.h:44
void noop(const CustomShape *)
Definition: MSPUBCollector.cpp:520
boost::optional< ColorReference > m_lineBackColor
Definition: ShapeInfo.h:56
std::shared_ptr< const CustomShape > getCustomShape() const
Definition: ShapeInfo.h:81
boost::optional< double > m_rotation
Definition: ShapeInfo.h:49
Definition: ShapeInfo.h:37
boost::optional< Shadow > m_shadow
Definition: ShapeInfo.h:65