StarObjectSmallGraphicInternal::OutlinerParaObject Class Reference

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

Classes

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

Public Member Functions

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

Public Attributes

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

Friends

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

Detailed Description

Internal: virtual class to store a outliner paragraph object.

Constructor & Destructor Documentation

◆ OutlinerParaObject()

StarObjectSmallGraphicInternal::OutlinerParaObject::OutlinerParaObject ( )
inline

constructor

Member Function Documentation

◆ send()

bool StarObjectSmallGraphicInternal::OutlinerParaObject::send ( STOFFListenerPtr listener)
inline

try to send the text to the listener

Friends And Related Function Documentation

◆ operator<<

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

operator<<

Member Data Documentation

◆ m_depthList

std::vector<int> StarObjectSmallGraphicInternal::OutlinerParaObject::m_depthList

list of depth data

◆ m_isEditDoc

bool StarObjectSmallGraphicInternal::OutlinerParaObject::m_isEditDoc

true if the object is a edit document

◆ m_textZone

std::shared_ptr<StarObjectSmallText> StarObjectSmallGraphicInternal::OutlinerParaObject::m_textZone

list of text zone: version==4

Referenced by send().

◆ m_version

int StarObjectSmallGraphicInternal::OutlinerParaObject::m_version

the version

◆ m_zones

std::vector<Zone> StarObjectSmallGraphicInternal::OutlinerParaObject::m_zones

the list of zones: version<=3

Referenced by send().


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

Generated on Wed Mar 15 2023 00:00:00 for libstaroffice by doxygen 1.9.1