64 QSet<QgsVectorLayer *> layers()
const;
71 QSet<QgsVectorLayer *> modifiedLayers()
const;
101 bool commitChanges( QStringList &commitErrors
SIP_OUT,
bool stopEditing =
true );
112 bool rollBack( QStringList &rollbackErrors
SIP_OUT,
bool stopEditing =
true );
117 bool isEditing()
const;
121 QList<QgsVectorLayer *> orderLayersParentsToChildren( QSet<QgsVectorLayer *> layers );
122 void editingFinished(
bool stopEditing );
124 QSet<QgsVectorLayer *> mLayers;
126 bool mIsEditing =
false;