ACTextInternal::Topic Struct Reference

Internal: a topic of a ACText. More...

List of all members.

Public Member Functions

 Topic ()
 constructor
bool valid () const
 return true if the topic is valid

Public Attributes

int m_depth
 the node depth
int m_type
 the node type: 1=text, 2=graphic
int m_hidden
 the number of time a topic is hidden by its parents
bool m_pageBreak
 true if a page break exists before the topic
MWAWFont m_font
 the line font
MWAWColor m_labelColor
 the label color
MWAWEntry m_data
 the data entries(text or graphic)
MWAWEntry m_fonts
 the fonts entries(for text)
MWAWEntry m_auxi
 an auxialliary entry(unknown)
std::string m_extra
 extra

Friends

std::ostream & operator<< (std::ostream &o, Topic const &topic)
 operator<<

Detailed Description

Internal: a topic of a ACText.


Constructor & Destructor Documentation

constructor


Member Function Documentation

bool ACTextInternal::Topic::valid ( ) const [inline]

return true if the topic is valid

Referenced by ACText::readTopic().


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
Topic const &  topic 
) [friend]

operator<<


Member Data Documentation

an auxialliary entry(unknown)

Referenced by ACText::sendTopic().

extra

Referenced by ACText::readTopic().

the line font

Referenced by ACText::readTopic(), and ACText::sendTopic().

the fonts entries(for text)

Referenced by ACText::sendText().

the number of time a topic is hidden by its parents

Referenced by ACText::readTopic().

true if a page break exists before the topic

Referenced by ACText::readTopic(), and ACText::sendTopic().

the node type: 1=text, 2=graphic

Referenced by ACText::readTopic(), ACText::sendTopic(), and valid().


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