Internal: virtual class to store a Sdr graphic OLE. More...
Public Member Functions | |
SdrGraphicOLE (int id) | |
constructor | |
~SdrGraphicOLE () | |
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 | |
Public Attributes | |
librevenge::RVNGString | m_oleNames [2] |
the persist and the program name | |
shared_ptr < StarGraphicStruct::StarGraphic > | m_graphic |
the graphic | |
shared_ptr< STOFFOLEParser > | m_oleParser |
the ole parser | |
Friends | |
std::ostream & | operator<< (std::ostream &o, SdrGraphicOLE const &graph) |
print object data |
Internal: virtual class to store a Sdr graphic OLE.
StarObjectSmallGraphicInternal::SdrGraphicOLE::SdrGraphicOLE | ( | int | id | ) | [inline, explicit] |
constructor
virtual std::string StarObjectSmallGraphicInternal::SdrGraphicOLE::print | ( | ) | const [inline, virtual] |
basic print function
Reimplemented from StarObjectSmallGraphicInternal::SdrGraphicRect.
bool StarObjectSmallGraphicInternal::SdrGraphicOLE::send | ( | STOFFListenerPtr | listener, |
STOFFPosition const & | pos, | ||
StarObject & | object, | ||
bool | inMasterPage | ||
) | [inline, virtual] |
try to send the graphic to the listener
Reimplemented from StarObjectSmallGraphicInternal::SdrGraphicRect.
std::ostream& operator<< | ( | std::ostream & | o, |
SdrGraphicOLE const & | graph | ||
) | [friend] |
print object data
the graphic
Referenced by StarObjectSmallGraphic::readSVDRObjectOLE(), and send().
librevenge::RVNGString StarObjectSmallGraphicInternal::SdrGraphicOLE::m_oleNames[2] |
the persist and the program name
Referenced by StarObjectSmallGraphic::readSVDRObjectOLE(), and send().
the ole parser
Referenced by StarObjectSmallGraphic::readSVDRObjectOLE(), and send().