Internal: a shape of a Quattro9Graph. More...
Public Member Functions | |
Shape () | |
constructor | |
bool | empty () const |
returns true if the shape is empty | |
WPSBox2f | getBdBox () const |
returns true if the bounding box |
Public Attributes | |
WPSBox2f | m_box |
the box(if this is a group) | |
std::vector< std::pair< WPSGraphicShape, WPSGraphicStyle > > | m_listShapes |
the list of shape and style | |
std::shared_ptr< Shape > | m_child |
the child (if this is a group) |
Internal: a shape of a Quattro9Graph.
|
inline |
constructor
|
inline |
returns true if the shape is empty
|
inline |
returns true if the bounding box
Referenced by Quattro9Graph::sendShape().
WPSBox2f Quattro9GraphInternal::Shape::m_box |
the box(if this is a group)
Referenced by getBdBox(), Quattro9Graph::readShapeRec(), and Shape().
std::shared_ptr<Shape> Quattro9GraphInternal::Shape::m_child |
the child (if this is a group)
Referenced by empty(), getBdBox(), Quattro9Graph::readShapeRec(), Quattro9Graph::sendShape(), and Shape().
std::vector<std::pair<WPSGraphicShape, WPSGraphicStyle> > Quattro9GraphInternal::Shape::m_listShapes |
the list of shape and style
Referenced by empty(), getBdBox(), Quattro9Graph::readShapeRec(), Quattro9Graph::sendShape(), and Shape().