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 | |
bool | send (STOFFListenerPtr &listener) |
try to send the text to the listener | |
Public Attributes | |
int | m_version |
the version | |
std::vector< Zone > | m_zones |
the list of zones: version<=3 | |
std::shared_ptr< StarObjectSmallText > | m_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<< | |
Internal: virtual class to store a outliner paragraph object.
|
inline |
constructor
|
inline |
try to send the text to the listener
|
friend |
operator<<
std::vector<int> StarObjectSmallGraphicInternal::OutlinerParaObject::m_depthList |
list of depth data
bool StarObjectSmallGraphicInternal::OutlinerParaObject::m_isEditDoc |
true if the object is a edit document
std::shared_ptr<StarObjectSmallText> StarObjectSmallGraphicInternal::OutlinerParaObject::m_textZone |
list of text zone: version==4
Referenced by send().
int StarObjectSmallGraphicInternal::OutlinerParaObject::m_version |
the version
std::vector<Zone> StarObjectSmallGraphicInternal::OutlinerParaObject::m_zones |
the list of zones: version<=3
Referenced by send().