Internal: virtual class to store a Sdr graphic text. More...
Public Member Functions | |
| SdrGraphicText (int id) | |
| constructor | |
| ~SdrGraphicText () | |
| destructor | |
| void | updateTransformProperties (librevenge::RVNGPropertyList &list) const |
| try to update the transformation | |
| virtual std::string | print () const |
| basic print function | |
| bool | sendTextZone (STOFFListenerPtr listener, StarObject &object) |
| try to send the text zone to the listener | |
Public Attributes | |
| int | m_textKind |
| the text kind | |
| STOFFBox2i | m_textRectangle |
| the text rectangle | |
| int | m_textDrehWink |
| the dreh wink: rotation? | |
| int | m_textShearWink |
| the shear wink | |
| shared_ptr< OutlinerParaObject > | m_outlinerParaObject |
| the outliner object | |
| STOFFBox2i | m_textBound |
| the text bound | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, SdrGraphicText const &graph) |
| print object data | |
Internal: virtual class to store a Sdr graphic text.
| StarObjectSmallGraphicInternal::SdrGraphicText::SdrGraphicText | ( | int | id | ) | [inline, explicit] |
constructor
| virtual std::string StarObjectSmallGraphicInternal::SdrGraphicText::print | ( | ) | const [inline, virtual] |
basic print function
Reimplemented from StarObjectSmallGraphicInternal::SdrGraphicAttribute.
Reimplemented in StarObjectSmallGraphicInternal::SdrGraphicUno, StarObjectSmallGraphicInternal::SdrGraphicPath, StarObjectSmallGraphicInternal::SdrGraphicOLE, StarObjectSmallGraphicInternal::SdrGraphicMeasure, StarObjectSmallGraphicInternal::SdrGraphicGraph, StarObjectSmallGraphicInternal::SdrGraphicEdge, StarObjectSmallGraphicInternal::SdrGraphicCircle, StarObjectSmallGraphicInternal::SdrGraphicCaption, and StarObjectSmallGraphicInternal::SdrGraphicRect.
| bool StarObjectSmallGraphicInternal::SdrGraphicText::sendTextZone | ( | STOFFListenerPtr | listener, |
| StarObject & | object | ||
| ) | [inline] |
try to send the text zone to the listener
Referenced by StarObjectSmallGraphicInternal::SdrGraphicRect::send(), StarObjectSmallGraphicInternal::SdrGraphicCircle::send(), and StarObjectSmallGraphicInternal::SdrGraphicPath::send().
| void StarObjectSmallGraphicInternal::SdrGraphicText::updateTransformProperties | ( | librevenge::RVNGPropertyList & | list | ) | const [inline] |
try to update the transformation
Referenced by StarObjectSmallGraphicInternal::SdrGraphicRect::send(), StarObjectSmallGraphicInternal::SdrGraphicCaption::send(), StarObjectSmallGraphicInternal::SdrGraphicCircle::send(), StarObjectSmallGraphicInternal::SdrGraphicEdge::send(), StarObjectSmallGraphicInternal::SdrGraphicMeasure::send(), and StarObjectSmallGraphicInternal::SdrGraphicPath::send().
| std::ostream& operator<< | ( | std::ostream & | o, |
| SdrGraphicText const & | graph | ||
| ) | [friend] |
print object data
the outliner object
Referenced by StarObjectSmallGraphicInternal::SdrGraphicRect::send(), StarObjectSmallGraphicInternal::SdrGraphicCircle::send(), StarObjectSmallGraphicInternal::SdrGraphicPath::send(), and sendTextZone().
the dreh wink: rotation?
Referenced by StarObjectSmallGraphic::readSVDRObjectText(), and updateTransformProperties().
the text kind
Referenced by StarObjectSmallGraphic::readSVDRObjectText().
the shear wink
Referenced by StarObjectSmallGraphic::readSVDRObjectText().