Internal: virtual class to store a SDUD graphic. More...
Public Member Functions | |
| SDUDGraphic (int id) | |
| constructor | |
| ~SDUDGraphic () | |
| destructor | |
| std::string | getName () const |
| return the object name | |
| virtual std::string | print () const |
| basic print function | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, SDUDGraphic const &graph) |
| print object data | |
Internal: virtual class to store a SDUD graphic.
| StarObjectSmallGraphicInternal::SDUDGraphic::SDUDGraphic | ( | int | id | ) | [inline, explicit] |
constructor
destructor
| std::string StarObjectSmallGraphicInternal::SDUDGraphic::getName | ( | ) | const [inline, virtual] |
return the object name
Implements StarObjectSmallGraphicInternal::Graphic.
| virtual std::string StarObjectSmallGraphicInternal::SDUDGraphic::print | ( | ) | const [inline, virtual] |
basic print function
Reimplemented from StarObjectSmallGraphicInternal::Graphic.
Reimplemented in StarObjectSmallGraphicInternal::SDUDGraphicAnimation.
| std::ostream& operator<< | ( | std::ostream & | o, |
| SDUDGraphic const & | graph | ||
| ) | [friend] |
print object data