|
Engauge Digitizer
2
|
Command for exporting a file. More...
#include <FileCmdExport.h>


Public Member Functions | |
| FileCmdExport (QXmlStreamReader &reader) | |
| Constructor for parsing file script xml. More... | |
| virtual | ~FileCmdExport () |
| 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 exporting a file.
Definition at line 15 of file FileCmdExport.h.
| FileCmdExport::FileCmdExport | ( | QXmlStreamReader & | reader | ) |
Constructor for parsing file script xml.
Definition at line 19 of file FileCmdExport.cpp.
|
virtual |
Definition at line 36 of file FileCmdExport.cpp.
|
virtual |
Apply this command, through MainWindow.
Implements FileCmdAbstract.
Definition at line 40 of file FileCmdExport.cpp.
1.8.14