|
LibreOffice Module svx (master) 1
|
#include <e3dundo.hxx>
Public Member Functions | |
| E3dRotateUndoAction (E3dObject &r3DObj, basegfx::B3DHomMatrix aOldRotation, basegfx::B3DHomMatrix aNewRotation) | |
| virtual | ~E3dRotateUndoAction () override |
| virtual void | Undo () override |
| virtual void | Redo () override |
Public Member Functions inherited from E3dUndoAction | |
| E3dUndoAction (E3dObject &r3DObj) | |
| virtual | ~E3dUndoAction () override |
| virtual bool | CanRepeat (SfxRepeatTarget &) const override |
Public Member Functions inherited from SdrUndoAction | |
| virtual | ~SdrUndoAction () override |
| virtual bool | CanRepeat (SfxRepeatTarget &rView) const override |
| virtual void | Repeat (SfxRepeatTarget &rView) override |
| virtual OUString | GetRepeatComment (SfxRepeatTarget &rView) const override |
| virtual OUString | GetSdrRepeatComment () const |
| virtual bool | CanSdrRepeat (SdrView &rView) const |
| virtual void | SdrRepeat (SdrView &rView) |
| ViewShellId | GetViewShellId () const override |
| See SfxUndoAction::GetViewShellId(). More... | |
Public Member Functions inherited from SfxUndoAction | |
| SfxUndoAction () | |
| virtual | ~SfxUndoAction () COVERITY_NOEXCEPT_FALSE |
| virtual void | Undo () |
| virtual void | UndoWithContext (SfxUndoContext &i_context) |
| virtual void | Redo () |
| virtual void | RedoWithContext (SfxUndoContext &i_context) |
| virtual void | Repeat (SfxRepeatTarget &) |
| virtual bool | CanRepeat (SfxRepeatTarget &) const |
| virtual bool | Merge (SfxUndoAction *pNextAction) |
| virtual OUString | GetComment () const |
| virtual OUString | GetRepeatComment (SfxRepeatTarget &) const |
| virtual ViewShellId | GetViewShellId () const |
| const DateTime & | GetDateTime () const |
| virtual void | dumpAsXml (xmlTextWriterPtr pWriter) const |
Private Attributes | |
| basegfx::B3DHomMatrix | maMyOldRotation |
| basegfx::B3DHomMatrix | maMyNewRotation |
Additional Inherited Members | |
Protected Member Functions inherited from SdrUndoAction | |
| SdrUndoAction (SdrModel &rNewMod) | |
Protected Attributes inherited from E3dUndoAction | |
| E3dObject & | mrMy3DObj |
Protected Attributes inherited from SdrUndoAction | |
| SdrModel & | rMod |
| ViewShellId | m_nViewShellId |
Definition at line 56 of file e3dundo.hxx.
|
inline |
Definition at line 63 of file e3dundo.hxx.
|
overridevirtual |
Definition at line 38 of file e3dundo.cxx.
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 50 of file e3dundo.cxx.
References maMyNewRotation, E3dUndoAction::mrMy3DObj, and E3dObject::SetTransform().
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 43 of file e3dundo.cxx.
References maMyOldRotation, E3dUndoAction::mrMy3DObj, and E3dObject::SetTransform().
|
private |
Definition at line 60 of file e3dundo.hxx.
Referenced by Redo().
|
private |
Definition at line 59 of file e3dundo.hxx.
Referenced by Undo().