Internal: the textbox frame of a HanMacWrdJGraph. More...
Public Member Functions | |
TextboxFrame (Frame const &orig) | |
constructor | |
~TextboxFrame () final | |
destructor | |
bool | valid () const final |
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 | |
![]() | |
Frame () | |
constructor | |
Frame (Frame const &)=default | |
virtual | ~Frame () |
destructor | |
MWAWBox2f | getBdBox () const |
return the frame bdbox | |
virtual bool | valid () const |
returns true if the frame data are read | |
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 | |
![]() | |
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 | |
MWAWBox2f | m_pos |
the position | |
float | m_baseline |
the baseline | |
bool | m_inGroup |
true if this node is a group's child | |
bool | m_parsed |
true if we have send the data | |
std::string | m_extra |
an extra string | |
Internal: the textbox frame of a HanMacWrdJGraph.
|
inlineexplicit |
constructor
|
final |
destructor
|
inline |
returns true if the box is linked to other textbox
Referenced by HanMacWrdJGraph::sendGroupChild().
|
inline |
print local data
|
inlinefinalvirtual |
returns true if the frame data are read
Reimplemented from HanMacWrdJGraphInternal::Frame.
long HanMacWrdJGraphInternal::TextboxFrame::m_cPos |
the first char pos
Referenced by print().
bool HanMacWrdJGraphInternal::TextboxFrame::m_isLinked |
true if this zone is linked
Referenced by isLinked(), HanMacWrdJGraph::prepareStructures(), and HanMacWrdJGraph::sendTextbox().
long HanMacWrdJGraphInternal::TextboxFrame::m_linkToFId |
the next link zone
Referenced by isLinked(), HanMacWrdJGraph::prepareStructures(), and HanMacWrdJGraph::sendTextbox().
double HanMacWrdJGraphInternal::TextboxFrame::m_width |
the zone width
Referenced by print().
long HanMacWrdJGraphInternal::TextboxFrame::m_zId |
the text id
Referenced by HanMacWrdJGraph::getTextFrameInformations(), print(), and HanMacWrdJGraph::sendTextbox().