Internal: virtual class to store a Sdr graphic circle. More...
 
  
| Public Member Functions | |
| SdrGraphicCircle (int id) | |
| constructor | |
| ~SdrGraphicCircle () final | |
| destructor | |
| std::string | print () const final | 
| basic print function | |
| bool | send (STOFFListenerPtr &listener, STOFFFrameStyle const &pos, StarObject &object, bool) final | 
| try to send the graphic to the listener | |
| void | updateStyle (StarState &state, STOFFListenerPtr listener) const | 
| try to update the style | |
|  Public Member Functions inherited from StarObjectSmallGraphicInternal::SdrGraphicRect | |
| SdrGraphicRect (int id) | |
| constructor | |
| ~SdrGraphicRect () override | |
| destructor | |
| bool | send (STOFFListenerPtr &listener, STOFFFrameStyle const &pos, StarObject &object, bool inMasterPage) override | 
| try to send the graphic to the listener | |
| std::string | print () const override | 
| basic print function | |
|  Public Member Functions inherited from StarObjectSmallGraphicInternal::SdrGraphicText | |
| SdrGraphicText (int id) | |
| constructor | |
| ~SdrGraphicText () override | |
| destructor | |
| void | updateTransformProperties (librevenge::RVNGPropertyList &list, double relUnit) const | 
| try to update the transformation | |
| std::string | print () const override | 
| basic print function | |
| bool | sendTextZone (STOFFListenerPtr &listener, STOFFFrameStyle const &pos, StarObject &object) | 
| try to send the text zone to the listener | |
|  Public Member Functions inherited from StarObjectSmallGraphicInternal::SdrGraphicAttribute | |
| SdrGraphicAttribute (int id) | |
| constructor | |
| ~SdrGraphicAttribute () override | |
| destructor | |
| void | updateStyle (StarState &state, STOFFListenerPtr listener) const | 
| try to update the style | |
|  Public Member Functions inherited from StarObjectSmallGraphicInternal::SdrGraphic | |
| SdrGraphic (int id) | |
| constructor | |
| ~SdrGraphic () override | |
| destructor | |
| std::string | getName () const override | 
| return the object name | |
| StarState | getState (StarObject &object, STOFFListenerPtr listener, STOFFFrameStyle const &) const | 
| return a pool corresponding to an object | |
| void | updateStyle (StarState &state, STOFFListenerPtr) const | 
| try to update the graphic style | |
|  Public Member Functions inherited from StarObjectSmallGraphicInternal::Graphic | |
| Graphic (int id) | |
| constructor | |
| virtual | ~Graphic () | 
| destructor | |
| Public Attributes | |
| float | m_angles [2] | 
| the two angles | |
| std::shared_ptr< StarItem > | m_circleItem | 
| the circle attributes | |
|  Public Attributes inherited from StarObjectSmallGraphicInternal::SdrGraphicRect | |
| int | m_eckRag | 
| the eckRag? | |
|  Public Attributes inherited from StarObjectSmallGraphicInternal::SdrGraphicText | |
| 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 | |
| std::shared_ptr< OutlinerParaObject > | m_outlinerParaObject | 
| the outliner object | |
| STOFFBox2i | m_textBound | 
| the text bound | |
|  Public Attributes inherited from StarObjectSmallGraphicInternal::SdrGraphicAttribute | |
| std::vector< std::shared_ptr< StarItem > > | m_itemList | 
| the list of star item | |
| librevenge::RVNGString | m_sheetStyle | 
| the sheet style name | |
|  Public Attributes inherited from StarObjectSmallGraphicInternal::SdrGraphic | |
| STOFFBox2i | m_bdbox | 
| the bdbox | |
| int | m_layerId | 
| the layer id | |
| STOFFVec2i | m_anchorPosition | 
| the anchor position | |
| std::vector< GluePoint > | m_polygon | 
| a polygon | |
| bool | m_flags [6] | 
| a list of flag | |
| std::vector< std::shared_ptr< StarObjectSmallGraphicInternal::SDRUserData > > | m_userDataList | 
| the user data list | |
|  Public Attributes inherited from StarObjectSmallGraphicInternal::Graphic | |
| int | m_identifier | 
| the type | |
| Friends | |
| std::ostream & | operator<< (std::ostream &o, SdrGraphicCircle const &graph) | 
| print object data | |
Internal: virtual class to store a Sdr graphic circle.
| 
 | inlineexplicit | 
constructor
Referenced by operator<<.
| 
 | final | 
destructor
| 
 | inlinefinalvirtual | 
basic print function
Reimplemented from StarObjectSmallGraphicInternal::SdrGraphicAttribute.
Referenced by print().
| 
 | inlinefinalvirtual | 
try to send the graphic to the listener
Reimplemented from StarObjectSmallGraphicInternal::Graphic.
| 
 | inline | 
try to update the style
Referenced by send().
| 
 | friend | 
print object data
| float StarObjectSmallGraphicInternal::SdrGraphicCircle::m_angles[2] | 
the two angles
Referenced by operator<<, StarObjectSmallGraphic::readSVDRObjectCircle(), SdrGraphicCircle(), and send().
| std::shared_ptr<StarItem> StarObjectSmallGraphicInternal::SdrGraphicCircle::m_circleItem | 
the circle attributes
Referenced by operator<<, StarObjectSmallGraphic::readSVDRObjectCircle(), SdrGraphicCircle(), and updateStyle().