LibreOffice Module svx (master) 1
Public Member Functions | Public Attributes | List of all members
SdrObjGeoData Class Reference

All geometrical data of an arbitrary object for use in undo/redo. More...

#include <svdobj.hxx>

Inheritance diagram for SdrObjGeoData:
[legend]
Collaboration diagram for SdrObjGeoData:
[legend]

Public Member Functions

 SdrObjGeoData ()
 
virtual ~SdrObjGeoData ()
 

Public Attributes

tools::Rectangle aBoundRect
 
Point aAnchor
 
std::unique_ptr< SdrGluePointListpGPL
 
bool bMovProt
 
bool bSizProt
 
bool bNoPrint
 
bool bClosedObj
 
bool mbVisible
 
SdrLayerID mnLayerID
 

Detailed Description

All geometrical data of an arbitrary object for use in undo/redo.

Definition at line 173 of file svdobj.hxx.

Constructor & Destructor Documentation

◆ SdrObjGeoData()

SdrObjGeoData::SdrObjGeoData ( )

Definition at line 160 of file svdobj.cxx.

◆ ~SdrObjGeoData()

SdrObjGeoData::~SdrObjGeoData ( )
virtual

Definition at line 170 of file svdobj.cxx.

Member Data Documentation

◆ aAnchor

Point SdrObjGeoData::aAnchor

Definition at line 177 of file svdobj.hxx.

Referenced by SdrObject::RestoreGeoData(), and SdrObject::SaveGeoData().

◆ aBoundRect

tools::Rectangle SdrObjGeoData::aBoundRect

Definition at line 176 of file svdobj.hxx.

Referenced by SdrObject::RestoreGeoData(), and SdrObject::SaveGeoData().

◆ bClosedObj

bool SdrObjGeoData::bClosedObj

Definition at line 183 of file svdobj.hxx.

Referenced by SdrObject::RestoreGeoData(), and SdrObject::SaveGeoData().

◆ bMovProt

bool SdrObjGeoData::bMovProt

Definition at line 180 of file svdobj.hxx.

Referenced by SdrObject::RestoreGeoData(), and SdrObject::SaveGeoData().

◆ bNoPrint

bool SdrObjGeoData::bNoPrint

Definition at line 182 of file svdobj.hxx.

Referenced by SdrObject::RestoreGeoData(), and SdrObject::SaveGeoData().

◆ bSizProt

bool SdrObjGeoData::bSizProt

Definition at line 181 of file svdobj.hxx.

Referenced by SdrObject::RestoreGeoData(), and SdrObject::SaveGeoData().

◆ mbVisible

bool SdrObjGeoData::mbVisible

Definition at line 184 of file svdobj.hxx.

Referenced by SdrObject::RestoreGeoData(), and SdrObject::SaveGeoData().

◆ mnLayerID

SdrLayerID SdrObjGeoData::mnLayerID

Definition at line 185 of file svdobj.hxx.

Referenced by SdrObject::RestoreGeoData(), and SdrObject::SaveGeoData().

◆ pGPL

std::unique_ptr<SdrGluePointList> SdrObjGeoData::pGPL

Definition at line 179 of file svdobj.hxx.

Referenced by SdrObject::RestoreGeoData(), and SdrObject::SaveGeoData().


The documentation for this class was generated from the following files: