QTextureGenerator Class

class Qt3DRender::QTextureGenerator

Liefert die Bilddaten für eine Textur. Mehr...

Kopfzeile: #include <QTextureGenerator>
CMake: find_package(Qt6 REQUIRED COMPONENTS 3drender)
target_link_libraries(mytarget PRIVATE Qt6::3drender)
qmake: QT += 3drender
Vererbt: Qt3DCore::QAbstractFunctor
Status: Veraltet

Öffentliche Funktionen

virtual ~QTextureGenerator()
virtual Qt3DRender::QTextureDataPtr operator()() = 0
virtual bool operator==(const Qt3DRender::QTextureGenerator &other) const = 0

Detaillierte Beschreibung

Dokumentation der Mitgliedsfunktionen

[virtual noexcept] QTextureGenerator::~QTextureGenerator()

Klasse Qt3DRender::QTextureGenerator

Erzeugt die notwendigen Informationen, um ein OpenGL-Texturbild zu erstellen.

[pure virtual] Qt3DRender::QTextureDataPtr QTextureGenerator::operator()()

Gibt die Texturdaten zurück.

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

Vergleicht diese Texturdaten mit other. Gibt true zurück, wenn beide gleich sind.

© 2025 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.