Internal: virtual class to store a graphic. More...
Public Member Functions | |
Graphic (int id) | |
constructor More... | |
virtual | ~Graphic () |
destructor More... | |
virtual std::string | print () const |
basic print function More... | |
virtual std::string | getName () const =0 |
return the object name More... | |
virtual bool | send (STOFFListenerPtr &, STOFFFrameStyle const &, StarObject &, bool) |
try to send the graphic to the listener More... | |
Public Attributes | |
int | m_identifier |
the type More... | |
Internal: virtual class to store a graphic.
|
inlineexplicit |
constructor
|
virtual |
destructor
|
pure virtual |
return the object name
Implemented in StarObjectSmallGraphicInternal::SDUDGraphic, StarObjectSmallGraphicInternal::SCHUGraphic, StarObjectSmallGraphicInternal::SDRUserData, and StarObjectSmallGraphicInternal::SdrGraphic.
Referenced by print().
|
inlinevirtual |
basic print function
Reimplemented in StarObjectSmallGraphicInternal::SDUDGraphicAnimation, StarObjectSmallGraphicInternal::SDUDGraphic, StarObjectSmallGraphicInternal::SCHUGraphic, StarObjectSmallGraphicInternal::SDRUserData, 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, and StarObjectSmallGraphicInternal::SdrGraphic.
|
inlinevirtual |
try to send the graphic to the listener
Reimplemented in StarObjectSmallGraphicInternal::SCHUGraphic, StarObjectSmallGraphicInternal::SdrGraphicPath, StarObjectSmallGraphicInternal::SdrGraphicPage, StarObjectSmallGraphicInternal::SdrGraphicOLE, StarObjectSmallGraphicInternal::SdrGraphicMeasure, StarObjectSmallGraphicInternal::SdrGraphicGraph, StarObjectSmallGraphicInternal::SdrGraphicEdge, StarObjectSmallGraphicInternal::SdrGraphicCircle, StarObjectSmallGraphicInternal::SdrGraphicCaption, StarObjectSmallGraphicInternal::SdrGraphicRect, and StarObjectSmallGraphicInternal::SdrGraphicGroup.
Referenced by StarObjectSmallGraphicInternal::SdrGraphicPath::send().
int StarObjectSmallGraphicInternal::Graphic::m_identifier |
the type
Referenced by StarObjectSmallGraphicInternal::SdrGraphic::getName(), StarObjectSmallGraphicInternal::SCHUGraphic::getName(), StarObjectSmallGraphicInternal::SDUDGraphic::getName(), StarObjectSmallGraphic::readSVDRObjectCircle(), StarObjectSmallGraphic::readSVDRObjectPath(), StarObjectSmallGraphic::readSVDRObjectRect(), send(), StarObjectSmallGraphicInternal::SdrGraphicRect::send(), StarObjectSmallGraphicInternal::SdrGraphicCircle::send(), StarObjectSmallGraphicInternal::SdrGraphicPath::send(), StarObjectSmallGraphicInternal::SCHUGraphic::send(), and StarObjectSmallGraphicInternal::SdrGraphicText::sendTextZone().