\func{virtual void}{ClearCommands}{\void}
Deletes all the commands in the list and sets the current command pointer to NULL.
\func{virtual void}{ClearCommands}{\void}
Deletes all the commands in the list and sets the current command pointer to NULL.
\func{virtual bool}{Redo}{\void}
Executes (redoes) the current command (the command that has just been undone if any).
\func{virtual bool}{Redo}{\void}
Executes (redoes) the current command (the command that has just been undone if any).
\constfunc{int}{GetMaxCommands}{\void}
Returns the maximum number of commands that the command processor stores.
\constfunc{int}{GetMaxCommands}{\void}
Returns the maximum number of commands that the command processor stores.
destroyed and command operations may still be performed, or the command
processor may try to access an invalid pointer.
destroyed and command operations may still be performed, or the command
processor may try to access an invalid pointer.
Submits a new command to the command processor. The command processor
calls wxCommand::Do to execute the command; if it succeeds, the command
Submits a new command to the command processor. The command processor
calls wxCommand::Do to execute the command; if it succeeds, the command