|
LibreOffice Module svx (master) 1
|
#include <svdomeas.hxx>
Public Member Functions | |
| SdrMeasureObjGeoData () | |
| virtual | ~SdrMeasureObjGeoData () override |
Public Member Functions inherited from SdrObjGeoData | |
| SdrObjGeoData () | |
| virtual | ~SdrObjGeoData () |
Public Attributes | |
| Point | aPt1 |
| Point | aPt2 |
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 34 of file svdomeas.hxx.
| SdrMeasureObjGeoData::SdrMeasureObjGeoData | ( | ) |
Definition at line 70 of file svdomeas.cxx.
|
overridevirtual |
Definition at line 71 of file svdomeas.cxx.
| Point SdrMeasureObjGeoData::aPt1 |
Definition at line 37 of file svdomeas.hxx.
Referenced by SdrMeasureObj::RestoreGeoData(), and SdrMeasureObj::SaveGeoData().
| Point SdrMeasureObjGeoData::aPt2 |
Definition at line 38 of file svdomeas.hxx.
Referenced by SdrMeasureObj::RestoreGeoData(), and SdrMeasureObj::SaveGeoData().