Engauge Digitizer  2
Public Member Functions | List of all members
FileCmdScript Class Reference

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.
 

Detailed Description

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.


The documentation for this class was generated from the following files: