Internal: the text zone of a GWGraph. More...
Public Member Functions | |
FrameText (Frame const &frame) | |
constructor | |
virtual Type | getType () const |
return the frame type | |
virtual void | print (std::ostream &o) const |
print funtion | |
MWAWGraphicStyle | getStyle (MWAWGraphicStyle const &zoneStyle) const |
return the text style | |
bool | hasTransform () const |
return true if the has some transforms. | |
Public Attributes | |
MWAWEntry | m_entry |
the text entry | |
bool | m_flip [2] |
two bool to know if we must flip x or y | |
int | m_rotate |
the rotate angle |
Internal: the text zone of a GWGraph.
GWGraphInternal::FrameText::FrameText | ( | Frame const & | frame | ) | [inline] |
constructor
MWAWGraphicStyle GWGraphInternal::FrameText::getStyle | ( | MWAWGraphicStyle const & | zoneStyle | ) | const [inline] |
return the text style
Referenced by GWGraph::sendTextboxAsGraphic().
virtual Type GWGraphInternal::FrameText::getType | ( | ) | const [inline, virtual] |
return the frame type
Reimplemented from GWGraphInternal::Frame.
bool GWGraphInternal::FrameText::hasTransform | ( | ) | const [inline] |
return true if the has some transforms.
Referenced by GWGraph::sendTextbox().
virtual void GWGraphInternal::FrameText::print | ( | std::ostream & | o | ) | const [inline, virtual] |
print funtion
Reimplemented from GWGraphInternal::Frame.
the text entry
Referenced by GWGraph::canCreateGraphic(), print(), GWGraph::readFrameExtraData(), GWGraph::sendGroupChild(), GWGraph::sendTextbox(), and GWGraph::sendTextboxAsGraphic().
two bool to know if we must flip x or y
Referenced by FrameText(), getStyle(), hasTransform(), print(), and GWGraph::readFrameHeader().
the rotate angle
Referenced by getStyle(), hasTransform(), print(), GWGraph::readFrameHeader(), and GWGraph::sendTextboxAsGraphic().