is a callback interface for notifications about state changes of an SfxUndoManager
More...
#include <undo.hxx>
is a callback interface for notifications about state changes of an SfxUndoManager
Definition at line 164 of file undo.hxx.
◆ ~SfxUndoListener()
SfxUndoListener::~SfxUndoListener |
( |
| ) |
|
|
inlineprotected |
◆ actionRedone()
virtual void SfxUndoListener::actionRedone |
( |
const OUString & |
i_actionComment | ) |
|
|
pure virtual |
◆ actionUndone()
virtual void SfxUndoListener::actionUndone |
( |
const OUString & |
i_actionComment | ) |
|
|
pure virtual |
◆ cleared()
virtual void SfxUndoListener::cleared |
( |
| ) |
|
|
pure virtual |
◆ clearedRedo()
virtual void SfxUndoListener::clearedRedo |
( |
| ) |
|
|
pure virtual |
◆ listActionCancelled()
virtual void SfxUndoListener::listActionCancelled |
( |
| ) |
|
|
pure virtual |
◆ listActionEntered()
virtual void SfxUndoListener::listActionEntered |
( |
const OUString & |
i_comment | ) |
|
|
pure virtual |
◆ listActionLeft()
virtual void SfxUndoListener::listActionLeft |
( |
const OUString & |
i_comment | ) |
|
|
pure virtual |
◆ resetAll()
virtual void SfxUndoListener::resetAll |
( |
| ) |
|
|
pure virtual |
◆ undoActionAdded()
virtual void SfxUndoListener::undoActionAdded |
( |
const OUString & |
i_actionComment | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: