QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
#include <qgstransactiongroup.h>
Signals | |
void | commitError (const QString &msg) |
Will be emitted whenever there is a commit error. | |
Public Member Functions | |
QgsTransactionGroup (QObject *parent=nullptr) | |
Constructor for QgsTransactionGroup. | |
bool | addLayer (QgsVectorLayer *layer) |
Add a layer to this transaction group. | |
QString | connString () const |
Returns the connection string used by this transaction group. | |
bool | isEmpty () const |
Returns true if there are no layers in this transaction group. | |
QSet< QgsVectorLayer * > | layers () const |
Gets the set of layers currently managed by this transaction group. | |
bool | modified () const |
Returns true if any of the layers in this group reports a modification. | |
QString | providerKey () const |
Returns the provider key used by this transaction group. | |
Definition at line 31 of file qgstransactiongroup.h.
|
explicit |
Constructor for QgsTransactionGroup.
Definition at line 26 of file qgstransactiongroup.cpp.
bool QgsTransactionGroup::addLayer | ( | QgsVectorLayer * | layer | ) |
Add a layer to this transaction group.
Will return true
if it is compatible and has been added.
Definition at line 32 of file qgstransactiongroup.cpp.
|
signal |
Will be emitted whenever there is a commit error.
QString QgsTransactionGroup::connString | ( | ) | const |
Returns the connection string used by this transaction group.
Layers need be compatible when added.
Definition at line 205 of file qgstransactiongroup.cpp.
bool QgsTransactionGroup::isEmpty | ( | ) | const |
Returns true
if there are no layers in this transaction group.
Definition at line 200 of file qgstransactiongroup.cpp.
QSet< QgsVectorLayer * > QgsTransactionGroup::layers | ( | ) | const |
Gets the set of layers currently managed by this transaction group.
Definition at line 56 of file qgstransactiongroup.cpp.
bool QgsTransactionGroup::modified | ( | ) | const |
Returns true
if any of the layers in this group reports a modification.
Definition at line 61 of file qgstransactiongroup.cpp.
QString QgsTransactionGroup::providerKey | ( | ) | const |
Returns the provider key used by this transaction group.
Layers need be compatible when added.
Definition at line 195 of file qgstransactiongroup.cpp.