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 | |
|  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 | |
| Additional Inherited Members | |
|  Public Attributes inherited from StarObjectSmallGraphicInternal::Graphic | |
| 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::SDUDGraphic.
| 
 | overridevirtual | 
basic print function
Reimplemented from StarObjectSmallGraphicInternal::Graphic.
Reimplemented in StarObjectSmallGraphicInternal::SDUDGraphic, and StarObjectSmallGraphicInternal::SDUDGraphicAnimation.