Internal: the textbox of a MSKGraph ( v4) More...
Public Member Functions | |
| TextBoxv4 (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 | |
| MWAWEntry | m_text |
| the text of positions (0-0: means no text) | |
| std::string | m_frame |
| the frame name | |
Internal: the textbox of a MSKGraph ( v4)
| MSKGraphInternal::TextBoxv4::TextBoxv4 | ( | Zone const & | z | ) | [inline] |
constructor
| virtual void MSKGraphInternal::TextBoxv4::fillFramePropertyList | ( | WPXPropertyList & | extras | ) | const [inline, virtual] |
add frame parameters to propList (if needed )
Reimplemented from MSKGraphInternal::Zone.
| virtual void MSKGraphInternal::TextBoxv4::print | ( | std::ostream & | o | ) | const [inline, virtual] |
operator<<
Reimplemented from MSKGraphInternal::Zone.
| virtual Type MSKGraphInternal::TextBoxv4::type | ( | ) | const [inline, virtual] |
return the type
Reimplemented from MSKGraphInternal::Zone.
| std::string MSKGraphInternal::TextBoxv4::m_frame |
the frame name
Referenced by MSKGraph::checkTextBoxLinks(), and MSKGraph::send().
the text of positions (0-0: means no text)
Referenced by MSKGraph::getEntryPicture(), print(), and MSKGraph::send().