java.lang.Object
io.qt.QtObject
io.qt.quick.QQuickGraphicsConfiguration
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Controls lower level graphics settings for the QQuickWindow
Java wrapper for Qt's class QQuickGraphicsConfiguration
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
clone()
Creates and returns a copy of this object.final QList<QByteArray>
boolean
Used 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.int
hashCode()
final boolean
final boolean
final boolean
final boolean
final String
final String
static QList<QByteArray>
final boolean
final void
setAutomaticPipelineCache
(boolean enable) final void
setDebugLayer
(boolean enable) final void
setDebugMarkers
(boolean enable) final void
setDepthBufferFor2D
(boolean enable) final void
setDeviceExtensions
(Collection<? extends QByteArray> extensions) final void
setPipelineCacheLoadFile
(String filename) final void
setPipelineCacheSaveFile
(String filename) final void
setPreferSoftwareDevice
(boolean enable) 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
-
isAutomaticPipelineCacheEnabled
-
isDebugLayerEnabled
-
isDebugMarkersEnabled
-
isDepthBufferEnabledFor2D
-
assign
-
pipelineCacheLoadFile
-
pipelineCacheSaveFile
-
prefersSoftwareDevice
-
setAutomaticPipelineCache
-
setDebugLayer
-
setDebugMarkers
-
setDepthBufferFor2D
-
setDeviceExtensions
-
setPipelineCacheLoadFile
-
setPipelineCacheSaveFile
-
setPreferSoftwareDevice
-
preferredInstanceExtensions
-
equals
Description copied from class:QtObject
Used 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
Creates and returns a copy of this object.
-