|
LibreOffice Module svx (master) 1
|
#include <svdopath.hxx>
Public Member Functions | |
| SdrPathObjGeoData () | |
| virtual | ~SdrPathObjGeoData () override |
Public Member Functions inherited from SdrObjGeoData | |
| SdrObjGeoData () | |
| virtual | ~SdrObjGeoData () |
Public Attributes | |
| basegfx::B2DPolyPolygon | maPathPolygon |
| SdrObjKind | meKind |
Public Attributes inherited from SdrTextObjGeoData | |
| tools::Rectangle | maRect |
| GeoStat | maGeo |
Public Attributes inherited from SdrObjGeoData | |
| tools::Rectangle | aBoundRect |
| Point | aAnchor |
| std::unique_ptr< SdrGluePointList > | pGPL |
| bool | bMovProt |
| bool | bSizProt |
| bool | bNoPrint |
| bool | bClosedObj |
| bool | mbVisible |
| SdrLayerID | mnLayerID |
Definition at line 31 of file svdopath.hxx.
| SdrPathObjGeoData::SdrPathObjGeoData | ( | ) |
Definition at line 1601 of file svdopath.cxx.
References NONE.
|
overridevirtual |
Definition at line 1606 of file svdopath.cxx.
| basegfx::B2DPolyPolygon SdrPathObjGeoData::maPathPolygon |
Definition at line 34 of file svdopath.hxx.
Referenced by SdrPathObj::RestoreGeoData(), and SdrPathObj::SaveGeoData().
| SdrObjKind SdrPathObjGeoData::meKind |
Definition at line 35 of file svdopath.hxx.
Referenced by SdrPathObj::RestoreGeoData(), and SdrPathObj::SaveGeoData().