Package io.qt.quick

Class QQuickRhiItem

All Implemented Interfaces:
QQmlParserStatus, QtObjectInterface, QtSignalBlockerInterface, QtSignalEmitterInterface, QtThreadAffineInterface

public abstract class QQuickRhiItem extends QQuickItem

Java wrapper for Qt class QQuickRhiItem

  • Field Details

    • staticMetaObject

      public static final QMetaObject staticMetaObject
      This variable stores the meta-object for the class.
    • alphaBlendingChanged

      public final QObject.Signal0 alphaBlendingChanged

      See QQuickRhiItem::alphaBlendingChanged()

    • autoRenderTargetChanged

      public final QObject.Signal0 autoRenderTargetChanged

      See QQuickRhiItem::autoRenderTargetChanged()

    • colorBufferFormatChanged

      public final QObject.Signal0 colorBufferFormatChanged

      See QQuickRhiItem::colorBufferFormatChanged()

    • effectiveColorBufferSizeChanged

      public final QObject.Signal0 effectiveColorBufferSizeChanged

      See QQuickRhiItem::effectiveColorBufferSizeChanged()

    • fixedColorBufferHeightChanged

      public final QObject.Signal0 fixedColorBufferHeightChanged

      See QQuickRhiItem::fixedColorBufferHeightChanged()

    • fixedColorBufferWidthChanged

      public final QObject.Signal0 fixedColorBufferWidthChanged

      See QQuickRhiItem::fixedColorBufferWidthChanged()

    • mirrorVerticallyChanged

      public final QObject.Signal0 mirrorVerticallyChanged

      See QQuickRhiItem::mirrorVerticallyChanged()

    • sampleCountChanged

      public final QObject.Signal0 sampleCountChanged

      See QQuickRhiItem::sampleCountChanged()

  • Constructor Details

  • Method Details

    • alphaBlending

      @QtUninvokable public final boolean alphaBlending()

      See QQuickRhiItem::alphaBlending()const

    • colorBufferFormat

      @QtUninvokable public final QQuickRhiItem.TextureFormat colorBufferFormat()

      See QQuickRhiItem::colorBufferFormat()const

    • effectiveColorBufferSize

      @QtUninvokable public final QSize effectiveColorBufferSize()

      See QQuickRhiItem::effectiveColorBufferSize()const

    • fixedColorBufferHeight

      @QtUninvokable public final int fixedColorBufferHeight()

      See QQuickRhiItem::fixedColorBufferHeight()const

    • fixedColorBufferWidth

      @QtUninvokable public final int fixedColorBufferWidth()

      See QQuickRhiItem::fixedColorBufferWidth()const

    • isAutoRenderTargetEnabled

      @QtUninvokable protected final boolean isAutoRenderTargetEnabled()

      See QQuickRhiItem::isAutoRenderTargetEnabled()const

    • isMirrorVerticallyEnabled

      @QtUninvokable public final boolean isMirrorVerticallyEnabled()

      See QQuickRhiItem::isMirrorVerticallyEnabled()const

    • sampleCount

      @QtUninvokable public final int sampleCount()

      See QQuickRhiItem::sampleCount()const

    • setAlphaBlending

      @QtUninvokable public final void setAlphaBlending(boolean enable)

      See QQuickRhiItem::setAlphaBlending(bool)

    • setAutoRenderTarget

      @QtUninvokable protected final void setAutoRenderTarget(boolean enabled)

      See QQuickRhiItem::setAutoRenderTarget(bool)

    • setColorBufferFormat

      @QtUninvokable public final void setColorBufferFormat(QQuickRhiItem.TextureFormat format)

      See QQuickRhiItem::setColorBufferFormat(QQuickRhiItem::TextureFormat)

    • setFixedColorBufferHeight

      @QtUninvokable public final void setFixedColorBufferHeight(int height)

      See QQuickRhiItem::setFixedColorBufferHeight(int)

    • setFixedColorBufferWidth

      @QtUninvokable public final void setFixedColorBufferWidth(int width)

      See QQuickRhiItem::setFixedColorBufferWidth(int)

    • setMirrorVertically

      @QtUninvokable public final void setMirrorVertically(boolean enable)

      See QQuickRhiItem::setMirrorVertically(bool)

    • setSampleCount

      @QtUninvokable public final void setSampleCount(int samples)

      See QQuickRhiItem::setSampleCount(int)

    • createRenderer

      @QtUninvokable protected abstract QQuickRhiItemRenderer createRenderer()

      See QQuickRhiItem::createRenderer()

    • event

      @QtUninvokable public boolean event(QEvent arg__1)

      See QObject::event(QEvent*)

      Overrides:
      event in class QQuickItem
    • geometryChange

      @QtUninvokable protected void geometryChange(QRectF newGeometry, QRectF oldGeometry)

      See QQuickItem::geometryChange(QRectF,QRectF)

      Overrides:
      geometryChange in class QQuickItem
    • isTextureProvider

      @QtUninvokable public boolean isTextureProvider()

      See QQuickItem::isTextureProvider()const

      Overrides:
      isTextureProvider in class QQuickItem
    • releaseResources

      @QtUninvokable protected void releaseResources()

      See QQuickItem::releaseResources()

      Overrides:
      releaseResources in class QQuickItem
    • textureProvider

      @QtUninvokable public QSGTextureProvider textureProvider()

      See QQuickItem::textureProvider()const

      Overrides:
      textureProvider in class QQuickItem
    • updatePaintNode

      @QtUninvokable protected QSGNode updatePaintNode(QSGNode arg__1, QQuickItem.UpdatePaintNodeData arg__2)

      See QQuickItem::updatePaintNode(QSGNode*,QQuickItem::UpdatePaintNodeData*)

      Overrides:
      updatePaintNode in class QQuickItem