| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
Undo command for deleting attributes of a vector layer in a transaction group. More...
#include <qgsvectorlayerundopassthroughcommand.h>

Public Member Functions | |
| QgsVectorLayerUndoPassthroughCommandRenameAttribute (QgsVectorLayerEditBuffer *buffer, int attr, const QString &newName) | |
| Constructor for QgsVectorLayerUndoCommandRenameAttribute.   | |
| void | redo () override | 
| void | undo () override | 
  Public Member Functions inherited from QgsVectorLayerUndoPassthroughCommand | |
| QgsVectorLayerUndoPassthroughCommand (QgsVectorLayerEditBuffer *buffer, const QString &text, bool autocreate=true) | |
| Constructor for QgsVectorLayerUndoPassthroughCommand.   | |
| bool | hasError () const | 
| Returns error status.   | |
  Public Member Functions inherited from QgsVectorLayerUndoCommand | |
| QgsVectorLayerUndoCommand (QgsVectorLayerEditBuffer *buffer) | |
| Constructor for QgsVectorLayerUndoCommand.   | |
| int | id () const override | 
| QgsVectorLayer * | layer () | 
| Returns the layer associated with the undo command.   | |
| bool | mergeWith (const QUndoCommand *) override | 
Additional Inherited Members | |
  Protected Member Functions inherited from QgsVectorLayerUndoPassthroughCommand | |
| QString | errorMessage () const | 
| Returns the error message or an empty string if there's none.   | |
| bool | rollBackToSavePoint () | 
Rollback command, release savepoint or set error status save point must be set prior to call error satus should be false prior to call.   | |
| void | setError () | 
| Set error flag and append "failed" to text.   | |
| void | setErrorMessage (const QString &errorMessage) | 
| Sets the error message.   | |
| bool | setSavePoint (const QString &savePointId=QString()) | 
| Set the command savepoint or set error status.   | |
  Protected Attributes inherited from QgsVectorLayerUndoCommand | |
| QgsVectorLayerEditBuffer * | mBuffer = nullptr | 
| Associated edit buffer.   | |
Undo command for deleting attributes of a vector layer in a transaction group.
Definition at line 292 of file qgsvectorlayerundopassthroughcommand.h.
| QgsVectorLayerUndoPassthroughCommandRenameAttribute::QgsVectorLayerUndoPassthroughCommandRenameAttribute | ( | QgsVectorLayerEditBuffer * | buffer, | 
| int | attr, | ||
| const QString & | newName | ||
| ) | 
Constructor for QgsVectorLayerUndoCommandRenameAttribute.
| buffer | associated edit buffer | 
| attr | |
| newName | 
Definition at line 483 of file qgsvectorlayerundopassthroughcommand.cpp.
      
  | 
  override | 
Definition at line 524 of file qgsvectorlayerundopassthroughcommand.cpp.
      
  | 
  override | 
Definition at line 491 of file qgsvectorlayerundopassthroughcommand.cpp.