|
QGIS API Documentation
2.8.2-Wien
|
#include <qgscomposermultiframecommand.h>

Public Member Functions | |
| QgsComposerMultiFrameCommand (QgsComposerMultiFrame *multiFrame, const QString &text, QUndoCommand *parent=0) | |
| ~QgsComposerMultiFrameCommand () | |
| QDomDocument | afterState () const |
| bool | containsChange () const |
| Returns true if previous state and after state are valid and different. | |
| const QgsComposerMultiFrame * | multiFrame () const |
| QDomDocument | previousState () const |
| void | redo () override |
| void | saveAfterState () |
| void | savePreviousState () |
| void | undo () override |
Protected Member Functions | |
| QgsComposerMultiFrameCommand () | |
| bool | checkFirstRun () |
| void | restoreState (QDomDocument &stateDoc) |
| void | saveState (QDomDocument &stateDoc) |
Protected Attributes | |
| QDomDocument | mAfterState |
| bool | mFirstRun |
| QgsComposerMultiFrame * | mMultiFrame |
| QDomDocument | mPreviousState |
Definition at line 26 of file qgscomposermultiframecommand.h.
| QgsComposerMultiFrameCommand::QgsComposerMultiFrameCommand | ( | QgsComposerMultiFrame * | multiFrame, |
| const QString & | text, | ||
| QUndoCommand * | parent = 0 |
||
| ) |
Definition at line 22 of file qgscomposermultiframecommand.cpp.
| QgsComposerMultiFrameCommand::~QgsComposerMultiFrameCommand | ( | ) |
Definition at line 31 of file qgscomposermultiframecommand.cpp.
|
protected |
Definition at line 27 of file qgscomposermultiframecommand.cpp.
|
inline |
Definition at line 39 of file qgscomposermultiframecommand.h.
|
protected |
Definition at line 79 of file qgscomposermultiframecommand.cpp.
| bool QgsComposerMultiFrameCommand::containsChange | ( | ) | const |
Returns true if previous state and after state are valid and different.
Definition at line 89 of file qgscomposermultiframecommand.cpp.
|
inline |
Definition at line 44 of file qgscomposermultiframecommand.h.
|
inline |
Definition at line 38 of file qgscomposermultiframecommand.h.
|
override |
Definition at line 40 of file qgscomposermultiframecommand.cpp.
|
protected |
Definition at line 70 of file qgscomposermultiframecommand.cpp.
| void QgsComposerMultiFrameCommand::saveAfterState | ( | ) |
Definition at line 54 of file qgscomposermultiframecommand.cpp.
| void QgsComposerMultiFrameCommand::savePreviousState | ( | ) |
Definition at line 49 of file qgscomposermultiframecommand.cpp.
|
protected |
Definition at line 59 of file qgscomposermultiframecommand.cpp.
|
override |
Definition at line 35 of file qgscomposermultiframecommand.cpp.
|
protected |
Definition at line 50 of file qgscomposermultiframecommand.h.
|
protected |
Definition at line 52 of file qgscomposermultiframecommand.h.
|
protected |
Definition at line 47 of file qgscomposermultiframecommand.h.
|
protected |
Definition at line 49 of file qgscomposermultiframecommand.h.
1.8.1.2