Internal: the textbox frame of a HanMacWrdJGraph. More...
Public Member Functions | |
| TextboxFrame (Frame const &orig) | |
| constructor | |
| virtual bool | valid () const |
| returns true if the frame data are read | |
| bool | isLinked () const |
| returns true if the box is linked to other textbox | |
| std::string | print () const |
| print local data | |
Public Attributes | |
| long | m_zId |
| the text id | |
| double | m_width |
| the zone width | |
| long | m_cPos |
| the first char pos | |
| long | m_linkToFId |
| the next link zone | |
| bool | m_isLinked |
| true if this zone is linked | |
Internal: the textbox frame of a HanMacWrdJGraph.
| HanMacWrdJGraphInternal::TextboxFrame::TextboxFrame | ( | Frame const & | orig | ) | [inline] |
constructor
| bool HanMacWrdJGraphInternal::TextboxFrame::isLinked | ( | ) | const [inline] |
returns true if the box is linked to other textbox
Referenced by HanMacWrdJGraph::canCreateGraphic(), HanMacWrdJGraph::sendFrame(), and HanMacWrdJGraph::sendGroupChild().
| std::string HanMacWrdJGraphInternal::TextboxFrame::print | ( | ) | const [inline] |
print local data
| virtual bool HanMacWrdJGraphInternal::TextboxFrame::valid | ( | ) | const [inline, virtual] |
returns true if the frame data are read
Reimplemented from HanMacWrdJGraphInternal::Frame.
the first char pos
Referenced by HanMacWrdJGraph::prepareStructures(), and print().
true if this zone is linked
Referenced by isLinked(), HanMacWrdJGraph::prepareStructures(), and HanMacWrdJGraph::sendTextbox().
the next link zone
Referenced by isLinked(), HanMacWrdJGraph::prepareStructures(), and HanMacWrdJGraph::sendTextbox().
the zone width
Referenced by print().