LibreOffice Module svx (master) 1
|
#include <imapwnd.hxx>
Public Member Functions | |
IMapUserData (IMapObjectPtr xIMapObj) | |
IMapUserData (const IMapUserData &rIMapUserData) | |
virtual std::unique_ptr< SdrObjUserData > | Clone (SdrObject *) const override |
const IMapObjectPtr & | GetObject () const |
void | ReplaceObject (const IMapObjectPtr &pNewIMapObject) |
Public Member Functions inherited from SdrObjUserData | |
SdrObjUserData (SdrInventor nInv, sal_uInt16 nId) | |
SdrObjUserData (const SdrObjUserData &rData) | |
virtual | ~SdrObjUserData () |
virtual std::unique_ptr< SdrObjUserData > | Clone (SdrObject *pObj1) const =0 |
SdrInventor | GetInventor () const |
sal_uInt16 | GetId () const |
Private Attributes | |
IMapObjectPtr | mpObj |
Definition at line 47 of file imapwnd.hxx.
|
inlineexplicit |
Definition at line 54 of file imapwnd.hxx.
Referenced by Clone().
|
inline |
Definition at line 58 of file imapwnd.hxx.
|
inlineoverridevirtual |
|
inline |
Definition at line 64 of file imapwnd.hxx.
References mpObj.
Referenced by IMapWindow::GetImageMap(), IMapWindow::GetIMapObj(), and IMapWindow::SdrObjChanged().
|
inline |
Definition at line 65 of file imapwnd.hxx.
References mpObj.
Referenced by IMapWindow::SdrObjChanged().
|
private |
Definition at line 50 of file imapwnd.hxx.
Referenced by GetObject(), and ReplaceObject().