QTextureImageDataGenerator Class

(Qt3DRender::QTextureImageDataGenerator)

Provides texture image data for QAbstractTextureImage. More...

Header: #include <QTextureImageDataGenerator>
qmake: QT += 3drender
Since: Qt 5.7
Inherits: Qt3DRender::QAbstractFunctor

Public Functions

virtual ~QTextureImageDataGenerator()
virtual Qt3DRender::QTextureImageDataPtr operator()() = 0
virtual bool operator==(const Qt3DRender::QTextureImageDataGenerator &other) const = 0

Detailed Description

Provides texture image data for QAbstractTextureImage.

QTextureImageDataGenerator is a data provider for QAbstractTexture. QTextureImageDataGenerator can be used to expand Qt3D with more ways to load texture image data as well as support user-defined formats and formats Qt3D does not natively support. The data is returned by the QTextureImageDataPtr which contains the data that will be loaded to the texture. QTextureImageDataGenerator is executed by Aspect jobs in the backend.

Member Function Documentation

[virtual] QTextureImageDataGenerator::~QTextureImageDataGenerator()

Destroys the instance of QTextureImageDataGenerator. The destructor is virtual.

[pure virtual] Qt3DRender::QTextureImageDataPtr QTextureImageDataGenerator::operator()()

Implement the method to return the texture image data.

[pure virtual] bool QTextureImageDataGenerator::operator==(const Qt3DRender::QTextureImageDataGenerator &other) const

Implement the method to compare this texture data generator to other. Returns a boolean that indicates whether the QAbstractTextureImage needs to reload the QTextureImageData.

Related Non-Members

typedef Qt3DRender::QTextureImageDataPtr

Shared pointer to QTextureImageData.

© 2018 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.