Internal: the basic shape of a GWGraph. More...
Public Member Functions | |
FrameShape (Frame const &frame) | |
constructor More... | |
virtual Type | getType () const |
return the frame type More... | |
virtual void | print (std::ostream &o) const |
print function More... | |
void | updateStyle (MWAWGraphicStyle &style) const |
update the style More... | |
![]() | |
Frame () | |
constructor More... | |
virtual | ~Frame () |
destructor More... | |
Public Attributes | |
MWAWGraphicShape | m_shape |
the shape More... | |
int | m_lineArrow |
the line arrow style (in v1) More... | |
int | m_lineFormat |
the line format? More... | |
![]() | |
int | m_type |
the zone type More... | |
int | m_styleId |
the style identifier More... | |
int | m_parent |
the parent identifier More... | |
int | m_order |
the z order More... | |
long | m_dataSize |
the data size ( if know) More... | |
Box2f | m_box |
the zone bdbox More... | |
int | m_page |
the page More... | |
std::string | m_extra |
extra data More... | |
bool | m_parsed |
true if the frame is send More... | |
Private Member Functions | |
FrameShape (FrameShape const &) | |
FrameShape & | operator= (FrameShape const &) |
Additional Inherited Members | |
![]() | |
enum | Type { T_BAD, T_BASIC, T_GROUP, T_PICTURE, T_TEXT, T_UNSET } |
the frame type More... | |
Internal: the basic shape of a GWGraph.
|
inline |
constructor
|
private |
|
inlinevirtual |
return the frame type
Reimplemented from GWGraphInternal::Frame.
|
private |
|
inlinevirtual |
print function
Reimplemented from GWGraphInternal::Frame.
|
inline |
update the style
Referenced by GWGraph::sendGroup(), GWGraph::sendGroupChild(), and GWGraph::sendShape().
int GWGraphInternal::FrameShape::m_lineArrow |
the line arrow style (in v1)
Referenced by print(), GWGraph::readFrameHeader(), and updateStyle().
int GWGraphInternal::FrameShape::m_lineFormat |
the line format?
Referenced by print(), and GWGraph::readFrameHeader().
MWAWGraphicShape GWGraphInternal::FrameShape::m_shape |
the shape
Referenced by GWGraph::readFrameExtraData(), GWGraph::readFrameHeader(), GWGraph::sendGroup(), GWGraph::sendGroupChild(), GWGraph::sendShape(), and updateStyle().