![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
Group of undoable commands. More...
#include <FXUndoList.h>
Public Member Functions | |
| FXCommandGroup () | |
| Construct initially empty undo command group. | |
| FXbool | empty () |
| Return true if empty. | |
| virtual void | undo () |
| Undo whole command group. | |
| virtual void | redo () |
| Redo whole command group. | |
| virtual FXuint | size () const |
| Return the size of the command group. | |
| virtual | ~FXCommandGroup () |
| Delete undo command and sub-commands. | |
Friends | |
| class | FXUndoList |
Group of undoable commands.
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.
|
|