Internal: virtual class to store a Sdr graphic page. More...
Public Member Functions | |
| SdrGraphicPage () | |
| constructor | |
| ~SdrGraphicPage () | |
| destructor | |
| virtual std::string | print () const |
| basic print function | |
| bool | send (STOFFListenerPtr, STOFFPosition const &, StarObject &, bool) |
| try to send the graphic to the listener | |
Public Attributes | |
| int | m_page |
| the page | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, SdrGraphicPage const &graph) |
| print object data | |
Internal: virtual class to store a Sdr graphic page.
constructor
| virtual std::string StarObjectSmallGraphicInternal::SdrGraphicPage::print | ( | ) | const [inline, virtual] |
basic print function
Reimplemented from StarObjectSmallGraphicInternal::SdrGraphic.
| bool StarObjectSmallGraphicInternal::SdrGraphicPage::send | ( | STOFFListenerPtr | , |
| STOFFPosition const & | , | ||
| StarObject & | , | ||
| bool | |||
| ) | [inline, virtual] |
try to send the graphic to the listener
Reimplemented from StarObjectSmallGraphicInternal::Graphic.
| std::ostream& operator<< | ( | std::ostream & | o, |
| SdrGraphicPage const & | graph | ||
| ) | [friend] |
print object data