Internal: virtual class to store a graphic. More...
Public Member Functions | |
Graphic (int id) | |
constructor | |
virtual | ~Graphic () |
destructor | |
virtual std::string | print () const |
basic print function | |
virtual std::string | getName () const =0 |
return the object name | |
virtual bool | send (STOFFListenerPtr, STOFFPosition const &, StarObject &, bool) |
try to send the graphic to the listener | |
Public Attributes | |
int | m_identifier |
the type |
Internal: virtual class to store a graphic.
StarObjectSmallGraphicInternal::Graphic::Graphic | ( | int | id | ) | [inline, explicit] |
constructor
StarObjectSmallGraphicInternal::Graphic::~Graphic | ( | ) | [virtual] |
destructor
virtual std::string StarObjectSmallGraphicInternal::Graphic::getName | ( | ) | const [pure virtual] |
return the object name
Implemented in StarObjectSmallGraphicInternal::SdrGraphic, StarObjectSmallGraphicInternal::SDUDGraphic, and StarObjectSmallGraphicInternal::SCHUGraphic.
Referenced by print().
virtual std::string StarObjectSmallGraphicInternal::Graphic::print | ( | ) | const [inline, virtual] |
basic print function
Reimplemented in StarObjectSmallGraphicInternal::SDUDGraphicAnimation, StarObjectSmallGraphicInternal::SdrGraphicUno, StarObjectSmallGraphicInternal::SdrGraphicPath, StarObjectSmallGraphicInternal::SdrGraphicPage, StarObjectSmallGraphicInternal::SdrGraphicOLE, StarObjectSmallGraphicInternal::SdrGraphicMeasure, StarObjectSmallGraphicInternal::SdrGraphicGraph, StarObjectSmallGraphicInternal::SdrGraphicEdge, StarObjectSmallGraphicInternal::SdrGraphicCircle, StarObjectSmallGraphicInternal::SdrGraphicCaption, StarObjectSmallGraphicInternal::SdrGraphicRect, StarObjectSmallGraphicInternal::SdrGraphicText, StarObjectSmallGraphicInternal::SdrGraphicGroup, StarObjectSmallGraphicInternal::SdrGraphicAttribute, StarObjectSmallGraphicInternal::SdrGraphic, StarObjectSmallGraphicInternal::SDUDGraphic, and StarObjectSmallGraphicInternal::SCHUGraphic.
virtual bool StarObjectSmallGraphicInternal::Graphic::send | ( | STOFFListenerPtr | , |
STOFFPosition const & | , | ||
StarObject & | , | ||
bool | |||
) | [inline, virtual] |
try to send the graphic to the listener
Reimplemented in StarObjectSmallGraphicInternal::SdrGraphicPath, StarObjectSmallGraphicInternal::SdrGraphicPage, StarObjectSmallGraphicInternal::SdrGraphicOLE, StarObjectSmallGraphicInternal::SdrGraphicMeasure, StarObjectSmallGraphicInternal::SdrGraphicGraph, StarObjectSmallGraphicInternal::SdrGraphicEdge, StarObjectSmallGraphicInternal::SdrGraphicCircle, StarObjectSmallGraphicInternal::SdrGraphicCaption, StarObjectSmallGraphicInternal::SdrGraphicRect, and StarObjectSmallGraphicInternal::SdrGraphicGroup.
the type
Referenced by StarObjectSmallGraphicInternal::SCHUGraphic::getName(), StarObjectSmallGraphicInternal::SDUDGraphic::getName(), StarObjectSmallGraphicInternal::SdrGraphic::getName(), StarObjectSmallGraphic::readSVDRObjectCircle(), StarObjectSmallGraphic::readSVDRObjectPath(), StarObjectSmallGraphic::readSVDRObjectRect(), send(), StarObjectSmallGraphicInternal::SdrGraphicRect::send(), StarObjectSmallGraphicInternal::SdrGraphicCircle::send(), and StarObjectSmallGraphicInternal::SdrGraphicPath::send().