Internal: virtual class to store a Sdr graphic caption. More...
Public Member Functions | |
| SdrGraphicCaption () | |
| constructor | |
| ~SdrGraphicCaption () | |
| destructor | |
| virtual std::string | print () const |
| basic print function | |
| bool | send (STOFFListenerPtr listener, STOFFPosition const &pos, StarObject &object, bool) |
| try to send the graphic to the listener | |
Public Attributes | |
| std::vector< STOFFVec2i > | m_captionPolygon |
| a polygon | |
| shared_ptr< StarItem > | m_captionItem |
| the caption attributes | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, SdrGraphicCaption const &graph) |
| print object data | |
Internal: virtual class to store a Sdr graphic caption.
constructor
| virtual std::string StarObjectSmallGraphicInternal::SdrGraphicCaption::print | ( | ) | const [inline, virtual] |
basic print function
Reimplemented from StarObjectSmallGraphicInternal::SdrGraphicRect.
| bool StarObjectSmallGraphicInternal::SdrGraphicCaption::send | ( | STOFFListenerPtr | listener, |
| STOFFPosition const & | pos, | ||
| StarObject & | object, | ||
| bool | |||
| ) | [inline, virtual] |
try to send the graphic to the listener
Reimplemented from StarObjectSmallGraphicInternal::SdrGraphicRect.
| std::ostream& operator<< | ( | std::ostream & | o, |
| SdrGraphicCaption const & | graph | ||
| ) | [friend] |
print object data
the caption attributes
Referenced by StarObjectSmallGraphic::readSVDRObjectCaption().
a polygon
Referenced by StarObjectSmallGraphic::readSVDRObjectCaption(), and send().