Internal: virtual class to store a user data. More...
Public Member Functions | |
SDRUserData (int id=-1) | |
std::string | getName () const override |
return the object name | |
std::string | print () const override |
basic print function | |
![]() | |
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 &, STOFFFrameStyle const &, StarObject &, bool) |
try to send the graphic to the listener | |
Additional Inherited Members | |
![]() | |
int | m_identifier |
the type | |
Internal: virtual class to store a user data.
|
inlineexplicit |
|
inlineoverridevirtual |
return the object name
Implements StarObjectSmallGraphicInternal::Graphic.
Reimplemented in StarObjectSmallGraphicInternal::SCHUGraphic, and StarObjectSmallGraphicInternal::SDUDGraphic.
|
overridevirtual |
basic print function
Reimplemented from StarObjectSmallGraphicInternal::Graphic.
Reimplemented in StarObjectSmallGraphicInternal::SCHUGraphic, StarObjectSmallGraphicInternal::SDUDGraphic, and StarObjectSmallGraphicInternal::SDUDGraphicAnimation.