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, StarObject &) |
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
|
inlinevirtual |
destructor
|
pure virtual |
return the object name
Implemented in StarObjectSmallGraphicInternal::SdrGraphic, StarObjectSmallGraphicInternal::SDUDGraphic, and StarObjectSmallGraphicInternal::SCHUGraphic.
|
inlinevirtual |
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.
|
inlinevirtual |
try to send the graphic to the listener
Reimplemented in StarObjectSmallGraphicInternal::SdrGraphicPath, StarObjectSmallGraphicInternal::SdrGraphicPage, StarObjectSmallGraphicInternal::SdrGraphicOLE, StarObjectSmallGraphicInternal::SdrGraphicMeasure, StarObjectSmallGraphicInternal::SdrGraphicGraph, StarObjectSmallGraphicInternal::SdrGraphicCircle, StarObjectSmallGraphicInternal::SdrGraphicRect, and StarObjectSmallGraphicInternal::SdrGraphicGroup.
Referenced by StarObjectSmallGraphicInternal::SdrGraphicPath::send().
int StarObjectSmallGraphicInternal::Graphic::m_identifier |