Internal: the textbox of a MsWksGraph ( v2-v3) More...
Public Member Functions | |
| TextBox (Zone const &z) | |
| constructor | |
| virtual Type | type () const |
| return the type | |
| virtual void | print (std::ostream &o) const |
| operator<< | |
| virtual void | fillFrame (MWAWGraphicStyle &style) const |
| add frame parameters to propList (if needed ) | |
Public Attributes | |
| int | m_numPositions |
| the number of positions | |
| std::vector< MWAWFont > | m_fontsList |
| the list of fonts | |
| std::vector< int > | m_positions |
| the list of positions | |
| std::vector< int > | m_formats |
| the list of format | |
| std::string | m_text |
| the text | |
| MWAWParagraph::Justification | m_justify |
| the paragraph alignment | |
Private Member Functions | |
| TextBox (TextBox const &) | |
| TextBox & | operator= (TextBox const &) |
Internal: the textbox of a MsWksGraph ( v2-v3)
| MsWksGraphInternal::TextBox::TextBox | ( | Zone const & | z | ) | [inline] |
constructor
| MsWksGraphInternal::TextBox::TextBox | ( | TextBox const & | ) | [private] |
| virtual void MsWksGraphInternal::TextBox::fillFrame | ( | MWAWGraphicStyle & | style | ) | const [inline, virtual] |
add frame parameters to propList (if needed )
Reimplemented from MsWksGraphInternal::Zone.
| virtual void MsWksGraphInternal::TextBox::print | ( | std::ostream & | o | ) | const [inline, virtual] |
operator<<
Reimplemented from MsWksGraphInternal::Zone.
| virtual Type MsWksGraphInternal::TextBox::type | ( | ) | const [inline, virtual] |
return the type
Reimplemented from MsWksGraphInternal::Zone.
| std::vector<MWAWFont> MsWksGraphInternal::TextBox::m_fontsList |
the list of fonts
Referenced by MsWksGraph::readText(), and MsWksGraph::sendTextBox().
| std::vector<int> MsWksGraphInternal::TextBox::m_formats |
the list of format
Referenced by MsWksGraph::readText(), and MsWksGraph::sendTextBox().
the paragraph alignment
Referenced by MsWksGraph::getEntryPicture(), print(), and MsWksGraph::sendTextBox().
the number of positions
Referenced by MsWksGraph::getEntryPicture(), and MsWksGraph::readText().
| std::vector<int> MsWksGraphInternal::TextBox::m_positions |
the list of positions
Referenced by MsWksGraph::readText(), and MsWksGraph::sendTextBox().
| std::string MsWksGraphInternal::TextBox::m_text |
the text
Referenced by MsWksGraph::readText(), and MsWksGraph::sendTextBox().