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