QAbstractFunctor

QAbstractFunctor is an abstract base class for all functors. More

Inheritance diagram of PySide6.Qt3DCore.Qt3DCore.QAbstractFunctor

Inherited by: QTextureImageDataGenerator

New in version 6.0.

Detailed Description

The QAbstractFunctor is used as a base class for all functors and data generators in Qt3DCore module.

When user defines a new functor or generator, they need to implement the id() method, which should be done using the QT3D_FUNCTOR macro in the class definition.

class PySide6.Qt3DCore.Qt3DCore.QAbstractFunctor
PySide6.Qt3DCore.Qt3DCore.QAbstractFunctor.id()
Return type

qintptr

Returns a pointer to the id of the functor.