Internal: the text zone of a GreatWksGraph. 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 GreatWksGraph.
| GreatWksGraphInternal::FrameText::FrameText | ( | Frame const & | frame | ) | [inline] |
constructor
| MWAWGraphicStyle GreatWksGraphInternal::FrameText::getStyle | ( | MWAWGraphicStyle const & | zoneStyle | ) | const [inline] |
return the text style
Referenced by GreatWksGraph::sendTextboxAsGraphic().
| virtual Type GreatWksGraphInternal::FrameText::getType | ( | ) | const [inline, virtual] |
return the frame type
Reimplemented from GreatWksGraphInternal::Frame.
| bool GreatWksGraphInternal::FrameText::hasTransform | ( | ) | const [inline] |
return true if the has some transforms.
Referenced by GreatWksGraph::sendTextbox().
| virtual void GreatWksGraphInternal::FrameText::print | ( | std::ostream & | o | ) | const [inline, virtual] |
print funtion
Reimplemented from GreatWksGraphInternal::Frame.
the text entry
Referenced by GreatWksGraph::canCreateGraphic(), print(), GreatWksGraph::readFrameExtraData(), GreatWksGraph::sendGroupChild(), GreatWksGraph::sendTextbox(), and GreatWksGraph::sendTextboxAsGraphic().
two bool to know if we must flip x or y
Referenced by FrameText(), getStyle(), hasTransform(), print(), and GreatWksGraph::readFrameHeader().
the rotate angle
Referenced by getStyle(), hasTransform(), print(), GreatWksGraph::readFrameHeader(), and GreatWksGraph::sendTextboxAsGraphic().