QAbstractFunctor

PyQt5.Qt3DRender.QAbstractFunctor

Inherited by QBufferDataGenerator, QGeometryFactory, QTextureGenerator, QTextureImageDataGenerator.

Description

QAbstractFunctor is an abstract base class for all functors.

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 QAbstractFunctor::id() method, which should be done using the QT3D_FUNCTOR macro in the class definition.

Methods

__init__()

TODO


id() → sip.voidptr

TODO