Command for DlgSettingsGridDisplay. More...
#include <CmdSettingsGridDisplay.h>
Public Member Functions | |
CmdSettingsGridDisplay (MainWindow &mainWindow, Document &document, const DocumentModelGridDisplay &modelGridDisplayBefore, const DocumentModelGridDisplay &modelGridDisplayAfter) | |
Constructor for normal creation. | |
CmdSettingsGridDisplay (MainWindow &mainWindow, Document &document, const QString &cmdDescription, QXmlStreamReader &reader) | |
Constructor for parsing error report file xml. | |
virtual void | cmdRedo () |
Redo method that is called when QUndoStack is moved one command forward. | |
virtual void | cmdUndo () |
Undo method that is called when QUndoStack is moved one command backward. | |
virtual void | saveXml (QXmlStreamWriter &writer) const |
Save commands as xml for later uploading. |
Command for DlgSettingsGridDisplay.
Definition at line 16 of file CmdSettingsGridDisplay.h.