Internal: the textbox frame of a HMWJGraph. 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 HMWJGraph.
HMWJGraphInternal::TextboxFrame::TextboxFrame | ( | Frame const & | orig | ) | [inline] |
constructor
bool HMWJGraphInternal::TextboxFrame::isLinked | ( | ) | const [inline] |
returns true if the box is linked to other textbox
Referenced by HMWJGraph::canCreateGraphic(), HMWJGraph::sendFrame(), and HMWJGraph::sendGroupChild().
std::string HMWJGraphInternal::TextboxFrame::print | ( | ) | const [inline] |
print local data
virtual bool HMWJGraphInternal::TextboxFrame::valid | ( | ) | const [inline, virtual] |
returns true if the frame data are read
Reimplemented from HMWJGraphInternal::Frame.
the first char pos
Referenced by HMWJGraph::prepareStructures(), and print().
true if this zone is linked
Referenced by isLinked(), HMWJGraph::prepareStructures(), and HMWJGraph::sendTextbox().
the next link zone
Referenced by isLinked(), HMWJGraph::prepareStructures(), and HMWJGraph::sendTextbox().
the zone width
Referenced by print().
the text id
Referenced by HMWJGraph::canCreateGraphic(), HMWJGraph::prepareStructures(), print(), HMWJGraph::sendFrame(), HMWJGraph::sendGroup(), HMWJGraph::sendGroupChild(), and HMWJGraph::sendTextbox().