File that manages a command stack for regression testing of file import/open/export/close. More...
#include <FileCmdScript.h>
Public Member Functions | |
| FileCmdScript (const QString &fileCmdScriptFile) | |
| Single constructor. | |
| bool | canRedo () const |
| Returns true if there is at least one command on the stack. | |
| void | redo (MainWindow &mainWindow) |
| Apply the next command. Requires non-empty stack. | |
File that manages a command stack for regression testing of file import/open/export/close.
This command stack (with a lifetime the same as the application's) is independent of the command stack in CmdMediator (which is Document-specific)
Definition at line 20 of file FileCmdScript.h.
1.8.5