Quantum GIS API Documentation  1.7.4
Classes | Typedefs
src/core/qgsvectorlayerundocommand.h File Reference
#include <QUndoCommand>
#include <QVariant>
#include <QSet>
#include <QList>
#include "qgsfield.h"
#include "qgsfeature.h"
Include dependency graph for qgsvectorlayerundocommand.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines