java.lang.Object
io.qt.internal.NativeUtility.Object
io.qt.QtObject
io.qt.quick.QQuickGraphicsConfiguration
- All Implemented Interfaces:
QtObjectInterface,Cloneable
Container for low-level graphics settings that can affect how the underlying graphics API, such as Vulkan, is initialized by the Qt Quick scene graph. It can also control certain aspects of the scene graph renderer
Java wrapper for Qt's class QQuickGraphicsConfiguration
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()final QList<QByteArray>booleanUsed to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.inthashCode()final booleanstatic QList<QByteArray>final voidsetDepthBufferFor2D(boolean enable) final voidsetDeviceExtensions(Collection<? extends QByteArray> extensions) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QQuickGraphicsConfiguration
public QQuickGraphicsConfiguration() -
QQuickGraphicsConfiguration
-
QQuickGraphicsConfiguration
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
deviceExtensions
-
isDepthBufferEnabledFor2D
-
setDepthBufferFor2D
-
setDeviceExtensions
-
preferredInstanceExtensions
-
equals
Description copied from class:io.qt.QtObjectUsed to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-