#include <QUndoCommand>#include <QVariant>#include <QSet>#include <QList>#include "qgsfield.h"#include "qgsfeature.h"


Go to the source code of this file.
Classes | |
| class | QgsUndoCommand |
| Class to support universal undo command sequence for application, basic for. More... | |
| class | QgsUndoCommand::AttributeChangeEntry |
| change structure for attribute for undo/redo purpose More... | |
| class | QgsUndoCommand::GeometryChangeEntry |
| change structure to geometry for undo/redo purpose More... | |
Typedefs | |
| typedef QList< int > | QgsAttributeList |
| typedef QSet< int > | QgsFeatureIds |
| typedef QSet< int > | QgsAttributeIds |
| typedef QSet<int> QgsAttributeIds |
Definition at line 21 of file qgsvectorlayerundocommand.h.
| typedef QList<int> QgsAttributeList |
Definition at line 15 of file qgsvectorlayerundocommand.h.
| typedef QSet<int> QgsFeatureIds |
Definition at line 20 of file qgsvectorlayerundocommand.h.
1.5.6