Qt3DRender.QAbstractFunctor¶
QAbstractFunctor
is an abstract base class for all functors. More…

Inherited by: Qt3DRender.QBufferDataGenerator, Qt3DRender.QGeometryFactory, Qt3DRender.QTextureGenerator, Qt3DRender.QTextureImageDataGenerator
Detailed Description¶
The
QAbstractFunctor
is used as a base class for all functors and data generators in Qt3DRender module.When user defines a new functor or generator, they need to implement the
id()
method, which should be done using theQT3D_FUNCTOR
macro in the class definition.
-
class
PySide2.Qt3DRender.Qt3DRender.
QAbstractFunctor
¶
-
PySide2.Qt3DRender.Qt3DRender.QAbstractFunctor.
id
()¶ - Return type
qintptr
Returns a pointer to the id of the functor.