Subgroup: other

Class: QgsTrackedVectorLayerTools

class qgis.core.QgsTrackedVectorLayerTools

Bases: qgis._core.QgsVectorLayerTools

Constructor for QgsTrackedVectorLayerTools.

Methods

addFeature
blockSignals
childEvent
children
connectNotify
copyMoveFeatures
customEvent
deleteLater
disconnect
disconnectNotify
dumpObjectInfo
dumpObjectTree
dynamicPropertyNames
event
eventFilter
findChild findChild(self, Tuple, name: str = ‘’, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> QObject
findChildren findChildren(self, Tuple, name: str = ‘’, options: Union[Qt.FindChildOptions, Qt.FindChildOption] = Qt.FindChildrenRecursively) -> List[QObject]
inherits
installEventFilter
isSignalConnected
isWidgetType
isWindowType
killTimer
metaObject
moveToThread
objectName
parent
property
pyqtConfigure Each keyword argument is either the name of a Qt property or a Qt signal.
receivers
removeEventFilter
rollback Delete all features which have been added via this object.
saveEdits
sender
senderSignalIndex
setObjectName
setParent
setProperty
setVectorLayerTools Set the vector layer tools that will be used to interact with the data
signalsBlocked
startEditing
startTimer
stopEditing
thread
timerEvent
tr

Attributes

destroyed destroyed(self, QObject = None) [signal]
objectNameChanged objectNameChanged(self, str) [signal]
staticMetaObject
addFeature(self, layer: QgsVectorLayer, defaultValues: Dict[int, Any], defaultGeometry: QgsGeometry, feature: QgsFeature) → bool
childEvent()
connectNotify()
copyMoveFeatures(self, layer: QgsVectorLayer, request: QgsFeatureRequest, dx: float = 0, dy: float = 0, errorMsg: str = '') → bool
customEvent()
disconnectNotify()
isSignalConnected()
receivers()
rollback(self)

Delete all features which have been added via this object.

saveEdits(self, layer: QgsVectorLayer) → bool
sender()
senderSignalIndex()
setVectorLayerTools(self, tools: QgsVectorLayerTools)

Set the vector layer tools that will be used to interact with the data

startEditing(self, layer: QgsVectorLayer) → bool
stopEditing(self, layer: QgsVectorLayer, allowCancel: bool) → bool
timerEvent()