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

#include <undoanim.hxx>

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

Public Member Functions

 UndoAnimation (SdDrawDocument *pDoc, SdPage *pThePage)
 
virtual ~UndoAnimation () 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< UndoAnimationImplmpImpl
 

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 34 of file undoanim.hxx.

Constructor & Destructor Documentation

◆ UndoAnimation()

sd::UndoAnimation::UndoAnimation ( SdDrawDocument pDoc,
SdPage pThePage 
)

◆ ~UndoAnimation()

sd::UndoAnimation::~UndoAnimation ( )
overridevirtual

Definition at line 66 of file undoanim.cxx.

Member Function Documentation

◆ GetComment()

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

Definition at line 108 of file undoanim.cxx.

References SdResId().

◆ Redo()

void sd::UndoAnimation::Redo ( )
overridevirtual

Definition at line 93 of file undoanim.cxx.

References sd::Clone(), Exception, mpImpl, and TOOLS_WARN_EXCEPTION.

◆ Undo()

void sd::UndoAnimation::Undo ( )
overridevirtual

Definition at line 70 of file undoanim.cxx.

References sd::Clone(), Exception, mpImpl, and TOOLS_WARN_EXCEPTION.

Member Data Documentation

◆ mpImpl

std::unique_ptr<UndoAnimationImpl> sd::UndoAnimation::mpImpl
private

Definition at line 46 of file undoanim.hxx.

Referenced by Redo(), Undo(), and UndoAnimation().


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