|
Quantum GIS API Documentation
1.8
|
#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 > | QgsAttributeIds |
| typedef QSet<int> QgsAttributeIds |
Definition at line 34 of file qgsvectorlayerundocommand.h.
| typedef QList<int> QgsAttributeList |
Definition at line 29 of file qgsvectorlayerundocommand.h.
1.7.6.1