Class: Qgs3DAlgorithms

class qgis._3d.Qgs3DAlgorithms

Bases: QgsProcessingProvider

QGIS 3D processing algorithm provider.

Qgs3DAlgorithms(parent: QObject = None) Constructor for Qgs3DAlgorithms.

Methods

addAlgorithm

Adds an algorithm to the provider.

childEvent

connectNotify

customEvent

disconnectNotify

helpId

rtype:

str

icon

rtype:

QIcon

id

rtype:

str

isSignalConnected

loadAlgorithms

name

rtype:

str

receivers

sender

senderSignalIndex

supportsNonFileBasedOutput

rtype:

bool

svgIconPath

rtype:

str

timerEvent

addAlgorithm(self, algorithm: QgsProcessingAlgorithm) bool

Adds an algorithm to the provider. Ownership of the algorithm is transferred to the provider.

childEvent(self, QChildEvent)
connectNotify(self, QMetaMethod)
customEvent(self, QEvent)
disconnectNotify(self, QMetaMethod)
helpId(self) str
Return type:

str

icon(self) QIcon
Return type:

QIcon

id(self) str
Return type:

str

isSignalConnected(self, QMetaMethod) bool
loadAlgorithms(self)
name(self) str
Return type:

str

receivers(self, PYQT_SIGNAL) int
sender(self) QObject
senderSignalIndex(self) int
supportsNonFileBasedOutput(self) bool
Return type:

bool

svgIconPath(self) str
Return type:

str

timerEvent(self, QTimerEvent)