Internal: the comment frame of a HMWJGraph. More...
Public Member Functions | |
| CommentFrame (Frame const &orig) | |
| constructor More... | |
| virtual bool | valid () const |
| returns true if the frame data are read More... | |
| std::string | print () const |
| print local data More... | |
Public Member Functions inherited from HMWJGraphInternal::Frame | |
| Frame () | |
| constructor More... | |
| virtual | ~Frame () |
| destructor More... | |
Public Attributes | |
| long | m_zId |
| the text id More... | |
| double | m_width |
| the zone width More... | |
| long | m_cPos |
| the first char pos More... | |
| Vec2f | m_dim |
| the auxilliary dim More... | |
Public Attributes inherited from HMWJGraphInternal::Frame | |
| int | m_type |
| the graph type More... | |
| long | m_fileId |
| the file id More... | |
| int | m_id |
| the local id More... | |
| int | m_formatId |
| the format id More... | |
| int | m_page |
| the page More... | |
| Box2f | m_pos |
| the position More... | |
| float | m_baseline |
| the baseline More... | |
| int | m_posFlags |
| the graph anchor flags More... | |
| bool | m_parsed |
| true if we have send the data More... | |
| std::string | m_extra |
| an extra string More... | |
Internal: the comment frame of a HMWJGraph.
|
inline |
constructor
|
inline |
print local data
|
inlinevirtual |
returns true if the frame data are read
Reimplemented from HMWJGraphInternal::Frame.
| long HMWJGraphInternal::CommentFrame::m_cPos |
the first char pos
Referenced by print().
| Vec2f HMWJGraphInternal::CommentFrame::m_dim |
the auxilliary dim
Referenced by print(), and HMWJGraph::sendComment().
| double HMWJGraphInternal::CommentFrame::m_width |
the zone width
Referenced by print().
| long HMWJGraphInternal::CommentFrame::m_zId |
the text id
Referenced by print(), and HMWJGraph::sendComment().