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
Public Functions
- 32 public functions inherited from QObject
Public Slots
- 1 public slot inherited from QObject
Signals
| 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
enum QGraphicsApiFilter::OpenGLProfile
This enum identifies the type of profile required
| Constant |
Value |
Qt3DRender::QGraphicsApiFilter::NoProfile |
QSurfaceFormat::NoProfile |
Qt3DRender::QGraphicsApiFilter::CoreProfile |
QSurfaceFormat::CoreProfile |
Qt3DRender::QGraphicsApiFilter::CompatibilityProfile |
QSurfaceFormat::CompatibilityProfile |
Property Documentation
api : Qt3DRender::QGraphicsApiFilter::Api
Access functions:
| Api |
api() const |
| void |
setApi(Api api) |
Notifier signal:
| void |
apiChanged(Qt3DRender::QGraphicsApiFilter::Api api) |
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) |
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
Returns true if reference and sample are different.
Returns true if reference and sample are equivalent.