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 class QQuickGraphicsConfiguration
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
SeeQQuickGraphicsConfiguration::
operator=(QQuickGraphicsConfiguration) clone()
Creates and returns a copy of this object.final QList<QByteArray>
boolean
Seeoperator==(QQuickGraphicsConfiguration,
QQuickGraphicsConfiguration) int
hashCode()
Returns the objects's hash code computed byqHash(QQuickGraphicsConfiguration)
.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) final void
setTimestamps
(boolean enable) final boolean
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QQuickGraphicsConfiguration
public QQuickGraphicsConfiguration() -
QQuickGraphicsConfiguration
-
-
Method Details
-
deviceExtensions
-
isAutomaticPipelineCacheEnabled
-
isDebugLayerEnabled
-
isDebugMarkersEnabled
-
isDepthBufferEnabledFor2D
-
assign
See
QQuickGraphicsConfiguration::
operator=(QQuickGraphicsConfiguration) -
pipelineCacheLoadFile
-
pipelineCacheSaveFile
-
prefersSoftwareDevice
-
setAutomaticPipelineCache
-
setDebugLayer
-
setDebugMarkers
-
setDepthBufferFor2D
-
setDeviceExtensions
-
setPipelineCacheLoadFile
-
setPipelineCacheSaveFile
-
setPreferSoftwareDevice
-
setTimestamps
-
timestampsEnabled
-
preferredInstanceExtensions
-
equals
See
operator==(QQuickGraphicsConfiguration,
QQuickGraphicsConfiguration) -
hashCode
Returns the objects's hash code computed byqHash(QQuickGraphicsConfiguration)
. -
clone
Creates and returns a copy of this object.
-