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