StarObjectSmallGraphicInternal::OutlinerParaObject Class Reference

Internal: virtual class to store a outliner paragraph object. More...

List of all members.

Classes

struct  Zone
 small struct use to define a Zone: v<=3 More...

Public Member Functions

 OutlinerParaObject ()
 constructor
bool send (STOFFListenerPtr listener)
 try to send the text to the listener

Public Attributes

int m_version
 the version
std::vector< Zonem_zones
 the list of zones: version<=3
shared_ptr< StarObjectSmallTextm_textZone
 list of text zone: version==4
std::vector< int > m_depthList
 list of depth data
bool m_isEditDoc
 true if the object is a edit document

Friends

std::ostream & operator<< (std::ostream &o, OutlinerParaObject const &obj)
 operator<<

Detailed Description

Internal: virtual class to store a outliner paragraph object.


Constructor & Destructor Documentation


Member Function Documentation

try to send the text to the listener


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
OutlinerParaObject const &  obj 
) [friend]

operator<<


Member Data Documentation

true if the object is a edit document

list of text zone: version==4

Referenced by send().

the list of zones: version<=3

Referenced by send().


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