Internal: the textbox of a MSKGraph ( 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 | fillFramePropertyList (WPXPropertyList &extras) 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 alignement | |
Private Member Functions | |
| TextBox (TextBox const &) | |
| TextBox & | operator= (TextBox const &) |
Internal: the textbox of a MSKGraph ( v2-v3)
| MSKGraphInternal::TextBox::TextBox | ( | Zone const & | z | ) | [inline] |
constructor
| MSKGraphInternal::TextBox::TextBox | ( | TextBox const & | ) | [private] |
| virtual void MSKGraphInternal::TextBox::fillFramePropertyList | ( | WPXPropertyList & | extras | ) | const [inline, virtual] |
add frame parameters to propList (if needed )
Reimplemented from MSKGraphInternal::Zone.
| virtual void MSKGraphInternal::TextBox::print | ( | std::ostream & | o | ) | const [inline, virtual] |
operator<<
Reimplemented from MSKGraphInternal::Zone.
| virtual Type MSKGraphInternal::TextBox::type | ( | ) | const [inline, virtual] |
return the type
Reimplemented from MSKGraphInternal::Zone.
| std::vector<MWAWFont> MSKGraphInternal::TextBox::m_fontsList |
the list of fonts
Referenced by MSKGraph::readText(), and MSKGraph::sendTextBox().
| std::vector<int> MSKGraphInternal::TextBox::m_formats |
the list of format
Referenced by MSKGraph::readText(), and MSKGraph::sendTextBox().
the paragraph alignement
Referenced by MSKGraph::getEntryPicture(), print(), and MSKGraph::sendTextBox().
the number of positions
Referenced by MSKGraph::getEntryPicture(), and MSKGraph::readText().
| std::vector<int> MSKGraphInternal::TextBox::m_positions |
the list of positions
Referenced by MSKGraph::readText(), and MSKGraph::sendTextBox().
| std::string MSKGraphInternal::TextBox::m_text |
the text
Referenced by MSKGraph::readText(), and MSKGraph::sendTextBox().