QGraphicsApiFilter Class

(Qt3DRender::QGraphicsApiFilter)

The QGraphicsApiFilter class identifies the API required for the attached QTechnique More...

Header: #include <QGraphicsApiFilter>
qmake: QT += 3drender
Since: Qt 5.5
Instantiated By: GraphicsApiFilter
Inherits: QObject

Public Types

enum Api { OpenGLES, OpenGL }
enum OpenGLProfile { NoProfile, CoreProfile, CompatibilityProfile }

Properties

  • 1 property inherited from QObject

Public Functions

QGraphicsApiFilter(QObject *parent = nullptr)
Api api() const
QStringList extensions() const
int majorVersion() const
int minorVersion() const
OpenGLProfile profile() const
QString vendor() const
  • 32 public functions inherited from QObject

Public Slots

void setApi(Api api)
void setExtensions(const QStringList &extensions)
void setMajorVersion(int majorVersion)
void setMinorVersion(int minorVersion)
void setProfile(OpenGLProfile profile)
void setVendor(const QString &vendor)
  • 1 public slot inherited from QObject

Signals

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 QGraphicsApiFilter &reference, const QGraphicsApiFilter &sample)
bool operator==(const QGraphicsApiFilter &reference, const QGraphicsApiFilter &sample)

Additional Inherited Members

  • 11 static public members inherited from QObject
  • 9 protected functions inherited from QObject

Detailed Description

The QGraphicsApiFilter class identifies the API required for the attached QTechnique

Member Type Documentation

enum QGraphicsApiFilter::Api

ConstantValueDescription
Qt3DRender::QGraphicsApiFilter::OpenGLESQSurfaceFormat::OpenGLESQSurfaceFormat::OpenGLES
Qt3DRender::QGraphicsApiFilter::OpenGLQSurfaceFormat::OpenGLQSurfaceFormat::OpenGL

enum QGraphicsApiFilter::OpenGLProfile

This enum identifies the type of profile required

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

Property Documentation

api : Qt3DRender::QGraphicsApiFilter::Api

Access functions:

Api api() const
void setApi(Api api)

Notifier signal:

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

extensions : QStringList

Access functions:

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

Notifier signal:

void extensionsChanged(const QStringList &extensions)

majorVersion : int

Access functions:

int majorVersion() const
void setMajorVersion(int majorVersion)

Notifier signal:

void majorVersionChanged(int majorVersion)

minorVersion : int

Access functions:

int minorVersion() const
void setMinorVersion(int minorVersion)

Notifier signal:

void minorVersionChanged(int minorVersion)

profile : Qt3DRender::QGraphicsApiFilter::OpenGLProfile

Access functions:

OpenGLProfile profile() const
void setProfile(OpenGLProfile profile)

Notifier signal:

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

vendor : QString

Access functions:

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

Notifier signal:

void vendorChanged(const QString &vendor)

Member Function Documentation

QGraphicsApiFilter::QGraphicsApiFilter(QObject *parent = nullptr)

Constructs a new QGraphicsApiFilter with the specified parent.

[signal] void QGraphicsApiFilter::graphicsApiFilterChanged()

This signal is emitted when the value of any property is changed.

Related Non-Members

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

Returns true if reference and sample are different.

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

Returns true if reference and sample are equivalent.

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