Internal: virtual class to store a SCHU graphic. More...
Public Member Functions | |
| SCHUGraphic (int id) | |
| constructor | |
| ~SCHUGraphic () | |
| destructor | |
| std::string | getName () const |
| return the object name | |
| virtual std::string | print () const |
| basic print function | |
Public Attributes | |
| int | m_id |
| the id | |
| int | m_adjust |
| the adjust data | |
| int | m_orientation |
| the orientation | |
| int | m_column |
| the column | |
| int | m_row |
| the row | |
| double | m_factor |
| the factor | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, SCHUGraphic const &graph) |
| print object data | |
Internal: virtual class to store a SCHU graphic.
| StarObjectSmallGraphicInternal::SCHUGraphic::SCHUGraphic | ( | int | id | ) | [inline, explicit] |
constructor
destructor
| std::string StarObjectSmallGraphicInternal::SCHUGraphic::getName | ( | ) | const [inline, virtual] |
return the object name
Implements StarObjectSmallGraphicInternal::Graphic.
| virtual std::string StarObjectSmallGraphicInternal::SCHUGraphic::print | ( | ) | const [inline, virtual] |
basic print function
Reimplemented from StarObjectSmallGraphicInternal::Graphic.
| std::ostream& operator<< | ( | std::ostream & | o, |
| SCHUGraphic const & | graph | ||
| ) | [friend] |
print object data
the adjust data
the column
the factor
the orientation