Internal: virtual class to store a SDUD graphic. More...
Public Member Functions | |
SDUDGraphic (int id) | |
constructor More... | |
std::string | getName () const |
return the object name More... | |
virtual std::string | print () const |
basic print function More... | |
![]() | |
Graphic (int id) | |
constructor More... | |
virtual | ~Graphic () |
destructor More... | |
virtual bool | send (STOFFListenerPtr, StarObject &) |
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
|
inlinevirtual |
return the object name
Implements StarObjectSmallGraphicInternal::Graphic.
|
inlinevirtual |
basic print function
Reimplemented from StarObjectSmallGraphicInternal::Graphic.
Reimplemented in StarObjectSmallGraphicInternal::SDUDGraphicAnimation.
|
friend |
print object data