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 | |
| std::string | print () const |
| print local data | |
Public Member Functions inherited from HMWJGraphInternal::Frame | |
| Frame () | |
| constructor | |
| virtual | ~Frame () |
| destructor | |
Public Attributes | |
| long | m_zId |
| the text id | |
| double | m_width |
| the zone width | |
| long | m_cPos |
| the first char pos | |
Public Attributes inherited from HMWJGraphInternal::Frame | |
| int | m_type |
| the graph type | |
| long | m_fileId |
| the file id | |
| int | m_id |
| the local id | |
| int | m_formatId |
| the format id | |
| int | m_page |
| the page | |
| Box2f | m_pos |
| the position | |
| float | m_baseline |
| the baseline | |
| int | m_posFlags |
| the graph anchor flags | |
| bool | m_parsed |
| true if we have send the data | |
| std::string | m_extra |
| an extra string | |
Internal: the textbox 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::TextboxFrame::m_cPos |
the first char pos
Referenced by print().
| double HMWJGraphInternal::TextboxFrame::m_width |
the zone width
Referenced by print().
| long HMWJGraphInternal::TextboxFrame::m_zId |
the text id
Referenced by print(), and HMWJGraph::sendTextbox().