QGraphicsApiFilter Class

class Qt3DRender::QGraphicsApiFilter

Die Klasse QGraphicsApiFilter identifiziert die für das angehängte QTechnique erforderliche API. Mehr...

Kopfzeile: #include <QGraphicsApiFilter>
CMake: find_package(Qt6 REQUIRED COMPONENTS 3drender)
target_link_libraries(mytarget PRIVATE Qt6::3drender)
qmake: QT += 3drender
In QML: GraphicsApiFilter
Vererbt: QObject
Status: Veraltet

Öffentliche Typen

enum Api { OpenGLES, OpenGL, Vulkan, DirectX, RHI }
enum OpenGLProfile { NoProfile, CoreProfile, CompatibilityProfile }

Eigenschaften

Öffentliche Funktionen

QGraphicsApiFilter(QObject *parent = nullptr)
Qt3DRender::QGraphicsApiFilter::Api api() const
QStringList extensions() const
int majorVersion() const
int minorVersion() const
Qt3DRender::QGraphicsApiFilter::OpenGLProfile profile() const
QString vendor() const

Öffentliche Slots

void setApi(Qt3DRender::QGraphicsApiFilter::Api api)
void setExtensions(const QStringList &extensions)
void setMajorVersion(int majorVersion)
void setMinorVersion(int minorVersion)
void setProfile(Qt3DRender::QGraphicsApiFilter::OpenGLProfile profile)
void setVendor(const QString &vendor)

Signale

void apiChanged(Qt3DRender::QGraphicsApiFilter::Api api)
void extensionsChanged(const QStringList &extensions)
void graphicsApiFilterChanged()
void majorVersionChanged(int majorVersion)
void minorVersionChanged(int minorVersion)
void profileChanged(Qt3DRender::QGraphicsApiFilter::OpenGLProfile profile)
void vendorChanged(const QString &vendor)
bool operator!=(const Qt3DRender::QGraphicsApiFilter &reference, const Qt3DRender::QGraphicsApiFilter &sample)
bool operator==(const Qt3DRender::QGraphicsApiFilter &reference, const Qt3DRender::QGraphicsApiFilter &sample)

Detaillierte Beschreibung

Dokumentation der Mitgliedstypen

enum QGraphicsApiFilter::Api

KonstanteWertBeschreibung
Qt3DRender::QGraphicsApiFilter::OpenGLESQSurfaceFormat::OpenGLESQSurfaceFormat::OpenGLES
Qt3DRender::QGraphicsApiFilter::OpenGLQSurfaceFormat::OpenGLQSurfaceFormat::OpenGL
Qt3DRender::QGraphicsApiFilter::Vulkan3Vulkan
Qt3DRender::QGraphicsApiFilter::DirectX4DirectX
Qt3DRender::QGraphicsApiFilter::RHI5RHI

enum QGraphicsApiFilter::OpenGLProfile

Diese Aufzählung identifiziert den Typ des erforderlichen Profils.

KonstanteWertBeschreibung
Qt3DRender::QGraphicsApiFilter::NoProfileQSurfaceFormat::NoProfileQSurfaceFormat::NoProfile
Qt3DRender::QGraphicsApiFilter::CoreProfileQSurfaceFormat::CoreProfileQSurfaceFormat::CoreProfile
Qt3DRender::QGraphicsApiFilter::CompatibilityProfileQSurfaceFormat::CompatibilityProfileQSurfaceFormat::CompatibilityProfile

Eigenschaft Dokumentation

api : Qt3DRender::QGraphicsApiFilter::Api

Zugriffsfunktionen:

Qt3DRender::QGraphicsApiFilter::Api api() const
void setApi(Qt3DRender::QGraphicsApiFilter::Api api)

Melder-Signal:

void apiChanged(Qt3DRender::QGraphicsApiFilter::Api api)

extensions : QStringList

Zugriffsfunktionen:

QStringList extensions() const
void setExtensions(const QStringList &extensions)

Melder-Signal:

void extensionsChanged(const QStringList &extensions)

majorVersion : int

Zugriffsfunktionen:

int majorVersion() const
void setMajorVersion(int majorVersion)

Melder-Signal:

void majorVersionChanged(int majorVersion)

minorVersion : int

Zugriffsfunktionen:

int minorVersion() const
void setMinorVersion(int minorVersion)

Melder-Signal:

void minorVersionChanged(int minorVersion)

profile : Qt3DRender::QGraphicsApiFilter::OpenGLProfile

Zugriffsfunktionen:

Qt3DRender::QGraphicsApiFilter::OpenGLProfile profile() const
void setProfile(Qt3DRender::QGraphicsApiFilter::OpenGLProfile profile)

Melder-Signal:

void profileChanged(Qt3DRender::QGraphicsApiFilter::OpenGLProfile profile)

vendor : QString

Zugriffsfunktionen:

QString vendor() const
void setVendor(const QString &vendor)

Melder-Signal:

void vendorChanged(const QString &vendor)

Member Function Dokumentation

[explicit] QGraphicsApiFilter::QGraphicsApiFilter(QObject *parent = nullptr)

Konstruiert einen neuen QGraphicsApiFilter mit dem angegebenen parent.

[signal] void QGraphicsApiFilter::graphicsApiFilterChanged()

Dieses Signal wird ausgegeben, wenn der Wert einer beliebigen Eigenschaft geändert wird.

Verwandte Nicht-Mitglieder

bool operator!=(const Qt3DRender::QGraphicsApiFilter &reference, const Qt3DRender::QGraphicsApiFilter &sample)

Gibt true zurück, wenn reference und sample unterschiedlich sind.

bool operator==(const Qt3DRender::QGraphicsApiFilter &reference, const Qt3DRender::QGraphicsApiFilter &sample)

Gibt true zurück, wenn reference und sample gleichwertig 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.