LibreOffice Module svx (master) 1
|
All geometrical data of an arbitrary object for use in undo/redo. More...
#include <svdobj.hxx>
Public Member Functions | |
SdrObjGeoData () | |
virtual | ~SdrObjGeoData () |
Public Attributes | |
tools::Rectangle | aBoundRect |
Point | aAnchor |
std::unique_ptr< SdrGluePointList > | pGPL |
bool | bMovProt |
bool | bSizProt |
bool | bNoPrint |
bool | bClosedObj |
bool | mbVisible |
SdrLayerID | mnLayerID |
All geometrical data of an arbitrary object for use in undo/redo.
Definition at line 173 of file svdobj.hxx.
SdrObjGeoData::SdrObjGeoData | ( | ) |
Definition at line 160 of file svdobj.cxx.
|
virtual |
Definition at line 170 of file svdobj.cxx.
Point SdrObjGeoData::aAnchor |
Definition at line 177 of file svdobj.hxx.
Referenced by SdrObject::RestoreGeoData(), and SdrObject::SaveGeoData().
tools::Rectangle SdrObjGeoData::aBoundRect |
Definition at line 176 of file svdobj.hxx.
Referenced by SdrObject::RestoreGeoData(), and SdrObject::SaveGeoData().
bool SdrObjGeoData::bClosedObj |
Definition at line 183 of file svdobj.hxx.
Referenced by SdrObject::RestoreGeoData(), and SdrObject::SaveGeoData().
bool SdrObjGeoData::bMovProt |
Definition at line 180 of file svdobj.hxx.
Referenced by SdrObject::RestoreGeoData(), and SdrObject::SaveGeoData().
bool SdrObjGeoData::bNoPrint |
Definition at line 182 of file svdobj.hxx.
Referenced by SdrObject::RestoreGeoData(), and SdrObject::SaveGeoData().
bool SdrObjGeoData::bSizProt |
Definition at line 181 of file svdobj.hxx.
Referenced by SdrObject::RestoreGeoData(), and SdrObject::SaveGeoData().
bool SdrObjGeoData::mbVisible |
Definition at line 184 of file svdobj.hxx.
Referenced by SdrObject::RestoreGeoData(), and SdrObject::SaveGeoData().
SdrLayerID SdrObjGeoData::mnLayerID |
Definition at line 185 of file svdobj.hxx.
Referenced by SdrObject::RestoreGeoData(), and SdrObject::SaveGeoData().
std::unique_ptr<SdrGluePointList> SdrObjGeoData::pGPL |
Definition at line 179 of file svdobj.hxx.
Referenced by SdrObject::RestoreGeoData(), and SdrObject::SaveGeoData().