![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXUndoList.h>
Inheritance diagram for FX::FXCommandGroup:

Public Member Functions | |
| FXCommandGroup () | |
| bool | empty () |
| virtual void | undo () |
| virtual void | redo () |
| virtual FXuint | size () const |
| virtual | ~FXCommandGroup () |
Friends | |
| class | FXUndoList |
A group may comprise multiple individual actions which together undo (or redo) a larger operation. Even larger operations may be built by nesting multiple undo groups.
|
|
Construct initially empty undo command group.
|
|
|
Delete undo command and sub-commands.
|
|
|
Return TRUE if empty.
|
|
|
Undo whole command group.
Implements FX::FXCommand. Reimplemented in FX::FXUndoList. |
|
|
Redo whole command group.
Implements FX::FXCommand. Reimplemented in FX::FXUndoList. |
|
|
Return the size of the command group.
Reimplemented from FX::FXCommand. Reimplemented in FX::FXUndoList. |
|
|
Reimplemented from FX::FXCommand. |
|
|