|
Engauge Digitizer
2
|
Command for closing a file. More...
#include <FileCmdClose.h>


Public Member Functions | |
| FileCmdClose (QXmlStreamReader &reader) | |
| Constructor for parsing file script xml. More... | |
| virtual | ~FileCmdClose () |
| virtual void | redo (MainWindow &mainWindow) |
| Apply this command, through MainWindow. More... | |
Public Member Functions inherited from FileCmdAbstract | |
| FileCmdAbstract (const QString &cmdDescription) | |
| Single constructor. More... | |
| virtual | ~FileCmdAbstract () |
Additional Inherited Members | |
Protected Member Functions inherited from FileCmdAbstract | |
| QString | cmdDescription () const |
| Command description for logging. More... | |
Command for closing a file.
Definition at line 15 of file FileCmdClose.h.
| FileCmdClose::FileCmdClose | ( | QXmlStreamReader & | reader | ) |
Constructor for parsing file script xml.
Definition at line 18 of file FileCmdClose.cpp.
|
virtual |
Definition at line 24 of file FileCmdClose.cpp.
|
virtual |
Apply this command, through MainWindow.
Implements FileCmdAbstract.
Definition at line 28 of file FileCmdClose.cpp.
1.8.14