MSKGraphInternal::TextBox Struct Reference

Internal: the textbox of a MSKGraph ( v2-v3) More...

Inheritance diagram for MSKGraphInternal::TextBox:
MSKGraphInternal::Zone

List of all members.

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 &)
TextBoxoperator= (TextBox const &)

Detailed Description

Internal: the textbox of a MSKGraph ( v2-v3)


Constructor & Destructor Documentation

MSKGraphInternal::TextBox::TextBox ( Zone const &  z) [inline]

constructor


Member Function Documentation

virtual void MSKGraphInternal::TextBox::fillFramePropertyList ( WPXPropertyList &  extras) const [inline, virtual]

add frame parameters to propList (if needed )

Reimplemented from MSKGraphInternal::Zone.

TextBox& MSKGraphInternal::TextBox::operator= ( TextBox const &  ) [private]
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.


Member Data Documentation

the list of fonts

Referenced by MSKGraph::readText(), and MSKGraph::sendTextBox().

the list of format

Referenced by MSKGraph::readText(), and MSKGraph::sendTextBox().

the list of positions

Referenced by MSKGraph::readText(), and MSKGraph::sendTextBox().


The documentation for this struct was generated from the following file: