![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include <FXUndoList.h>
Public Methods | |
virtual void | undo ()=0 |
virtual void | redo ()=0 |
virtual FXuint | size () const=0 |
virtual FXString | undoName () const=0 |
virtual FXString | redoName () const=0 |
virtual | ~FXCommand () |
Delete undo command. | |
Friends | |
class | FXUndoList |
|
Undo this command; this should save the information for a subsequent redo. |
|
Redo this command; this should save the information for a subsequent undo. |
|
Return the size of the information in the undo record. The undo list may be trimmed to limit memory usage to a certain limit. |
|
Name of the undo command to be shown on a button; for example, "Undo Delete". |
|
Name of the redo command to be shown on a button; for example, "Redo Delete". |