Internal: the textbox of a HMWKGraph. More...
Public Member Functions | |
TextBox (Frame const &orig, bool isComment) | |
constructor More... | |
~TextBox () | |
destructor More... | |
bool | isLinked () const |
returns true if the box is linked to other textbox More... | |
void | addTo (WPXPropertyList &frames, WPXPropertyList &tbExtra) const |
add property to frame extra values More... | |
std::string | print () const |
print local data More... | |
![]() | |
Frame () | |
constructor More... | |
virtual | ~Frame () |
destructor More... | |
Box2f | getBdBox () const |
return the frame bdbox More... | |
Public Attributes | |
bool | m_commentBox |
a flag to know if this is a comment textbox More... | |
long | m_textFileId |
the text file id More... | |
float | m_dim [2] |
two auxilliary dim for memo textbox More... | |
std::vector< long > | m_linkedIdList |
the list of linked remaining textbox id More... | |
bool | m_isLinked |
a flag to know if this textbox is linked to a previous box More... | |
![]() | |
int | m_type |
the graph type More... | |
long | m_fileId |
the file id More... | |
long | m_fileSubId |
the file sub id More... | |
int | m_id |
the local 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... | |
MWAWGraphicStyle | m_style |
the style More... | |
int | m_borderType |
the border type More... | |
Vec2f | m_borders [4] |
the border default size (before using width), 0 means Top, other unknown More... | |
bool | m_inGroup |
true if the frame is a child of a group More... | |
bool | m_parsed |
true if we have send the data More... | |
std::string | m_extra |
an extra string More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, TextBox const &textbox) |
operator<< More... | |
Internal: the textbox of a HMWKGraph.
|
inline |
constructor
|
inline |
destructor
|
inline |
add property to frame extra values
Referenced by HMWKGraph::sendTextBox().
|
inline |
returns true if the box is linked to other textbox
Referenced by HMWKGraph::canCreateGraphic(), HMWKGraph::sendFrame(), and HMWKGraph::sendGroupChild().
|
inline |
print local data
|
friend |
operator<<
bool HMWKGraphInternal::TextBox::m_commentBox |
a flag to know if this is a comment textbox
float HMWKGraphInternal::TextBox::m_dim[2] |
two auxilliary dim for memo textbox
Referenced by print(), HMWKGraph::sendTextBox(), and TextBox().
bool HMWKGraphInternal::TextBox::m_isLinked |
a flag to know if this textbox is linked to a previous box
Referenced by addTo(), isLinked(), HMWKGraph::prepareStructures(), and HMWKGraph::sendTextBox().
std::vector<long> HMWKGraphInternal::TextBox::m_linkedIdList |
the list of linked remaining textbox id
Referenced by addTo(), isLinked(), HMWKGraph::prepareStructures(), and print().
long HMWKGraphInternal::TextBox::m_textFileId |
the text file id
Referenced by HMWKGraph::canCreateGraphic(), print(), HMWKGraph::sendFrame(), HMWKGraph::sendGroup(), HMWKGraph::sendGroupChild(), and HMWKGraph::sendTextBox().