small struct use to define a Zone: v<=3 More...
| Public Member Functions | |
| Zone () | |
| constructor | |
| Public Attributes | |
| std::shared_ptr< StarObjectSmallText > | m_text | 
| the text | |
| int | m_depth | 
| the depth | |
| STOFFColor | m_backgroundColor | 
| the background color | |
| STOFFEmbeddedObject | m_background | 
| the background bitmap | |
| librevenge::RVNGString | m_colorName | 
| the color name | |
| Friends | |
| std::ostream & | operator<< (std::ostream &o, Zone const &zone) | 
| operator<< | |
small struct use to define a Zone: v<=3
| 
 | inline | 
constructor
Referenced by operator<<.
| 
 | friend | 
operator<<
| STOFFEmbeddedObject StarObjectSmallGraphicInternal::OutlinerParaObject::Zone::m_background | 
the background bitmap
Referenced by operator<<, StarObjectSmallGraphic::readSDROutlinerParaObject(), and Zone().
| STOFFColor StarObjectSmallGraphicInternal::OutlinerParaObject::Zone::m_backgroundColor | 
the background color
Referenced by operator<<, StarObjectSmallGraphic::readSDROutlinerParaObject(), and Zone().
| librevenge::RVNGString StarObjectSmallGraphicInternal::OutlinerParaObject::Zone::m_colorName | 
the color name
Referenced by operator<<, StarObjectSmallGraphic::readSDROutlinerParaObject(), and Zone().
| int StarObjectSmallGraphicInternal::OutlinerParaObject::Zone::m_depth | 
the depth
Referenced by operator<<, StarObjectSmallGraphic::readSDROutlinerParaObject(), and Zone().
| std::shared_ptr<StarObjectSmallText> StarObjectSmallGraphicInternal::OutlinerParaObject::Zone::m_text | 
the text
Referenced by operator<<, StarObjectSmallGraphic::readSDROutlinerParaObject(), and Zone().