Internal: virtual class to store a SDUD graphic. More...
 
  
| Public Member Functions | |
| SDUDGraphic (int id) | |
| constructor | |
| ~SDUDGraphic () override | |
| destructor | |
| std::string | getName () const override | 
| return the object name | |
| std::string | print () const override | 
| basic print function | |
|  Public Member Functions inherited from StarObjectSmallGraphicInternal::SDRUserData | |
| SDRUserData (int id=-1) | |
|  Public Member Functions inherited from StarObjectSmallGraphicInternal::Graphic | |
| Graphic (int id) | |
| constructor | |
| virtual | ~Graphic () | 
| destructor | |
| virtual bool | send (STOFFListenerPtr &, STOFFFrameStyle const &, StarObject &, bool) | 
| try to send the graphic to the listener | |
| Friends | |
| std::ostream & | operator<< (std::ostream &o, SDUDGraphic const &graph) | 
| print object data | |
| Additional Inherited Members | |
|  Public Attributes inherited from StarObjectSmallGraphicInternal::Graphic | |
| int | m_identifier | 
| the type | |
Internal: virtual class to store a SDUD graphic.
| 
 | inlineexplicit | 
constructor
Referenced by operator<<, and StarObjectSmallGraphicInternal::SDUDGraphicAnimation::SDUDGraphicAnimation().
| 
 | override | 
destructor
| 
 | inlineoverridevirtual | 
return the object name
Reimplemented from StarObjectSmallGraphicInternal::SDRUserData.
Referenced by operator<<, and StarObjectSmallGraphicInternal::SDUDGraphicAnimation::operator<<.
| 
 | inlineoverridevirtual | 
basic print function
Reimplemented from StarObjectSmallGraphicInternal::SDRUserData.
Reimplemented in StarObjectSmallGraphicInternal::SDUDGraphicAnimation.
| 
 | friend | 
print object data