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