Internal: virtual class to store a Sdr graphic graph. More...
Public Member Functions | |
SdrGraphicGraph () | |
constructor | |
~SdrGraphicGraph () | |
destructor | |
virtual std::string | print () const |
basic print function | |
bool | send (STOFFListenerPtr listener, STOFFPosition const &pos, StarObject &object, bool inMasterPage) |
try to send the graphic to the listener | |
void | updateStyle (StarState &state, STOFFListenerPtr listener) const |
try to update the style | |
Public Attributes | |
shared_ptr < StarGraphicStruct::StarGraphic > | m_graphic |
the graphic | |
STOFFBox2i | m_graphRectangle |
the rectangle | |
librevenge::RVNGString | m_graphNames [3] |
the name, filename, the filtername | |
bool | m_mirrored |
flag to know if the image is mirrored | |
bool | m_hasGraphicLink |
flag to know if the image has a graphic link | |
shared_ptr< StarItem > | m_graphItem |
the graph attributes | |
Friends | |
std::ostream & | operator<< (std::ostream &o, SdrGraphicGraph const &graph) |
print object data |
Internal: virtual class to store a Sdr graphic graph.
constructor
virtual std::string StarObjectSmallGraphicInternal::SdrGraphicGraph::print | ( | ) | const [inline, virtual] |
basic print function
Reimplemented from StarObjectSmallGraphicInternal::SdrGraphicRect.
bool StarObjectSmallGraphicInternal::SdrGraphicGraph::send | ( | STOFFListenerPtr | listener, |
STOFFPosition const & | pos, | ||
StarObject & | object, | ||
bool | inMasterPage | ||
) | [inline, virtual] |
try to send the graphic to the listener
Reimplemented from StarObjectSmallGraphicInternal::SdrGraphicRect.
void StarObjectSmallGraphicInternal::SdrGraphicGraph::updateStyle | ( | StarState & | state, |
STOFFListenerPtr | listener | ||
) | const [inline] |
try to update the style
Reimplemented from StarObjectSmallGraphicInternal::SdrGraphicAttribute.
Referenced by send().
std::ostream& operator<< | ( | std::ostream & | o, |
SdrGraphicGraph const & | graph | ||
) | [friend] |
print object data
shared_ptr<StarGraphicStruct::StarGraphic> StarObjectSmallGraphicInternal::SdrGraphicGraph::m_graphic |
the graphic
Referenced by StarObjectSmallGraphic::readSVDRObjectGraph(), and send().
the graph attributes
Referenced by StarObjectSmallGraphic::readSVDRObjectGraph(), and updateStyle().
librevenge::RVNGString StarObjectSmallGraphicInternal::SdrGraphicGraph::m_graphNames[3] |
the name, filename, the filtername
Referenced by StarObjectSmallGraphic::readSVDRObjectGraph(), and send().
the rectangle
Referenced by StarObjectSmallGraphic::readSVDRObjectGraph().
flag to know if the image has a graphic link
Referenced by StarObjectSmallGraphic::readSVDRObjectGraph().
flag to know if the image is mirrored
Referenced by StarObjectSmallGraphic::readSVDRObjectGraph().