Internal: virtual class to store a Sdr graphic attribute. More...
Public Member Functions | |
SdrGraphicAttribute (int id) | |
constructor | |
~SdrGraphicAttribute () | |
destructor | |
virtual std::string | print () const |
basic print function | |
void | updateStyle (StarState &state, STOFFListenerPtr listener) const |
try to update the style | |
Public Attributes | |
std::vector< shared_ptr < StarItem > > | m_itemList |
the list of star item | |
librevenge::RVNGString | m_sheetStyle |
the sheet style name | |
Friends | |
std::ostream & | operator<< (std::ostream &o, SdrGraphicAttribute const &graph) |
print object data |
Internal: virtual class to store a Sdr graphic attribute.
StarObjectSmallGraphicInternal::SdrGraphicAttribute::SdrGraphicAttribute | ( | int | id | ) | [inline, explicit] |
constructor
virtual std::string StarObjectSmallGraphicInternal::SdrGraphicAttribute::print | ( | ) | const [inline, virtual] |
basic print function
Reimplemented from StarObjectSmallGraphicInternal::SdrGraphic.
Reimplemented in StarObjectSmallGraphicInternal::SdrGraphicUno, StarObjectSmallGraphicInternal::SdrGraphicPath, StarObjectSmallGraphicInternal::SdrGraphicOLE, StarObjectSmallGraphicInternal::SdrGraphicMeasure, StarObjectSmallGraphicInternal::SdrGraphicGraph, StarObjectSmallGraphicInternal::SdrGraphicEdge, StarObjectSmallGraphicInternal::SdrGraphicCircle, StarObjectSmallGraphicInternal::SdrGraphicCaption, StarObjectSmallGraphicInternal::SdrGraphicRect, and StarObjectSmallGraphicInternal::SdrGraphicText.
void StarObjectSmallGraphicInternal::SdrGraphicAttribute::updateStyle | ( | StarState & | state, |
STOFFListenerPtr | listener | ||
) | const [inline] |
try to update the style
Reimplemented from StarObjectSmallGraphicInternal::SdrGraphic.
Reimplemented in StarObjectSmallGraphicInternal::SdrGraphicMeasure, StarObjectSmallGraphicInternal::SdrGraphicGraph, and StarObjectSmallGraphicInternal::SdrGraphicCircle.
Referenced by StarObjectSmallGraphicInternal::SdrGraphicRect::send(), StarObjectSmallGraphicInternal::SdrGraphicCaption::send(), StarObjectSmallGraphicInternal::SdrGraphicEdge::send(), StarObjectSmallGraphicInternal::SdrGraphicOLE::send(), StarObjectSmallGraphicInternal::SdrGraphicPath::send(), and StarObjectSmallGraphicInternal::SdrGraphicText::sendTextZone().
std::ostream& operator<< | ( | std::ostream & | o, |
SdrGraphicAttribute const & | graph | ||
) | [friend] |
print object data
std::vector<shared_ptr<StarItem> > StarObjectSmallGraphicInternal::SdrGraphicAttribute::m_itemList |
the list of star item
Referenced by StarObjectSmallGraphic::readSVDRObjectAttrib(), and updateStyle().
librevenge::RVNGString StarObjectSmallGraphicInternal::SdrGraphicAttribute::m_sheetStyle |
the sheet style name
Referenced by StarObjectSmallGraphic::readSVDRObjectAttrib(), and updateStyle().