Quantum GIS API Documentation
1.7.5-Wroclaw
|
change structure for attribute for undo/redo purpose More...
#include <qgsvectorlayerundocommand.h>
Public Attributes | |
bool | isFirstChange |
QVariant | original |
QVariant | target |
change structure for attribute for undo/redo purpose
Definition at line 33 of file qgsvectorlayerundocommand.h.
bool QgsUndoCommand::AttributeChangeEntry::isFirstChange |
Definition at line 36 of file qgsvectorlayerundocommand.h.
Referenced by QgsUndoCommand::storeAttributeChange().
QVariant QgsUndoCommand::AttributeChangeEntry::original |
Definition at line 37 of file qgsvectorlayerundocommand.h.
Referenced by QgsUndoCommand::storeAttributeChange().
QVariant QgsUndoCommand::AttributeChangeEntry::target |
Definition at line 38 of file qgsvectorlayerundocommand.h.
Referenced by QgsUndoCommand::storeAttributeChange().