Internal: the comment frame of a HMWJGraph. More...
Public Member Functions | |
CommentFrame (Frame const &orig) | |
constructor | |
virtual bool | valid () const |
returns true if the frame data are read | |
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 | |
Vec2f | m_dim |
the auxilliary dim |
Internal: the comment frame of a HMWJGraph.
HMWJGraphInternal::CommentFrame::CommentFrame | ( | Frame const & | orig | ) | [inline] |
constructor
std::string HMWJGraphInternal::CommentFrame::print | ( | ) | const [inline] |
print local data
virtual bool HMWJGraphInternal::CommentFrame::valid | ( | ) | const [inline, virtual] |
returns true if the frame data are read
Reimplemented from HMWJGraphInternal::Frame.
the first char pos
Referenced by print().
the auxilliary dim
Referenced by print(), and HMWJGraph::sendComment().
the zone width
Referenced by print().
the text id
Referenced by print(), and HMWJGraph::sendComment().