HanMacWrdKGraphInternal::TextBox Struct Reference

Internal: the textbox of a HanMacWrdKGraph. More...

Inheritance diagram for HanMacWrdKGraphInternal::TextBox:
HanMacWrdKGraphInternal::Frame

List of all members.

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<<

Detailed Description

Internal: the textbox of a HanMacWrdKGraph.


Constructor & Destructor Documentation

HanMacWrdKGraphInternal::TextBox::TextBox ( Frame const &  orig,
bool  isComment 
) [inline]

constructor


Member Function Documentation

add property to frame extra values

Referenced by HanMacWrdKGraph::sendTextBox().

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


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
TextBox const &  textbox 
) [friend]

operator<<


Member Data Documentation

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().

the list of linked remaining textbox id

Referenced by addTo(), isLinked(), HanMacWrdKGraph::prepareStructures(), and print().


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