Internal: virtual class to store a SDUD graphic. More...
Public Member Functions | |
SDUDGraphic (int id) | |
constructor More... | |
~SDUDGraphic () override | |
destructor More... | |
std::string | getName () const override |
return the object name More... | |
std::string | print () const override |
basic print function More... | |
![]() | |
SDRUserData (int id=-1) | |
![]() | |
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... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, SDUDGraphic const &graph) |
print object data More... | |
Additional Inherited Members | |
![]() | |
int | m_identifier |
the type More... | |
Internal: virtual class to store a SDUD graphic.
|
inlineexplicit |
constructor
|
override |
destructor
|
inlineoverridevirtual |
return the object name
Reimplemented from StarObjectSmallGraphicInternal::SDRUserData.
|
inlineoverridevirtual |
basic print function
Reimplemented from StarObjectSmallGraphicInternal::SDRUserData.
Reimplemented in StarObjectSmallGraphicInternal::SDUDGraphicAnimation.
|
friend |
print object data