Internal: the textbox of a HanMacWrdKGraph. More...
Public Member Functions | |
| TextBox (Frame const &orig, bool isComment) | |
| constructor | |
| ~TextBox () | |
| destructor | |
| bool | isLinked () const |
| returns true if the box is linked to other textbox | |
| void | addTo (MWAWGraphicStyle &style) const |
| add property to frame extra values | |
| std::string | print () const |
| print local data | |
Public Attributes | |
| bool | m_commentBox |
| a flag to know if this is a comment textbox | |
| long | m_textFileId |
| the text file id | |
| float | m_dim [2] |
| two auxilliary dim for memo textbox | |
| std::vector< long > | m_linkedIdList |
| the list of linked remaining textbox id | |
| bool | m_isLinked |
| a flag to know if this textbox is linked to a previous box | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, TextBox const &textbox) |
| operator<< | |
Internal: the textbox of a HanMacWrdKGraph.
| HanMacWrdKGraphInternal::TextBox::TextBox | ( | Frame const & | orig, |
| bool | isComment | ||
| ) | [inline] |
constructor
| HanMacWrdKGraphInternal::TextBox::~TextBox | ( | ) | [inline] |
destructor
| void HanMacWrdKGraphInternal::TextBox::addTo | ( | MWAWGraphicStyle & | style | ) | const [inline] |
add property to frame extra values
Referenced by HanMacWrdKGraph::sendTextBox().
| bool HanMacWrdKGraphInternal::TextBox::isLinked | ( | ) | const [inline] |
returns true if the box is linked to other textbox
Referenced by HanMacWrdKGraph::canCreateGraphic(), HanMacWrdKGraph::sendFrame(), and HanMacWrdKGraph::sendGroupChild().
| std::string HanMacWrdKGraphInternal::TextBox::print | ( | ) | const [inline] |
print local data
| std::ostream& operator<< | ( | std::ostream & | o, |
| TextBox const & | textbox | ||
| ) | [friend] |
operator<<
a flag to know if this is a comment textbox
two auxilliary dim for memo textbox
Referenced by print(), HanMacWrdKGraph::sendTextBox(), and TextBox().
a flag to know if this textbox is linked to a previous box
Referenced by addTo(), isLinked(), HanMacWrdKGraph::prepareStructures(), and HanMacWrdKGraph::sendTextBox().
| std::vector<long> HanMacWrdKGraphInternal::TextBox::m_linkedIdList |
the list of linked remaining textbox id
Referenced by addTo(), isLinked(), HanMacWrdKGraph::prepareStructures(), and print().
the text file id
Referenced by HanMacWrdKGraph::canCreateGraphic(), print(), HanMacWrdKGraph::sendFrame(), HanMacWrdKGraph::sendGroup(), HanMacWrdKGraph::sendGroupChild(), and HanMacWrdKGraph::sendTextBox().