LibreOffice Module sd (master) 1
Public Member Functions | Private Attributes | List of all members
sd::UndoAnimationPath Class Referencefinal

#include <undoanim.hxx>

Inheritance diagram for sd::UndoAnimationPath:
[legend]
Collaboration diagram for sd::UndoAnimationPath:
[legend]

Public Member Functions

 UndoAnimationPath (SdDrawDocument *pDoc, SdPage *pThePage, const css::uno::Reference< css::animations::XAnimationNode > &xNode)
 
virtual ~UndoAnimationPath () override
 
virtual void Undo () override
 
virtual void Redo () override
 
virtual OUString GetComment () 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
 

Private Attributes

std::unique_ptr< UndoAnimationPathImplmpImpl
 

Additional Inherited Members

- Protected Member Functions inherited from SdrUndoAction
 SdrUndoAction (SdrModel &rNewMod)
 
- Protected Attributes inherited from SdrUndoAction
SdrModelrMod
 
ViewShellId m_nViewShellId
 

Detailed Description

Definition at line 50 of file undoanim.hxx.

Constructor & Destructor Documentation

◆ UndoAnimationPath()

sd::UndoAnimationPath::UndoAnimationPath ( SdDrawDocument pDoc,
SdPage pThePage,
const css::uno::Reference< css::animations::XAnimationNode > &  xNode 
)

Definition at line 154 of file undoanim.cxx.

◆ ~UndoAnimationPath()

sd::UndoAnimationPath::~UndoAnimationPath ( )
overridevirtual

Definition at line 160 of file undoanim.cxx.

Member Function Documentation

◆ GetComment()

OUString sd::UndoAnimationPath::GetComment ( ) const
overridevirtual

Definition at line 183 of file undoanim.cxx.

References SdResId().

◆ Redo()

void sd::UndoAnimationPath::Redo ( )
overridevirtual

Definition at line 174 of file undoanim.cxx.

References mpImpl.

◆ Undo()

void sd::UndoAnimationPath::Undo ( )
overridevirtual

Definition at line 164 of file undoanim.cxx.

References mpImpl.

Member Data Documentation

◆ mpImpl

std::unique_ptr<UndoAnimationPathImpl> sd::UndoAnimationPath::mpImpl
private

Definition at line 63 of file undoanim.hxx.

Referenced by Redo(), and Undo().


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