71    QSet<QgsVectorLayer *> layers() 
const;
 
   78    QSet<QgsVectorLayer *> modifiedLayers() 
const;
 
  108    bool commitChanges( QStringList &commitErrors 
SIP_OUT, 
bool stopEditing = 
true );
 
  119    bool rollBack( QStringList &rollbackErrors 
SIP_OUT, 
bool stopEditing = 
true );
 
  124    bool isEditing() 
const;
 
  128    QList<QgsVectorLayer *> orderLayersParentsToChildren( QSet<QgsVectorLayer *> layers );
 
  129    void editingFinished( 
bool stopEditing );
 
  131    QSet<QgsVectorLayer *> mLayers;
 
  133    bool mIsEditing = 
false;