Documentation ¶
Index ¶
- Constants
- func PointerFromQQuickAsyncImageProvider(ptr QQuickAsyncImageProvider_ITF) unsafe.Pointer
- func PointerFromQQuickFramebufferObject(ptr QQuickFramebufferObject_ITF) unsafe.Pointer
- func PointerFromQQuickImageProvider(ptr QQuickImageProvider_ITF) unsafe.Pointer
- func PointerFromQQuickImageResponse(ptr QQuickImageResponse_ITF) unsafe.Pointer
- func PointerFromQQuickItem(ptr QQuickItem_ITF) unsafe.Pointer
- func PointerFromQQuickItemGrabResult(ptr QQuickItemGrabResult_ITF) unsafe.Pointer
- func PointerFromQQuickPaintedItem(ptr QQuickPaintedItem_ITF) unsafe.Pointer
- func PointerFromQQuickRenderControl(ptr QQuickRenderControl_ITF) unsafe.Pointer
- func PointerFromQQuickTextDocument(ptr QQuickTextDocument_ITF) unsafe.Pointer
- func PointerFromQQuickTextureFactory(ptr QQuickTextureFactory_ITF) unsafe.Pointer
- func PointerFromQQuickView(ptr QQuickView_ITF) unsafe.Pointer
- func PointerFromQQuickWidget(ptr QQuickWidget_ITF) unsafe.Pointer
- func PointerFromQQuickWindow(ptr QQuickWindow_ITF) unsafe.Pointer
- func PointerFromQSGAbstractRenderer(ptr QSGAbstractRenderer_ITF) unsafe.Pointer
- func PointerFromQSGBasicGeometryNode(ptr QSGBasicGeometryNode_ITF) unsafe.Pointer
- func PointerFromQSGClipNode(ptr QSGClipNode_ITF) unsafe.Pointer
- func PointerFromQSGDynamicTexture(ptr QSGDynamicTexture_ITF) unsafe.Pointer
- func PointerFromQSGEngine(ptr QSGEngine_ITF) unsafe.Pointer
- func PointerFromQSGFlatColorMaterial(ptr QSGFlatColorMaterial_ITF) unsafe.Pointer
- func PointerFromQSGGeometry(ptr QSGGeometry_ITF) unsafe.Pointer
- func PointerFromQSGGeometryNode(ptr QSGGeometryNode_ITF) unsafe.Pointer
- func PointerFromQSGMaterial(ptr QSGMaterial_ITF) unsafe.Pointer
- func PointerFromQSGMaterialShader(ptr QSGMaterialShader_ITF) unsafe.Pointer
- func PointerFromQSGMaterialType(ptr QSGMaterialType_ITF) unsafe.Pointer
- func PointerFromQSGNode(ptr QSGNode_ITF) unsafe.Pointer
- func PointerFromQSGOpacityNode(ptr QSGOpacityNode_ITF) unsafe.Pointer
- func PointerFromQSGOpaqueTextureMaterial(ptr QSGOpaqueTextureMaterial_ITF) unsafe.Pointer
- func PointerFromQSGSimpleMaterial(ptr QSGSimpleMaterial_ITF) unsafe.Pointer
- func PointerFromQSGSimpleMaterialShader(ptr QSGSimpleMaterialShader_ITF) unsafe.Pointer
- func PointerFromQSGSimpleRectNode(ptr QSGSimpleRectNode_ITF) unsafe.Pointer
- func PointerFromQSGSimpleTextureNode(ptr QSGSimpleTextureNode_ITF) unsafe.Pointer
- func PointerFromQSGTexture(ptr QSGTexture_ITF) unsafe.Pointer
- func PointerFromQSGTextureMaterial(ptr QSGTextureMaterial_ITF) unsafe.Pointer
- func PointerFromQSGTextureProvider(ptr QSGTextureProvider_ITF) unsafe.Pointer
- func PointerFromQSGTransformNode(ptr QSGTransformNode_ITF) unsafe.Pointer
- func PointerFromQSGVertexColorMaterial(ptr QSGVertexColorMaterial_ITF) unsafe.Pointer
- func QQuickRenderControl_RenderWindowFor(win QQuickWindow_ITF, offset core.QPoint_ITF) *gui.QWindow
- func QQuickWindow_HasDefaultAlphaBuffer() bool
- func QQuickWindow_SetDefaultAlphaBuffer(useAlpha bool)
- func QSGGeometry_UpdateRectGeometry(g QSGGeometry_ITF, rect core.QRectF_ITF)
- func QSGGeometry_UpdateTexturedRectGeometry(g QSGGeometry_ITF, rect core.QRectF_ITF, textureRect core.QRectF_ITF)
- type QQuickAsyncImageProvider
- func (ptr *QQuickAsyncImageProvider) ConnectDestroyQQuickAsyncImageProvider(f func())
- func (ptr *QQuickAsyncImageProvider) ConnectRequestImage(f func(id string, size *core.QSize, requestedSize *core.QSize) *gui.QImage)
- func (ptr *QQuickAsyncImageProvider) ConnectRequestImageResponse(f func(id string, requestedSize *core.QSize) *QQuickImageResponse)
- func (ptr *QQuickAsyncImageProvider) ConnectRequestPixmap(f func(id string, size *core.QSize, requestedSize *core.QSize) *gui.QPixmap)
- func (ptr *QQuickAsyncImageProvider) ConnectRequestTexture(...)
- func (ptr *QQuickAsyncImageProvider) DestroyQQuickAsyncImageProvider()
- func (ptr *QQuickAsyncImageProvider) DestroyQQuickAsyncImageProviderDefault()
- func (ptr *QQuickAsyncImageProvider) DisconnectDestroyQQuickAsyncImageProvider()
- func (ptr *QQuickAsyncImageProvider) DisconnectRequestImage()
- func (ptr *QQuickAsyncImageProvider) DisconnectRequestImageResponse(id string, requestedSize core.QSize_ITF)
- func (ptr *QQuickAsyncImageProvider) DisconnectRequestPixmap()
- func (ptr *QQuickAsyncImageProvider) DisconnectRequestTexture()
- func (p *QQuickAsyncImageProvider) Pointer() unsafe.Pointer
- func (p *QQuickAsyncImageProvider) QQuickAsyncImageProvider_PTR() *QQuickAsyncImageProvider
- func (ptr *QQuickAsyncImageProvider) RequestImage(id string, size core.QSize_ITF, requestedSize core.QSize_ITF) *gui.QImage
- func (ptr *QQuickAsyncImageProvider) RequestImageDefault(id string, size core.QSize_ITF, requestedSize core.QSize_ITF) *gui.QImage
- func (ptr *QQuickAsyncImageProvider) RequestImageResponse(id string, requestedSize core.QSize_ITF) *QQuickImageResponse
- func (ptr *QQuickAsyncImageProvider) RequestPixmap(id string, size core.QSize_ITF, requestedSize core.QSize_ITF) *gui.QPixmap
- func (ptr *QQuickAsyncImageProvider) RequestPixmapDefault(id string, size core.QSize_ITF, requestedSize core.QSize_ITF) *gui.QPixmap
- func (ptr *QQuickAsyncImageProvider) RequestTexture(id string, size core.QSize_ITF, requestedSize core.QSize_ITF) *QQuickTextureFactory
- func (ptr *QQuickAsyncImageProvider) RequestTextureDefault(id string, size core.QSize_ITF, requestedSize core.QSize_ITF) *QQuickTextureFactory
- func (p *QQuickAsyncImageProvider) SetPointer(ptr unsafe.Pointer)
- type QQuickAsyncImageProvider_ITF
- type QQuickFramebufferObject
- func (ptr *QQuickFramebufferObject) ChildEvent(event core.QChildEvent_ITF)
- func (ptr *QQuickFramebufferObject) ChildEventDefault(event core.QChildEvent_ITF)
- func (ptr *QQuickFramebufferObject) ChildMouseEventFilter(item QQuickItem_ITF, event core.QEvent_ITF) bool
- func (ptr *QQuickFramebufferObject) ChildMouseEventFilterDefault(item QQuickItem_ITF, event core.QEvent_ITF) bool
- func (ptr *QQuickFramebufferObject) ConnectChildEvent(f func(event *core.QChildEvent))
- func (ptr *QQuickFramebufferObject) ConnectChildMouseEventFilter(f func(item *QQuickItem, event *core.QEvent) bool)
- func (ptr *QQuickFramebufferObject) ConnectConnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QQuickFramebufferObject) ConnectContains(f func(point *core.QPointF) bool)
- func (ptr *QQuickFramebufferObject) ConnectCustomEvent(f func(event *core.QEvent))
- func (ptr *QQuickFramebufferObject) ConnectDeleteLater(f func())
- func (ptr *QQuickFramebufferObject) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QQuickFramebufferObject) ConnectDragEnterEvent(f func(event *gui.QDragEnterEvent))
- func (ptr *QQuickFramebufferObject) ConnectDragLeaveEvent(f func(event *gui.QDragLeaveEvent))
- func (ptr *QQuickFramebufferObject) ConnectDragMoveEvent(f func(event *gui.QDragMoveEvent))
- func (ptr *QQuickFramebufferObject) ConnectDropEvent(f func(event *gui.QDropEvent))
- func (ptr *QQuickFramebufferObject) ConnectEventFilter(f func(watched *core.QObject, event *core.QEvent) bool)
- func (ptr *QQuickFramebufferObject) ConnectFocusInEvent(f func(event *gui.QFocusEvent))
- func (ptr *QQuickFramebufferObject) ConnectFocusOutEvent(f func(event *gui.QFocusEvent))
- func (ptr *QQuickFramebufferObject) ConnectGeometryChanged(f func(newGeometry *core.QRectF, oldGeometry *core.QRectF))
- func (ptr *QQuickFramebufferObject) ConnectHoverEnterEvent(f func(event *gui.QHoverEvent))
- func (ptr *QQuickFramebufferObject) ConnectHoverLeaveEvent(f func(event *gui.QHoverEvent))
- func (ptr *QQuickFramebufferObject) ConnectHoverMoveEvent(f func(event *gui.QHoverEvent))
- func (ptr *QQuickFramebufferObject) ConnectInputMethodEvent(f func(event *gui.QInputMethodEvent))
- func (ptr *QQuickFramebufferObject) ConnectInputMethodQuery(f func(query core.Qt__InputMethodQuery) *core.QVariant)
- func (ptr *QQuickFramebufferObject) ConnectIsTextureProvider(f func() bool)
- func (ptr *QQuickFramebufferObject) ConnectKeyPressEvent(f func(event *gui.QKeyEvent))
- func (ptr *QQuickFramebufferObject) ConnectKeyReleaseEvent(f func(event *gui.QKeyEvent))
- func (ptr *QQuickFramebufferObject) ConnectMetaObject(f func() *core.QMetaObject)
- func (ptr *QQuickFramebufferObject) ConnectMirrorVerticallyChanged(f func(vbo bool))
- func (ptr *QQuickFramebufferObject) ConnectMouseDoubleClickEvent(f func(event *gui.QMouseEvent))
- func (ptr *QQuickFramebufferObject) ConnectMouseMoveEvent(f func(event *gui.QMouseEvent))
- func (ptr *QQuickFramebufferObject) ConnectMousePressEvent(f func(event *gui.QMouseEvent))
- func (ptr *QQuickFramebufferObject) ConnectMouseReleaseEvent(f func(event *gui.QMouseEvent))
- func (ptr *QQuickFramebufferObject) ConnectMouseUngrabEvent(f func())
- func (ptr *QQuickFramebufferObject) ConnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QQuickFramebufferObject) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QQuickFramebufferObject) ConnectReleaseResources(f func())
- func (ptr *QQuickFramebufferObject) ConnectTextureFollowsItemSizeChanged(f func(vbo bool))
- func (ptr *QQuickFramebufferObject) ConnectTextureProvider(f func() *QSGTextureProvider)
- func (ptr *QQuickFramebufferObject) ConnectTimerEvent(f func(event *core.QTimerEvent))
- func (ptr *QQuickFramebufferObject) ConnectTouchEvent(f func(event *gui.QTouchEvent))
- func (ptr *QQuickFramebufferObject) ConnectTouchUngrabEvent(f func())
- func (ptr *QQuickFramebufferObject) ConnectUpdate(f func())
- func (ptr *QQuickFramebufferObject) ConnectUpdatePolish(f func())
- func (ptr *QQuickFramebufferObject) ConnectWheelEvent(f func(event *gui.QWheelEvent))
- func (ptr *QQuickFramebufferObject) Contains(point core.QPointF_ITF) bool
- func (ptr *QQuickFramebufferObject) ContainsDefault(point core.QPointF_ITF) bool
- func (ptr *QQuickFramebufferObject) CustomEvent(event core.QEvent_ITF)
- func (ptr *QQuickFramebufferObject) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QQuickFramebufferObject) DeleteLater()
- func (ptr *QQuickFramebufferObject) DeleteLaterDefault()
- func (ptr *QQuickFramebufferObject) DestroyQQuickFramebufferObject()
- func (ptr *QQuickFramebufferObject) DisconnectChildEvent()
- func (ptr *QQuickFramebufferObject) DisconnectChildMouseEventFilter()
- func (ptr *QQuickFramebufferObject) DisconnectConnectNotify()
- func (ptr *QQuickFramebufferObject) DisconnectContains()
- func (ptr *QQuickFramebufferObject) DisconnectCustomEvent()
- func (ptr *QQuickFramebufferObject) DisconnectDeleteLater()
- func (ptr *QQuickFramebufferObject) DisconnectDisconnectNotify()
- func (ptr *QQuickFramebufferObject) DisconnectDragEnterEvent()
- func (ptr *QQuickFramebufferObject) DisconnectDragLeaveEvent()
- func (ptr *QQuickFramebufferObject) DisconnectDragMoveEvent()
- func (ptr *QQuickFramebufferObject) DisconnectDropEvent()
- func (ptr *QQuickFramebufferObject) DisconnectEventFilter()
- func (ptr *QQuickFramebufferObject) DisconnectFocusInEvent()
- func (ptr *QQuickFramebufferObject) DisconnectFocusOutEvent()
- func (ptr *QQuickFramebufferObject) DisconnectGeometryChanged()
- func (ptr *QQuickFramebufferObject) DisconnectHoverEnterEvent()
- func (ptr *QQuickFramebufferObject) DisconnectHoverLeaveEvent()
- func (ptr *QQuickFramebufferObject) DisconnectHoverMoveEvent()
- func (ptr *QQuickFramebufferObject) DisconnectInputMethodEvent()
- func (ptr *QQuickFramebufferObject) DisconnectInputMethodQuery()
- func (ptr *QQuickFramebufferObject) DisconnectIsTextureProvider()
- func (ptr *QQuickFramebufferObject) DisconnectKeyPressEvent()
- func (ptr *QQuickFramebufferObject) DisconnectKeyReleaseEvent()
- func (ptr *QQuickFramebufferObject) DisconnectMetaObject()
- func (ptr *QQuickFramebufferObject) DisconnectMirrorVerticallyChanged()
- func (ptr *QQuickFramebufferObject) DisconnectMouseDoubleClickEvent()
- func (ptr *QQuickFramebufferObject) DisconnectMouseMoveEvent()
- func (ptr *QQuickFramebufferObject) DisconnectMousePressEvent()
- func (ptr *QQuickFramebufferObject) DisconnectMouseReleaseEvent()
- func (ptr *QQuickFramebufferObject) DisconnectMouseUngrabEvent()
- func (ptr *QQuickFramebufferObject) DisconnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QQuickFramebufferObject) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QQuickFramebufferObject) DisconnectReleaseResources()
- func (ptr *QQuickFramebufferObject) DisconnectTextureFollowsItemSizeChanged()
- func (ptr *QQuickFramebufferObject) DisconnectTextureProvider()
- func (ptr *QQuickFramebufferObject) DisconnectTimerEvent()
- func (ptr *QQuickFramebufferObject) DisconnectTouchEvent()
- func (ptr *QQuickFramebufferObject) DisconnectTouchUngrabEvent()
- func (ptr *QQuickFramebufferObject) DisconnectUpdate()
- func (ptr *QQuickFramebufferObject) DisconnectUpdatePolish()
- func (ptr *QQuickFramebufferObject) DisconnectWheelEvent()
- func (ptr *QQuickFramebufferObject) DragEnterEvent(event gui.QDragEnterEvent_ITF)
- func (ptr *QQuickFramebufferObject) DragEnterEventDefault(event gui.QDragEnterEvent_ITF)
- func (ptr *QQuickFramebufferObject) DragLeaveEvent(event gui.QDragLeaveEvent_ITF)
- func (ptr *QQuickFramebufferObject) DragLeaveEventDefault(event gui.QDragLeaveEvent_ITF)
- func (ptr *QQuickFramebufferObject) DragMoveEvent(event gui.QDragMoveEvent_ITF)
- func (ptr *QQuickFramebufferObject) DragMoveEventDefault(event gui.QDragMoveEvent_ITF)
- func (ptr *QQuickFramebufferObject) DropEvent(event gui.QDropEvent_ITF)
- func (ptr *QQuickFramebufferObject) DropEventDefault(event gui.QDropEvent_ITF)
- func (ptr *QQuickFramebufferObject) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QQuickFramebufferObject) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QQuickFramebufferObject) FocusInEvent(event gui.QFocusEvent_ITF)
- func (ptr *QQuickFramebufferObject) FocusInEventDefault(event gui.QFocusEvent_ITF)
- func (ptr *QQuickFramebufferObject) FocusOutEvent(event gui.QFocusEvent_ITF)
- func (ptr *QQuickFramebufferObject) FocusOutEventDefault(event gui.QFocusEvent_ITF)
- func (ptr *QQuickFramebufferObject) GeometryChanged(newGeometry core.QRectF_ITF, oldGeometry core.QRectF_ITF)
- func (ptr *QQuickFramebufferObject) GeometryChangedDefault(newGeometry core.QRectF_ITF, oldGeometry core.QRectF_ITF)
- func (ptr *QQuickFramebufferObject) HoverEnterEvent(event gui.QHoverEvent_ITF)
- func (ptr *QQuickFramebufferObject) HoverEnterEventDefault(event gui.QHoverEvent_ITF)
- func (ptr *QQuickFramebufferObject) HoverLeaveEvent(event gui.QHoverEvent_ITF)
- func (ptr *QQuickFramebufferObject) HoverLeaveEventDefault(event gui.QHoverEvent_ITF)
- func (ptr *QQuickFramebufferObject) HoverMoveEvent(event gui.QHoverEvent_ITF)
- func (ptr *QQuickFramebufferObject) HoverMoveEventDefault(event gui.QHoverEvent_ITF)
- func (ptr *QQuickFramebufferObject) InputMethodEvent(event gui.QInputMethodEvent_ITF)
- func (ptr *QQuickFramebufferObject) InputMethodEventDefault(event gui.QInputMethodEvent_ITF)
- func (ptr *QQuickFramebufferObject) InputMethodQuery(query core.Qt__InputMethodQuery) *core.QVariant
- func (ptr *QQuickFramebufferObject) InputMethodQueryDefault(query core.Qt__InputMethodQuery) *core.QVariant
- func (ptr *QQuickFramebufferObject) IsTextureProvider() bool
- func (ptr *QQuickFramebufferObject) IsTextureProviderDefault() bool
- func (ptr *QQuickFramebufferObject) KeyPressEvent(event gui.QKeyEvent_ITF)
- func (ptr *QQuickFramebufferObject) KeyPressEventDefault(event gui.QKeyEvent_ITF)
- func (ptr *QQuickFramebufferObject) KeyReleaseEvent(event gui.QKeyEvent_ITF)
- func (ptr *QQuickFramebufferObject) KeyReleaseEventDefault(event gui.QKeyEvent_ITF)
- func (ptr *QQuickFramebufferObject) MetaObject() *core.QMetaObject
- func (ptr *QQuickFramebufferObject) MetaObjectDefault() *core.QMetaObject
- func (ptr *QQuickFramebufferObject) MirrorVertically() bool
- func (ptr *QQuickFramebufferObject) MirrorVerticallyChanged(vbo bool)
- func (ptr *QQuickFramebufferObject) MouseDoubleClickEvent(event gui.QMouseEvent_ITF)
- func (ptr *QQuickFramebufferObject) MouseDoubleClickEventDefault(event gui.QMouseEvent_ITF)
- func (ptr *QQuickFramebufferObject) MouseMoveEvent(event gui.QMouseEvent_ITF)
- func (ptr *QQuickFramebufferObject) MouseMoveEventDefault(event gui.QMouseEvent_ITF)
- func (ptr *QQuickFramebufferObject) MousePressEvent(event gui.QMouseEvent_ITF)
- func (ptr *QQuickFramebufferObject) MousePressEventDefault(event gui.QMouseEvent_ITF)
- func (ptr *QQuickFramebufferObject) MouseReleaseEvent(event gui.QMouseEvent_ITF)
- func (ptr *QQuickFramebufferObject) MouseReleaseEventDefault(event gui.QMouseEvent_ITF)
- func (ptr *QQuickFramebufferObject) MouseUngrabEvent()
- func (ptr *QQuickFramebufferObject) MouseUngrabEventDefault()
- func (p *QQuickFramebufferObject) Pointer() unsafe.Pointer
- func (p *QQuickFramebufferObject) QQuickFramebufferObject_PTR() *QQuickFramebufferObject
- func (ptr *QQuickFramebufferObject) ReleaseResources()
- func (ptr *QQuickFramebufferObject) ReleaseResourcesDefault()
- func (ptr *QQuickFramebufferObject) SetMirrorVertically(enable bool)
- func (p *QQuickFramebufferObject) SetPointer(ptr unsafe.Pointer)
- func (ptr *QQuickFramebufferObject) SetTextureFollowsItemSize(follows bool)
- func (ptr *QQuickFramebufferObject) TextureFollowsItemSize() bool
- func (ptr *QQuickFramebufferObject) TextureFollowsItemSizeChanged(vbo bool)
- func (ptr *QQuickFramebufferObject) TextureProvider() *QSGTextureProvider
- func (ptr *QQuickFramebufferObject) TextureProviderDefault() *QSGTextureProvider
- func (ptr *QQuickFramebufferObject) TimerEvent(event core.QTimerEvent_ITF)
- func (ptr *QQuickFramebufferObject) TimerEventDefault(event core.QTimerEvent_ITF)
- func (ptr *QQuickFramebufferObject) TouchEvent(event gui.QTouchEvent_ITF)
- func (ptr *QQuickFramebufferObject) TouchEventDefault(event gui.QTouchEvent_ITF)
- func (ptr *QQuickFramebufferObject) TouchUngrabEvent()
- func (ptr *QQuickFramebufferObject) TouchUngrabEventDefault()
- func (ptr *QQuickFramebufferObject) Update()
- func (ptr *QQuickFramebufferObject) UpdateDefault()
- func (ptr *QQuickFramebufferObject) UpdatePolish()
- func (ptr *QQuickFramebufferObject) UpdatePolishDefault()
- func (ptr *QQuickFramebufferObject) WheelEvent(event gui.QWheelEvent_ITF)
- func (ptr *QQuickFramebufferObject) WheelEventDefault(event gui.QWheelEvent_ITF)
- type QQuickFramebufferObject_ITF
- type QQuickImageProvider
- func (ptr *QQuickImageProvider) ConnectDestroyQQuickImageProvider(f func())
- func (ptr *QQuickImageProvider) ConnectRequestImage(f func(id string, size *core.QSize, requestedSize *core.QSize) *gui.QImage)
- func (ptr *QQuickImageProvider) ConnectRequestPixmap(f func(id string, size *core.QSize, requestedSize *core.QSize) *gui.QPixmap)
- func (ptr *QQuickImageProvider) ConnectRequestTexture(...)
- func (ptr *QQuickImageProvider) DestroyQQuickImageProvider()
- func (ptr *QQuickImageProvider) DestroyQQuickImageProviderDefault()
- func (ptr *QQuickImageProvider) DisconnectDestroyQQuickImageProvider()
- func (ptr *QQuickImageProvider) DisconnectRequestImage()
- func (ptr *QQuickImageProvider) DisconnectRequestPixmap()
- func (ptr *QQuickImageProvider) DisconnectRequestTexture()
- func (ptr *QQuickImageProvider) Flags() qml.QQmlImageProviderBase__Flag
- func (ptr *QQuickImageProvider) ImageType() qml.QQmlImageProviderBase__ImageType
- func (p *QQuickImageProvider) Pointer() unsafe.Pointer
- func (p *QQuickImageProvider) QQuickImageProvider_PTR() *QQuickImageProvider
- func (ptr *QQuickImageProvider) RequestImage(id string, size core.QSize_ITF, requestedSize core.QSize_ITF) *gui.QImage
- func (ptr *QQuickImageProvider) RequestImageDefault(id string, size core.QSize_ITF, requestedSize core.QSize_ITF) *gui.QImage
- func (ptr *QQuickImageProvider) RequestPixmap(id string, size core.QSize_ITF, requestedSize core.QSize_ITF) *gui.QPixmap
- func (ptr *QQuickImageProvider) RequestPixmapDefault(id string, size core.QSize_ITF, requestedSize core.QSize_ITF) *gui.QPixmap
- func (ptr *QQuickImageProvider) RequestTexture(id string, size core.QSize_ITF, requestedSize core.QSize_ITF) *QQuickTextureFactory
- func (ptr *QQuickImageProvider) RequestTextureDefault(id string, size core.QSize_ITF, requestedSize core.QSize_ITF) *QQuickTextureFactory
- func (p *QQuickImageProvider) SetPointer(ptr unsafe.Pointer)
- type QQuickImageProvider_ITF
- type QQuickImageResponse
- func (ptr *QQuickImageResponse) Cancel()
- func (ptr *QQuickImageResponse) CancelDefault()
- func (ptr *QQuickImageResponse) ChildEvent(event core.QChildEvent_ITF)
- func (ptr *QQuickImageResponse) ChildEventDefault(event core.QChildEvent_ITF)
- func (ptr *QQuickImageResponse) ConnectCancel(f func())
- func (ptr *QQuickImageResponse) ConnectChildEvent(f func(event *core.QChildEvent))
- func (ptr *QQuickImageResponse) ConnectConnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QQuickImageResponse) ConnectCustomEvent(f func(event *core.QEvent))
- func (ptr *QQuickImageResponse) ConnectDeleteLater(f func())
- func (ptr *QQuickImageResponse) ConnectDestroyQQuickImageResponse(f func())
- func (ptr *QQuickImageResponse) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QQuickImageResponse) ConnectErrorString(f func() string)
- func (ptr *QQuickImageResponse) ConnectEvent(f func(e *core.QEvent) bool)
- func (ptr *QQuickImageResponse) ConnectEventFilter(f func(watched *core.QObject, event *core.QEvent) bool)
- func (ptr *QQuickImageResponse) ConnectFinished(f func())
- func (ptr *QQuickImageResponse) ConnectMetaObject(f func() *core.QMetaObject)
- func (ptr *QQuickImageResponse) ConnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QQuickImageResponse) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QQuickImageResponse) ConnectTextureFactory(f func() *QQuickTextureFactory)
- func (ptr *QQuickImageResponse) ConnectTimerEvent(f func(event *core.QTimerEvent))
- func (ptr *QQuickImageResponse) CustomEvent(event core.QEvent_ITF)
- func (ptr *QQuickImageResponse) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QQuickImageResponse) DeleteLater()
- func (ptr *QQuickImageResponse) DeleteLaterDefault()
- func (ptr *QQuickImageResponse) DestroyQQuickImageResponse()
- func (ptr *QQuickImageResponse) DestroyQQuickImageResponseDefault()
- func (ptr *QQuickImageResponse) DisconnectCancel()
- func (ptr *QQuickImageResponse) DisconnectChildEvent()
- func (ptr *QQuickImageResponse) DisconnectConnectNotify()
- func (ptr *QQuickImageResponse) DisconnectCustomEvent()
- func (ptr *QQuickImageResponse) DisconnectDeleteLater()
- func (ptr *QQuickImageResponse) DisconnectDestroyQQuickImageResponse()
- func (ptr *QQuickImageResponse) DisconnectDisconnectNotify()
- func (ptr *QQuickImageResponse) DisconnectErrorString()
- func (ptr *QQuickImageResponse) DisconnectEvent()
- func (ptr *QQuickImageResponse) DisconnectEventFilter()
- func (ptr *QQuickImageResponse) DisconnectFinished()
- func (ptr *QQuickImageResponse) DisconnectMetaObject()
- func (ptr *QQuickImageResponse) DisconnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QQuickImageResponse) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QQuickImageResponse) DisconnectTextureFactory()
- func (ptr *QQuickImageResponse) DisconnectTimerEvent()
- func (ptr *QQuickImageResponse) ErrorString() string
- func (ptr *QQuickImageResponse) ErrorStringDefault() string
- func (ptr *QQuickImageResponse) Event(e core.QEvent_ITF) bool
- func (ptr *QQuickImageResponse) EventDefault(e core.QEvent_ITF) bool
- func (ptr *QQuickImageResponse) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QQuickImageResponse) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QQuickImageResponse) Finished()
- func (ptr *QQuickImageResponse) MetaObject() *core.QMetaObject
- func (ptr *QQuickImageResponse) MetaObjectDefault() *core.QMetaObject
- func (p *QQuickImageResponse) Pointer() unsafe.Pointer
- func (p *QQuickImageResponse) QQuickImageResponse_PTR() *QQuickImageResponse
- func (p *QQuickImageResponse) SetPointer(ptr unsafe.Pointer)
- func (ptr *QQuickImageResponse) TextureFactory() *QQuickTextureFactory
- func (ptr *QQuickImageResponse) TimerEvent(event core.QTimerEvent_ITF)
- func (ptr *QQuickImageResponse) TimerEventDefault(event core.QTimerEvent_ITF)
- type QQuickImageResponse_ITF
- type QQuickItem
- func (ptr *QQuickItem) AcceptHoverEvents() bool
- func (ptr *QQuickItem) AcceptedMouseButtons() core.Qt__MouseButton
- func (ptr *QQuickItem) ActiveFocusOnTab() bool
- func (ptr *QQuickItem) Antialiasing() bool
- func (ptr *QQuickItem) BaselineOffset() float64
- func (ptr *QQuickItem) ChildAt(x float64, y float64) *QQuickItem
- func (ptr *QQuickItem) ChildEvent(event core.QChildEvent_ITF)
- func (ptr *QQuickItem) ChildEventDefault(event core.QChildEvent_ITF)
- func (ptr *QQuickItem) ChildItems() []*QQuickItem
- func (ptr *QQuickItem) ChildMouseEventFilter(item QQuickItem_ITF, event core.QEvent_ITF) bool
- func (ptr *QQuickItem) ChildMouseEventFilterDefault(item QQuickItem_ITF, event core.QEvent_ITF) bool
- func (ptr *QQuickItem) ChildrenRect() *core.QRectF
- func (ptr *QQuickItem) ClassBegin()
- func (ptr *QQuickItem) Clip() bool
- func (ptr *QQuickItem) ComponentComplete()
- func (ptr *QQuickItem) ConnectChildEvent(f func(event *core.QChildEvent))
- func (ptr *QQuickItem) ConnectChildMouseEventFilter(f func(item *QQuickItem, event *core.QEvent) bool)
- func (ptr *QQuickItem) ConnectConnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QQuickItem) ConnectContains(f func(point *core.QPointF) bool)
- func (ptr *QQuickItem) ConnectCustomEvent(f func(event *core.QEvent))
- func (ptr *QQuickItem) ConnectDeleteLater(f func())
- func (ptr *QQuickItem) ConnectDestroyQQuickItem(f func())
- func (ptr *QQuickItem) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QQuickItem) ConnectDragEnterEvent(f func(event *gui.QDragEnterEvent))
- func (ptr *QQuickItem) ConnectDragLeaveEvent(f func(event *gui.QDragLeaveEvent))
- func (ptr *QQuickItem) ConnectDragMoveEvent(f func(event *gui.QDragMoveEvent))
- func (ptr *QQuickItem) ConnectDropEvent(f func(event *gui.QDropEvent))
- func (ptr *QQuickItem) ConnectEventFilter(f func(watched *core.QObject, event *core.QEvent) bool)
- func (ptr *QQuickItem) ConnectFocusInEvent(f func(event *gui.QFocusEvent))
- func (ptr *QQuickItem) ConnectFocusOutEvent(f func(event *gui.QFocusEvent))
- func (ptr *QQuickItem) ConnectGeometryChanged(f func(newGeometry *core.QRectF, oldGeometry *core.QRectF))
- func (ptr *QQuickItem) ConnectHoverEnterEvent(f func(event *gui.QHoverEvent))
- func (ptr *QQuickItem) ConnectHoverLeaveEvent(f func(event *gui.QHoverEvent))
- func (ptr *QQuickItem) ConnectHoverMoveEvent(f func(event *gui.QHoverEvent))
- func (ptr *QQuickItem) ConnectInputMethodEvent(f func(event *gui.QInputMethodEvent))
- func (ptr *QQuickItem) ConnectInputMethodQuery(f func(query core.Qt__InputMethodQuery) *core.QVariant)
- func (ptr *QQuickItem) ConnectIsTextureProvider(f func() bool)
- func (ptr *QQuickItem) ConnectKeyPressEvent(f func(event *gui.QKeyEvent))
- func (ptr *QQuickItem) ConnectKeyReleaseEvent(f func(event *gui.QKeyEvent))
- func (ptr *QQuickItem) ConnectMetaObject(f func() *core.QMetaObject)
- func (ptr *QQuickItem) ConnectMouseDoubleClickEvent(f func(event *gui.QMouseEvent))
- func (ptr *QQuickItem) ConnectMouseMoveEvent(f func(event *gui.QMouseEvent))
- func (ptr *QQuickItem) ConnectMousePressEvent(f func(event *gui.QMouseEvent))
- func (ptr *QQuickItem) ConnectMouseReleaseEvent(f func(event *gui.QMouseEvent))
- func (ptr *QQuickItem) ConnectMouseUngrabEvent(f func())
- func (ptr *QQuickItem) ConnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QQuickItem) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QQuickItem) ConnectReleaseResources(f func())
- func (ptr *QQuickItem) ConnectTextureProvider(f func() *QSGTextureProvider)
- func (ptr *QQuickItem) ConnectTimerEvent(f func(event *core.QTimerEvent))
- func (ptr *QQuickItem) ConnectTouchEvent(f func(event *gui.QTouchEvent))
- func (ptr *QQuickItem) ConnectTouchUngrabEvent(f func())
- func (ptr *QQuickItem) ConnectUpdate(f func())
- func (ptr *QQuickItem) ConnectUpdatePolish(f func())
- func (ptr *QQuickItem) ConnectWheelEvent(f func(event *gui.QWheelEvent))
- func (ptr *QQuickItem) ConnectWindowChanged(f func(window *QQuickWindow))
- func (ptr *QQuickItem) Contains(point core.QPointF_ITF) bool
- func (ptr *QQuickItem) ContainsDefault(point core.QPointF_ITF) bool
- func (ptr *QQuickItem) Cursor() *gui.QCursor
- func (ptr *QQuickItem) CustomEvent(event core.QEvent_ITF)
- func (ptr *QQuickItem) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QQuickItem) DeleteLater()
- func (ptr *QQuickItem) DeleteLaterDefault()
- func (ptr *QQuickItem) DestroyQQuickItem()
- func (ptr *QQuickItem) DestroyQQuickItemDefault()
- func (ptr *QQuickItem) DisconnectChildEvent()
- func (ptr *QQuickItem) DisconnectChildMouseEventFilter()
- func (ptr *QQuickItem) DisconnectConnectNotify()
- func (ptr *QQuickItem) DisconnectContains()
- func (ptr *QQuickItem) DisconnectCustomEvent()
- func (ptr *QQuickItem) DisconnectDeleteLater()
- func (ptr *QQuickItem) DisconnectDestroyQQuickItem()
- func (ptr *QQuickItem) DisconnectDisconnectNotify()
- func (ptr *QQuickItem) DisconnectDragEnterEvent()
- func (ptr *QQuickItem) DisconnectDragLeaveEvent()
- func (ptr *QQuickItem) DisconnectDragMoveEvent()
- func (ptr *QQuickItem) DisconnectDropEvent()
- func (ptr *QQuickItem) DisconnectEventFilter()
- func (ptr *QQuickItem) DisconnectFocusInEvent()
- func (ptr *QQuickItem) DisconnectFocusOutEvent()
- func (ptr *QQuickItem) DisconnectGeometryChanged()
- func (ptr *QQuickItem) DisconnectHoverEnterEvent()
- func (ptr *QQuickItem) DisconnectHoverLeaveEvent()
- func (ptr *QQuickItem) DisconnectHoverMoveEvent()
- func (ptr *QQuickItem) DisconnectInputMethodEvent()
- func (ptr *QQuickItem) DisconnectInputMethodQuery()
- func (ptr *QQuickItem) DisconnectIsTextureProvider()
- func (ptr *QQuickItem) DisconnectKeyPressEvent()
- func (ptr *QQuickItem) DisconnectKeyReleaseEvent()
- func (ptr *QQuickItem) DisconnectMetaObject()
- func (ptr *QQuickItem) DisconnectMouseDoubleClickEvent()
- func (ptr *QQuickItem) DisconnectMouseMoveEvent()
- func (ptr *QQuickItem) DisconnectMousePressEvent()
- func (ptr *QQuickItem) DisconnectMouseReleaseEvent()
- func (ptr *QQuickItem) DisconnectMouseUngrabEvent()
- func (ptr *QQuickItem) DisconnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QQuickItem) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QQuickItem) DisconnectReleaseResources()
- func (ptr *QQuickItem) DisconnectTextureProvider()
- func (ptr *QQuickItem) DisconnectTimerEvent()
- func (ptr *QQuickItem) DisconnectTouchEvent()
- func (ptr *QQuickItem) DisconnectTouchUngrabEvent()
- func (ptr *QQuickItem) DisconnectUpdate()
- func (ptr *QQuickItem) DisconnectUpdatePolish()
- func (ptr *QQuickItem) DisconnectWheelEvent()
- func (ptr *QQuickItem) DisconnectWindowChanged()
- func (ptr *QQuickItem) DragEnterEvent(event gui.QDragEnterEvent_ITF)
- func (ptr *QQuickItem) DragEnterEventDefault(event gui.QDragEnterEvent_ITF)
- func (ptr *QQuickItem) DragLeaveEvent(event gui.QDragLeaveEvent_ITF)
- func (ptr *QQuickItem) DragLeaveEventDefault(event gui.QDragLeaveEvent_ITF)
- func (ptr *QQuickItem) DragMoveEvent(event gui.QDragMoveEvent_ITF)
- func (ptr *QQuickItem) DragMoveEventDefault(event gui.QDragMoveEvent_ITF)
- func (ptr *QQuickItem) DropEvent(event gui.QDropEvent_ITF)
- func (ptr *QQuickItem) DropEventDefault(event gui.QDropEvent_ITF)
- func (ptr *QQuickItem) Event(ev core.QEvent_ITF) bool
- func (ptr *QQuickItem) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QQuickItem) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QQuickItem) FiltersChildMouseEvents() bool
- func (ptr *QQuickItem) Flags() QQuickItem__Flag
- func (ptr *QQuickItem) FocusInEvent(event gui.QFocusEvent_ITF)
- func (ptr *QQuickItem) FocusInEventDefault(event gui.QFocusEvent_ITF)
- func (ptr *QQuickItem) FocusOutEvent(event gui.QFocusEvent_ITF)
- func (ptr *QQuickItem) FocusOutEventDefault(event gui.QFocusEvent_ITF)
- func (ptr *QQuickItem) ForceActiveFocus()
- func (ptr *QQuickItem) ForceActiveFocus2(reason core.Qt__FocusReason)
- func (ptr *QQuickItem) GeometryChanged(newGeometry core.QRectF_ITF, oldGeometry core.QRectF_ITF)
- func (ptr *QQuickItem) GeometryChangedDefault(newGeometry core.QRectF_ITF, oldGeometry core.QRectF_ITF)
- func (ptr *QQuickItem) GrabMouse()
- func (ptr *QQuickItem) HasActiveFocus() bool
- func (ptr *QQuickItem) HasFocus() bool
- func (ptr *QQuickItem) Height() float64
- func (ptr *QQuickItem) HeightValid() bool
- func (ptr *QQuickItem) HoverEnterEvent(event gui.QHoverEvent_ITF)
- func (ptr *QQuickItem) HoverEnterEventDefault(event gui.QHoverEvent_ITF)
- func (ptr *QQuickItem) HoverLeaveEvent(event gui.QHoverEvent_ITF)
- func (ptr *QQuickItem) HoverLeaveEventDefault(event gui.QHoverEvent_ITF)
- func (ptr *QQuickItem) HoverMoveEvent(event gui.QHoverEvent_ITF)
- func (ptr *QQuickItem) HoverMoveEventDefault(event gui.QHoverEvent_ITF)
- func (ptr *QQuickItem) ImplicitHeight() float64
- func (ptr *QQuickItem) ImplicitWidth() float64
- func (ptr *QQuickItem) InputMethodEvent(event gui.QInputMethodEvent_ITF)
- func (ptr *QQuickItem) InputMethodEventDefault(event gui.QInputMethodEvent_ITF)
- func (ptr *QQuickItem) InputMethodQuery(query core.Qt__InputMethodQuery) *core.QVariant
- func (ptr *QQuickItem) InputMethodQueryDefault(query core.Qt__InputMethodQuery) *core.QVariant
- func (ptr *QQuickItem) IsAncestorOf(child QQuickItem_ITF) bool
- func (ptr *QQuickItem) IsComponentComplete() bool
- func (ptr *QQuickItem) IsEnabled() bool
- func (ptr *QQuickItem) IsFocusScope() bool
- func (ptr *QQuickItem) IsTextureProvider() bool
- func (ptr *QQuickItem) IsTextureProviderDefault() bool
- func (ptr *QQuickItem) IsVisible() bool
- func (ptr *QQuickItem) KeepMouseGrab() bool
- func (ptr *QQuickItem) KeepTouchGrab() bool
- func (ptr *QQuickItem) KeyPressEvent(event gui.QKeyEvent_ITF)
- func (ptr *QQuickItem) KeyPressEventDefault(event gui.QKeyEvent_ITF)
- func (ptr *QQuickItem) KeyReleaseEvent(event gui.QKeyEvent_ITF)
- func (ptr *QQuickItem) KeyReleaseEventDefault(event gui.QKeyEvent_ITF)
- func (ptr *QQuickItem) MapFromGlobal(point core.QPointF_ITF) *core.QPointF
- func (ptr *QQuickItem) MapFromItem(item QQuickItem_ITF, point core.QPointF_ITF) *core.QPointF
- func (ptr *QQuickItem) MapFromScene(point core.QPointF_ITF) *core.QPointF
- func (ptr *QQuickItem) MapRectFromItem(item QQuickItem_ITF, rect core.QRectF_ITF) *core.QRectF
- func (ptr *QQuickItem) MapRectFromScene(rect core.QRectF_ITF) *core.QRectF
- func (ptr *QQuickItem) MapRectToItem(item QQuickItem_ITF, rect core.QRectF_ITF) *core.QRectF
- func (ptr *QQuickItem) MapRectToScene(rect core.QRectF_ITF) *core.QRectF
- func (ptr *QQuickItem) MapToGlobal(point core.QPointF_ITF) *core.QPointF
- func (ptr *QQuickItem) MapToItem(item QQuickItem_ITF, point core.QPointF_ITF) *core.QPointF
- func (ptr *QQuickItem) MapToScene(point core.QPointF_ITF) *core.QPointF
- func (ptr *QQuickItem) MetaObject() *core.QMetaObject
- func (ptr *QQuickItem) MetaObjectDefault() *core.QMetaObject
- func (ptr *QQuickItem) MouseDoubleClickEvent(event gui.QMouseEvent_ITF)
- func (ptr *QQuickItem) MouseDoubleClickEventDefault(event gui.QMouseEvent_ITF)
- func (ptr *QQuickItem) MouseMoveEvent(event gui.QMouseEvent_ITF)
- func (ptr *QQuickItem) MouseMoveEventDefault(event gui.QMouseEvent_ITF)
- func (ptr *QQuickItem) MousePressEvent(event gui.QMouseEvent_ITF)
- func (ptr *QQuickItem) MousePressEventDefault(event gui.QMouseEvent_ITF)
- func (ptr *QQuickItem) MouseReleaseEvent(event gui.QMouseEvent_ITF)
- func (ptr *QQuickItem) MouseReleaseEventDefault(event gui.QMouseEvent_ITF)
- func (ptr *QQuickItem) MouseUngrabEvent()
- func (ptr *QQuickItem) MouseUngrabEventDefault()
- func (ptr *QQuickItem) NextItemInFocusChain(forward bool) *QQuickItem
- func (ptr *QQuickItem) Opacity() float64
- func (ptr *QQuickItem) ParentItem() *QQuickItem
- func (p *QQuickItem) Pointer() unsafe.Pointer
- func (ptr *QQuickItem) Polish()
- func (p *QQuickItem) QQuickItem_PTR() *QQuickItem
- func (ptr *QQuickItem) ReleaseResources()
- func (ptr *QQuickItem) ReleaseResourcesDefault()
- func (ptr *QQuickItem) ResetAntialiasing()
- func (ptr *QQuickItem) ResetHeight()
- func (ptr *QQuickItem) ResetWidth()
- func (ptr *QQuickItem) Rotation() float64
- func (ptr *QQuickItem) Scale() float64
- func (ptr *QQuickItem) ScopedFocusItem() *QQuickItem
- func (ptr *QQuickItem) SetAcceptHoverEvents(enabled bool)
- func (ptr *QQuickItem) SetAcceptedMouseButtons(buttons core.Qt__MouseButton)
- func (ptr *QQuickItem) SetActiveFocusOnTab(vbo bool)
- func (ptr *QQuickItem) SetAntialiasing(vbo bool)
- func (ptr *QQuickItem) SetBaselineOffset(vqr float64)
- func (ptr *QQuickItem) SetClip(vbo bool)
- func (ptr *QQuickItem) SetCursor(cursor gui.QCursor_ITF)
- func (ptr *QQuickItem) SetEnabled(vbo bool)
- func (ptr *QQuickItem) SetFiltersChildMouseEvents(filter bool)
- func (ptr *QQuickItem) SetFlag(flag QQuickItem__Flag, enabled bool)
- func (ptr *QQuickItem) SetFlags(flags QQuickItem__Flag)
- func (ptr *QQuickItem) SetFocus(vbo bool)
- func (ptr *QQuickItem) SetFocus2(focus bool, reason core.Qt__FocusReason)
- func (ptr *QQuickItem) SetHeight(vqr float64)
- func (ptr *QQuickItem) SetImplicitHeight(vqr float64)
- func (ptr *QQuickItem) SetImplicitWidth(vqr float64)
- func (ptr *QQuickItem) SetKeepMouseGrab(keep bool)
- func (ptr *QQuickItem) SetKeepTouchGrab(keep bool)
- func (ptr *QQuickItem) SetOpacity(vqr float64)
- func (ptr *QQuickItem) SetParentItem(parent QQuickItem_ITF)
- func (p *QQuickItem) SetPointer(ptr unsafe.Pointer)
- func (ptr *QQuickItem) SetRotation(vqr float64)
- func (ptr *QQuickItem) SetScale(vqr float64)
- func (ptr *QQuickItem) SetSmooth(vbo bool)
- func (ptr *QQuickItem) SetState(vqs string)
- func (ptr *QQuickItem) SetTransformOrigin(vtr QQuickItem__TransformOrigin)
- func (ptr *QQuickItem) SetVisible(vbo bool)
- func (ptr *QQuickItem) SetWidth(vqr float64)
- func (ptr *QQuickItem) SetX(vqr float64)
- func (ptr *QQuickItem) SetY(vqr float64)
- func (ptr *QQuickItem) SetZ(vqr float64)
- func (ptr *QQuickItem) Smooth() bool
- func (ptr *QQuickItem) StackAfter(sibling QQuickItem_ITF)
- func (ptr *QQuickItem) StackBefore(sibling QQuickItem_ITF)
- func (ptr *QQuickItem) State() string
- func (ptr *QQuickItem) TextureProvider() *QSGTextureProvider
- func (ptr *QQuickItem) TextureProviderDefault() *QSGTextureProvider
- func (ptr *QQuickItem) TimerEvent(event core.QTimerEvent_ITF)
- func (ptr *QQuickItem) TimerEventDefault(event core.QTimerEvent_ITF)
- func (ptr *QQuickItem) TouchEvent(event gui.QTouchEvent_ITF)
- func (ptr *QQuickItem) TouchEventDefault(event gui.QTouchEvent_ITF)
- func (ptr *QQuickItem) TouchUngrabEvent()
- func (ptr *QQuickItem) TouchUngrabEventDefault()
- func (ptr *QQuickItem) TransformOrigin() QQuickItem__TransformOrigin
- func (ptr *QQuickItem) UngrabMouse()
- func (ptr *QQuickItem) UngrabTouchPoints()
- func (ptr *QQuickItem) UnsetCursor()
- func (ptr *QQuickItem) Update()
- func (ptr *QQuickItem) UpdateInputMethod(queries core.Qt__InputMethodQuery)
- func (ptr *QQuickItem) UpdatePolish()
- func (ptr *QQuickItem) UpdatePolishDefault()
- func (ptr *QQuickItem) WheelEvent(event gui.QWheelEvent_ITF)
- func (ptr *QQuickItem) WheelEventDefault(event gui.QWheelEvent_ITF)
- func (ptr *QQuickItem) Width() float64
- func (ptr *QQuickItem) WidthValid() bool
- func (ptr *QQuickItem) Window() *QQuickWindow
- func (ptr *QQuickItem) WindowChanged(window QQuickWindow_ITF)
- func (ptr *QQuickItem) X() float64
- func (ptr *QQuickItem) Y() float64
- func (ptr *QQuickItem) Z() float64
- type QQuickItemGrabResult
- func (ptr *QQuickItemGrabResult) ChildEvent(event core.QChildEvent_ITF)
- func (ptr *QQuickItemGrabResult) ChildEventDefault(event core.QChildEvent_ITF)
- func (ptr *QQuickItemGrabResult) ConnectChildEvent(f func(event *core.QChildEvent))
- func (ptr *QQuickItemGrabResult) ConnectConnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QQuickItemGrabResult) ConnectCustomEvent(f func(event *core.QEvent))
- func (ptr *QQuickItemGrabResult) ConnectDeleteLater(f func())
- func (ptr *QQuickItemGrabResult) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QQuickItemGrabResult) ConnectEvent(f func(e *core.QEvent) bool)
- func (ptr *QQuickItemGrabResult) ConnectEventFilter(f func(watched *core.QObject, event *core.QEvent) bool)
- func (ptr *QQuickItemGrabResult) ConnectMetaObject(f func() *core.QMetaObject)
- func (ptr *QQuickItemGrabResult) ConnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QQuickItemGrabResult) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QQuickItemGrabResult) ConnectReady(f func())
- func (ptr *QQuickItemGrabResult) ConnectTimerEvent(f func(event *core.QTimerEvent))
- func (ptr *QQuickItemGrabResult) CustomEvent(event core.QEvent_ITF)
- func (ptr *QQuickItemGrabResult) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QQuickItemGrabResult) DeleteLater()
- func (ptr *QQuickItemGrabResult) DeleteLaterDefault()
- func (ptr *QQuickItemGrabResult) DestroyQQuickItemGrabResult()
- func (ptr *QQuickItemGrabResult) DisconnectChildEvent()
- func (ptr *QQuickItemGrabResult) DisconnectConnectNotify()
- func (ptr *QQuickItemGrabResult) DisconnectCustomEvent()
- func (ptr *QQuickItemGrabResult) DisconnectDeleteLater()
- func (ptr *QQuickItemGrabResult) DisconnectDisconnectNotify()
- func (ptr *QQuickItemGrabResult) DisconnectEvent()
- func (ptr *QQuickItemGrabResult) DisconnectEventFilter()
- func (ptr *QQuickItemGrabResult) DisconnectMetaObject()
- func (ptr *QQuickItemGrabResult) DisconnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QQuickItemGrabResult) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QQuickItemGrabResult) DisconnectReady()
- func (ptr *QQuickItemGrabResult) DisconnectTimerEvent()
- func (ptr *QQuickItemGrabResult) Event(e core.QEvent_ITF) bool
- func (ptr *QQuickItemGrabResult) EventDefault(e core.QEvent_ITF) bool
- func (ptr *QQuickItemGrabResult) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QQuickItemGrabResult) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QQuickItemGrabResult) Image() *gui.QImage
- func (ptr *QQuickItemGrabResult) MetaObject() *core.QMetaObject
- func (ptr *QQuickItemGrabResult) MetaObjectDefault() *core.QMetaObject
- func (p *QQuickItemGrabResult) Pointer() unsafe.Pointer
- func (p *QQuickItemGrabResult) QQuickItemGrabResult_PTR() *QQuickItemGrabResult
- func (ptr *QQuickItemGrabResult) Ready()
- func (ptr *QQuickItemGrabResult) SaveToFile(fileName string) bool
- func (p *QQuickItemGrabResult) SetPointer(ptr unsafe.Pointer)
- func (ptr *QQuickItemGrabResult) TimerEvent(event core.QTimerEvent_ITF)
- func (ptr *QQuickItemGrabResult) TimerEventDefault(event core.QTimerEvent_ITF)
- func (ptr *QQuickItemGrabResult) Url() *core.QUrl
- type QQuickItemGrabResult_ITF
- type QQuickItem_ITF
- type QQuickItem__Flag
- type QQuickItem__ItemChange
- type QQuickItem__TransformOrigin
- type QQuickPaintedItem
- func (ptr *QQuickPaintedItem) Antialiasing() bool
- func (ptr *QQuickPaintedItem) ChildEvent(event core.QChildEvent_ITF)
- func (ptr *QQuickPaintedItem) ChildEventDefault(event core.QChildEvent_ITF)
- func (ptr *QQuickPaintedItem) ChildMouseEventFilter(item QQuickItem_ITF, event core.QEvent_ITF) bool
- func (ptr *QQuickPaintedItem) ChildMouseEventFilterDefault(item QQuickItem_ITF, event core.QEvent_ITF) bool
- func (ptr *QQuickPaintedItem) ConnectChildEvent(f func(event *core.QChildEvent))
- func (ptr *QQuickPaintedItem) ConnectChildMouseEventFilter(f func(item *QQuickItem, event *core.QEvent) bool)
- func (ptr *QQuickPaintedItem) ConnectConnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QQuickPaintedItem) ConnectContains(f func(point *core.QPointF) bool)
- func (ptr *QQuickPaintedItem) ConnectContentsScaleChanged(f func())
- func (ptr *QQuickPaintedItem) ConnectContentsSizeChanged(f func())
- func (ptr *QQuickPaintedItem) ConnectCustomEvent(f func(event *core.QEvent))
- func (ptr *QQuickPaintedItem) ConnectDeleteLater(f func())
- func (ptr *QQuickPaintedItem) ConnectDestroyQQuickPaintedItem(f func())
- func (ptr *QQuickPaintedItem) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QQuickPaintedItem) ConnectDragEnterEvent(f func(event *gui.QDragEnterEvent))
- func (ptr *QQuickPaintedItem) ConnectDragLeaveEvent(f func(event *gui.QDragLeaveEvent))
- func (ptr *QQuickPaintedItem) ConnectDragMoveEvent(f func(event *gui.QDragMoveEvent))
- func (ptr *QQuickPaintedItem) ConnectDropEvent(f func(event *gui.QDropEvent))
- func (ptr *QQuickPaintedItem) ConnectEventFilter(f func(watched *core.QObject, event *core.QEvent) bool)
- func (ptr *QQuickPaintedItem) ConnectFillColorChanged(f func())
- func (ptr *QQuickPaintedItem) ConnectFocusInEvent(f func(event *gui.QFocusEvent))
- func (ptr *QQuickPaintedItem) ConnectFocusOutEvent(f func(event *gui.QFocusEvent))
- func (ptr *QQuickPaintedItem) ConnectGeometryChanged(f func(newGeometry *core.QRectF, oldGeometry *core.QRectF))
- func (ptr *QQuickPaintedItem) ConnectHoverEnterEvent(f func(event *gui.QHoverEvent))
- func (ptr *QQuickPaintedItem) ConnectHoverLeaveEvent(f func(event *gui.QHoverEvent))
- func (ptr *QQuickPaintedItem) ConnectHoverMoveEvent(f func(event *gui.QHoverEvent))
- func (ptr *QQuickPaintedItem) ConnectInputMethodEvent(f func(event *gui.QInputMethodEvent))
- func (ptr *QQuickPaintedItem) ConnectInputMethodQuery(f func(query core.Qt__InputMethodQuery) *core.QVariant)
- func (ptr *QQuickPaintedItem) ConnectIsTextureProvider(f func() bool)
- func (ptr *QQuickPaintedItem) ConnectKeyPressEvent(f func(event *gui.QKeyEvent))
- func (ptr *QQuickPaintedItem) ConnectKeyReleaseEvent(f func(event *gui.QKeyEvent))
- func (ptr *QQuickPaintedItem) ConnectMetaObject(f func() *core.QMetaObject)
- func (ptr *QQuickPaintedItem) ConnectMouseDoubleClickEvent(f func(event *gui.QMouseEvent))
- func (ptr *QQuickPaintedItem) ConnectMouseMoveEvent(f func(event *gui.QMouseEvent))
- func (ptr *QQuickPaintedItem) ConnectMousePressEvent(f func(event *gui.QMouseEvent))
- func (ptr *QQuickPaintedItem) ConnectMouseReleaseEvent(f func(event *gui.QMouseEvent))
- func (ptr *QQuickPaintedItem) ConnectMouseUngrabEvent(f func())
- func (ptr *QQuickPaintedItem) ConnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QQuickPaintedItem) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QQuickPaintedItem) ConnectPaint(f func(painter *gui.QPainter))
- func (ptr *QQuickPaintedItem) ConnectReleaseResources(f func())
- func (ptr *QQuickPaintedItem) ConnectRenderTargetChanged(f func())
- func (ptr *QQuickPaintedItem) ConnectTextureProvider(f func() *QSGTextureProvider)
- func (ptr *QQuickPaintedItem) ConnectTextureSizeChanged(f func())
- func (ptr *QQuickPaintedItem) ConnectTimerEvent(f func(event *core.QTimerEvent))
- func (ptr *QQuickPaintedItem) ConnectTouchEvent(f func(event *gui.QTouchEvent))
- func (ptr *QQuickPaintedItem) ConnectTouchUngrabEvent(f func())
- func (ptr *QQuickPaintedItem) ConnectUpdatePolish(f func())
- func (ptr *QQuickPaintedItem) ConnectWheelEvent(f func(event *gui.QWheelEvent))
- func (ptr *QQuickPaintedItem) Contains(point core.QPointF_ITF) bool
- func (ptr *QQuickPaintedItem) ContainsDefault(point core.QPointF_ITF) bool
- func (ptr *QQuickPaintedItem) ContentsScale() float64
- func (ptr *QQuickPaintedItem) ContentsScaleChanged()
- func (ptr *QQuickPaintedItem) ContentsSize() *core.QSize
- func (ptr *QQuickPaintedItem) ContentsSizeChanged()
- func (ptr *QQuickPaintedItem) CustomEvent(event core.QEvent_ITF)
- func (ptr *QQuickPaintedItem) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QQuickPaintedItem) DeleteLater()
- func (ptr *QQuickPaintedItem) DeleteLaterDefault()
- func (ptr *QQuickPaintedItem) DestroyQQuickPaintedItem()
- func (ptr *QQuickPaintedItem) DestroyQQuickPaintedItemDefault()
- func (ptr *QQuickPaintedItem) DisconnectChildEvent()
- func (ptr *QQuickPaintedItem) DisconnectChildMouseEventFilter()
- func (ptr *QQuickPaintedItem) DisconnectConnectNotify()
- func (ptr *QQuickPaintedItem) DisconnectContains()
- func (ptr *QQuickPaintedItem) DisconnectContentsScaleChanged()
- func (ptr *QQuickPaintedItem) DisconnectContentsSizeChanged()
- func (ptr *QQuickPaintedItem) DisconnectCustomEvent()
- func (ptr *QQuickPaintedItem) DisconnectDeleteLater()
- func (ptr *QQuickPaintedItem) DisconnectDestroyQQuickPaintedItem()
- func (ptr *QQuickPaintedItem) DisconnectDisconnectNotify()
- func (ptr *QQuickPaintedItem) DisconnectDragEnterEvent()
- func (ptr *QQuickPaintedItem) DisconnectDragLeaveEvent()
- func (ptr *QQuickPaintedItem) DisconnectDragMoveEvent()
- func (ptr *QQuickPaintedItem) DisconnectDropEvent()
- func (ptr *QQuickPaintedItem) DisconnectEventFilter()
- func (ptr *QQuickPaintedItem) DisconnectFillColorChanged()
- func (ptr *QQuickPaintedItem) DisconnectFocusInEvent()
- func (ptr *QQuickPaintedItem) DisconnectFocusOutEvent()
- func (ptr *QQuickPaintedItem) DisconnectGeometryChanged()
- func (ptr *QQuickPaintedItem) DisconnectHoverEnterEvent()
- func (ptr *QQuickPaintedItem) DisconnectHoverLeaveEvent()
- func (ptr *QQuickPaintedItem) DisconnectHoverMoveEvent()
- func (ptr *QQuickPaintedItem) DisconnectInputMethodEvent()
- func (ptr *QQuickPaintedItem) DisconnectInputMethodQuery()
- func (ptr *QQuickPaintedItem) DisconnectIsTextureProvider()
- func (ptr *QQuickPaintedItem) DisconnectKeyPressEvent()
- func (ptr *QQuickPaintedItem) DisconnectKeyReleaseEvent()
- func (ptr *QQuickPaintedItem) DisconnectMetaObject()
- func (ptr *QQuickPaintedItem) DisconnectMouseDoubleClickEvent()
- func (ptr *QQuickPaintedItem) DisconnectMouseMoveEvent()
- func (ptr *QQuickPaintedItem) DisconnectMousePressEvent()
- func (ptr *QQuickPaintedItem) DisconnectMouseReleaseEvent()
- func (ptr *QQuickPaintedItem) DisconnectMouseUngrabEvent()
- func (ptr *QQuickPaintedItem) DisconnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QQuickPaintedItem) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QQuickPaintedItem) DisconnectPaint(painter gui.QPainter_ITF)
- func (ptr *QQuickPaintedItem) DisconnectReleaseResources()
- func (ptr *QQuickPaintedItem) DisconnectRenderTargetChanged()
- func (ptr *QQuickPaintedItem) DisconnectTextureProvider()
- func (ptr *QQuickPaintedItem) DisconnectTextureSizeChanged()
- func (ptr *QQuickPaintedItem) DisconnectTimerEvent()
- func (ptr *QQuickPaintedItem) DisconnectTouchEvent()
- func (ptr *QQuickPaintedItem) DisconnectTouchUngrabEvent()
- func (ptr *QQuickPaintedItem) DisconnectUpdatePolish()
- func (ptr *QQuickPaintedItem) DisconnectWheelEvent()
- func (ptr *QQuickPaintedItem) DragEnterEvent(event gui.QDragEnterEvent_ITF)
- func (ptr *QQuickPaintedItem) DragEnterEventDefault(event gui.QDragEnterEvent_ITF)
- func (ptr *QQuickPaintedItem) DragLeaveEvent(event gui.QDragLeaveEvent_ITF)
- func (ptr *QQuickPaintedItem) DragLeaveEventDefault(event gui.QDragLeaveEvent_ITF)
- func (ptr *QQuickPaintedItem) DragMoveEvent(event gui.QDragMoveEvent_ITF)
- func (ptr *QQuickPaintedItem) DragMoveEventDefault(event gui.QDragMoveEvent_ITF)
- func (ptr *QQuickPaintedItem) DropEvent(event gui.QDropEvent_ITF)
- func (ptr *QQuickPaintedItem) DropEventDefault(event gui.QDropEvent_ITF)
- func (ptr *QQuickPaintedItem) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QQuickPaintedItem) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QQuickPaintedItem) FillColor() *gui.QColor
- func (ptr *QQuickPaintedItem) FillColorChanged()
- func (ptr *QQuickPaintedItem) FocusInEvent(event gui.QFocusEvent_ITF)
- func (ptr *QQuickPaintedItem) FocusInEventDefault(event gui.QFocusEvent_ITF)
- func (ptr *QQuickPaintedItem) FocusOutEvent(event gui.QFocusEvent_ITF)
- func (ptr *QQuickPaintedItem) FocusOutEventDefault(event gui.QFocusEvent_ITF)
- func (ptr *QQuickPaintedItem) GeometryChanged(newGeometry core.QRectF_ITF, oldGeometry core.QRectF_ITF)
- func (ptr *QQuickPaintedItem) GeometryChangedDefault(newGeometry core.QRectF_ITF, oldGeometry core.QRectF_ITF)
- func (ptr *QQuickPaintedItem) HoverEnterEvent(event gui.QHoverEvent_ITF)
- func (ptr *QQuickPaintedItem) HoverEnterEventDefault(event gui.QHoverEvent_ITF)
- func (ptr *QQuickPaintedItem) HoverLeaveEvent(event gui.QHoverEvent_ITF)
- func (ptr *QQuickPaintedItem) HoverLeaveEventDefault(event gui.QHoverEvent_ITF)
- func (ptr *QQuickPaintedItem) HoverMoveEvent(event gui.QHoverEvent_ITF)
- func (ptr *QQuickPaintedItem) HoverMoveEventDefault(event gui.QHoverEvent_ITF)
- func (ptr *QQuickPaintedItem) InputMethodEvent(event gui.QInputMethodEvent_ITF)
- func (ptr *QQuickPaintedItem) InputMethodEventDefault(event gui.QInputMethodEvent_ITF)
- func (ptr *QQuickPaintedItem) InputMethodQuery(query core.Qt__InputMethodQuery) *core.QVariant
- func (ptr *QQuickPaintedItem) InputMethodQueryDefault(query core.Qt__InputMethodQuery) *core.QVariant
- func (ptr *QQuickPaintedItem) IsTextureProvider() bool
- func (ptr *QQuickPaintedItem) IsTextureProviderDefault() bool
- func (ptr *QQuickPaintedItem) KeyPressEvent(event gui.QKeyEvent_ITF)
- func (ptr *QQuickPaintedItem) KeyPressEventDefault(event gui.QKeyEvent_ITF)
- func (ptr *QQuickPaintedItem) KeyReleaseEvent(event gui.QKeyEvent_ITF)
- func (ptr *QQuickPaintedItem) KeyReleaseEventDefault(event gui.QKeyEvent_ITF)
- func (ptr *QQuickPaintedItem) MetaObject() *core.QMetaObject
- func (ptr *QQuickPaintedItem) MetaObjectDefault() *core.QMetaObject
- func (ptr *QQuickPaintedItem) Mipmap() bool
- func (ptr *QQuickPaintedItem) MouseDoubleClickEvent(event gui.QMouseEvent_ITF)
- func (ptr *QQuickPaintedItem) MouseDoubleClickEventDefault(event gui.QMouseEvent_ITF)
- func (ptr *QQuickPaintedItem) MouseMoveEvent(event gui.QMouseEvent_ITF)
- func (ptr *QQuickPaintedItem) MouseMoveEventDefault(event gui.QMouseEvent_ITF)
- func (ptr *QQuickPaintedItem) MousePressEvent(event gui.QMouseEvent_ITF)
- func (ptr *QQuickPaintedItem) MousePressEventDefault(event gui.QMouseEvent_ITF)
- func (ptr *QQuickPaintedItem) MouseReleaseEvent(event gui.QMouseEvent_ITF)
- func (ptr *QQuickPaintedItem) MouseReleaseEventDefault(event gui.QMouseEvent_ITF)
- func (ptr *QQuickPaintedItem) MouseUngrabEvent()
- func (ptr *QQuickPaintedItem) MouseUngrabEventDefault()
- func (ptr *QQuickPaintedItem) OpaquePainting() bool
- func (ptr *QQuickPaintedItem) Paint(painter gui.QPainter_ITF)
- func (ptr *QQuickPaintedItem) PerformanceHints() QQuickPaintedItem__PerformanceHint
- func (p *QQuickPaintedItem) Pointer() unsafe.Pointer
- func (p *QQuickPaintedItem) QQuickPaintedItem_PTR() *QQuickPaintedItem
- func (ptr *QQuickPaintedItem) ReleaseResources()
- func (ptr *QQuickPaintedItem) ReleaseResourcesDefault()
- func (ptr *QQuickPaintedItem) RenderTarget() QQuickPaintedItem__RenderTarget
- func (ptr *QQuickPaintedItem) RenderTargetChanged()
- func (ptr *QQuickPaintedItem) SetAntialiasing(enable bool)
- func (ptr *QQuickPaintedItem) SetContentsScale(vqr float64)
- func (ptr *QQuickPaintedItem) SetContentsSize(vqs core.QSize_ITF)
- func (ptr *QQuickPaintedItem) SetFillColor(vqc gui.QColor_ITF)
- func (ptr *QQuickPaintedItem) SetMipmap(enable bool)
- func (ptr *QQuickPaintedItem) SetOpaquePainting(opaque bool)
- func (ptr *QQuickPaintedItem) SetPerformanceHint(hint QQuickPaintedItem__PerformanceHint, enabled bool)
- func (ptr *QQuickPaintedItem) SetPerformanceHints(hints QQuickPaintedItem__PerformanceHint)
- func (p *QQuickPaintedItem) SetPointer(ptr unsafe.Pointer)
- func (ptr *QQuickPaintedItem) SetRenderTarget(target QQuickPaintedItem__RenderTarget)
- func (ptr *QQuickPaintedItem) SetTextureSize(size core.QSize_ITF)
- func (ptr *QQuickPaintedItem) TextureProvider() *QSGTextureProvider
- func (ptr *QQuickPaintedItem) TextureProviderDefault() *QSGTextureProvider
- func (ptr *QQuickPaintedItem) TextureSize() *core.QSize
- func (ptr *QQuickPaintedItem) TextureSizeChanged()
- func (ptr *QQuickPaintedItem) TimerEvent(event core.QTimerEvent_ITF)
- func (ptr *QQuickPaintedItem) TimerEventDefault(event core.QTimerEvent_ITF)
- func (ptr *QQuickPaintedItem) TouchEvent(event gui.QTouchEvent_ITF)
- func (ptr *QQuickPaintedItem) TouchEventDefault(event gui.QTouchEvent_ITF)
- func (ptr *QQuickPaintedItem) TouchUngrabEvent()
- func (ptr *QQuickPaintedItem) TouchUngrabEventDefault()
- func (ptr *QQuickPaintedItem) Update(rect core.QRect_ITF)
- func (ptr *QQuickPaintedItem) UpdatePolish()
- func (ptr *QQuickPaintedItem) UpdatePolishDefault()
- func (ptr *QQuickPaintedItem) WheelEvent(event gui.QWheelEvent_ITF)
- func (ptr *QQuickPaintedItem) WheelEventDefault(event gui.QWheelEvent_ITF)
- type QQuickPaintedItem_ITF
- type QQuickPaintedItem__PerformanceHint
- type QQuickPaintedItem__RenderTarget
- type QQuickRenderControl
- func (ptr *QQuickRenderControl) ChildEvent(event core.QChildEvent_ITF)
- func (ptr *QQuickRenderControl) ChildEventDefault(event core.QChildEvent_ITF)
- func (ptr *QQuickRenderControl) ConnectChildEvent(f func(event *core.QChildEvent))
- func (ptr *QQuickRenderControl) ConnectConnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QQuickRenderControl) ConnectCustomEvent(f func(event *core.QEvent))
- func (ptr *QQuickRenderControl) ConnectDeleteLater(f func())
- func (ptr *QQuickRenderControl) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QQuickRenderControl) ConnectEvent(f func(e *core.QEvent) bool)
- func (ptr *QQuickRenderControl) ConnectEventFilter(f func(watched *core.QObject, event *core.QEvent) bool)
- func (ptr *QQuickRenderControl) ConnectMetaObject(f func() *core.QMetaObject)
- func (ptr *QQuickRenderControl) ConnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QQuickRenderControl) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QQuickRenderControl) ConnectRenderRequested(f func())
- func (ptr *QQuickRenderControl) ConnectRenderWindow(f func(offset *core.QPoint) *gui.QWindow)
- func (ptr *QQuickRenderControl) ConnectSceneChanged(f func())
- func (ptr *QQuickRenderControl) ConnectTimerEvent(f func(event *core.QTimerEvent))
- func (ptr *QQuickRenderControl) CustomEvent(event core.QEvent_ITF)
- func (ptr *QQuickRenderControl) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QQuickRenderControl) DeleteLater()
- func (ptr *QQuickRenderControl) DeleteLaterDefault()
- func (ptr *QQuickRenderControl) DestroyQQuickRenderControl()
- func (ptr *QQuickRenderControl) DisconnectChildEvent()
- func (ptr *QQuickRenderControl) DisconnectConnectNotify()
- func (ptr *QQuickRenderControl) DisconnectCustomEvent()
- func (ptr *QQuickRenderControl) DisconnectDeleteLater()
- func (ptr *QQuickRenderControl) DisconnectDisconnectNotify()
- func (ptr *QQuickRenderControl) DisconnectEvent()
- func (ptr *QQuickRenderControl) DisconnectEventFilter()
- func (ptr *QQuickRenderControl) DisconnectMetaObject()
- func (ptr *QQuickRenderControl) DisconnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QQuickRenderControl) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QQuickRenderControl) DisconnectRenderRequested()
- func (ptr *QQuickRenderControl) DisconnectRenderWindow()
- func (ptr *QQuickRenderControl) DisconnectSceneChanged()
- func (ptr *QQuickRenderControl) DisconnectTimerEvent()
- func (ptr *QQuickRenderControl) Event(e core.QEvent_ITF) bool
- func (ptr *QQuickRenderControl) EventDefault(e core.QEvent_ITF) bool
- func (ptr *QQuickRenderControl) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QQuickRenderControl) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QQuickRenderControl) Grab() *gui.QImage
- func (ptr *QQuickRenderControl) Initialize(gl gui.QOpenGLContext_ITF)
- func (ptr *QQuickRenderControl) Invalidate()
- func (ptr *QQuickRenderControl) MetaObject() *core.QMetaObject
- func (ptr *QQuickRenderControl) MetaObjectDefault() *core.QMetaObject
- func (p *QQuickRenderControl) Pointer() unsafe.Pointer
- func (ptr *QQuickRenderControl) PolishItems()
- func (ptr *QQuickRenderControl) PrepareThread(targetThread core.QThread_ITF)
- func (p *QQuickRenderControl) QQuickRenderControl_PTR() *QQuickRenderControl
- func (ptr *QQuickRenderControl) Render()
- func (ptr *QQuickRenderControl) RenderRequested()
- func (ptr *QQuickRenderControl) RenderWindow(offset core.QPoint_ITF) *gui.QWindow
- func (ptr *QQuickRenderControl) RenderWindowDefault(offset core.QPoint_ITF) *gui.QWindow
- func (ptr *QQuickRenderControl) RenderWindowFor(win QQuickWindow_ITF, offset core.QPoint_ITF) *gui.QWindow
- func (ptr *QQuickRenderControl) SceneChanged()
- func (p *QQuickRenderControl) SetPointer(ptr unsafe.Pointer)
- func (ptr *QQuickRenderControl) Sync() bool
- func (ptr *QQuickRenderControl) TimerEvent(event core.QTimerEvent_ITF)
- func (ptr *QQuickRenderControl) TimerEventDefault(event core.QTimerEvent_ITF)
- type QQuickRenderControl_ITF
- type QQuickTextDocument
- func (ptr *QQuickTextDocument) ChildEvent(event core.QChildEvent_ITF)
- func (ptr *QQuickTextDocument) ChildEventDefault(event core.QChildEvent_ITF)
- func (ptr *QQuickTextDocument) ConnectChildEvent(f func(event *core.QChildEvent))
- func (ptr *QQuickTextDocument) ConnectConnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QQuickTextDocument) ConnectCustomEvent(f func(event *core.QEvent))
- func (ptr *QQuickTextDocument) ConnectDeleteLater(f func())
- func (ptr *QQuickTextDocument) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QQuickTextDocument) ConnectEvent(f func(e *core.QEvent) bool)
- func (ptr *QQuickTextDocument) ConnectEventFilter(f func(watched *core.QObject, event *core.QEvent) bool)
- func (ptr *QQuickTextDocument) ConnectMetaObject(f func() *core.QMetaObject)
- func (ptr *QQuickTextDocument) ConnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QQuickTextDocument) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QQuickTextDocument) ConnectTimerEvent(f func(event *core.QTimerEvent))
- func (ptr *QQuickTextDocument) CustomEvent(event core.QEvent_ITF)
- func (ptr *QQuickTextDocument) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QQuickTextDocument) DeleteLater()
- func (ptr *QQuickTextDocument) DeleteLaterDefault()
- func (ptr *QQuickTextDocument) DestroyQQuickTextDocument()
- func (ptr *QQuickTextDocument) DisconnectChildEvent()
- func (ptr *QQuickTextDocument) DisconnectConnectNotify()
- func (ptr *QQuickTextDocument) DisconnectCustomEvent()
- func (ptr *QQuickTextDocument) DisconnectDeleteLater()
- func (ptr *QQuickTextDocument) DisconnectDisconnectNotify()
- func (ptr *QQuickTextDocument) DisconnectEvent()
- func (ptr *QQuickTextDocument) DisconnectEventFilter()
- func (ptr *QQuickTextDocument) DisconnectMetaObject()
- func (ptr *QQuickTextDocument) DisconnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QQuickTextDocument) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QQuickTextDocument) DisconnectTimerEvent()
- func (ptr *QQuickTextDocument) Event(e core.QEvent_ITF) bool
- func (ptr *QQuickTextDocument) EventDefault(e core.QEvent_ITF) bool
- func (ptr *QQuickTextDocument) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QQuickTextDocument) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QQuickTextDocument) MetaObject() *core.QMetaObject
- func (ptr *QQuickTextDocument) MetaObjectDefault() *core.QMetaObject
- func (p *QQuickTextDocument) Pointer() unsafe.Pointer
- func (p *QQuickTextDocument) QQuickTextDocument_PTR() *QQuickTextDocument
- func (p *QQuickTextDocument) SetPointer(ptr unsafe.Pointer)
- func (ptr *QQuickTextDocument) TextDocument() *gui.QTextDocument
- func (ptr *QQuickTextDocument) TimerEvent(event core.QTimerEvent_ITF)
- func (ptr *QQuickTextDocument) TimerEventDefault(event core.QTimerEvent_ITF)
- type QQuickTextDocument_ITF
- type QQuickTextureFactory
- func (ptr *QQuickTextureFactory) ChildEvent(event core.QChildEvent_ITF)
- func (ptr *QQuickTextureFactory) ChildEventDefault(event core.QChildEvent_ITF)
- func (ptr *QQuickTextureFactory) ConnectChildEvent(f func(event *core.QChildEvent))
- func (ptr *QQuickTextureFactory) ConnectConnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QQuickTextureFactory) ConnectCreateTexture(f func(window *QQuickWindow) *QSGTexture)
- func (ptr *QQuickTextureFactory) ConnectCustomEvent(f func(event *core.QEvent))
- func (ptr *QQuickTextureFactory) ConnectDeleteLater(f func())
- func (ptr *QQuickTextureFactory) ConnectDestroyQQuickTextureFactory(f func())
- func (ptr *QQuickTextureFactory) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QQuickTextureFactory) ConnectEvent(f func(e *core.QEvent) bool)
- func (ptr *QQuickTextureFactory) ConnectEventFilter(f func(watched *core.QObject, event *core.QEvent) bool)
- func (ptr *QQuickTextureFactory) ConnectImage(f func() *gui.QImage)
- func (ptr *QQuickTextureFactory) ConnectMetaObject(f func() *core.QMetaObject)
- func (ptr *QQuickTextureFactory) ConnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QQuickTextureFactory) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QQuickTextureFactory) ConnectTextureByteCount(f func() int)
- func (ptr *QQuickTextureFactory) ConnectTextureSize(f func() *core.QSize)
- func (ptr *QQuickTextureFactory) ConnectTimerEvent(f func(event *core.QTimerEvent))
- func (ptr *QQuickTextureFactory) CreateTexture(window QQuickWindow_ITF) *QSGTexture
- func (ptr *QQuickTextureFactory) CustomEvent(event core.QEvent_ITF)
- func (ptr *QQuickTextureFactory) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QQuickTextureFactory) DeleteLater()
- func (ptr *QQuickTextureFactory) DeleteLaterDefault()
- func (ptr *QQuickTextureFactory) DestroyQQuickTextureFactory()
- func (ptr *QQuickTextureFactory) DestroyQQuickTextureFactoryDefault()
- func (ptr *QQuickTextureFactory) DisconnectChildEvent()
- func (ptr *QQuickTextureFactory) DisconnectConnectNotify()
- func (ptr *QQuickTextureFactory) DisconnectCreateTexture(window QQuickWindow_ITF)
- func (ptr *QQuickTextureFactory) DisconnectCustomEvent()
- func (ptr *QQuickTextureFactory) DisconnectDeleteLater()
- func (ptr *QQuickTextureFactory) DisconnectDestroyQQuickTextureFactory()
- func (ptr *QQuickTextureFactory) DisconnectDisconnectNotify()
- func (ptr *QQuickTextureFactory) DisconnectEvent()
- func (ptr *QQuickTextureFactory) DisconnectEventFilter()
- func (ptr *QQuickTextureFactory) DisconnectImage()
- func (ptr *QQuickTextureFactory) DisconnectMetaObject()
- func (ptr *QQuickTextureFactory) DisconnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QQuickTextureFactory) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QQuickTextureFactory) DisconnectTextureByteCount()
- func (ptr *QQuickTextureFactory) DisconnectTextureSize()
- func (ptr *QQuickTextureFactory) DisconnectTimerEvent()
- func (ptr *QQuickTextureFactory) Event(e core.QEvent_ITF) bool
- func (ptr *QQuickTextureFactory) EventDefault(e core.QEvent_ITF) bool
- func (ptr *QQuickTextureFactory) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QQuickTextureFactory) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QQuickTextureFactory) Image() *gui.QImage
- func (ptr *QQuickTextureFactory) ImageDefault() *gui.QImage
- func (ptr *QQuickTextureFactory) MetaObject() *core.QMetaObject
- func (ptr *QQuickTextureFactory) MetaObjectDefault() *core.QMetaObject
- func (p *QQuickTextureFactory) Pointer() unsafe.Pointer
- func (p *QQuickTextureFactory) QQuickTextureFactory_PTR() *QQuickTextureFactory
- func (p *QQuickTextureFactory) SetPointer(ptr unsafe.Pointer)
- func (ptr *QQuickTextureFactory) TextureByteCount() int
- func (ptr *QQuickTextureFactory) TextureFactoryForImage(image gui.QImage_ITF) *QQuickTextureFactory
- func (ptr *QQuickTextureFactory) TextureSize() *core.QSize
- func (ptr *QQuickTextureFactory) TimerEvent(event core.QTimerEvent_ITF)
- func (ptr *QQuickTextureFactory) TimerEventDefault(event core.QTimerEvent_ITF)
- type QQuickTextureFactory_ITF
- type QQuickView
- func (ptr *QQuickView) Alert(msec int)
- func (ptr *QQuickView) AlertDefault(msec int)
- func (ptr *QQuickView) ChildEvent(event core.QChildEvent_ITF)
- func (ptr *QQuickView) ChildEventDefault(event core.QChildEvent_ITF)
- func (ptr *QQuickView) Close() bool
- func (ptr *QQuickView) CloseDefault() bool
- func (ptr *QQuickView) ConnectAlert(f func(msec int))
- func (ptr *QQuickView) ConnectChildEvent(f func(event *core.QChildEvent))
- func (ptr *QQuickView) ConnectClose(f func() bool)
- func (ptr *QQuickView) ConnectConnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QQuickView) ConnectCustomEvent(f func(event *core.QEvent))
- func (ptr *QQuickView) ConnectDeleteLater(f func())
- func (ptr *QQuickView) ConnectDestroyQQuickView(f func())
- func (ptr *QQuickView) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QQuickView) ConnectEventFilter(f func(watched *core.QObject, event *core.QEvent) bool)
- func (ptr *QQuickView) ConnectFocusObject(f func() *core.QObject)
- func (ptr *QQuickView) ConnectFormat(f func() *gui.QSurfaceFormat)
- func (ptr *QQuickView) ConnectHide(f func())
- func (ptr *QQuickView) ConnectLower(f func())
- func (ptr *QQuickView) ConnectMetaObject(f func() *core.QMetaObject)
- func (ptr *QQuickView) ConnectMoveEvent(f func(ev *gui.QMoveEvent))
- func (ptr *QQuickView) ConnectNativeEvent(f func(eventType *core.QByteArray, message unsafe.Pointer, result int) bool)
- func (ptr *QQuickView) ConnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QQuickView) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QQuickView) ConnectRaise(f func())
- func (ptr *QQuickView) ConnectReleaseResources(f func())
- func (ptr *QQuickView) ConnectRequestActivate(f func())
- func (ptr *QQuickView) ConnectRequestUpdate(f func())
- func (ptr *QQuickView) ConnectSetHeight(f func(arg int))
- func (ptr *QQuickView) ConnectSetMaximumHeight(f func(h int))
- func (ptr *QQuickView) ConnectSetMaximumWidth(f func(w int))
- func (ptr *QQuickView) ConnectSetMinimumHeight(f func(h int))
- func (ptr *QQuickView) ConnectSetMinimumWidth(f func(w int))
- func (ptr *QQuickView) ConnectSetSource(f func(url *core.QUrl))
- func (ptr *QQuickView) ConnectSetTitle(f func(vqs string))
- func (ptr *QQuickView) ConnectSetVisible(f func(visible bool))
- func (ptr *QQuickView) ConnectSetWidth(f func(arg int))
- func (ptr *QQuickView) ConnectSetX(f func(arg int))
- func (ptr *QQuickView) ConnectSetY(f func(arg int))
- func (ptr *QQuickView) ConnectShow(f func())
- func (ptr *QQuickView) ConnectShowFullScreen(f func())
- func (ptr *QQuickView) ConnectShowMaximized(f func())
- func (ptr *QQuickView) ConnectShowMinimized(f func())
- func (ptr *QQuickView) ConnectShowNormal(f func())
- func (ptr *QQuickView) ConnectSize(f func() *core.QSize)
- func (ptr *QQuickView) ConnectStatusChanged(f func(status QQuickView__Status))
- func (ptr *QQuickView) ConnectSurfaceType(f func() gui.QSurface__SurfaceType)
- func (ptr *QQuickView) ConnectTabletEvent(f func(ev *gui.QTabletEvent))
- func (ptr *QQuickView) ConnectTimerEvent(f func(event *core.QTimerEvent))
- func (ptr *QQuickView) ConnectTouchEvent(f func(ev *gui.QTouchEvent))
- func (ptr *QQuickView) ConnectUpdate(f func())
- func (ptr *QQuickView) CustomEvent(event core.QEvent_ITF)
- func (ptr *QQuickView) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QQuickView) DeleteLater()
- func (ptr *QQuickView) DeleteLaterDefault()
- func (ptr *QQuickView) DestroyQQuickView()
- func (ptr *QQuickView) DestroyQQuickViewDefault()
- func (ptr *QQuickView) DisconnectAlert()
- func (ptr *QQuickView) DisconnectChildEvent()
- func (ptr *QQuickView) DisconnectClose()
- func (ptr *QQuickView) DisconnectConnectNotify()
- func (ptr *QQuickView) DisconnectCustomEvent()
- func (ptr *QQuickView) DisconnectDeleteLater()
- func (ptr *QQuickView) DisconnectDestroyQQuickView()
- func (ptr *QQuickView) DisconnectDisconnectNotify()
- func (ptr *QQuickView) DisconnectEventFilter()
- func (ptr *QQuickView) DisconnectFocusObject()
- func (ptr *QQuickView) DisconnectFormat()
- func (ptr *QQuickView) DisconnectHide()
- func (ptr *QQuickView) DisconnectLower()
- func (ptr *QQuickView) DisconnectMetaObject()
- func (ptr *QQuickView) DisconnectMoveEvent()
- func (ptr *QQuickView) DisconnectNativeEvent()
- func (ptr *QQuickView) DisconnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QQuickView) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QQuickView) DisconnectRaise()
- func (ptr *QQuickView) DisconnectReleaseResources()
- func (ptr *QQuickView) DisconnectRequestActivate()
- func (ptr *QQuickView) DisconnectRequestUpdate()
- func (ptr *QQuickView) DisconnectSetHeight()
- func (ptr *QQuickView) DisconnectSetMaximumHeight()
- func (ptr *QQuickView) DisconnectSetMaximumWidth()
- func (ptr *QQuickView) DisconnectSetMinimumHeight()
- func (ptr *QQuickView) DisconnectSetMinimumWidth()
- func (ptr *QQuickView) DisconnectSetSource(url core.QUrl_ITF)
- func (ptr *QQuickView) DisconnectSetTitle()
- func (ptr *QQuickView) DisconnectSetVisible()
- func (ptr *QQuickView) DisconnectSetWidth()
- func (ptr *QQuickView) DisconnectSetX()
- func (ptr *QQuickView) DisconnectSetY()
- func (ptr *QQuickView) DisconnectShow()
- func (ptr *QQuickView) DisconnectShowFullScreen()
- func (ptr *QQuickView) DisconnectShowMaximized()
- func (ptr *QQuickView) DisconnectShowMinimized()
- func (ptr *QQuickView) DisconnectShowNormal()
- func (ptr *QQuickView) DisconnectSize()
- func (ptr *QQuickView) DisconnectStatusChanged()
- func (ptr *QQuickView) DisconnectSurfaceType()
- func (ptr *QQuickView) DisconnectTabletEvent()
- func (ptr *QQuickView) DisconnectTimerEvent()
- func (ptr *QQuickView) DisconnectTouchEvent()
- func (ptr *QQuickView) DisconnectUpdate()
- func (ptr *QQuickView) Engine() *qml.QQmlEngine
- func (ptr *QQuickView) Errors() []*qml.QQmlError
- func (ptr *QQuickView) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QQuickView) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QQuickView) FocusObject() *core.QObject
- func (ptr *QQuickView) FocusObjectDefault() *core.QObject
- func (ptr *QQuickView) Format() *gui.QSurfaceFormat
- func (ptr *QQuickView) FormatDefault() *gui.QSurfaceFormat
- func (ptr *QQuickView) Hide()
- func (ptr *QQuickView) HideDefault()
- func (ptr *QQuickView) InitialSize() *core.QSize
- func (ptr *QQuickView) KeyPressEvent(e gui.QKeyEvent_ITF)
- func (ptr *QQuickView) KeyReleaseEvent(e gui.QKeyEvent_ITF)
- func (ptr *QQuickView) Lower()
- func (ptr *QQuickView) LowerDefault()
- func (ptr *QQuickView) MetaObject() *core.QMetaObject
- func (ptr *QQuickView) MetaObjectDefault() *core.QMetaObject
- func (ptr *QQuickView) MouseMoveEvent(e gui.QMouseEvent_ITF)
- func (ptr *QQuickView) MousePressEvent(e gui.QMouseEvent_ITF)
- func (ptr *QQuickView) MouseReleaseEvent(e gui.QMouseEvent_ITF)
- func (ptr *QQuickView) MoveEvent(ev gui.QMoveEvent_ITF)
- func (ptr *QQuickView) MoveEventDefault(ev gui.QMoveEvent_ITF)
- func (ptr *QQuickView) NativeEvent(eventType core.QByteArray_ITF, message unsafe.Pointer, result int) bool
- func (ptr *QQuickView) NativeEventDefault(eventType core.QByteArray_ITF, message unsafe.Pointer, result int) bool
- func (p *QQuickView) Pointer() unsafe.Pointer
- func (p *QQuickView) QQuickView_PTR() *QQuickView
- func (ptr *QQuickView) Raise()
- func (ptr *QQuickView) RaiseDefault()
- func (ptr *QQuickView) ReleaseResources()
- func (ptr *QQuickView) ReleaseResourcesDefault()
- func (ptr *QQuickView) RequestActivate()
- func (ptr *QQuickView) RequestActivateDefault()
- func (ptr *QQuickView) RequestUpdate()
- func (ptr *QQuickView) RequestUpdateDefault()
- func (ptr *QQuickView) ResizeMode() QQuickView__ResizeMode
- func (ptr *QQuickView) RootContext() *qml.QQmlContext
- func (ptr *QQuickView) RootObject() *QQuickItem
- func (ptr *QQuickView) SetHeight(arg int)
- func (ptr *QQuickView) SetHeightDefault(arg int)
- func (ptr *QQuickView) SetMaximumHeight(h int)
- func (ptr *QQuickView) SetMaximumHeightDefault(h int)
- func (ptr *QQuickView) SetMaximumWidth(w int)
- func (ptr *QQuickView) SetMaximumWidthDefault(w int)
- func (ptr *QQuickView) SetMinimumHeight(h int)
- func (ptr *QQuickView) SetMinimumHeightDefault(h int)
- func (ptr *QQuickView) SetMinimumWidth(w int)
- func (ptr *QQuickView) SetMinimumWidthDefault(w int)
- func (p *QQuickView) SetPointer(ptr unsafe.Pointer)
- func (ptr *QQuickView) SetResizeMode(vre QQuickView__ResizeMode)
- func (ptr *QQuickView) SetSource(url core.QUrl_ITF)
- func (ptr *QQuickView) SetTitle(vqs string)
- func (ptr *QQuickView) SetTitleDefault(vqs string)
- func (ptr *QQuickView) SetVisible(visible bool)
- func (ptr *QQuickView) SetVisibleDefault(visible bool)
- func (ptr *QQuickView) SetWidth(arg int)
- func (ptr *QQuickView) SetWidthDefault(arg int)
- func (ptr *QQuickView) SetX(arg int)
- func (ptr *QQuickView) SetXDefault(arg int)
- func (ptr *QQuickView) SetY(arg int)
- func (ptr *QQuickView) SetYDefault(arg int)
- func (ptr *QQuickView) Show()
- func (ptr *QQuickView) ShowDefault()
- func (ptr *QQuickView) ShowFullScreen()
- func (ptr *QQuickView) ShowFullScreenDefault()
- func (ptr *QQuickView) ShowMaximized()
- func (ptr *QQuickView) ShowMaximizedDefault()
- func (ptr *QQuickView) ShowMinimized()
- func (ptr *QQuickView) ShowMinimizedDefault()
- func (ptr *QQuickView) ShowNormal()
- func (ptr *QQuickView) ShowNormalDefault()
- func (ptr *QQuickView) Size() *core.QSize
- func (ptr *QQuickView) SizeDefault() *core.QSize
- func (ptr *QQuickView) Source() *core.QUrl
- func (ptr *QQuickView) Status() QQuickView__Status
- func (ptr *QQuickView) StatusChanged(status QQuickView__Status)
- func (ptr *QQuickView) SurfaceType() gui.QSurface__SurfaceType
- func (ptr *QQuickView) SurfaceTypeDefault() gui.QSurface__SurfaceType
- func (ptr *QQuickView) TabletEvent(ev gui.QTabletEvent_ITF)
- func (ptr *QQuickView) TabletEventDefault(ev gui.QTabletEvent_ITF)
- func (ptr *QQuickView) TimerEvent(event core.QTimerEvent_ITF)
- func (ptr *QQuickView) TimerEventDefault(event core.QTimerEvent_ITF)
- func (ptr *QQuickView) TouchEvent(ev gui.QTouchEvent_ITF)
- func (ptr *QQuickView) TouchEventDefault(ev gui.QTouchEvent_ITF)
- func (ptr *QQuickView) Update()
- func (ptr *QQuickView) UpdateDefault()
- type QQuickView_ITF
- type QQuickView__ResizeMode
- type QQuickView__Status
- type QQuickWidget
- func NewQQuickWidget(parent widgets.QWidget_ITF) *QQuickWidget
- func NewQQuickWidget2(engine qml.QQmlEngine_ITF, parent widgets.QWidget_ITF) *QQuickWidget
- func NewQQuickWidget3(source core.QUrl_ITF, parent widgets.QWidget_ITF) *QQuickWidget
- func NewQQuickWidgetFromPointer(ptr unsafe.Pointer) *QQuickWidget
- func (ptr *QQuickWidget) ActionEvent(event gui.QActionEvent_ITF)
- func (ptr *QQuickWidget) ActionEventDefault(event gui.QActionEvent_ITF)
- func (ptr *QQuickWidget) ChangeEvent(event core.QEvent_ITF)
- func (ptr *QQuickWidget) ChangeEventDefault(event core.QEvent_ITF)
- func (ptr *QQuickWidget) ChildEvent(event core.QChildEvent_ITF)
- func (ptr *QQuickWidget) ChildEventDefault(event core.QChildEvent_ITF)
- func (ptr *QQuickWidget) Close() bool
- func (ptr *QQuickWidget) CloseDefault() bool
- func (ptr *QQuickWidget) CloseEvent(event gui.QCloseEvent_ITF)
- func (ptr *QQuickWidget) CloseEventDefault(event gui.QCloseEvent_ITF)
- func (ptr *QQuickWidget) ConnectActionEvent(f func(event *gui.QActionEvent))
- func (ptr *QQuickWidget) ConnectChangeEvent(f func(event *core.QEvent))
- func (ptr *QQuickWidget) ConnectChildEvent(f func(event *core.QChildEvent))
- func (ptr *QQuickWidget) ConnectClose(f func() bool)
- func (ptr *QQuickWidget) ConnectCloseEvent(f func(event *gui.QCloseEvent))
- func (ptr *QQuickWidget) ConnectConnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QQuickWidget) ConnectContextMenuEvent(f func(event *gui.QContextMenuEvent))
- func (ptr *QQuickWidget) ConnectCustomEvent(f func(event *core.QEvent))
- func (ptr *QQuickWidget) ConnectDeleteLater(f func())
- func (ptr *QQuickWidget) ConnectDestroyQQuickWidget(f func())
- func (ptr *QQuickWidget) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QQuickWidget) ConnectDragEnterEvent(f func(e *gui.QDragEnterEvent))
- func (ptr *QQuickWidget) ConnectDragLeaveEvent(f func(e *gui.QDragLeaveEvent))
- func (ptr *QQuickWidget) ConnectDragMoveEvent(f func(e *gui.QDragMoveEvent))
- func (ptr *QQuickWidget) ConnectDropEvent(f func(e *gui.QDropEvent))
- func (ptr *QQuickWidget) ConnectEnterEvent(f func(event *core.QEvent))
- func (ptr *QQuickWidget) ConnectEventFilter(f func(watched *core.QObject, event *core.QEvent) bool)
- func (ptr *QQuickWidget) ConnectFocusInEvent(f func(event *gui.QFocusEvent))
- func (ptr *QQuickWidget) ConnectFocusNextPrevChild(f func(next bool) bool)
- func (ptr *QQuickWidget) ConnectFocusOutEvent(f func(event *gui.QFocusEvent))
- func (ptr *QQuickWidget) ConnectHasHeightForWidth(f func() bool)
- func (ptr *QQuickWidget) ConnectHeightForWidth(f func(w int) int)
- func (ptr *QQuickWidget) ConnectHide(f func())
- func (ptr *QQuickWidget) ConnectHideEvent(f func(vqh *gui.QHideEvent))
- func (ptr *QQuickWidget) ConnectInputMethodEvent(f func(event *gui.QInputMethodEvent))
- func (ptr *QQuickWidget) ConnectInputMethodQuery(f func(query core.Qt__InputMethodQuery) *core.QVariant)
- func (ptr *QQuickWidget) ConnectKeyPressEvent(f func(e *gui.QKeyEvent))
- func (ptr *QQuickWidget) ConnectKeyReleaseEvent(f func(e *gui.QKeyEvent))
- func (ptr *QQuickWidget) ConnectLeaveEvent(f func(event *core.QEvent))
- func (ptr *QQuickWidget) ConnectLower(f func())
- func (ptr *QQuickWidget) ConnectMetaObject(f func() *core.QMetaObject)
- func (ptr *QQuickWidget) ConnectMinimumSizeHint(f func() *core.QSize)
- func (ptr *QQuickWidget) ConnectMouseDoubleClickEvent(f func(e *gui.QMouseEvent))
- func (ptr *QQuickWidget) ConnectMouseMoveEvent(f func(e *gui.QMouseEvent))
- func (ptr *QQuickWidget) ConnectMousePressEvent(f func(e *gui.QMouseEvent))
- func (ptr *QQuickWidget) ConnectMouseReleaseEvent(f func(e *gui.QMouseEvent))
- func (ptr *QQuickWidget) ConnectMoveEvent(f func(event *gui.QMoveEvent))
- func (ptr *QQuickWidget) ConnectNativeEvent(f func(eventType *core.QByteArray, message unsafe.Pointer, result int) bool)
- func (ptr *QQuickWidget) ConnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QQuickWidget) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QQuickWidget) ConnectPaintEvent(f func(event *gui.QPaintEvent))
- func (ptr *QQuickWidget) ConnectRaise(f func())
- func (ptr *QQuickWidget) ConnectRepaint(f func())
- func (ptr *QQuickWidget) ConnectResizeEvent(f func(event *gui.QResizeEvent))
- func (ptr *QQuickWidget) ConnectSceneGraphError(f func(error QQuickWindow__SceneGraphError, message string))
- func (ptr *QQuickWidget) ConnectSetDisabled(f func(disable bool))
- func (ptr *QQuickWidget) ConnectSetEnabled(f func(vbo bool))
- func (ptr *QQuickWidget) ConnectSetFocus2(f func())
- func (ptr *QQuickWidget) ConnectSetHidden(f func(hidden bool))
- func (ptr *QQuickWidget) ConnectSetSource(f func(url *core.QUrl))
- func (ptr *QQuickWidget) ConnectSetStyleSheet(f func(styleSheet string))
- func (ptr *QQuickWidget) ConnectSetVisible(f func(visible bool))
- func (ptr *QQuickWidget) ConnectSetWindowModified(f func(vbo bool))
- func (ptr *QQuickWidget) ConnectSetWindowTitle(f func(vqs string))
- func (ptr *QQuickWidget) ConnectShow(f func())
- func (ptr *QQuickWidget) ConnectShowEvent(f func(vqs *gui.QShowEvent))
- func (ptr *QQuickWidget) ConnectShowFullScreen(f func())
- func (ptr *QQuickWidget) ConnectShowMaximized(f func())
- func (ptr *QQuickWidget) ConnectShowMinimized(f func())
- func (ptr *QQuickWidget) ConnectShowNormal(f func())
- func (ptr *QQuickWidget) ConnectSizeHint(f func() *core.QSize)
- func (ptr *QQuickWidget) ConnectStatusChanged(f func(status QQuickWidget__Status))
- func (ptr *QQuickWidget) ConnectTabletEvent(f func(event *gui.QTabletEvent))
- func (ptr *QQuickWidget) ConnectTimerEvent(f func(event *core.QTimerEvent))
- func (ptr *QQuickWidget) ConnectUpdate(f func())
- func (ptr *QQuickWidget) ConnectUpdateMicroFocus(f func())
- func (ptr *QQuickWidget) ConnectWheelEvent(f func(e *gui.QWheelEvent))
- func (ptr *QQuickWidget) ContextMenuEvent(event gui.QContextMenuEvent_ITF)
- func (ptr *QQuickWidget) ContextMenuEventDefault(event gui.QContextMenuEvent_ITF)
- func (ptr *QQuickWidget) CustomEvent(event core.QEvent_ITF)
- func (ptr *QQuickWidget) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QQuickWidget) DeleteLater()
- func (ptr *QQuickWidget) DeleteLaterDefault()
- func (ptr *QQuickWidget) DestroyQQuickWidget()
- func (ptr *QQuickWidget) DestroyQQuickWidgetDefault()
- func (ptr *QQuickWidget) DisconnectActionEvent()
- func (ptr *QQuickWidget) DisconnectChangeEvent()
- func (ptr *QQuickWidget) DisconnectChildEvent()
- func (ptr *QQuickWidget) DisconnectClose()
- func (ptr *QQuickWidget) DisconnectCloseEvent()
- func (ptr *QQuickWidget) DisconnectConnectNotify()
- func (ptr *QQuickWidget) DisconnectContextMenuEvent()
- func (ptr *QQuickWidget) DisconnectCustomEvent()
- func (ptr *QQuickWidget) DisconnectDeleteLater()
- func (ptr *QQuickWidget) DisconnectDestroyQQuickWidget()
- func (ptr *QQuickWidget) DisconnectDisconnectNotify()
- func (ptr *QQuickWidget) DisconnectDragEnterEvent()
- func (ptr *QQuickWidget) DisconnectDragLeaveEvent()
- func (ptr *QQuickWidget) DisconnectDragMoveEvent()
- func (ptr *QQuickWidget) DisconnectDropEvent()
- func (ptr *QQuickWidget) DisconnectEnterEvent()
- func (ptr *QQuickWidget) DisconnectEventFilter()
- func (ptr *QQuickWidget) DisconnectFocusInEvent()
- func (ptr *QQuickWidget) DisconnectFocusNextPrevChild()
- func (ptr *QQuickWidget) DisconnectFocusOutEvent()
- func (ptr *QQuickWidget) DisconnectHasHeightForWidth()
- func (ptr *QQuickWidget) DisconnectHeightForWidth()
- func (ptr *QQuickWidget) DisconnectHide()
- func (ptr *QQuickWidget) DisconnectHideEvent()
- func (ptr *QQuickWidget) DisconnectInputMethodEvent()
- func (ptr *QQuickWidget) DisconnectInputMethodQuery()
- func (ptr *QQuickWidget) DisconnectKeyPressEvent()
- func (ptr *QQuickWidget) DisconnectKeyReleaseEvent()
- func (ptr *QQuickWidget) DisconnectLeaveEvent()
- func (ptr *QQuickWidget) DisconnectLower()
- func (ptr *QQuickWidget) DisconnectMetaObject()
- func (ptr *QQuickWidget) DisconnectMinimumSizeHint()
- func (ptr *QQuickWidget) DisconnectMouseDoubleClickEvent()
- func (ptr *QQuickWidget) DisconnectMouseMoveEvent()
- func (ptr *QQuickWidget) DisconnectMousePressEvent()
- func (ptr *QQuickWidget) DisconnectMouseReleaseEvent()
- func (ptr *QQuickWidget) DisconnectMoveEvent()
- func (ptr *QQuickWidget) DisconnectNativeEvent()
- func (ptr *QQuickWidget) DisconnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QQuickWidget) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QQuickWidget) DisconnectPaintEvent()
- func (ptr *QQuickWidget) DisconnectRaise()
- func (ptr *QQuickWidget) DisconnectRepaint()
- func (ptr *QQuickWidget) DisconnectResizeEvent()
- func (ptr *QQuickWidget) DisconnectSceneGraphError()
- func (ptr *QQuickWidget) DisconnectSetDisabled()
- func (ptr *QQuickWidget) DisconnectSetEnabled()
- func (ptr *QQuickWidget) DisconnectSetFocus2()
- func (ptr *QQuickWidget) DisconnectSetHidden()
- func (ptr *QQuickWidget) DisconnectSetSource(url core.QUrl_ITF)
- func (ptr *QQuickWidget) DisconnectSetStyleSheet()
- func (ptr *QQuickWidget) DisconnectSetVisible()
- func (ptr *QQuickWidget) DisconnectSetWindowModified()
- func (ptr *QQuickWidget) DisconnectSetWindowTitle()
- func (ptr *QQuickWidget) DisconnectShow()
- func (ptr *QQuickWidget) DisconnectShowEvent()
- func (ptr *QQuickWidget) DisconnectShowFullScreen()
- func (ptr *QQuickWidget) DisconnectShowMaximized()
- func (ptr *QQuickWidget) DisconnectShowMinimized()
- func (ptr *QQuickWidget) DisconnectShowNormal()
- func (ptr *QQuickWidget) DisconnectSizeHint()
- func (ptr *QQuickWidget) DisconnectStatusChanged()
- func (ptr *QQuickWidget) DisconnectTabletEvent()
- func (ptr *QQuickWidget) DisconnectTimerEvent()
- func (ptr *QQuickWidget) DisconnectUpdate()
- func (ptr *QQuickWidget) DisconnectUpdateMicroFocus()
- func (ptr *QQuickWidget) DisconnectWheelEvent()
- func (ptr *QQuickWidget) DragEnterEvent(e gui.QDragEnterEvent_ITF)
- func (ptr *QQuickWidget) DragEnterEventDefault(e gui.QDragEnterEvent_ITF)
- func (ptr *QQuickWidget) DragLeaveEvent(e gui.QDragLeaveEvent_ITF)
- func (ptr *QQuickWidget) DragLeaveEventDefault(e gui.QDragLeaveEvent_ITF)
- func (ptr *QQuickWidget) DragMoveEvent(e gui.QDragMoveEvent_ITF)
- func (ptr *QQuickWidget) DragMoveEventDefault(e gui.QDragMoveEvent_ITF)
- func (ptr *QQuickWidget) DropEvent(e gui.QDropEvent_ITF)
- func (ptr *QQuickWidget) DropEventDefault(e gui.QDropEvent_ITF)
- func (ptr *QQuickWidget) Engine() *qml.QQmlEngine
- func (ptr *QQuickWidget) EnterEvent(event core.QEvent_ITF)
- func (ptr *QQuickWidget) EnterEventDefault(event core.QEvent_ITF)
- func (ptr *QQuickWidget) Errors() []*qml.QQmlError
- func (ptr *QQuickWidget) Event(e core.QEvent_ITF) bool
- func (ptr *QQuickWidget) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QQuickWidget) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QQuickWidget) FocusInEvent(event gui.QFocusEvent_ITF)
- func (ptr *QQuickWidget) FocusInEventDefault(event gui.QFocusEvent_ITF)
- func (ptr *QQuickWidget) FocusNextPrevChild(next bool) bool
- func (ptr *QQuickWidget) FocusNextPrevChildDefault(next bool) bool
- func (ptr *QQuickWidget) FocusOutEvent(event gui.QFocusEvent_ITF)
- func (ptr *QQuickWidget) FocusOutEventDefault(event gui.QFocusEvent_ITF)
- func (ptr *QQuickWidget) Format() *gui.QSurfaceFormat
- func (ptr *QQuickWidget) GrabFramebuffer() *gui.QImage
- func (ptr *QQuickWidget) HasHeightForWidth() bool
- func (ptr *QQuickWidget) HasHeightForWidthDefault() bool
- func (ptr *QQuickWidget) HeightForWidth(w int) int
- func (ptr *QQuickWidget) HeightForWidthDefault(w int) int
- func (ptr *QQuickWidget) Hide()
- func (ptr *QQuickWidget) HideDefault()
- func (ptr *QQuickWidget) HideEvent(vqh gui.QHideEvent_ITF)
- func (ptr *QQuickWidget) HideEventDefault(vqh gui.QHideEvent_ITF)
- func (ptr *QQuickWidget) InitialSize() *core.QSize
- func (ptr *QQuickWidget) InputMethodEvent(event gui.QInputMethodEvent_ITF)
- func (ptr *QQuickWidget) InputMethodEventDefault(event gui.QInputMethodEvent_ITF)
- func (ptr *QQuickWidget) InputMethodQuery(query core.Qt__InputMethodQuery) *core.QVariant
- func (ptr *QQuickWidget) InputMethodQueryDefault(query core.Qt__InputMethodQuery) *core.QVariant
- func (ptr *QQuickWidget) KeyPressEvent(e gui.QKeyEvent_ITF)
- func (ptr *QQuickWidget) KeyPressEventDefault(e gui.QKeyEvent_ITF)
- func (ptr *QQuickWidget) KeyReleaseEvent(e gui.QKeyEvent_ITF)
- func (ptr *QQuickWidget) KeyReleaseEventDefault(e gui.QKeyEvent_ITF)
- func (ptr *QQuickWidget) LeaveEvent(event core.QEvent_ITF)
- func (ptr *QQuickWidget) LeaveEventDefault(event core.QEvent_ITF)
- func (ptr *QQuickWidget) Lower()
- func (ptr *QQuickWidget) LowerDefault()
- func (ptr *QQuickWidget) MetaObject() *core.QMetaObject
- func (ptr *QQuickWidget) MetaObjectDefault() *core.QMetaObject
- func (ptr *QQuickWidget) MinimumSizeHint() *core.QSize
- func (ptr *QQuickWidget) MinimumSizeHintDefault() *core.QSize
- func (ptr *QQuickWidget) MouseDoubleClickEvent(e gui.QMouseEvent_ITF)
- func (ptr *QQuickWidget) MouseDoubleClickEventDefault(e gui.QMouseEvent_ITF)
- func (ptr *QQuickWidget) MouseMoveEvent(e gui.QMouseEvent_ITF)
- func (ptr *QQuickWidget) MouseMoveEventDefault(e gui.QMouseEvent_ITF)
- func (ptr *QQuickWidget) MousePressEvent(e gui.QMouseEvent_ITF)
- func (ptr *QQuickWidget) MousePressEventDefault(e gui.QMouseEvent_ITF)
- func (ptr *QQuickWidget) MouseReleaseEvent(e gui.QMouseEvent_ITF)
- func (ptr *QQuickWidget) MouseReleaseEventDefault(e gui.QMouseEvent_ITF)
- func (ptr *QQuickWidget) MoveEvent(event gui.QMoveEvent_ITF)
- func (ptr *QQuickWidget) MoveEventDefault(event gui.QMoveEvent_ITF)
- func (ptr *QQuickWidget) NativeEvent(eventType core.QByteArray_ITF, message unsafe.Pointer, result int) bool
- func (ptr *QQuickWidget) NativeEventDefault(eventType core.QByteArray_ITF, message unsafe.Pointer, result int) bool
- func (ptr *QQuickWidget) PaintEvent(event gui.QPaintEvent_ITF)
- func (ptr *QQuickWidget) PaintEventDefault(event gui.QPaintEvent_ITF)
- func (p *QQuickWidget) Pointer() unsafe.Pointer
- func (p *QQuickWidget) QQuickWidget_PTR() *QQuickWidget
- func (ptr *QQuickWidget) QuickWindow() *QQuickWindow
- func (ptr *QQuickWidget) Raise()
- func (ptr *QQuickWidget) RaiseDefault()
- func (ptr *QQuickWidget) Repaint()
- func (ptr *QQuickWidget) RepaintDefault()
- func (ptr *QQuickWidget) ResizeEvent(event gui.QResizeEvent_ITF)
- func (ptr *QQuickWidget) ResizeEventDefault(event gui.QResizeEvent_ITF)
- func (ptr *QQuickWidget) ResizeMode() QQuickWidget__ResizeMode
- func (ptr *QQuickWidget) RootContext() *qml.QQmlContext
- func (ptr *QQuickWidget) RootObject() *QQuickItem
- func (ptr *QQuickWidget) SceneGraphError(error QQuickWindow__SceneGraphError, message string)
- func (ptr *QQuickWidget) SetClearColor(color gui.QColor_ITF)
- func (ptr *QQuickWidget) SetDisabled(disable bool)
- func (ptr *QQuickWidget) SetDisabledDefault(disable bool)
- func (ptr *QQuickWidget) SetEnabled(vbo bool)
- func (ptr *QQuickWidget) SetEnabledDefault(vbo bool)
- func (ptr *QQuickWidget) SetFocus2()
- func (ptr *QQuickWidget) SetFocus2Default()
- func (ptr *QQuickWidget) SetFormat(format gui.QSurfaceFormat_ITF)
- func (ptr *QQuickWidget) SetHidden(hidden bool)
- func (ptr *QQuickWidget) SetHiddenDefault(hidden bool)
- func (p *QQuickWidget) SetPointer(ptr unsafe.Pointer)
- func (ptr *QQuickWidget) SetResizeMode(vre QQuickWidget__ResizeMode)
- func (ptr *QQuickWidget) SetSource(url core.QUrl_ITF)
- func (ptr *QQuickWidget) SetStyleSheet(styleSheet string)
- func (ptr *QQuickWidget) SetStyleSheetDefault(styleSheet string)
- func (ptr *QQuickWidget) SetVisible(visible bool)
- func (ptr *QQuickWidget) SetVisibleDefault(visible bool)
- func (ptr *QQuickWidget) SetWindowModified(vbo bool)
- func (ptr *QQuickWidget) SetWindowModifiedDefault(vbo bool)
- func (ptr *QQuickWidget) SetWindowTitle(vqs string)
- func (ptr *QQuickWidget) SetWindowTitleDefault(vqs string)
- func (ptr *QQuickWidget) Show()
- func (ptr *QQuickWidget) ShowDefault()
- func (ptr *QQuickWidget) ShowEvent(vqs gui.QShowEvent_ITF)
- func (ptr *QQuickWidget) ShowEventDefault(vqs gui.QShowEvent_ITF)
- func (ptr *QQuickWidget) ShowFullScreen()
- func (ptr *QQuickWidget) ShowFullScreenDefault()
- func (ptr *QQuickWidget) ShowMaximized()
- func (ptr *QQuickWidget) ShowMaximizedDefault()
- func (ptr *QQuickWidget) ShowMinimized()
- func (ptr *QQuickWidget) ShowMinimizedDefault()
- func (ptr *QQuickWidget) ShowNormal()
- func (ptr *QQuickWidget) ShowNormalDefault()
- func (ptr *QQuickWidget) SizeHint() *core.QSize
- func (ptr *QQuickWidget) SizeHintDefault() *core.QSize
- func (ptr *QQuickWidget) Source() *core.QUrl
- func (ptr *QQuickWidget) Status() QQuickWidget__Status
- func (ptr *QQuickWidget) StatusChanged(status QQuickWidget__Status)
- func (ptr *QQuickWidget) TabletEvent(event gui.QTabletEvent_ITF)
- func (ptr *QQuickWidget) TabletEventDefault(event gui.QTabletEvent_ITF)
- func (ptr *QQuickWidget) TimerEvent(event core.QTimerEvent_ITF)
- func (ptr *QQuickWidget) TimerEventDefault(event core.QTimerEvent_ITF)
- func (ptr *QQuickWidget) Update()
- func (ptr *QQuickWidget) UpdateDefault()
- func (ptr *QQuickWidget) UpdateMicroFocus()
- func (ptr *QQuickWidget) UpdateMicroFocusDefault()
- func (ptr *QQuickWidget) WheelEvent(e gui.QWheelEvent_ITF)
- func (ptr *QQuickWidget) WheelEventDefault(e gui.QWheelEvent_ITF)
- type QQuickWidget_ITF
- type QQuickWidget__ResizeMode
- type QQuickWidget__Status
- type QQuickWindow
- func (ptr *QQuickWindow) AccessibleRoot() *gui.QAccessibleInterface
- func (ptr *QQuickWindow) ActiveFocusItem() *QQuickItem
- func (ptr *QQuickWindow) ActiveFocusItemChanged()
- func (ptr *QQuickWindow) AfterAnimating()
- func (ptr *QQuickWindow) AfterRendering()
- func (ptr *QQuickWindow) AfterSynchronizing()
- func (ptr *QQuickWindow) Alert(msec int)
- func (ptr *QQuickWindow) AlertDefault(msec int)
- func (ptr *QQuickWindow) BeforeRendering()
- func (ptr *QQuickWindow) BeforeSynchronizing()
- func (ptr *QQuickWindow) ChildEvent(event core.QChildEvent_ITF)
- func (ptr *QQuickWindow) ChildEventDefault(event core.QChildEvent_ITF)
- func (ptr *QQuickWindow) ClearBeforeRendering() bool
- func (ptr *QQuickWindow) Close() bool
- func (ptr *QQuickWindow) CloseDefault() bool
- func (ptr *QQuickWindow) Color() *gui.QColor
- func (ptr *QQuickWindow) ColorChanged(vqc gui.QColor_ITF)
- func (ptr *QQuickWindow) ConnectActiveFocusItemChanged(f func())
- func (ptr *QQuickWindow) ConnectAfterAnimating(f func())
- func (ptr *QQuickWindow) ConnectAfterRendering(f func())
- func (ptr *QQuickWindow) ConnectAfterSynchronizing(f func())
- func (ptr *QQuickWindow) ConnectAlert(f func(msec int))
- func (ptr *QQuickWindow) ConnectBeforeRendering(f func())
- func (ptr *QQuickWindow) ConnectBeforeSynchronizing(f func())
- func (ptr *QQuickWindow) ConnectChildEvent(f func(event *core.QChildEvent))
- func (ptr *QQuickWindow) ConnectClose(f func() bool)
- func (ptr *QQuickWindow) ConnectColorChanged(f func(vqc *gui.QColor))
- func (ptr *QQuickWindow) ConnectConnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QQuickWindow) ConnectCustomEvent(f func(event *core.QEvent))
- func (ptr *QQuickWindow) ConnectDeleteLater(f func())
- func (ptr *QQuickWindow) ConnectDestroyQQuickWindow(f func())
- func (ptr *QQuickWindow) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QQuickWindow) ConnectEventFilter(f func(watched *core.QObject, event *core.QEvent) bool)
- func (ptr *QQuickWindow) ConnectFocusObject(f func() *core.QObject)
- func (ptr *QQuickWindow) ConnectFormat(f func() *gui.QSurfaceFormat)
- func (ptr *QQuickWindow) ConnectFrameSwapped(f func())
- func (ptr *QQuickWindow) ConnectHide(f func())
- func (ptr *QQuickWindow) ConnectLower(f func())
- func (ptr *QQuickWindow) ConnectMetaObject(f func() *core.QMetaObject)
- func (ptr *QQuickWindow) ConnectMoveEvent(f func(ev *gui.QMoveEvent))
- func (ptr *QQuickWindow) ConnectNativeEvent(f func(eventType *core.QByteArray, message unsafe.Pointer, result int) bool)
- func (ptr *QQuickWindow) ConnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QQuickWindow) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QQuickWindow) ConnectOpenglContextCreated(f func(context *gui.QOpenGLContext))
- func (ptr *QQuickWindow) ConnectRaise(f func())
- func (ptr *QQuickWindow) ConnectReleaseResources(f func())
- func (ptr *QQuickWindow) ConnectRequestActivate(f func())
- func (ptr *QQuickWindow) ConnectRequestUpdate(f func())
- func (ptr *QQuickWindow) ConnectSceneGraphAboutToStop(f func())
- func (ptr *QQuickWindow) ConnectSceneGraphError(f func(error QQuickWindow__SceneGraphError, message string))
- func (ptr *QQuickWindow) ConnectSceneGraphInitialized(f func())
- func (ptr *QQuickWindow) ConnectSceneGraphInvalidated(f func())
- func (ptr *QQuickWindow) ConnectSetHeight(f func(arg int))
- func (ptr *QQuickWindow) ConnectSetMaximumHeight(f func(h int))
- func (ptr *QQuickWindow) ConnectSetMaximumWidth(f func(w int))
- func (ptr *QQuickWindow) ConnectSetMinimumHeight(f func(h int))
- func (ptr *QQuickWindow) ConnectSetMinimumWidth(f func(w int))
- func (ptr *QQuickWindow) ConnectSetTitle(f func(vqs string))
- func (ptr *QQuickWindow) ConnectSetVisible(f func(visible bool))
- func (ptr *QQuickWindow) ConnectSetWidth(f func(arg int))
- func (ptr *QQuickWindow) ConnectSetX(f func(arg int))
- func (ptr *QQuickWindow) ConnectSetY(f func(arg int))
- func (ptr *QQuickWindow) ConnectShow(f func())
- func (ptr *QQuickWindow) ConnectShowFullScreen(f func())
- func (ptr *QQuickWindow) ConnectShowMaximized(f func())
- func (ptr *QQuickWindow) ConnectShowMinimized(f func())
- func (ptr *QQuickWindow) ConnectShowNormal(f func())
- func (ptr *QQuickWindow) ConnectSize(f func() *core.QSize)
- func (ptr *QQuickWindow) ConnectSurfaceType(f func() gui.QSurface__SurfaceType)
- func (ptr *QQuickWindow) ConnectTabletEvent(f func(ev *gui.QTabletEvent))
- func (ptr *QQuickWindow) ConnectTimerEvent(f func(event *core.QTimerEvent))
- func (ptr *QQuickWindow) ConnectTouchEvent(f func(ev *gui.QTouchEvent))
- func (ptr *QQuickWindow) ConnectUpdate(f func())
- func (ptr *QQuickWindow) ContentItem() *QQuickItem
- func (ptr *QQuickWindow) CreateTextureFromId(id uint, size core.QSize_ITF, options QQuickWindow__CreateTextureOption) *QSGTexture
- func (ptr *QQuickWindow) CreateTextureFromImage(image gui.QImage_ITF, options QQuickWindow__CreateTextureOption) *QSGTexture
- func (ptr *QQuickWindow) CreateTextureFromImage2(image gui.QImage_ITF) *QSGTexture
- func (ptr *QQuickWindow) CustomEvent(event core.QEvent_ITF)
- func (ptr *QQuickWindow) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QQuickWindow) DeleteLater()
- func (ptr *QQuickWindow) DeleteLaterDefault()
- func (ptr *QQuickWindow) DestroyQQuickWindow()
- func (ptr *QQuickWindow) DestroyQQuickWindowDefault()
- func (ptr *QQuickWindow) DisconnectActiveFocusItemChanged()
- func (ptr *QQuickWindow) DisconnectAfterAnimating()
- func (ptr *QQuickWindow) DisconnectAfterRendering()
- func (ptr *QQuickWindow) DisconnectAfterSynchronizing()
- func (ptr *QQuickWindow) DisconnectAlert()
- func (ptr *QQuickWindow) DisconnectBeforeRendering()
- func (ptr *QQuickWindow) DisconnectBeforeSynchronizing()
- func (ptr *QQuickWindow) DisconnectChildEvent()
- func (ptr *QQuickWindow) DisconnectClose()
- func (ptr *QQuickWindow) DisconnectColorChanged()
- func (ptr *QQuickWindow) DisconnectConnectNotify()
- func (ptr *QQuickWindow) DisconnectCustomEvent()
- func (ptr *QQuickWindow) DisconnectDeleteLater()
- func (ptr *QQuickWindow) DisconnectDestroyQQuickWindow()
- func (ptr *QQuickWindow) DisconnectDisconnectNotify()
- func (ptr *QQuickWindow) DisconnectEventFilter()
- func (ptr *QQuickWindow) DisconnectFocusObject()
- func (ptr *QQuickWindow) DisconnectFormat()
- func (ptr *QQuickWindow) DisconnectFrameSwapped()
- func (ptr *QQuickWindow) DisconnectHide()
- func (ptr *QQuickWindow) DisconnectLower()
- func (ptr *QQuickWindow) DisconnectMetaObject()
- func (ptr *QQuickWindow) DisconnectMoveEvent()
- func (ptr *QQuickWindow) DisconnectNativeEvent()
- func (ptr *QQuickWindow) DisconnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QQuickWindow) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QQuickWindow) DisconnectOpenglContextCreated()
- func (ptr *QQuickWindow) DisconnectRaise()
- func (ptr *QQuickWindow) DisconnectReleaseResources()
- func (ptr *QQuickWindow) DisconnectRequestActivate()
- func (ptr *QQuickWindow) DisconnectRequestUpdate()
- func (ptr *QQuickWindow) DisconnectSceneGraphAboutToStop()
- func (ptr *QQuickWindow) DisconnectSceneGraphError()
- func (ptr *QQuickWindow) DisconnectSceneGraphInitialized()
- func (ptr *QQuickWindow) DisconnectSceneGraphInvalidated()
- func (ptr *QQuickWindow) DisconnectSetHeight()
- func (ptr *QQuickWindow) DisconnectSetMaximumHeight()
- func (ptr *QQuickWindow) DisconnectSetMaximumWidth()
- func (ptr *QQuickWindow) DisconnectSetMinimumHeight()
- func (ptr *QQuickWindow) DisconnectSetMinimumWidth()
- func (ptr *QQuickWindow) DisconnectSetTitle()
- func (ptr *QQuickWindow) DisconnectSetVisible()
- func (ptr *QQuickWindow) DisconnectSetWidth()
- func (ptr *QQuickWindow) DisconnectSetX()
- func (ptr *QQuickWindow) DisconnectSetY()
- func (ptr *QQuickWindow) DisconnectShow()
- func (ptr *QQuickWindow) DisconnectShowFullScreen()
- func (ptr *QQuickWindow) DisconnectShowMaximized()
- func (ptr *QQuickWindow) DisconnectShowMinimized()
- func (ptr *QQuickWindow) DisconnectShowNormal()
- func (ptr *QQuickWindow) DisconnectSize()
- func (ptr *QQuickWindow) DisconnectSurfaceType()
- func (ptr *QQuickWindow) DisconnectTabletEvent()
- func (ptr *QQuickWindow) DisconnectTimerEvent()
- func (ptr *QQuickWindow) DisconnectTouchEvent()
- func (ptr *QQuickWindow) DisconnectUpdate()
- func (ptr *QQuickWindow) EffectiveDevicePixelRatio() float64
- func (ptr *QQuickWindow) Event(e core.QEvent_ITF) bool
- func (ptr *QQuickWindow) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QQuickWindow) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QQuickWindow) ExposeEvent(vqe gui.QExposeEvent_ITF)
- func (ptr *QQuickWindow) FocusInEvent(ev gui.QFocusEvent_ITF)
- func (ptr *QQuickWindow) FocusObject() *core.QObject
- func (ptr *QQuickWindow) FocusObjectDefault() *core.QObject
- func (ptr *QQuickWindow) FocusOutEvent(ev gui.QFocusEvent_ITF)
- func (ptr *QQuickWindow) Format() *gui.QSurfaceFormat
- func (ptr *QQuickWindow) FormatDefault() *gui.QSurfaceFormat
- func (ptr *QQuickWindow) FrameSwapped()
- func (ptr *QQuickWindow) GrabWindow() *gui.QImage
- func (ptr *QQuickWindow) HasDefaultAlphaBuffer() bool
- func (ptr *QQuickWindow) Hide()
- func (ptr *QQuickWindow) HideDefault()
- func (ptr *QQuickWindow) HideEvent(vqh gui.QHideEvent_ITF)
- func (ptr *QQuickWindow) IncubationController() *qml.QQmlIncubationController
- func (ptr *QQuickWindow) IsPersistentOpenGLContext() bool
- func (ptr *QQuickWindow) IsPersistentSceneGraph() bool
- func (ptr *QQuickWindow) IsSceneGraphInitialized() bool
- func (ptr *QQuickWindow) KeyPressEvent(e gui.QKeyEvent_ITF)
- func (ptr *QQuickWindow) KeyReleaseEvent(e gui.QKeyEvent_ITF)
- func (ptr *QQuickWindow) Lower()
- func (ptr *QQuickWindow) LowerDefault()
- func (ptr *QQuickWindow) MetaObject() *core.QMetaObject
- func (ptr *QQuickWindow) MetaObjectDefault() *core.QMetaObject
- func (ptr *QQuickWindow) MouseDoubleClickEvent(event gui.QMouseEvent_ITF)
- func (ptr *QQuickWindow) MouseGrabberItem() *QQuickItem
- func (ptr *QQuickWindow) MouseMoveEvent(event gui.QMouseEvent_ITF)
- func (ptr *QQuickWindow) MousePressEvent(event gui.QMouseEvent_ITF)
- func (ptr *QQuickWindow) MouseReleaseEvent(event gui.QMouseEvent_ITF)
- func (ptr *QQuickWindow) MoveEvent(ev gui.QMoveEvent_ITF)
- func (ptr *QQuickWindow) MoveEventDefault(ev gui.QMoveEvent_ITF)
- func (ptr *QQuickWindow) NativeEvent(eventType core.QByteArray_ITF, message unsafe.Pointer, result int) bool
- func (ptr *QQuickWindow) NativeEventDefault(eventType core.QByteArray_ITF, message unsafe.Pointer, result int) bool
- func (ptr *QQuickWindow) OpenglContext() *gui.QOpenGLContext
- func (ptr *QQuickWindow) OpenglContextCreated(context gui.QOpenGLContext_ITF)
- func (p *QQuickWindow) Pointer() unsafe.Pointer
- func (p *QQuickWindow) QQuickWindow_PTR() *QQuickWindow
- func (ptr *QQuickWindow) Raise()
- func (ptr *QQuickWindow) RaiseDefault()
- func (ptr *QQuickWindow) ReleaseResources()
- func (ptr *QQuickWindow) RenderTarget() *gui.QOpenGLFramebufferObject
- func (ptr *QQuickWindow) RenderTargetId() uint
- func (ptr *QQuickWindow) RenderTargetSize() *core.QSize
- func (ptr *QQuickWindow) RequestActivate()
- func (ptr *QQuickWindow) RequestActivateDefault()
- func (ptr *QQuickWindow) RequestUpdate()
- func (ptr *QQuickWindow) RequestUpdateDefault()
- func (ptr *QQuickWindow) ResetOpenGLState()
- func (ptr *QQuickWindow) ResizeEvent(ev gui.QResizeEvent_ITF)
- func (ptr *QQuickWindow) SceneGraphAboutToStop()
- func (ptr *QQuickWindow) SceneGraphError(error QQuickWindow__SceneGraphError, message string)
- func (ptr *QQuickWindow) SceneGraphInitialized()
- func (ptr *QQuickWindow) SceneGraphInvalidated()
- func (ptr *QQuickWindow) ScheduleRenderJob(job core.QRunnable_ITF, stage QQuickWindow__RenderStage)
- func (ptr *QQuickWindow) SendEvent(item QQuickItem_ITF, e core.QEvent_ITF) bool
- func (ptr *QQuickWindow) SetClearBeforeRendering(enabled bool)
- func (ptr *QQuickWindow) SetColor(color gui.QColor_ITF)
- func (ptr *QQuickWindow) SetDefaultAlphaBuffer(useAlpha bool)
- func (ptr *QQuickWindow) SetHeight(arg int)
- func (ptr *QQuickWindow) SetHeightDefault(arg int)
- func (ptr *QQuickWindow) SetMaximumHeight(h int)
- func (ptr *QQuickWindow) SetMaximumHeightDefault(h int)
- func (ptr *QQuickWindow) SetMaximumWidth(w int)
- func (ptr *QQuickWindow) SetMaximumWidthDefault(w int)
- func (ptr *QQuickWindow) SetMinimumHeight(h int)
- func (ptr *QQuickWindow) SetMinimumHeightDefault(h int)
- func (ptr *QQuickWindow) SetMinimumWidth(w int)
- func (ptr *QQuickWindow) SetMinimumWidthDefault(w int)
- func (ptr *QQuickWindow) SetPersistentOpenGLContext(persistent bool)
- func (ptr *QQuickWindow) SetPersistentSceneGraph(persistent bool)
- func (p *QQuickWindow) SetPointer(ptr unsafe.Pointer)
- func (ptr *QQuickWindow) SetRenderTarget(fbo gui.QOpenGLFramebufferObject_ITF)
- func (ptr *QQuickWindow) SetRenderTarget2(fboId uint, size core.QSize_ITF)
- func (ptr *QQuickWindow) SetTitle(vqs string)
- func (ptr *QQuickWindow) SetTitleDefault(vqs string)
- func (ptr *QQuickWindow) SetVisible(visible bool)
- func (ptr *QQuickWindow) SetVisibleDefault(visible bool)
- func (ptr *QQuickWindow) SetWidth(arg int)
- func (ptr *QQuickWindow) SetWidthDefault(arg int)
- func (ptr *QQuickWindow) SetX(arg int)
- func (ptr *QQuickWindow) SetXDefault(arg int)
- func (ptr *QQuickWindow) SetY(arg int)
- func (ptr *QQuickWindow) SetYDefault(arg int)
- func (ptr *QQuickWindow) Show()
- func (ptr *QQuickWindow) ShowDefault()
- func (ptr *QQuickWindow) ShowEvent(vqs gui.QShowEvent_ITF)
- func (ptr *QQuickWindow) ShowFullScreen()
- func (ptr *QQuickWindow) ShowFullScreenDefault()
- func (ptr *QQuickWindow) ShowMaximized()
- func (ptr *QQuickWindow) ShowMaximizedDefault()
- func (ptr *QQuickWindow) ShowMinimized()
- func (ptr *QQuickWindow) ShowMinimizedDefault()
- func (ptr *QQuickWindow) ShowNormal()
- func (ptr *QQuickWindow) ShowNormalDefault()
- func (ptr *QQuickWindow) Size() *core.QSize
- func (ptr *QQuickWindow) SizeDefault() *core.QSize
- func (ptr *QQuickWindow) SurfaceType() gui.QSurface__SurfaceType
- func (ptr *QQuickWindow) SurfaceTypeDefault() gui.QSurface__SurfaceType
- func (ptr *QQuickWindow) TabletEvent(ev gui.QTabletEvent_ITF)
- func (ptr *QQuickWindow) TabletEventDefault(ev gui.QTabletEvent_ITF)
- func (ptr *QQuickWindow) TimerEvent(event core.QTimerEvent_ITF)
- func (ptr *QQuickWindow) TimerEventDefault(event core.QTimerEvent_ITF)
- func (ptr *QQuickWindow) TouchEvent(ev gui.QTouchEvent_ITF)
- func (ptr *QQuickWindow) TouchEventDefault(ev gui.QTouchEvent_ITF)
- func (ptr *QQuickWindow) Update()
- func (ptr *QQuickWindow) WheelEvent(event gui.QWheelEvent_ITF)
- type QQuickWindow_ITF
- type QQuickWindow__CreateTextureOption
- type QQuickWindow__RenderStage
- type QQuickWindow__SceneGraphError
- type QSGAbstractRenderer
- func (ptr *QSGAbstractRenderer) ChildEvent(event core.QChildEvent_ITF)
- func (ptr *QSGAbstractRenderer) ChildEventDefault(event core.QChildEvent_ITF)
- func (ptr *QSGAbstractRenderer) ClearColor() *gui.QColor
- func (ptr *QSGAbstractRenderer) ClearMode() QSGAbstractRenderer__ClearModeBit
- func (ptr *QSGAbstractRenderer) ConnectChildEvent(f func(event *core.QChildEvent))
- func (ptr *QSGAbstractRenderer) ConnectConnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QSGAbstractRenderer) ConnectCustomEvent(f func(event *core.QEvent))
- func (ptr *QSGAbstractRenderer) ConnectDeleteLater(f func())
- func (ptr *QSGAbstractRenderer) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QSGAbstractRenderer) ConnectEvent(f func(e *core.QEvent) bool)
- func (ptr *QSGAbstractRenderer) ConnectEventFilter(f func(watched *core.QObject, event *core.QEvent) bool)
- func (ptr *QSGAbstractRenderer) ConnectMetaObject(f func() *core.QMetaObject)
- func (ptr *QSGAbstractRenderer) ConnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QSGAbstractRenderer) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QSGAbstractRenderer) ConnectSceneGraphChanged(f func())
- func (ptr *QSGAbstractRenderer) ConnectTimerEvent(f func(event *core.QTimerEvent))
- func (ptr *QSGAbstractRenderer) CustomEvent(event core.QEvent_ITF)
- func (ptr *QSGAbstractRenderer) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QSGAbstractRenderer) DeleteLater()
- func (ptr *QSGAbstractRenderer) DeleteLaterDefault()
- func (ptr *QSGAbstractRenderer) DestroyQSGAbstractRenderer()
- func (ptr *QSGAbstractRenderer) DeviceRect() *core.QRect
- func (ptr *QSGAbstractRenderer) DisconnectChildEvent()
- func (ptr *QSGAbstractRenderer) DisconnectConnectNotify()
- func (ptr *QSGAbstractRenderer) DisconnectCustomEvent()
- func (ptr *QSGAbstractRenderer) DisconnectDeleteLater()
- func (ptr *QSGAbstractRenderer) DisconnectDisconnectNotify()
- func (ptr *QSGAbstractRenderer) DisconnectEvent()
- func (ptr *QSGAbstractRenderer) DisconnectEventFilter()
- func (ptr *QSGAbstractRenderer) DisconnectMetaObject()
- func (ptr *QSGAbstractRenderer) DisconnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QSGAbstractRenderer) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QSGAbstractRenderer) DisconnectSceneGraphChanged()
- func (ptr *QSGAbstractRenderer) DisconnectTimerEvent()
- func (ptr *QSGAbstractRenderer) Event(e core.QEvent_ITF) bool
- func (ptr *QSGAbstractRenderer) EventDefault(e core.QEvent_ITF) bool
- func (ptr *QSGAbstractRenderer) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QSGAbstractRenderer) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QSGAbstractRenderer) MetaObject() *core.QMetaObject
- func (ptr *QSGAbstractRenderer) MetaObjectDefault() *core.QMetaObject
- func (p *QSGAbstractRenderer) Pointer() unsafe.Pointer
- func (p *QSGAbstractRenderer) QSGAbstractRenderer_PTR() *QSGAbstractRenderer
- func (ptr *QSGAbstractRenderer) SceneGraphChanged()
- func (ptr *QSGAbstractRenderer) SetClearColor(color gui.QColor_ITF)
- func (ptr *QSGAbstractRenderer) SetClearMode(mode QSGAbstractRenderer__ClearModeBit)
- func (ptr *QSGAbstractRenderer) SetDeviceRect(rect core.QRect_ITF)
- func (ptr *QSGAbstractRenderer) SetDeviceRect2(size core.QSize_ITF)
- func (p *QSGAbstractRenderer) SetPointer(ptr unsafe.Pointer)
- func (ptr *QSGAbstractRenderer) SetProjectionMatrix(matrix gui.QMatrix4x4_ITF)
- func (ptr *QSGAbstractRenderer) SetProjectionMatrixToRect(rect core.QRectF_ITF)
- func (ptr *QSGAbstractRenderer) SetViewportRect(rect core.QRect_ITF)
- func (ptr *QSGAbstractRenderer) SetViewportRect2(size core.QSize_ITF)
- func (ptr *QSGAbstractRenderer) TimerEvent(event core.QTimerEvent_ITF)
- func (ptr *QSGAbstractRenderer) TimerEventDefault(event core.QTimerEvent_ITF)
- func (ptr *QSGAbstractRenderer) ViewportRect() *core.QRect
- type QSGAbstractRenderer_ITF
- type QSGAbstractRenderer__ClearModeBit
- type QSGBasicGeometryNode
- func (ptr *QSGBasicGeometryNode) ConnectIsSubtreeBlocked(f func() bool)
- func (ptr *QSGBasicGeometryNode) ConnectPreprocess(f func())
- func (ptr *QSGBasicGeometryNode) DestroyQSGBasicGeometryNode()
- func (ptr *QSGBasicGeometryNode) DisconnectIsSubtreeBlocked()
- func (ptr *QSGBasicGeometryNode) DisconnectPreprocess()
- func (ptr *QSGBasicGeometryNode) Geometry() *QSGGeometry
- func (ptr *QSGBasicGeometryNode) Geometry2() *QSGGeometry
- func (ptr *QSGBasicGeometryNode) IsSubtreeBlocked() bool
- func (ptr *QSGBasicGeometryNode) IsSubtreeBlockedDefault() bool
- func (p *QSGBasicGeometryNode) Pointer() unsafe.Pointer
- func (ptr *QSGBasicGeometryNode) Preprocess()
- func (ptr *QSGBasicGeometryNode) PreprocessDefault()
- func (p *QSGBasicGeometryNode) QSGBasicGeometryNode_PTR() *QSGBasicGeometryNode
- func (ptr *QSGBasicGeometryNode) SetGeometry(geometry QSGGeometry_ITF)
- func (p *QSGBasicGeometryNode) SetPointer(ptr unsafe.Pointer)
- type QSGBasicGeometryNode_ITF
- type QSGClipNode
- func (ptr *QSGClipNode) ClipRect() *core.QRectF
- func (ptr *QSGClipNode) ConnectIsSubtreeBlocked(f func() bool)
- func (ptr *QSGClipNode) ConnectPreprocess(f func())
- func (ptr *QSGClipNode) DestroyQSGClipNode()
- func (ptr *QSGClipNode) DisconnectIsSubtreeBlocked()
- func (ptr *QSGClipNode) DisconnectPreprocess()
- func (ptr *QSGClipNode) IsRectangular() bool
- func (ptr *QSGClipNode) IsSubtreeBlocked() bool
- func (ptr *QSGClipNode) IsSubtreeBlockedDefault() bool
- func (p *QSGClipNode) Pointer() unsafe.Pointer
- func (ptr *QSGClipNode) Preprocess()
- func (ptr *QSGClipNode) PreprocessDefault()
- func (p *QSGClipNode) QSGClipNode_PTR() *QSGClipNode
- func (ptr *QSGClipNode) SetClipRect(rect core.QRectF_ITF)
- func (ptr *QSGClipNode) SetIsRectangular(rectHint bool)
- func (p *QSGClipNode) SetPointer(ptr unsafe.Pointer)
- type QSGClipNode_ITF
- type QSGDynamicTexture
- func (ptr *QSGDynamicTexture) Bind()
- func (ptr *QSGDynamicTexture) ChildEvent(event core.QChildEvent_ITF)
- func (ptr *QSGDynamicTexture) ChildEventDefault(event core.QChildEvent_ITF)
- func (ptr *QSGDynamicTexture) ConnectBind(f func())
- func (ptr *QSGDynamicTexture) ConnectChildEvent(f func(event *core.QChildEvent))
- func (ptr *QSGDynamicTexture) ConnectConnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QSGDynamicTexture) ConnectCustomEvent(f func(event *core.QEvent))
- func (ptr *QSGDynamicTexture) ConnectDeleteLater(f func())
- func (ptr *QSGDynamicTexture) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QSGDynamicTexture) ConnectEvent(f func(e *core.QEvent) bool)
- func (ptr *QSGDynamicTexture) ConnectEventFilter(f func(watched *core.QObject, event *core.QEvent) bool)
- func (ptr *QSGDynamicTexture) ConnectHasAlphaChannel(f func() bool)
- func (ptr *QSGDynamicTexture) ConnectHasMipmaps(f func() bool)
- func (ptr *QSGDynamicTexture) ConnectIsAtlasTexture(f func() bool)
- func (ptr *QSGDynamicTexture) ConnectMetaObject(f func() *core.QMetaObject)
- func (ptr *QSGDynamicTexture) ConnectNormalizedTextureSubRect(f func() *core.QRectF)
- func (ptr *QSGDynamicTexture) ConnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QSGDynamicTexture) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QSGDynamicTexture) ConnectRemovedFromAtlas(f func() *QSGTexture)
- func (ptr *QSGDynamicTexture) ConnectTextureId(f func() int)
- func (ptr *QSGDynamicTexture) ConnectTextureSize(f func() *core.QSize)
- func (ptr *QSGDynamicTexture) ConnectTimerEvent(f func(event *core.QTimerEvent))
- func (ptr *QSGDynamicTexture) ConnectUpdateTexture(f func() bool)
- func (ptr *QSGDynamicTexture) CustomEvent(event core.QEvent_ITF)
- func (ptr *QSGDynamicTexture) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QSGDynamicTexture) DeleteLater()
- func (ptr *QSGDynamicTexture) DeleteLaterDefault()
- func (ptr *QSGDynamicTexture) DestroyQSGDynamicTexture()
- func (ptr *QSGDynamicTexture) DisconnectBind()
- func (ptr *QSGDynamicTexture) DisconnectChildEvent()
- func (ptr *QSGDynamicTexture) DisconnectConnectNotify()
- func (ptr *QSGDynamicTexture) DisconnectCustomEvent()
- func (ptr *QSGDynamicTexture) DisconnectDeleteLater()
- func (ptr *QSGDynamicTexture) DisconnectDisconnectNotify()
- func (ptr *QSGDynamicTexture) DisconnectEvent()
- func (ptr *QSGDynamicTexture) DisconnectEventFilter()
- func (ptr *QSGDynamicTexture) DisconnectHasAlphaChannel()
- func (ptr *QSGDynamicTexture) DisconnectHasMipmaps()
- func (ptr *QSGDynamicTexture) DisconnectIsAtlasTexture()
- func (ptr *QSGDynamicTexture) DisconnectMetaObject()
- func (ptr *QSGDynamicTexture) DisconnectNormalizedTextureSubRect()
- func (ptr *QSGDynamicTexture) DisconnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QSGDynamicTexture) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QSGDynamicTexture) DisconnectRemovedFromAtlas()
- func (ptr *QSGDynamicTexture) DisconnectTextureId()
- func (ptr *QSGDynamicTexture) DisconnectTextureSize()
- func (ptr *QSGDynamicTexture) DisconnectTimerEvent()
- func (ptr *QSGDynamicTexture) DisconnectUpdateTexture()
- func (ptr *QSGDynamicTexture) Event(e core.QEvent_ITF) bool
- func (ptr *QSGDynamicTexture) EventDefault(e core.QEvent_ITF) bool
- func (ptr *QSGDynamicTexture) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QSGDynamicTexture) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QSGDynamicTexture) HasAlphaChannel() bool
- func (ptr *QSGDynamicTexture) HasMipmaps() bool
- func (ptr *QSGDynamicTexture) IsAtlasTexture() bool
- func (ptr *QSGDynamicTexture) IsAtlasTextureDefault() bool
- func (ptr *QSGDynamicTexture) MetaObject() *core.QMetaObject
- func (ptr *QSGDynamicTexture) MetaObjectDefault() *core.QMetaObject
- func (ptr *QSGDynamicTexture) NormalizedTextureSubRect() *core.QRectF
- func (ptr *QSGDynamicTexture) NormalizedTextureSubRectDefault() *core.QRectF
- func (p *QSGDynamicTexture) Pointer() unsafe.Pointer
- func (p *QSGDynamicTexture) QSGDynamicTexture_PTR() *QSGDynamicTexture
- func (ptr *QSGDynamicTexture) RemovedFromAtlas() *QSGTexture
- func (ptr *QSGDynamicTexture) RemovedFromAtlasDefault() *QSGTexture
- func (p *QSGDynamicTexture) SetPointer(ptr unsafe.Pointer)
- func (ptr *QSGDynamicTexture) TextureId() int
- func (ptr *QSGDynamicTexture) TextureSize() *core.QSize
- func (ptr *QSGDynamicTexture) TimerEvent(event core.QTimerEvent_ITF)
- func (ptr *QSGDynamicTexture) TimerEventDefault(event core.QTimerEvent_ITF)
- func (ptr *QSGDynamicTexture) UpdateTexture() bool
- type QSGDynamicTexture_ITF
- type QSGEngine
- func (ptr *QSGEngine) ChildEvent(event core.QChildEvent_ITF)
- func (ptr *QSGEngine) ChildEventDefault(event core.QChildEvent_ITF)
- func (ptr *QSGEngine) ConnectChildEvent(f func(event *core.QChildEvent))
- func (ptr *QSGEngine) ConnectConnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QSGEngine) ConnectCustomEvent(f func(event *core.QEvent))
- func (ptr *QSGEngine) ConnectDeleteLater(f func())
- func (ptr *QSGEngine) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QSGEngine) ConnectEvent(f func(e *core.QEvent) bool)
- func (ptr *QSGEngine) ConnectEventFilter(f func(watched *core.QObject, event *core.QEvent) bool)
- func (ptr *QSGEngine) ConnectMetaObject(f func() *core.QMetaObject)
- func (ptr *QSGEngine) ConnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QSGEngine) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QSGEngine) ConnectTimerEvent(f func(event *core.QTimerEvent))
- func (ptr *QSGEngine) CreateRenderer() *QSGAbstractRenderer
- func (ptr *QSGEngine) CreateTextureFromId(id uint, size core.QSize_ITF, options QSGEngine__CreateTextureOption) *QSGTexture
- func (ptr *QSGEngine) CreateTextureFromImage(image gui.QImage_ITF, options QSGEngine__CreateTextureOption) *QSGTexture
- func (ptr *QSGEngine) CustomEvent(event core.QEvent_ITF)
- func (ptr *QSGEngine) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QSGEngine) DeleteLater()
- func (ptr *QSGEngine) DeleteLaterDefault()
- func (ptr *QSGEngine) DestroyQSGEngine()
- func (ptr *QSGEngine) DisconnectChildEvent()
- func (ptr *QSGEngine) DisconnectConnectNotify()
- func (ptr *QSGEngine) DisconnectCustomEvent()
- func (ptr *QSGEngine) DisconnectDeleteLater()
- func (ptr *QSGEngine) DisconnectDisconnectNotify()
- func (ptr *QSGEngine) DisconnectEvent()
- func (ptr *QSGEngine) DisconnectEventFilter()
- func (ptr *QSGEngine) DisconnectMetaObject()
- func (ptr *QSGEngine) DisconnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QSGEngine) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QSGEngine) DisconnectTimerEvent()
- func (ptr *QSGEngine) Event(e core.QEvent_ITF) bool
- func (ptr *QSGEngine) EventDefault(e core.QEvent_ITF) bool
- func (ptr *QSGEngine) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QSGEngine) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QSGEngine) Initialize(context gui.QOpenGLContext_ITF)
- func (ptr *QSGEngine) Invalidate()
- func (ptr *QSGEngine) MetaObject() *core.QMetaObject
- func (ptr *QSGEngine) MetaObjectDefault() *core.QMetaObject
- func (p *QSGEngine) Pointer() unsafe.Pointer
- func (p *QSGEngine) QSGEngine_PTR() *QSGEngine
- func (p *QSGEngine) SetPointer(ptr unsafe.Pointer)
- func (ptr *QSGEngine) TimerEvent(event core.QTimerEvent_ITF)
- func (ptr *QSGEngine) TimerEventDefault(event core.QTimerEvent_ITF)
- type QSGEngine_ITF
- type QSGEngine__CreateTextureOption
- type QSGFlatColorMaterial
- func (ptr *QSGFlatColorMaterial) Color() *gui.QColor
- func (ptr *QSGFlatColorMaterial) Compare(other QSGMaterial_ITF) int
- func (ptr *QSGFlatColorMaterial) CompareDefault(other QSGMaterial_ITF) int
- func (ptr *QSGFlatColorMaterial) ConnectCompare(f func(other *QSGMaterial) int)
- func (ptr *QSGFlatColorMaterial) ConnectCreateShader(f func() *QSGMaterialShader)
- func (ptr *QSGFlatColorMaterial) ConnectType(f func() *QSGMaterialType)
- func (ptr *QSGFlatColorMaterial) CreateShader() *QSGMaterialShader
- func (ptr *QSGFlatColorMaterial) CreateShaderDefault() *QSGMaterialShader
- func (ptr *QSGFlatColorMaterial) DestroyQSGFlatColorMaterial()
- func (ptr *QSGFlatColorMaterial) DisconnectCompare()
- func (ptr *QSGFlatColorMaterial) DisconnectCreateShader()
- func (ptr *QSGFlatColorMaterial) DisconnectType()
- func (p *QSGFlatColorMaterial) Pointer() unsafe.Pointer
- func (p *QSGFlatColorMaterial) QSGFlatColorMaterial_PTR() *QSGFlatColorMaterial
- func (ptr *QSGFlatColorMaterial) SetColor(color gui.QColor_ITF)
- func (p *QSGFlatColorMaterial) SetPointer(ptr unsafe.Pointer)
- func (ptr *QSGFlatColorMaterial) Type() *QSGMaterialType
- func (ptr *QSGFlatColorMaterial) TypeDefault() *QSGMaterialType
- type QSGFlatColorMaterial_ITF
- type QSGGeometry
- func (ptr *QSGGeometry) Allocate(vertexCount int, indexCount int)
- func (ptr *QSGGeometry) AttributeCount() int
- func (ptr *QSGGeometry) ConnectDestroyQSGGeometry(f func())
- func (ptr *QSGGeometry) DestroyQSGGeometry()
- func (ptr *QSGGeometry) DestroyQSGGeometryDefault()
- func (ptr *QSGGeometry) DisconnectDestroyQSGGeometry()
- func (ptr *QSGGeometry) IndexCount() int
- func (ptr *QSGGeometry) IndexData() unsafe.Pointer
- func (ptr *QSGGeometry) IndexData2() unsafe.Pointer
- func (ptr *QSGGeometry) IndexDataAsUInt() uint
- func (ptr *QSGGeometry) IndexDataAsUInt2() uint
- func (ptr *QSGGeometry) IndexDataAsUShort() uint16
- func (ptr *QSGGeometry) IndexDataAsUShort2() uint16
- func (ptr *QSGGeometry) IndexDataPattern() QSGGeometry__DataPattern
- func (ptr *QSGGeometry) IndexType() int
- func (ptr *QSGGeometry) LineWidth() float32
- func (ptr *QSGGeometry) MarkIndexDataDirty()
- func (ptr *QSGGeometry) MarkVertexDataDirty()
- func (p *QSGGeometry) Pointer() unsafe.Pointer
- func (p *QSGGeometry) QSGGeometry_PTR() *QSGGeometry
- func (ptr *QSGGeometry) SetIndexDataPattern(p QSGGeometry__DataPattern)
- func (ptr *QSGGeometry) SetLineWidth(width float32)
- func (p *QSGGeometry) SetPointer(ptr unsafe.Pointer)
- func (ptr *QSGGeometry) SetVertexDataPattern(p QSGGeometry__DataPattern)
- func (ptr *QSGGeometry) SizeOfIndex() int
- func (ptr *QSGGeometry) SizeOfVertex() int
- func (ptr *QSGGeometry) UpdateRectGeometry(g QSGGeometry_ITF, rect core.QRectF_ITF)
- func (ptr *QSGGeometry) UpdateTexturedRectGeometry(g QSGGeometry_ITF, rect core.QRectF_ITF, textureRect core.QRectF_ITF)
- func (ptr *QSGGeometry) VertexCount() int
- func (ptr *QSGGeometry) VertexData() unsafe.Pointer
- func (ptr *QSGGeometry) VertexData2() unsafe.Pointer
- func (ptr *QSGGeometry) VertexDataPattern() QSGGeometry__DataPattern
- type QSGGeometryNode
- func (ptr *QSGGeometryNode) ConnectIsSubtreeBlocked(f func() bool)
- func (ptr *QSGGeometryNode) ConnectPreprocess(f func())
- func (ptr *QSGGeometryNode) DestroyQSGGeometryNode()
- func (ptr *QSGGeometryNode) DisconnectIsSubtreeBlocked()
- func (ptr *QSGGeometryNode) DisconnectPreprocess()
- func (ptr *QSGGeometryNode) IsSubtreeBlocked() bool
- func (ptr *QSGGeometryNode) IsSubtreeBlockedDefault() bool
- func (ptr *QSGGeometryNode) Material() *QSGMaterial
- func (ptr *QSGGeometryNode) OpaqueMaterial() *QSGMaterial
- func (p *QSGGeometryNode) Pointer() unsafe.Pointer
- func (ptr *QSGGeometryNode) Preprocess()
- func (ptr *QSGGeometryNode) PreprocessDefault()
- func (p *QSGGeometryNode) QSGGeometryNode_PTR() *QSGGeometryNode
- func (ptr *QSGGeometryNode) SetMaterial(material QSGMaterial_ITF)
- func (ptr *QSGGeometryNode) SetOpaqueMaterial(material QSGMaterial_ITF)
- func (p *QSGGeometryNode) SetPointer(ptr unsafe.Pointer)
- type QSGGeometryNode_ITF
- type QSGGeometry_ITF
- type QSGGeometry__DataPattern
- type QSGMaterial
- func (ptr *QSGMaterial) Compare(other QSGMaterial_ITF) int
- func (ptr *QSGMaterial) CompareDefault(other QSGMaterial_ITF) int
- func (ptr *QSGMaterial) ConnectCompare(f func(other *QSGMaterial) int)
- func (ptr *QSGMaterial) ConnectCreateShader(f func() *QSGMaterialShader)
- func (ptr *QSGMaterial) ConnectType(f func() *QSGMaterialType)
- func (ptr *QSGMaterial) CreateShader() *QSGMaterialShader
- func (ptr *QSGMaterial) DestroyQSGMaterial()
- func (ptr *QSGMaterial) DisconnectCompare()
- func (ptr *QSGMaterial) DisconnectCreateShader()
- func (ptr *QSGMaterial) DisconnectType()
- func (ptr *QSGMaterial) Flags() QSGMaterial__Flag
- func (p *QSGMaterial) Pointer() unsafe.Pointer
- func (p *QSGMaterial) QSGMaterial_PTR() *QSGMaterial
- func (ptr *QSGMaterial) SetFlag(flags QSGMaterial__Flag, on bool)
- func (p *QSGMaterial) SetPointer(ptr unsafe.Pointer)
- func (ptr *QSGMaterial) Type() *QSGMaterialType
- type QSGMaterialShader
- func (ptr *QSGMaterialShader) Activate()
- func (ptr *QSGMaterialShader) ActivateDefault()
- func (ptr *QSGMaterialShader) Compile()
- func (ptr *QSGMaterialShader) CompileDefault()
- func (ptr *QSGMaterialShader) ConnectActivate(f func())
- func (ptr *QSGMaterialShader) ConnectCompile(f func())
- func (ptr *QSGMaterialShader) ConnectDeactivate(f func())
- func (ptr *QSGMaterialShader) ConnectFragmentShader(f func() string)
- func (ptr *QSGMaterialShader) ConnectInitialize(f func())
- func (ptr *QSGMaterialShader) ConnectVertexShader(f func() string)
- func (ptr *QSGMaterialShader) Deactivate()
- func (ptr *QSGMaterialShader) DeactivateDefault()
- func (ptr *QSGMaterialShader) DestroyQSGMaterialShader()
- func (ptr *QSGMaterialShader) DisconnectActivate()
- func (ptr *QSGMaterialShader) DisconnectCompile()
- func (ptr *QSGMaterialShader) DisconnectDeactivate()
- func (ptr *QSGMaterialShader) DisconnectFragmentShader()
- func (ptr *QSGMaterialShader) DisconnectInitialize()
- func (ptr *QSGMaterialShader) DisconnectVertexShader()
- func (ptr *QSGMaterialShader) FragmentShader() string
- func (ptr *QSGMaterialShader) FragmentShaderDefault() string
- func (ptr *QSGMaterialShader) Initialize()
- func (ptr *QSGMaterialShader) InitializeDefault()
- func (p *QSGMaterialShader) Pointer() unsafe.Pointer
- func (ptr *QSGMaterialShader) Program() *gui.QOpenGLShaderProgram
- func (p *QSGMaterialShader) QSGMaterialShader_PTR() *QSGMaterialShader
- func (p *QSGMaterialShader) SetPointer(ptr unsafe.Pointer)
- func (ptr *QSGMaterialShader) SetShaderSourceFile(ty gui.QOpenGLShader__ShaderTypeBit, sourceFile string)
- func (ptr *QSGMaterialShader) SetShaderSourceFiles(ty gui.QOpenGLShader__ShaderTypeBit, sourceFiles []string)
- func (ptr *QSGMaterialShader) VertexShader() string
- func (ptr *QSGMaterialShader) VertexShaderDefault() string
- type QSGMaterialShader_ITF
- type QSGMaterialType
- type QSGMaterialType_ITF
- type QSGMaterial_ITF
- type QSGMaterial__Flag
- type QSGNode
- func (ptr *QSGNode) AppendChildNode(node QSGNode_ITF)
- func (ptr *QSGNode) ChildAtIndex(i int) *QSGNode
- func (ptr *QSGNode) ChildCount() int
- func (ptr *QSGNode) ConnectDestroyQSGNode(f func())
- func (ptr *QSGNode) ConnectIsSubtreeBlocked(f func() bool)
- func (ptr *QSGNode) ConnectPreprocess(f func())
- func (ptr *QSGNode) DestroyQSGNode()
- func (ptr *QSGNode) DestroyQSGNodeDefault()
- func (ptr *QSGNode) DisconnectDestroyQSGNode()
- func (ptr *QSGNode) DisconnectIsSubtreeBlocked()
- func (ptr *QSGNode) DisconnectPreprocess()
- func (ptr *QSGNode) FirstChild() *QSGNode
- func (ptr *QSGNode) Flags() QSGNode__Flag
- func (ptr *QSGNode) InsertChildNodeAfter(node QSGNode_ITF, after QSGNode_ITF)
- func (ptr *QSGNode) InsertChildNodeBefore(node QSGNode_ITF, before QSGNode_ITF)
- func (ptr *QSGNode) IsSubtreeBlocked() bool
- func (ptr *QSGNode) IsSubtreeBlockedDefault() bool
- func (ptr *QSGNode) LastChild() *QSGNode
- func (ptr *QSGNode) MarkDirty(bits QSGNode__DirtyStateBit)
- func (ptr *QSGNode) NextSibling() *QSGNode
- func (ptr *QSGNode) Parent() *QSGNode
- func (p *QSGNode) Pointer() unsafe.Pointer
- func (ptr *QSGNode) PrependChildNode(node QSGNode_ITF)
- func (ptr *QSGNode) Preprocess()
- func (ptr *QSGNode) PreprocessDefault()
- func (ptr *QSGNode) PreviousSibling() *QSGNode
- func (p *QSGNode) QSGNode_PTR() *QSGNode
- func (ptr *QSGNode) RemoveAllChildNodes()
- func (ptr *QSGNode) RemoveChildNode(node QSGNode_ITF)
- func (ptr *QSGNode) SetFlag(f QSGNode__Flag, enabled bool)
- func (ptr *QSGNode) SetFlags(f QSGNode__Flag, enabled bool)
- func (p *QSGNode) SetPointer(ptr unsafe.Pointer)
- func (ptr *QSGNode) Type() QSGNode__NodeType
- type QSGNode_ITF
- type QSGNode__DirtyStateBit
- type QSGNode__Flag
- type QSGNode__NodeType
- type QSGOpacityNode
- func (ptr *QSGOpacityNode) ConnectIsSubtreeBlocked(f func() bool)
- func (ptr *QSGOpacityNode) ConnectPreprocess(f func())
- func (ptr *QSGOpacityNode) DestroyQSGOpacityNode()
- func (ptr *QSGOpacityNode) DisconnectIsSubtreeBlocked()
- func (ptr *QSGOpacityNode) DisconnectPreprocess()
- func (ptr *QSGOpacityNode) IsSubtreeBlocked() bool
- func (ptr *QSGOpacityNode) IsSubtreeBlockedDefault() bool
- func (ptr *QSGOpacityNode) Opacity() float64
- func (p *QSGOpacityNode) Pointer() unsafe.Pointer
- func (ptr *QSGOpacityNode) Preprocess()
- func (ptr *QSGOpacityNode) PreprocessDefault()
- func (p *QSGOpacityNode) QSGOpacityNode_PTR() *QSGOpacityNode
- func (ptr *QSGOpacityNode) SetOpacity(opacity float64)
- func (p *QSGOpacityNode) SetPointer(ptr unsafe.Pointer)
- type QSGOpacityNode_ITF
- type QSGOpaqueTextureMaterial
- func (ptr *QSGOpaqueTextureMaterial) Compare(other QSGMaterial_ITF) int
- func (ptr *QSGOpaqueTextureMaterial) CompareDefault(other QSGMaterial_ITF) int
- func (ptr *QSGOpaqueTextureMaterial) ConnectCompare(f func(other *QSGMaterial) int)
- func (ptr *QSGOpaqueTextureMaterial) ConnectCreateShader(f func() *QSGMaterialShader)
- func (ptr *QSGOpaqueTextureMaterial) ConnectType(f func() *QSGMaterialType)
- func (ptr *QSGOpaqueTextureMaterial) CreateShader() *QSGMaterialShader
- func (ptr *QSGOpaqueTextureMaterial) CreateShaderDefault() *QSGMaterialShader
- func (ptr *QSGOpaqueTextureMaterial) DestroyQSGOpaqueTextureMaterial()
- func (ptr *QSGOpaqueTextureMaterial) DisconnectCompare()
- func (ptr *QSGOpaqueTextureMaterial) DisconnectCreateShader()
- func (ptr *QSGOpaqueTextureMaterial) DisconnectType()
- func (ptr *QSGOpaqueTextureMaterial) Filtering() QSGTexture__Filtering
- func (ptr *QSGOpaqueTextureMaterial) HorizontalWrapMode() QSGTexture__WrapMode
- func (ptr *QSGOpaqueTextureMaterial) M_texture() *QSGTexture
- func (ptr *QSGOpaqueTextureMaterial) MipmapFiltering() QSGTexture__Filtering
- func (p *QSGOpaqueTextureMaterial) Pointer() unsafe.Pointer
- func (p *QSGOpaqueTextureMaterial) QSGOpaqueTextureMaterial_PTR() *QSGOpaqueTextureMaterial
- func (ptr *QSGOpaqueTextureMaterial) SetFiltering(filtering QSGTexture__Filtering)
- func (ptr *QSGOpaqueTextureMaterial) SetHorizontalWrapMode(mode QSGTexture__WrapMode)
- func (ptr *QSGOpaqueTextureMaterial) SetM_texture(vqs QSGTexture_ITF)
- func (ptr *QSGOpaqueTextureMaterial) SetMipmapFiltering(filtering QSGTexture__Filtering)
- func (p *QSGOpaqueTextureMaterial) SetPointer(ptr unsafe.Pointer)
- func (ptr *QSGOpaqueTextureMaterial) SetTexture(texture QSGTexture_ITF)
- func (ptr *QSGOpaqueTextureMaterial) SetVerticalWrapMode(mode QSGTexture__WrapMode)
- func (ptr *QSGOpaqueTextureMaterial) Texture() *QSGTexture
- func (ptr *QSGOpaqueTextureMaterial) Type() *QSGMaterialType
- func (ptr *QSGOpaqueTextureMaterial) TypeDefault() *QSGMaterialType
- func (ptr *QSGOpaqueTextureMaterial) VerticalWrapMode() QSGTexture__WrapMode
- type QSGOpaqueTextureMaterial_ITF
- type QSGSimpleMaterial
- type QSGSimpleMaterialShader
- type QSGSimpleMaterialShader_ITF
- type QSGSimpleMaterial_ITF
- type QSGSimpleRectNode
- func (ptr *QSGSimpleRectNode) Color() *gui.QColor
- func (ptr *QSGSimpleRectNode) ConnectIsSubtreeBlocked(f func() bool)
- func (ptr *QSGSimpleRectNode) ConnectPreprocess(f func())
- func (ptr *QSGSimpleRectNode) DestroyQSGSimpleRectNode()
- func (ptr *QSGSimpleRectNode) DisconnectIsSubtreeBlocked()
- func (ptr *QSGSimpleRectNode) DisconnectPreprocess()
- func (ptr *QSGSimpleRectNode) IsSubtreeBlocked() bool
- func (ptr *QSGSimpleRectNode) IsSubtreeBlockedDefault() bool
- func (p *QSGSimpleRectNode) Pointer() unsafe.Pointer
- func (ptr *QSGSimpleRectNode) Preprocess()
- func (ptr *QSGSimpleRectNode) PreprocessDefault()
- func (p *QSGSimpleRectNode) QSGSimpleRectNode_PTR() *QSGSimpleRectNode
- func (ptr *QSGSimpleRectNode) Rect() *core.QRectF
- func (ptr *QSGSimpleRectNode) SetColor(color gui.QColor_ITF)
- func (p *QSGSimpleRectNode) SetPointer(ptr unsafe.Pointer)
- func (ptr *QSGSimpleRectNode) SetRect(rect core.QRectF_ITF)
- func (ptr *QSGSimpleRectNode) SetRect2(x float64, y float64, w float64, h float64)
- type QSGSimpleRectNode_ITF
- type QSGSimpleTextureNode
- func (ptr *QSGSimpleTextureNode) ConnectIsSubtreeBlocked(f func() bool)
- func (ptr *QSGSimpleTextureNode) ConnectPreprocess(f func())
- func (ptr *QSGSimpleTextureNode) DestroyQSGSimpleTextureNode()
- func (ptr *QSGSimpleTextureNode) DisconnectIsSubtreeBlocked()
- func (ptr *QSGSimpleTextureNode) DisconnectPreprocess()
- func (ptr *QSGSimpleTextureNode) Filtering() QSGTexture__Filtering
- func (ptr *QSGSimpleTextureNode) IsSubtreeBlocked() bool
- func (ptr *QSGSimpleTextureNode) IsSubtreeBlockedDefault() bool
- func (ptr *QSGSimpleTextureNode) OwnsTexture() bool
- func (p *QSGSimpleTextureNode) Pointer() unsafe.Pointer
- func (ptr *QSGSimpleTextureNode) Preprocess()
- func (ptr *QSGSimpleTextureNode) PreprocessDefault()
- func (p *QSGSimpleTextureNode) QSGSimpleTextureNode_PTR() *QSGSimpleTextureNode
- func (ptr *QSGSimpleTextureNode) Rect() *core.QRectF
- func (ptr *QSGSimpleTextureNode) SetFiltering(filtering QSGTexture__Filtering)
- func (ptr *QSGSimpleTextureNode) SetOwnsTexture(owns bool)
- func (p *QSGSimpleTextureNode) SetPointer(ptr unsafe.Pointer)
- func (ptr *QSGSimpleTextureNode) SetRect(r core.QRectF_ITF)
- func (ptr *QSGSimpleTextureNode) SetRect2(x float64, y float64, w float64, h float64)
- func (ptr *QSGSimpleTextureNode) SetSourceRect(r core.QRectF_ITF)
- func (ptr *QSGSimpleTextureNode) SetSourceRect2(x float64, y float64, w float64, h float64)
- func (ptr *QSGSimpleTextureNode) SetTexture(texture QSGTexture_ITF)
- func (ptr *QSGSimpleTextureNode) SetTextureCoordinatesTransform(mode QSGSimpleTextureNode__TextureCoordinatesTransformFlag)
- func (ptr *QSGSimpleTextureNode) SourceRect() *core.QRectF
- func (ptr *QSGSimpleTextureNode) Texture() *QSGTexture
- func (ptr *QSGSimpleTextureNode) TextureCoordinatesTransform() QSGSimpleTextureNode__TextureCoordinatesTransformFlag
- type QSGSimpleTextureNode_ITF
- type QSGSimpleTextureNode__TextureCoordinatesTransformFlag
- type QSGTexture
- func (ptr *QSGTexture) Bind()
- func (ptr *QSGTexture) ChildEvent(event core.QChildEvent_ITF)
- func (ptr *QSGTexture) ChildEventDefault(event core.QChildEvent_ITF)
- func (ptr *QSGTexture) ConnectBind(f func())
- func (ptr *QSGTexture) ConnectChildEvent(f func(event *core.QChildEvent))
- func (ptr *QSGTexture) ConnectConnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QSGTexture) ConnectCustomEvent(f func(event *core.QEvent))
- func (ptr *QSGTexture) ConnectDeleteLater(f func())
- func (ptr *QSGTexture) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QSGTexture) ConnectEvent(f func(e *core.QEvent) bool)
- func (ptr *QSGTexture) ConnectEventFilter(f func(watched *core.QObject, event *core.QEvent) bool)
- func (ptr *QSGTexture) ConnectHasAlphaChannel(f func() bool)
- func (ptr *QSGTexture) ConnectHasMipmaps(f func() bool)
- func (ptr *QSGTexture) ConnectIsAtlasTexture(f func() bool)
- func (ptr *QSGTexture) ConnectMetaObject(f func() *core.QMetaObject)
- func (ptr *QSGTexture) ConnectNormalizedTextureSubRect(f func() *core.QRectF)
- func (ptr *QSGTexture) ConnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QSGTexture) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QSGTexture) ConnectRemovedFromAtlas(f func() *QSGTexture)
- func (ptr *QSGTexture) ConnectTextureId(f func() int)
- func (ptr *QSGTexture) ConnectTextureSize(f func() *core.QSize)
- func (ptr *QSGTexture) ConnectTimerEvent(f func(event *core.QTimerEvent))
- func (ptr *QSGTexture) ConvertToNormalizedSourceRect(rect core.QRectF_ITF) *core.QRectF
- func (ptr *QSGTexture) CustomEvent(event core.QEvent_ITF)
- func (ptr *QSGTexture) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QSGTexture) DeleteLater()
- func (ptr *QSGTexture) DeleteLaterDefault()
- func (ptr *QSGTexture) DestroyQSGTexture()
- func (ptr *QSGTexture) DisconnectBind()
- func (ptr *QSGTexture) DisconnectChildEvent()
- func (ptr *QSGTexture) DisconnectConnectNotify()
- func (ptr *QSGTexture) DisconnectCustomEvent()
- func (ptr *QSGTexture) DisconnectDeleteLater()
- func (ptr *QSGTexture) DisconnectDisconnectNotify()
- func (ptr *QSGTexture) DisconnectEvent()
- func (ptr *QSGTexture) DisconnectEventFilter()
- func (ptr *QSGTexture) DisconnectHasAlphaChannel()
- func (ptr *QSGTexture) DisconnectHasMipmaps()
- func (ptr *QSGTexture) DisconnectIsAtlasTexture()
- func (ptr *QSGTexture) DisconnectMetaObject()
- func (ptr *QSGTexture) DisconnectNormalizedTextureSubRect()
- func (ptr *QSGTexture) DisconnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QSGTexture) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QSGTexture) DisconnectRemovedFromAtlas()
- func (ptr *QSGTexture) DisconnectTextureId()
- func (ptr *QSGTexture) DisconnectTextureSize()
- func (ptr *QSGTexture) DisconnectTimerEvent()
- func (ptr *QSGTexture) Event(e core.QEvent_ITF) bool
- func (ptr *QSGTexture) EventDefault(e core.QEvent_ITF) bool
- func (ptr *QSGTexture) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QSGTexture) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QSGTexture) Filtering() QSGTexture__Filtering
- func (ptr *QSGTexture) HasAlphaChannel() bool
- func (ptr *QSGTexture) HasMipmaps() bool
- func (ptr *QSGTexture) HorizontalWrapMode() QSGTexture__WrapMode
- func (ptr *QSGTexture) IsAtlasTexture() bool
- func (ptr *QSGTexture) IsAtlasTextureDefault() bool
- func (ptr *QSGTexture) MetaObject() *core.QMetaObject
- func (ptr *QSGTexture) MetaObjectDefault() *core.QMetaObject
- func (ptr *QSGTexture) MipmapFiltering() QSGTexture__Filtering
- func (ptr *QSGTexture) NormalizedTextureSubRect() *core.QRectF
- func (ptr *QSGTexture) NormalizedTextureSubRectDefault() *core.QRectF
- func (p *QSGTexture) Pointer() unsafe.Pointer
- func (p *QSGTexture) QSGTexture_PTR() *QSGTexture
- func (ptr *QSGTexture) RemovedFromAtlas() *QSGTexture
- func (ptr *QSGTexture) RemovedFromAtlasDefault() *QSGTexture
- func (ptr *QSGTexture) SetFiltering(filter QSGTexture__Filtering)
- func (ptr *QSGTexture) SetHorizontalWrapMode(hwrap QSGTexture__WrapMode)
- func (ptr *QSGTexture) SetMipmapFiltering(filter QSGTexture__Filtering)
- func (p *QSGTexture) SetPointer(ptr unsafe.Pointer)
- func (ptr *QSGTexture) SetVerticalWrapMode(vwrap QSGTexture__WrapMode)
- func (ptr *QSGTexture) TextureId() int
- func (ptr *QSGTexture) TextureSize() *core.QSize
- func (ptr *QSGTexture) TimerEvent(event core.QTimerEvent_ITF)
- func (ptr *QSGTexture) TimerEventDefault(event core.QTimerEvent_ITF)
- func (ptr *QSGTexture) UpdateBindOptions(force bool)
- func (ptr *QSGTexture) VerticalWrapMode() QSGTexture__WrapMode
- type QSGTextureMaterial
- func (ptr *QSGTextureMaterial) Compare(other QSGMaterial_ITF) int
- func (ptr *QSGTextureMaterial) CompareDefault(other QSGMaterial_ITF) int
- func (ptr *QSGTextureMaterial) ConnectCompare(f func(other *QSGMaterial) int)
- func (ptr *QSGTextureMaterial) ConnectCreateShader(f func() *QSGMaterialShader)
- func (ptr *QSGTextureMaterial) ConnectType(f func() *QSGMaterialType)
- func (ptr *QSGTextureMaterial) CreateShader() *QSGMaterialShader
- func (ptr *QSGTextureMaterial) CreateShaderDefault() *QSGMaterialShader
- func (ptr *QSGTextureMaterial) DestroyQSGTextureMaterial()
- func (ptr *QSGTextureMaterial) DisconnectCompare()
- func (ptr *QSGTextureMaterial) DisconnectCreateShader()
- func (ptr *QSGTextureMaterial) DisconnectType()
- func (p *QSGTextureMaterial) Pointer() unsafe.Pointer
- func (p *QSGTextureMaterial) QSGTextureMaterial_PTR() *QSGTextureMaterial
- func (p *QSGTextureMaterial) SetPointer(ptr unsafe.Pointer)
- func (ptr *QSGTextureMaterial) Type() *QSGMaterialType
- func (ptr *QSGTextureMaterial) TypeDefault() *QSGMaterialType
- type QSGTextureMaterial_ITF
- type QSGTextureProvider
- func (ptr *QSGTextureProvider) ChildEvent(event core.QChildEvent_ITF)
- func (ptr *QSGTextureProvider) ChildEventDefault(event core.QChildEvent_ITF)
- func (ptr *QSGTextureProvider) ConnectChildEvent(f func(event *core.QChildEvent))
- func (ptr *QSGTextureProvider) ConnectConnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QSGTextureProvider) ConnectCustomEvent(f func(event *core.QEvent))
- func (ptr *QSGTextureProvider) ConnectDeleteLater(f func())
- func (ptr *QSGTextureProvider) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
- func (ptr *QSGTextureProvider) ConnectEvent(f func(e *core.QEvent) bool)
- func (ptr *QSGTextureProvider) ConnectEventFilter(f func(watched *core.QObject, event *core.QEvent) bool)
- func (ptr *QSGTextureProvider) ConnectMetaObject(f func() *core.QMetaObject)
- func (ptr *QSGTextureProvider) ConnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QSGTextureProvider) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QSGTextureProvider) ConnectTexture(f func() *QSGTexture)
- func (ptr *QSGTextureProvider) ConnectTextureChanged(f func())
- func (ptr *QSGTextureProvider) ConnectTimerEvent(f func(event *core.QTimerEvent))
- func (ptr *QSGTextureProvider) CustomEvent(event core.QEvent_ITF)
- func (ptr *QSGTextureProvider) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QSGTextureProvider) DeleteLater()
- func (ptr *QSGTextureProvider) DeleteLaterDefault()
- func (ptr *QSGTextureProvider) DestroyQSGTextureProvider()
- func (ptr *QSGTextureProvider) DisconnectChildEvent()
- func (ptr *QSGTextureProvider) DisconnectConnectNotify()
- func (ptr *QSGTextureProvider) DisconnectCustomEvent()
- func (ptr *QSGTextureProvider) DisconnectDeleteLater()
- func (ptr *QSGTextureProvider) DisconnectDisconnectNotify()
- func (ptr *QSGTextureProvider) DisconnectEvent()
- func (ptr *QSGTextureProvider) DisconnectEventFilter()
- func (ptr *QSGTextureProvider) DisconnectMetaObject()
- func (ptr *QSGTextureProvider) DisconnectNotify(sign core.QMetaMethod_ITF)
- func (ptr *QSGTextureProvider) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QSGTextureProvider) DisconnectTexture()
- func (ptr *QSGTextureProvider) DisconnectTextureChanged()
- func (ptr *QSGTextureProvider) DisconnectTimerEvent()
- func (ptr *QSGTextureProvider) Event(e core.QEvent_ITF) bool
- func (ptr *QSGTextureProvider) EventDefault(e core.QEvent_ITF) bool
- func (ptr *QSGTextureProvider) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QSGTextureProvider) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QSGTextureProvider) MetaObject() *core.QMetaObject
- func (ptr *QSGTextureProvider) MetaObjectDefault() *core.QMetaObject
- func (p *QSGTextureProvider) Pointer() unsafe.Pointer
- func (p *QSGTextureProvider) QSGTextureProvider_PTR() *QSGTextureProvider
- func (p *QSGTextureProvider) SetPointer(ptr unsafe.Pointer)
- func (ptr *QSGTextureProvider) Texture() *QSGTexture
- func (ptr *QSGTextureProvider) TextureChanged()
- func (ptr *QSGTextureProvider) TimerEvent(event core.QTimerEvent_ITF)
- func (ptr *QSGTextureProvider) TimerEventDefault(event core.QTimerEvent_ITF)
- type QSGTextureProvider_ITF
- type QSGTexture_ITF
- type QSGTexture__Filtering
- type QSGTexture__WrapMode
- type QSGTransformNode
- func (ptr *QSGTransformNode) ConnectIsSubtreeBlocked(f func() bool)
- func (ptr *QSGTransformNode) ConnectPreprocess(f func())
- func (ptr *QSGTransformNode) DestroyQSGTransformNode()
- func (ptr *QSGTransformNode) DisconnectIsSubtreeBlocked()
- func (ptr *QSGTransformNode) DisconnectPreprocess()
- func (ptr *QSGTransformNode) IsSubtreeBlocked() bool
- func (ptr *QSGTransformNode) IsSubtreeBlockedDefault() bool
- func (ptr *QSGTransformNode) Matrix() *gui.QMatrix4x4
- func (p *QSGTransformNode) Pointer() unsafe.Pointer
- func (ptr *QSGTransformNode) Preprocess()
- func (ptr *QSGTransformNode) PreprocessDefault()
- func (p *QSGTransformNode) QSGTransformNode_PTR() *QSGTransformNode
- func (ptr *QSGTransformNode) SetMatrix(matrix gui.QMatrix4x4_ITF)
- func (p *QSGTransformNode) SetPointer(ptr unsafe.Pointer)
- type QSGTransformNode_ITF
- type QSGVertexColorMaterial
- func (ptr *QSGVertexColorMaterial) Compare(other QSGMaterial_ITF) int
- func (ptr *QSGVertexColorMaterial) CompareDefault(other QSGMaterial_ITF) int
- func (ptr *QSGVertexColorMaterial) ConnectCompare(f func(other *QSGMaterial) int)
- func (ptr *QSGVertexColorMaterial) ConnectCreateShader(f func() *QSGMaterialShader)
- func (ptr *QSGVertexColorMaterial) ConnectType(f func() *QSGMaterialType)
- func (ptr *QSGVertexColorMaterial) CreateShader() *QSGMaterialShader
- func (ptr *QSGVertexColorMaterial) CreateShaderDefault() *QSGMaterialShader
- func (ptr *QSGVertexColorMaterial) DestroyQSGVertexColorMaterial()
- func (ptr *QSGVertexColorMaterial) DisconnectCompare()
- func (ptr *QSGVertexColorMaterial) DisconnectCreateShader()
- func (ptr *QSGVertexColorMaterial) DisconnectType()
- func (p *QSGVertexColorMaterial) Pointer() unsafe.Pointer
- func (p *QSGVertexColorMaterial) QSGVertexColorMaterial_PTR() *QSGVertexColorMaterial
- func (p *QSGVertexColorMaterial) SetPointer(ptr unsafe.Pointer)
- func (ptr *QSGVertexColorMaterial) Type() *QSGMaterialType
- func (ptr *QSGVertexColorMaterial) TypeDefault() *QSGMaterialType
- type QSGVertexColorMaterial_ITF
Constants ¶
View Source
const ( QQuickItem__ItemClipsChildrenToShape = QQuickItem__Flag(0x01) QQuickItem__ItemAcceptsInputMethod = QQuickItem__Flag(0x02) QQuickItem__ItemIsFocusScope = QQuickItem__Flag(0x04) QQuickItem__ItemHasContents = QQuickItem__Flag(0x08) QQuickItem__ItemAcceptsDrops = QQuickItem__Flag(0x10) )
View Source
const ( QQuickItem__ItemChildAddedChange = QQuickItem__ItemChange(0) QQuickItem__ItemChildRemovedChange = QQuickItem__ItemChange(1) QQuickItem__ItemSceneChange = QQuickItem__ItemChange(2) QQuickItem__ItemVisibleHasChanged = QQuickItem__ItemChange(3) QQuickItem__ItemParentHasChanged = QQuickItem__ItemChange(4) QQuickItem__ItemOpacityHasChanged = QQuickItem__ItemChange(5) QQuickItem__ItemActiveFocusHasChanged = QQuickItem__ItemChange(6) QQuickItem__ItemRotationHasChanged = QQuickItem__ItemChange(7) QQuickItem__ItemAntialiasingHasChanged = QQuickItem__ItemChange(8) QQuickItem__ItemDevicePixelRatioHasChanged = QQuickItem__ItemChange(9) )
View Source
const ( QQuickItem__TopLeft = QQuickItem__TransformOrigin(0) QQuickItem__Top = QQuickItem__TransformOrigin(1) QQuickItem__TopRight = QQuickItem__TransformOrigin(2) QQuickItem__Left = QQuickItem__TransformOrigin(3) QQuickItem__Center = QQuickItem__TransformOrigin(4) QQuickItem__Right = QQuickItem__TransformOrigin(5) QQuickItem__BottomLeft = QQuickItem__TransformOrigin(6) QQuickItem__Bottom = QQuickItem__TransformOrigin(7) QQuickItem__BottomRight = QQuickItem__TransformOrigin(8) )
View Source
const ( QQuickPaintedItem__Image = QQuickPaintedItem__RenderTarget(0) QQuickPaintedItem__FramebufferObject = QQuickPaintedItem__RenderTarget(1) QQuickPaintedItem__InvertedYFramebufferObject = QQuickPaintedItem__RenderTarget(2) )
View Source
const ( QQuickView__SizeViewToRootObject = QQuickView__ResizeMode(0) QQuickView__SizeRootObjectToView = QQuickView__ResizeMode(1) )
View Source
const ( QQuickView__Null = QQuickView__Status(0) QQuickView__Ready = QQuickView__Status(1) QQuickView__Loading = QQuickView__Status(2) QQuickView__Error = QQuickView__Status(3) )
View Source
const ( QQuickWidget__SizeViewToRootObject = QQuickWidget__ResizeMode(0) QQuickWidget__SizeRootObjectToView = QQuickWidget__ResizeMode(1) )
View Source
const ( QQuickWidget__Null = QQuickWidget__Status(0) QQuickWidget__Ready = QQuickWidget__Status(1) QQuickWidget__Loading = QQuickWidget__Status(2) QQuickWidget__Error = QQuickWidget__Status(3) )
View Source
const ( QQuickWindow__TextureHasAlphaChannel = QQuickWindow__CreateTextureOption(0x0001) QQuickWindow__TextureHasMipmaps = QQuickWindow__CreateTextureOption(0x0002) QQuickWindow__TextureOwnsGLTexture = QQuickWindow__CreateTextureOption(0x0004) QQuickWindow__TextureCanUseAtlas = QQuickWindow__CreateTextureOption(0x0008) QQuickWindow__TextureIsOpaque = QQuickWindow__CreateTextureOption(0x0010) )
View Source
const ( QQuickWindow__BeforeSynchronizingStage = QQuickWindow__RenderStage(0) QQuickWindow__AfterSynchronizingStage = QQuickWindow__RenderStage(1) QQuickWindow__BeforeRenderingStage = QQuickWindow__RenderStage(2) QQuickWindow__AfterRenderingStage = QQuickWindow__RenderStage(3) QQuickWindow__AfterSwapStage = QQuickWindow__RenderStage(4) QQuickWindow__NoStage = QQuickWindow__RenderStage(5) )
View Source
const ( QSGAbstractRenderer__ClearColorBuffer = QSGAbstractRenderer__ClearModeBit(0x0001) QSGAbstractRenderer__ClearDepthBuffer = QSGAbstractRenderer__ClearModeBit(0x0002) QSGAbstractRenderer__ClearStencilBuffer = QSGAbstractRenderer__ClearModeBit(0x0004) )
View Source
const ( QSGEngine__TextureHasAlphaChannel = QSGEngine__CreateTextureOption(0x0001) QSGEngine__TextureOwnsGLTexture = QSGEngine__CreateTextureOption(0x0004) QSGEngine__TextureCanUseAtlas = QSGEngine__CreateTextureOption(0x0008) QSGEngine__TextureIsOpaque = QSGEngine__CreateTextureOption(0x0010) )
View Source
const ( QSGGeometry__AlwaysUploadPattern = QSGGeometry__DataPattern(0) QSGGeometry__StreamPattern = QSGGeometry__DataPattern(1) QSGGeometry__DynamicPattern = QSGGeometry__DataPattern(2) QSGGeometry__StaticPattern = QSGGeometry__DataPattern(3) )
View Source
const ( QSGMaterial__Blending = QSGMaterial__Flag(0x0001) QSGMaterial__RequiresDeterminant = QSGMaterial__Flag(0x0002) QSGMaterial__RequiresFullMatrixExceptTranslate = QSGMaterial__Flag(0x0004 | QSGMaterial__RequiresDeterminant) QSGMaterial__RequiresFullMatrix = QSGMaterial__Flag(0x0008 | QSGMaterial__RequiresFullMatrixExceptTranslate) QSGMaterial__CustomCompileStep = QSGMaterial__Flag(0x0010) )
View Source
const ( QSGNode__DirtySubtreeBlocked = QSGNode__DirtyStateBit(0x0080) QSGNode__DirtyMatrix = QSGNode__DirtyStateBit(0x0100) QSGNode__DirtyNodeAdded = QSGNode__DirtyStateBit(0x0400) QSGNode__DirtyNodeRemoved = QSGNode__DirtyStateBit(0x0800) QSGNode__DirtyGeometry = QSGNode__DirtyStateBit(0x1000) QSGNode__DirtyMaterial = QSGNode__DirtyStateBit(0x2000) QSGNode__DirtyOpacity = QSGNode__DirtyStateBit(0x4000) )
View Source
const ( QSGNode__OwnedByParent = QSGNode__Flag(0x0001) QSGNode__UsePreprocess = QSGNode__Flag(0x0002) QSGNode__OwnsGeometry = QSGNode__Flag(0x00010000) QSGNode__OwnsMaterial = QSGNode__Flag(0x00020000) QSGNode__OwnsOpaqueMaterial = QSGNode__Flag(0x00040000) QSGNode__InternalReserved = QSGNode__Flag(0x01000000) )
View Source
const ( QSGNode__BasicNodeType = QSGNode__NodeType(0) QSGNode__GeometryNodeType = QSGNode__NodeType(1) QSGNode__TransformNodeType = QSGNode__NodeType(2) QSGNode__ClipNodeType = QSGNode__NodeType(3) QSGNode__OpacityNodeType = QSGNode__NodeType(4) )
View Source
const ( QSGSimpleTextureNode__NoTransform = QSGSimpleTextureNode__TextureCoordinatesTransformFlag(0x00) QSGSimpleTextureNode__MirrorHorizontally = QSGSimpleTextureNode__TextureCoordinatesTransformFlag(0x01) QSGSimpleTextureNode__MirrorVertically = QSGSimpleTextureNode__TextureCoordinatesTransformFlag(0x02) )
View Source
const ( QSGTexture__None = QSGTexture__Filtering(0) QSGTexture__Nearest = QSGTexture__Filtering(1) QSGTexture__Linear = QSGTexture__Filtering(2) )
View Source
const ( QSGTexture__Repeat = QSGTexture__WrapMode(0) QSGTexture__ClampToEdge = QSGTexture__WrapMode(1) )
View Source
const (
QQuickPaintedItem__FastFBOResizing = QQuickPaintedItem__PerformanceHint(0x1)
)
View Source
const (
QQuickWindow__ContextNotAvailable = QQuickWindow__SceneGraphError(1)
)
Variables ¶
This section is empty.
Functions ¶
func PointerFromQQuickAsyncImageProvider ¶
func PointerFromQQuickAsyncImageProvider(ptr QQuickAsyncImageProvider_ITF) unsafe.Pointer
func PointerFromQQuickFramebufferObject ¶
func PointerFromQQuickFramebufferObject(ptr QQuickFramebufferObject_ITF) unsafe.Pointer
func PointerFromQQuickImageProvider ¶
func PointerFromQQuickImageProvider(ptr QQuickImageProvider_ITF) unsafe.Pointer
func PointerFromQQuickImageResponse ¶
func PointerFromQQuickImageResponse(ptr QQuickImageResponse_ITF) unsafe.Pointer
func PointerFromQQuickItem ¶
func PointerFromQQuickItem(ptr QQuickItem_ITF) unsafe.Pointer
func PointerFromQQuickItemGrabResult ¶
func PointerFromQQuickItemGrabResult(ptr QQuickItemGrabResult_ITF) unsafe.Pointer
func PointerFromQQuickPaintedItem ¶
func PointerFromQQuickPaintedItem(ptr QQuickPaintedItem_ITF) unsafe.Pointer
func PointerFromQQuickRenderControl ¶
func PointerFromQQuickRenderControl(ptr QQuickRenderControl_ITF) unsafe.Pointer
func PointerFromQQuickTextDocument ¶
func PointerFromQQuickTextDocument(ptr QQuickTextDocument_ITF) unsafe.Pointer
func PointerFromQQuickTextureFactory ¶
func PointerFromQQuickTextureFactory(ptr QQuickTextureFactory_ITF) unsafe.Pointer
func PointerFromQQuickView ¶
func PointerFromQQuickView(ptr QQuickView_ITF) unsafe.Pointer
func PointerFromQQuickWidget ¶
func PointerFromQQuickWidget(ptr QQuickWidget_ITF) unsafe.Pointer
func PointerFromQQuickWindow ¶
func PointerFromQQuickWindow(ptr QQuickWindow_ITF) unsafe.Pointer
func PointerFromQSGAbstractRenderer ¶
func PointerFromQSGAbstractRenderer(ptr QSGAbstractRenderer_ITF) unsafe.Pointer
func PointerFromQSGBasicGeometryNode ¶
func PointerFromQSGBasicGeometryNode(ptr QSGBasicGeometryNode_ITF) unsafe.Pointer
func PointerFromQSGClipNode ¶
func PointerFromQSGClipNode(ptr QSGClipNode_ITF) unsafe.Pointer
func PointerFromQSGDynamicTexture ¶
func PointerFromQSGDynamicTexture(ptr QSGDynamicTexture_ITF) unsafe.Pointer
func PointerFromQSGEngine ¶
func PointerFromQSGEngine(ptr QSGEngine_ITF) unsafe.Pointer
func PointerFromQSGFlatColorMaterial ¶
func PointerFromQSGFlatColorMaterial(ptr QSGFlatColorMaterial_ITF) unsafe.Pointer
func PointerFromQSGGeometry ¶
func PointerFromQSGGeometry(ptr QSGGeometry_ITF) unsafe.Pointer
func PointerFromQSGGeometryNode ¶
func PointerFromQSGGeometryNode(ptr QSGGeometryNode_ITF) unsafe.Pointer
func PointerFromQSGMaterial ¶
func PointerFromQSGMaterial(ptr QSGMaterial_ITF) unsafe.Pointer
func PointerFromQSGMaterialShader ¶
func PointerFromQSGMaterialShader(ptr QSGMaterialShader_ITF) unsafe.Pointer
func PointerFromQSGMaterialType ¶
func PointerFromQSGMaterialType(ptr QSGMaterialType_ITF) unsafe.Pointer
func PointerFromQSGNode ¶
func PointerFromQSGNode(ptr QSGNode_ITF) unsafe.Pointer
func PointerFromQSGOpacityNode ¶
func PointerFromQSGOpacityNode(ptr QSGOpacityNode_ITF) unsafe.Pointer
func PointerFromQSGOpaqueTextureMaterial ¶
func PointerFromQSGOpaqueTextureMaterial(ptr QSGOpaqueTextureMaterial_ITF) unsafe.Pointer
func PointerFromQSGSimpleMaterial ¶
func PointerFromQSGSimpleMaterial(ptr QSGSimpleMaterial_ITF) unsafe.Pointer
func PointerFromQSGSimpleMaterialShader ¶
func PointerFromQSGSimpleMaterialShader(ptr QSGSimpleMaterialShader_ITF) unsafe.Pointer
func PointerFromQSGSimpleRectNode ¶
func PointerFromQSGSimpleRectNode(ptr QSGSimpleRectNode_ITF) unsafe.Pointer
func PointerFromQSGSimpleTextureNode ¶
func PointerFromQSGSimpleTextureNode(ptr QSGSimpleTextureNode_ITF) unsafe.Pointer
func PointerFromQSGTexture ¶
func PointerFromQSGTexture(ptr QSGTexture_ITF) unsafe.Pointer
func PointerFromQSGTextureMaterial ¶
func PointerFromQSGTextureMaterial(ptr QSGTextureMaterial_ITF) unsafe.Pointer
func PointerFromQSGTextureProvider ¶
func PointerFromQSGTextureProvider(ptr QSGTextureProvider_ITF) unsafe.Pointer
func PointerFromQSGTransformNode ¶
func PointerFromQSGTransformNode(ptr QSGTransformNode_ITF) unsafe.Pointer
func PointerFromQSGVertexColorMaterial ¶
func PointerFromQSGVertexColorMaterial(ptr QSGVertexColorMaterial_ITF) unsafe.Pointer
func QQuickRenderControl_RenderWindowFor ¶
func QQuickRenderControl_RenderWindowFor(win QQuickWindow_ITF, offset core.QPoint_ITF) *gui.QWindow
func QQuickWindow_HasDefaultAlphaBuffer ¶
func QQuickWindow_HasDefaultAlphaBuffer() bool
func QQuickWindow_SetDefaultAlphaBuffer ¶
func QQuickWindow_SetDefaultAlphaBuffer(useAlpha bool)
func QSGGeometry_UpdateRectGeometry ¶
func QSGGeometry_UpdateRectGeometry(g QSGGeometry_ITF, rect core.QRectF_ITF)
func QSGGeometry_UpdateTexturedRectGeometry ¶
func QSGGeometry_UpdateTexturedRectGeometry(g QSGGeometry_ITF, rect core.QRectF_ITF, textureRect core.QRectF_ITF)
Types ¶
type QQuickAsyncImageProvider ¶
type QQuickAsyncImageProvider struct {
QQuickImageProvider
}
func NewQQuickAsyncImageProvider ¶
func NewQQuickAsyncImageProvider() *QQuickAsyncImageProvider
func NewQQuickAsyncImageProviderFromPointer ¶
func NewQQuickAsyncImageProviderFromPointer(ptr unsafe.Pointer) *QQuickAsyncImageProvider
func (*QQuickAsyncImageProvider) ConnectDestroyQQuickAsyncImageProvider ¶
func (ptr *QQuickAsyncImageProvider) ConnectDestroyQQuickAsyncImageProvider(f func())
func (*QQuickAsyncImageProvider) ConnectRequestImage ¶
func (*QQuickAsyncImageProvider) ConnectRequestImageResponse ¶
func (ptr *QQuickAsyncImageProvider) ConnectRequestImageResponse(f func(id string, requestedSize *core.QSize) *QQuickImageResponse)
func (*QQuickAsyncImageProvider) ConnectRequestPixmap ¶
func (*QQuickAsyncImageProvider) ConnectRequestTexture ¶
func (ptr *QQuickAsyncImageProvider) ConnectRequestTexture(f func(id string, size *core.QSize, requestedSize *core.QSize) *QQuickTextureFactory)
func (*QQuickAsyncImageProvider) DestroyQQuickAsyncImageProvider ¶
func (ptr *QQuickAsyncImageProvider) DestroyQQuickAsyncImageProvider()
func (*QQuickAsyncImageProvider) DestroyQQuickAsyncImageProviderDefault ¶
func (ptr *QQuickAsyncImageProvider) DestroyQQuickAsyncImageProviderDefault()
func (*QQuickAsyncImageProvider) DisconnectDestroyQQuickAsyncImageProvider ¶
func (ptr *QQuickAsyncImageProvider) DisconnectDestroyQQuickAsyncImageProvider()
func (*QQuickAsyncImageProvider) DisconnectRequestImage ¶
func (ptr *QQuickAsyncImageProvider) DisconnectRequestImage()
func (*QQuickAsyncImageProvider) DisconnectRequestImageResponse ¶
func (ptr *QQuickAsyncImageProvider) DisconnectRequestImageResponse(id string, requestedSize core.QSize_ITF)
func (*QQuickAsyncImageProvider) DisconnectRequestPixmap ¶
func (ptr *QQuickAsyncImageProvider) DisconnectRequestPixmap()
func (*QQuickAsyncImageProvider) DisconnectRequestTexture ¶
func (ptr *QQuickAsyncImageProvider) DisconnectRequestTexture()
func (*QQuickAsyncImageProvider) Pointer ¶
func (p *QQuickAsyncImageProvider) Pointer() unsafe.Pointer
func (*QQuickAsyncImageProvider) QQuickAsyncImageProvider_PTR ¶
func (p *QQuickAsyncImageProvider) QQuickAsyncImageProvider_PTR() *QQuickAsyncImageProvider
func (*QQuickAsyncImageProvider) RequestImage ¶
func (*QQuickAsyncImageProvider) RequestImageDefault ¶
func (*QQuickAsyncImageProvider) RequestImageResponse ¶
func (ptr *QQuickAsyncImageProvider) RequestImageResponse(id string, requestedSize core.QSize_ITF) *QQuickImageResponse
func (*QQuickAsyncImageProvider) RequestPixmap ¶
func (*QQuickAsyncImageProvider) RequestPixmapDefault ¶
func (*QQuickAsyncImageProvider) RequestTexture ¶
func (ptr *QQuickAsyncImageProvider) RequestTexture(id string, size core.QSize_ITF, requestedSize core.QSize_ITF) *QQuickTextureFactory
func (*QQuickAsyncImageProvider) RequestTextureDefault ¶
func (ptr *QQuickAsyncImageProvider) RequestTextureDefault(id string, size core.QSize_ITF, requestedSize core.QSize_ITF) *QQuickTextureFactory
func (*QQuickAsyncImageProvider) SetPointer ¶
func (p *QQuickAsyncImageProvider) SetPointer(ptr unsafe.Pointer)
type QQuickAsyncImageProvider_ITF ¶
type QQuickAsyncImageProvider_ITF interface { QQuickImageProvider_ITF QQuickAsyncImageProvider_PTR() *QQuickAsyncImageProvider }
type QQuickFramebufferObject ¶
type QQuickFramebufferObject struct {
QQuickItem
}
func NewQQuickFramebufferObjectFromPointer ¶
func NewQQuickFramebufferObjectFromPointer(ptr unsafe.Pointer) *QQuickFramebufferObject
func (*QQuickFramebufferObject) ChildEvent ¶
func (ptr *QQuickFramebufferObject) ChildEvent(event core.QChildEvent_ITF)
func (*QQuickFramebufferObject) ChildEventDefault ¶
func (ptr *QQuickFramebufferObject) ChildEventDefault(event core.QChildEvent_ITF)
func (*QQuickFramebufferObject) ChildMouseEventFilter ¶
func (ptr *QQuickFramebufferObject) ChildMouseEventFilter(item QQuickItem_ITF, event core.QEvent_ITF) bool
func (*QQuickFramebufferObject) ChildMouseEventFilterDefault ¶
func (ptr *QQuickFramebufferObject) ChildMouseEventFilterDefault(item QQuickItem_ITF, event core.QEvent_ITF) bool
func (*QQuickFramebufferObject) ConnectChildEvent ¶
func (ptr *QQuickFramebufferObject) ConnectChildEvent(f func(event *core.QChildEvent))
func (*QQuickFramebufferObject) ConnectChildMouseEventFilter ¶
func (ptr *QQuickFramebufferObject) ConnectChildMouseEventFilter(f func(item *QQuickItem, event *core.QEvent) bool)
func (*QQuickFramebufferObject) ConnectConnectNotify ¶
func (ptr *QQuickFramebufferObject) ConnectConnectNotify(f func(sign *core.QMetaMethod))
func (*QQuickFramebufferObject) ConnectContains ¶
func (ptr *QQuickFramebufferObject) ConnectContains(f func(point *core.QPointF) bool)
func (*QQuickFramebufferObject) ConnectCustomEvent ¶
func (ptr *QQuickFramebufferObject) ConnectCustomEvent(f func(event *core.QEvent))
func (*QQuickFramebufferObject) ConnectDeleteLater ¶
func (ptr *QQuickFramebufferObject) ConnectDeleteLater(f func())
func (*QQuickFramebufferObject) ConnectDisconnectNotify ¶
func (ptr *QQuickFramebufferObject) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
func (*QQuickFramebufferObject) ConnectDragEnterEvent ¶
func (ptr *QQuickFramebufferObject) ConnectDragEnterEvent(f func(event *gui.QDragEnterEvent))
func (*QQuickFramebufferObject) ConnectDragLeaveEvent ¶
func (ptr *QQuickFramebufferObject) ConnectDragLeaveEvent(f func(event *gui.QDragLeaveEvent))
func (*QQuickFramebufferObject) ConnectDragMoveEvent ¶
func (ptr *QQuickFramebufferObject) ConnectDragMoveEvent(f func(event *gui.QDragMoveEvent))
func (*QQuickFramebufferObject) ConnectDropEvent ¶
func (ptr *QQuickFramebufferObject) ConnectDropEvent(f func(event *gui.QDropEvent))
func (*QQuickFramebufferObject) ConnectEventFilter ¶
func (*QQuickFramebufferObject) ConnectFocusInEvent ¶
func (ptr *QQuickFramebufferObject) ConnectFocusInEvent(f func(event *gui.QFocusEvent))
func (*QQuickFramebufferObject) ConnectFocusOutEvent ¶
func (ptr *QQuickFramebufferObject) ConnectFocusOutEvent(f func(event *gui.QFocusEvent))
func (*QQuickFramebufferObject) ConnectGeometryChanged ¶
func (ptr *QQuickFramebufferObject) ConnectGeometryChanged(f func(newGeometry *core.QRectF, oldGeometry *core.QRectF))
func (*QQuickFramebufferObject) ConnectHoverEnterEvent ¶
func (ptr *QQuickFramebufferObject) ConnectHoverEnterEvent(f func(event *gui.QHoverEvent))
func (*QQuickFramebufferObject) ConnectHoverLeaveEvent ¶
func (ptr *QQuickFramebufferObject) ConnectHoverLeaveEvent(f func(event *gui.QHoverEvent))
func (*QQuickFramebufferObject) ConnectHoverMoveEvent ¶
func (ptr *QQuickFramebufferObject) ConnectHoverMoveEvent(f func(event *gui.QHoverEvent))
func (*QQuickFramebufferObject) ConnectInputMethodEvent ¶
func (ptr *QQuickFramebufferObject) ConnectInputMethodEvent(f func(event *gui.QInputMethodEvent))
func (*QQuickFramebufferObject) ConnectInputMethodQuery ¶
func (ptr *QQuickFramebufferObject) ConnectInputMethodQuery(f func(query core.Qt__InputMethodQuery) *core.QVariant)
func (*QQuickFramebufferObject) ConnectIsTextureProvider ¶
func (ptr *QQuickFramebufferObject) ConnectIsTextureProvider(f func() bool)
func (*QQuickFramebufferObject) ConnectKeyPressEvent ¶
func (ptr *QQuickFramebufferObject) ConnectKeyPressEvent(f func(event *gui.QKeyEvent))
func (*QQuickFramebufferObject) ConnectKeyReleaseEvent ¶
func (ptr *QQuickFramebufferObject) ConnectKeyReleaseEvent(f func(event *gui.QKeyEvent))
func (*QQuickFramebufferObject) ConnectMetaObject ¶
func (ptr *QQuickFramebufferObject) ConnectMetaObject(f func() *core.QMetaObject)
func (*QQuickFramebufferObject) ConnectMirrorVerticallyChanged ¶
func (ptr *QQuickFramebufferObject) ConnectMirrorVerticallyChanged(f func(vbo bool))
func (*QQuickFramebufferObject) ConnectMouseDoubleClickEvent ¶
func (ptr *QQuickFramebufferObject) ConnectMouseDoubleClickEvent(f func(event *gui.QMouseEvent))
func (*QQuickFramebufferObject) ConnectMouseMoveEvent ¶
func (ptr *QQuickFramebufferObject) ConnectMouseMoveEvent(f func(event *gui.QMouseEvent))
func (*QQuickFramebufferObject) ConnectMousePressEvent ¶
func (ptr *QQuickFramebufferObject) ConnectMousePressEvent(f func(event *gui.QMouseEvent))
func (*QQuickFramebufferObject) ConnectMouseReleaseEvent ¶
func (ptr *QQuickFramebufferObject) ConnectMouseReleaseEvent(f func(event *gui.QMouseEvent))
func (*QQuickFramebufferObject) ConnectMouseUngrabEvent ¶
func (ptr *QQuickFramebufferObject) ConnectMouseUngrabEvent(f func())
func (*QQuickFramebufferObject) ConnectNotify ¶
func (ptr *QQuickFramebufferObject) ConnectNotify(sign core.QMetaMethod_ITF)
func (*QQuickFramebufferObject) ConnectNotifyDefault ¶
func (ptr *QQuickFramebufferObject) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QQuickFramebufferObject) ConnectReleaseResources ¶
func (ptr *QQuickFramebufferObject) ConnectReleaseResources(f func())
func (*QQuickFramebufferObject) ConnectTextureFollowsItemSizeChanged ¶
func (ptr *QQuickFramebufferObject) ConnectTextureFollowsItemSizeChanged(f func(vbo bool))
func (*QQuickFramebufferObject) ConnectTextureProvider ¶
func (ptr *QQuickFramebufferObject) ConnectTextureProvider(f func() *QSGTextureProvider)
func (*QQuickFramebufferObject) ConnectTimerEvent ¶
func (ptr *QQuickFramebufferObject) ConnectTimerEvent(f func(event *core.QTimerEvent))
func (*QQuickFramebufferObject) ConnectTouchEvent ¶
func (ptr *QQuickFramebufferObject) ConnectTouchEvent(f func(event *gui.QTouchEvent))
func (*QQuickFramebufferObject) ConnectTouchUngrabEvent ¶
func (ptr *QQuickFramebufferObject) ConnectTouchUngrabEvent(f func())
func (*QQuickFramebufferObject) ConnectUpdate ¶
func (ptr *QQuickFramebufferObject) ConnectUpdate(f func())
func (*QQuickFramebufferObject) ConnectUpdatePolish ¶
func (ptr *QQuickFramebufferObject) ConnectUpdatePolish(f func())
func (*QQuickFramebufferObject) ConnectWheelEvent ¶
func (ptr *QQuickFramebufferObject) ConnectWheelEvent(f func(event *gui.QWheelEvent))
func (*QQuickFramebufferObject) Contains ¶
func (ptr *QQuickFramebufferObject) Contains(point core.QPointF_ITF) bool
func (*QQuickFramebufferObject) ContainsDefault ¶
func (ptr *QQuickFramebufferObject) ContainsDefault(point core.QPointF_ITF) bool
func (*QQuickFramebufferObject) CustomEvent ¶
func (ptr *QQuickFramebufferObject) CustomEvent(event core.QEvent_ITF)
func (*QQuickFramebufferObject) CustomEventDefault ¶
func (ptr *QQuickFramebufferObject) CustomEventDefault(event core.QEvent_ITF)
func (*QQuickFramebufferObject) DeleteLater ¶
func (ptr *QQuickFramebufferObject) DeleteLater()
func (*QQuickFramebufferObject) DeleteLaterDefault ¶
func (ptr *QQuickFramebufferObject) DeleteLaterDefault()
func (*QQuickFramebufferObject) DestroyQQuickFramebufferObject ¶
func (ptr *QQuickFramebufferObject) DestroyQQuickFramebufferObject()
func (*QQuickFramebufferObject) DisconnectChildEvent ¶
func (ptr *QQuickFramebufferObject) DisconnectChildEvent()
func (*QQuickFramebufferObject) DisconnectChildMouseEventFilter ¶
func (ptr *QQuickFramebufferObject) DisconnectChildMouseEventFilter()
func (*QQuickFramebufferObject) DisconnectConnectNotify ¶
func (ptr *QQuickFramebufferObject) DisconnectConnectNotify()
func (*QQuickFramebufferObject) DisconnectContains ¶
func (ptr *QQuickFramebufferObject) DisconnectContains()
func (*QQuickFramebufferObject) DisconnectCustomEvent ¶
func (ptr *QQuickFramebufferObject) DisconnectCustomEvent()
func (*QQuickFramebufferObject) DisconnectDeleteLater ¶
func (ptr *QQuickFramebufferObject) DisconnectDeleteLater()
func (*QQuickFramebufferObject) DisconnectDisconnectNotify ¶
func (ptr *QQuickFramebufferObject) DisconnectDisconnectNotify()
func (*QQuickFramebufferObject) DisconnectDragEnterEvent ¶
func (ptr *QQuickFramebufferObject) DisconnectDragEnterEvent()
func (*QQuickFramebufferObject) DisconnectDragLeaveEvent ¶
func (ptr *QQuickFramebufferObject) DisconnectDragLeaveEvent()
func (*QQuickFramebufferObject) DisconnectDragMoveEvent ¶
func (ptr *QQuickFramebufferObject) DisconnectDragMoveEvent()
func (*QQuickFramebufferObject) DisconnectDropEvent ¶
func (ptr *QQuickFramebufferObject) DisconnectDropEvent()
func (*QQuickFramebufferObject) DisconnectEventFilter ¶
func (ptr *QQuickFramebufferObject) DisconnectEventFilter()
func (*QQuickFramebufferObject) DisconnectFocusInEvent ¶
func (ptr *QQuickFramebufferObject) DisconnectFocusInEvent()
func (*QQuickFramebufferObject) DisconnectFocusOutEvent ¶
func (ptr *QQuickFramebufferObject) DisconnectFocusOutEvent()
func (*QQuickFramebufferObject) DisconnectGeometryChanged ¶
func (ptr *QQuickFramebufferObject) DisconnectGeometryChanged()
func (*QQuickFramebufferObject) DisconnectHoverEnterEvent ¶
func (ptr *QQuickFramebufferObject) DisconnectHoverEnterEvent()
func (*QQuickFramebufferObject) DisconnectHoverLeaveEvent ¶
func (ptr *QQuickFramebufferObject) DisconnectHoverLeaveEvent()
func (*QQuickFramebufferObject) DisconnectHoverMoveEvent ¶
func (ptr *QQuickFramebufferObject) DisconnectHoverMoveEvent()
func (*QQuickFramebufferObject) DisconnectInputMethodEvent ¶
func (ptr *QQuickFramebufferObject) DisconnectInputMethodEvent()
func (*QQuickFramebufferObject) DisconnectInputMethodQuery ¶
func (ptr *QQuickFramebufferObject) DisconnectInputMethodQuery()
func (*QQuickFramebufferObject) DisconnectIsTextureProvider ¶
func (ptr *QQuickFramebufferObject) DisconnectIsTextureProvider()
func (*QQuickFramebufferObject) DisconnectKeyPressEvent ¶
func (ptr *QQuickFramebufferObject) DisconnectKeyPressEvent()
func (*QQuickFramebufferObject) DisconnectKeyReleaseEvent ¶
func (ptr *QQuickFramebufferObject) DisconnectKeyReleaseEvent()
func (*QQuickFramebufferObject) DisconnectMetaObject ¶
func (ptr *QQuickFramebufferObject) DisconnectMetaObject()
func (*QQuickFramebufferObject) DisconnectMirrorVerticallyChanged ¶
func (ptr *QQuickFramebufferObject) DisconnectMirrorVerticallyChanged()
func (*QQuickFramebufferObject) DisconnectMouseDoubleClickEvent ¶
func (ptr *QQuickFramebufferObject) DisconnectMouseDoubleClickEvent()
func (*QQuickFramebufferObject) DisconnectMouseMoveEvent ¶
func (ptr *QQuickFramebufferObject) DisconnectMouseMoveEvent()
func (*QQuickFramebufferObject) DisconnectMousePressEvent ¶
func (ptr *QQuickFramebufferObject) DisconnectMousePressEvent()
func (*QQuickFramebufferObject) DisconnectMouseReleaseEvent ¶
func (ptr *QQuickFramebufferObject) DisconnectMouseReleaseEvent()
func (*QQuickFramebufferObject) DisconnectMouseUngrabEvent ¶
func (ptr *QQuickFramebufferObject) DisconnectMouseUngrabEvent()
func (*QQuickFramebufferObject) DisconnectNotify ¶
func (ptr *QQuickFramebufferObject) DisconnectNotify(sign core.QMetaMethod_ITF)
func (*QQuickFramebufferObject) DisconnectNotifyDefault ¶
func (ptr *QQuickFramebufferObject) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QQuickFramebufferObject) DisconnectReleaseResources ¶
func (ptr *QQuickFramebufferObject) DisconnectReleaseResources()
func (*QQuickFramebufferObject) DisconnectTextureFollowsItemSizeChanged ¶
func (ptr *QQuickFramebufferObject) DisconnectTextureFollowsItemSizeChanged()
func (*QQuickFramebufferObject) DisconnectTextureProvider ¶
func (ptr *QQuickFramebufferObject) DisconnectTextureProvider()
func (*QQuickFramebufferObject) DisconnectTimerEvent ¶
func (ptr *QQuickFramebufferObject) DisconnectTimerEvent()
func (*QQuickFramebufferObject) DisconnectTouchEvent ¶
func (ptr *QQuickFramebufferObject) DisconnectTouchEvent()
func (*QQuickFramebufferObject) DisconnectTouchUngrabEvent ¶
func (ptr *QQuickFramebufferObject) DisconnectTouchUngrabEvent()
func (*QQuickFramebufferObject) DisconnectUpdate ¶
func (ptr *QQuickFramebufferObject) DisconnectUpdate()
func (*QQuickFramebufferObject) DisconnectUpdatePolish ¶
func (ptr *QQuickFramebufferObject) DisconnectUpdatePolish()
func (*QQuickFramebufferObject) DisconnectWheelEvent ¶
func (ptr *QQuickFramebufferObject) DisconnectWheelEvent()
func (*QQuickFramebufferObject) DragEnterEvent ¶
func (ptr *QQuickFramebufferObject) DragEnterEvent(event gui.QDragEnterEvent_ITF)
func (*QQuickFramebufferObject) DragEnterEventDefault ¶
func (ptr *QQuickFramebufferObject) DragEnterEventDefault(event gui.QDragEnterEvent_ITF)
func (*QQuickFramebufferObject) DragLeaveEvent ¶
func (ptr *QQuickFramebufferObject) DragLeaveEvent(event gui.QDragLeaveEvent_ITF)
func (*QQuickFramebufferObject) DragLeaveEventDefault ¶
func (ptr *QQuickFramebufferObject) DragLeaveEventDefault(event gui.QDragLeaveEvent_ITF)
func (*QQuickFramebufferObject) DragMoveEvent ¶
func (ptr *QQuickFramebufferObject) DragMoveEvent(event gui.QDragMoveEvent_ITF)
func (*QQuickFramebufferObject) DragMoveEventDefault ¶
func (ptr *QQuickFramebufferObject) DragMoveEventDefault(event gui.QDragMoveEvent_ITF)
func (*QQuickFramebufferObject) DropEvent ¶
func (ptr *QQuickFramebufferObject) DropEvent(event gui.QDropEvent_ITF)
func (*QQuickFramebufferObject) DropEventDefault ¶
func (ptr *QQuickFramebufferObject) DropEventDefault(event gui.QDropEvent_ITF)
func (*QQuickFramebufferObject) EventFilter ¶
func (ptr *QQuickFramebufferObject) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QQuickFramebufferObject) EventFilterDefault ¶
func (ptr *QQuickFramebufferObject) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QQuickFramebufferObject) FocusInEvent ¶
func (ptr *QQuickFramebufferObject) FocusInEvent(event gui.QFocusEvent_ITF)
func (*QQuickFramebufferObject) FocusInEventDefault ¶
func (ptr *QQuickFramebufferObject) FocusInEventDefault(event gui.QFocusEvent_ITF)
func (*QQuickFramebufferObject) FocusOutEvent ¶
func (ptr *QQuickFramebufferObject) FocusOutEvent(event gui.QFocusEvent_ITF)
func (*QQuickFramebufferObject) FocusOutEventDefault ¶
func (ptr *QQuickFramebufferObject) FocusOutEventDefault(event gui.QFocusEvent_ITF)
func (*QQuickFramebufferObject) GeometryChanged ¶
func (ptr *QQuickFramebufferObject) GeometryChanged(newGeometry core.QRectF_ITF, oldGeometry core.QRectF_ITF)
func (*QQuickFramebufferObject) GeometryChangedDefault ¶
func (ptr *QQuickFramebufferObject) GeometryChangedDefault(newGeometry core.QRectF_ITF, oldGeometry core.QRectF_ITF)
func (*QQuickFramebufferObject) HoverEnterEvent ¶
func (ptr *QQuickFramebufferObject) HoverEnterEvent(event gui.QHoverEvent_ITF)
func (*QQuickFramebufferObject) HoverEnterEventDefault ¶
func (ptr *QQuickFramebufferObject) HoverEnterEventDefault(event gui.QHoverEvent_ITF)
func (*QQuickFramebufferObject) HoverLeaveEvent ¶
func (ptr *QQuickFramebufferObject) HoverLeaveEvent(event gui.QHoverEvent_ITF)
func (*QQuickFramebufferObject) HoverLeaveEventDefault ¶
func (ptr *QQuickFramebufferObject) HoverLeaveEventDefault(event gui.QHoverEvent_ITF)
func (*QQuickFramebufferObject) HoverMoveEvent ¶
func (ptr *QQuickFramebufferObject) HoverMoveEvent(event gui.QHoverEvent_ITF)
func (*QQuickFramebufferObject) HoverMoveEventDefault ¶
func (ptr *QQuickFramebufferObject) HoverMoveEventDefault(event gui.QHoverEvent_ITF)
func (*QQuickFramebufferObject) InputMethodEvent ¶
func (ptr *QQuickFramebufferObject) InputMethodEvent(event gui.QInputMethodEvent_ITF)
func (*QQuickFramebufferObject) InputMethodEventDefault ¶
func (ptr *QQuickFramebufferObject) InputMethodEventDefault(event gui.QInputMethodEvent_ITF)
func (*QQuickFramebufferObject) InputMethodQuery ¶
func (ptr *QQuickFramebufferObject) InputMethodQuery(query core.Qt__InputMethodQuery) *core.QVariant
func (*QQuickFramebufferObject) InputMethodQueryDefault ¶
func (ptr *QQuickFramebufferObject) InputMethodQueryDefault(query core.Qt__InputMethodQuery) *core.QVariant
func (*QQuickFramebufferObject) IsTextureProvider ¶
func (ptr *QQuickFramebufferObject) IsTextureProvider() bool
func (*QQuickFramebufferObject) IsTextureProviderDefault ¶
func (ptr *QQuickFramebufferObject) IsTextureProviderDefault() bool
func (*QQuickFramebufferObject) KeyPressEvent ¶
func (ptr *QQuickFramebufferObject) KeyPressEvent(event gui.QKeyEvent_ITF)
func (*QQuickFramebufferObject) KeyPressEventDefault ¶
func (ptr *QQuickFramebufferObject) KeyPressEventDefault(event gui.QKeyEvent_ITF)
func (*QQuickFramebufferObject) KeyReleaseEvent ¶
func (ptr *QQuickFramebufferObject) KeyReleaseEvent(event gui.QKeyEvent_ITF)
func (*QQuickFramebufferObject) KeyReleaseEventDefault ¶
func (ptr *QQuickFramebufferObject) KeyReleaseEventDefault(event gui.QKeyEvent_ITF)
func (*QQuickFramebufferObject) MetaObject ¶
func (ptr *QQuickFramebufferObject) MetaObject() *core.QMetaObject
func (*QQuickFramebufferObject) MetaObjectDefault ¶
func (ptr *QQuickFramebufferObject) MetaObjectDefault() *core.QMetaObject
func (*QQuickFramebufferObject) MirrorVertically ¶
func (ptr *QQuickFramebufferObject) MirrorVertically() bool
func (*QQuickFramebufferObject) MirrorVerticallyChanged ¶
func (ptr *QQuickFramebufferObject) MirrorVerticallyChanged(vbo bool)
func (*QQuickFramebufferObject) MouseDoubleClickEvent ¶
func (ptr *QQuickFramebufferObject) MouseDoubleClickEvent(event gui.QMouseEvent_ITF)
func (*QQuickFramebufferObject) MouseDoubleClickEventDefault ¶
func (ptr *QQuickFramebufferObject) MouseDoubleClickEventDefault(event gui.QMouseEvent_ITF)
func (*QQuickFramebufferObject) MouseMoveEvent ¶
func (ptr *QQuickFramebufferObject) MouseMoveEvent(event gui.QMouseEvent_ITF)
func (*QQuickFramebufferObject) MouseMoveEventDefault ¶
func (ptr *QQuickFramebufferObject) MouseMoveEventDefault(event gui.QMouseEvent_ITF)
func (*QQuickFramebufferObject) MousePressEvent ¶
func (ptr *QQuickFramebufferObject) MousePressEvent(event gui.QMouseEvent_ITF)
func (*QQuickFramebufferObject) MousePressEventDefault ¶
func (ptr *QQuickFramebufferObject) MousePressEventDefault(event gui.QMouseEvent_ITF)
func (*QQuickFramebufferObject) MouseReleaseEvent ¶
func (ptr *QQuickFramebufferObject) MouseReleaseEvent(event gui.QMouseEvent_ITF)
func (*QQuickFramebufferObject) MouseReleaseEventDefault ¶
func (ptr *QQuickFramebufferObject) MouseReleaseEventDefault(event gui.QMouseEvent_ITF)
func (*QQuickFramebufferObject) MouseUngrabEvent ¶
func (ptr *QQuickFramebufferObject) MouseUngrabEvent()
func (*QQuickFramebufferObject) MouseUngrabEventDefault ¶
func (ptr *QQuickFramebufferObject) MouseUngrabEventDefault()
func (*QQuickFramebufferObject) Pointer ¶
func (p *QQuickFramebufferObject) Pointer() unsafe.Pointer
func (*QQuickFramebufferObject) QQuickFramebufferObject_PTR ¶
func (p *QQuickFramebufferObject) QQuickFramebufferObject_PTR() *QQuickFramebufferObject
func (*QQuickFramebufferObject) ReleaseResources ¶
func (ptr *QQuickFramebufferObject) ReleaseResources()
func (*QQuickFramebufferObject) ReleaseResourcesDefault ¶
func (ptr *QQuickFramebufferObject) ReleaseResourcesDefault()
func (*QQuickFramebufferObject) SetMirrorVertically ¶
func (ptr *QQuickFramebufferObject) SetMirrorVertically(enable bool)
func (*QQuickFramebufferObject) SetPointer ¶
func (p *QQuickFramebufferObject) SetPointer(ptr unsafe.Pointer)
func (*QQuickFramebufferObject) SetTextureFollowsItemSize ¶
func (ptr *QQuickFramebufferObject) SetTextureFollowsItemSize(follows bool)
func (*QQuickFramebufferObject) TextureFollowsItemSize ¶
func (ptr *QQuickFramebufferObject) TextureFollowsItemSize() bool
func (*QQuickFramebufferObject) TextureFollowsItemSizeChanged ¶
func (ptr *QQuickFramebufferObject) TextureFollowsItemSizeChanged(vbo bool)
func (*QQuickFramebufferObject) TextureProvider ¶
func (ptr *QQuickFramebufferObject) TextureProvider() *QSGTextureProvider
func (*QQuickFramebufferObject) TextureProviderDefault ¶
func (ptr *QQuickFramebufferObject) TextureProviderDefault() *QSGTextureProvider
func (*QQuickFramebufferObject) TimerEvent ¶
func (ptr *QQuickFramebufferObject) TimerEvent(event core.QTimerEvent_ITF)
func (*QQuickFramebufferObject) TimerEventDefault ¶
func (ptr *QQuickFramebufferObject) TimerEventDefault(event core.QTimerEvent_ITF)
func (*QQuickFramebufferObject) TouchEvent ¶
func (ptr *QQuickFramebufferObject) TouchEvent(event gui.QTouchEvent_ITF)
func (*QQuickFramebufferObject) TouchEventDefault ¶
func (ptr *QQuickFramebufferObject) TouchEventDefault(event gui.QTouchEvent_ITF)
func (*QQuickFramebufferObject) TouchUngrabEvent ¶
func (ptr *QQuickFramebufferObject) TouchUngrabEvent()
func (*QQuickFramebufferObject) TouchUngrabEventDefault ¶
func (ptr *QQuickFramebufferObject) TouchUngrabEventDefault()
func (*QQuickFramebufferObject) Update ¶
func (ptr *QQuickFramebufferObject) Update()
func (*QQuickFramebufferObject) UpdateDefault ¶
func (ptr *QQuickFramebufferObject) UpdateDefault()
func (*QQuickFramebufferObject) UpdatePolish ¶
func (ptr *QQuickFramebufferObject) UpdatePolish()
func (*QQuickFramebufferObject) UpdatePolishDefault ¶
func (ptr *QQuickFramebufferObject) UpdatePolishDefault()
func (*QQuickFramebufferObject) WheelEvent ¶
func (ptr *QQuickFramebufferObject) WheelEvent(event gui.QWheelEvent_ITF)
func (*QQuickFramebufferObject) WheelEventDefault ¶
func (ptr *QQuickFramebufferObject) WheelEventDefault(event gui.QWheelEvent_ITF)
type QQuickFramebufferObject_ITF ¶
type QQuickFramebufferObject_ITF interface { QQuickItem_ITF QQuickFramebufferObject_PTR() *QQuickFramebufferObject }
type QQuickImageProvider ¶
type QQuickImageProvider struct {
qml.QQmlImageProviderBase
}
func NewQQuickImageProvider ¶
func NewQQuickImageProvider(ty qml.QQmlImageProviderBase__ImageType, flags qml.QQmlImageProviderBase__Flag) *QQuickImageProvider
func NewQQuickImageProviderFromPointer ¶
func NewQQuickImageProviderFromPointer(ptr unsafe.Pointer) *QQuickImageProvider
func (*QQuickImageProvider) ConnectDestroyQQuickImageProvider ¶
func (ptr *QQuickImageProvider) ConnectDestroyQQuickImageProvider(f func())
func (*QQuickImageProvider) ConnectRequestImage ¶
func (*QQuickImageProvider) ConnectRequestPixmap ¶
func (*QQuickImageProvider) ConnectRequestTexture ¶
func (ptr *QQuickImageProvider) ConnectRequestTexture(f func(id string, size *core.QSize, requestedSize *core.QSize) *QQuickTextureFactory)
func (*QQuickImageProvider) DestroyQQuickImageProvider ¶
func (ptr *QQuickImageProvider) DestroyQQuickImageProvider()
func (*QQuickImageProvider) DestroyQQuickImageProviderDefault ¶
func (ptr *QQuickImageProvider) DestroyQQuickImageProviderDefault()
func (*QQuickImageProvider) DisconnectDestroyQQuickImageProvider ¶
func (ptr *QQuickImageProvider) DisconnectDestroyQQuickImageProvider()
func (*QQuickImageProvider) DisconnectRequestImage ¶
func (ptr *QQuickImageProvider) DisconnectRequestImage()
func (*QQuickImageProvider) DisconnectRequestPixmap ¶
func (ptr *QQuickImageProvider) DisconnectRequestPixmap()
func (*QQuickImageProvider) DisconnectRequestTexture ¶
func (ptr *QQuickImageProvider) DisconnectRequestTexture()
func (*QQuickImageProvider) Flags ¶
func (ptr *QQuickImageProvider) Flags() qml.QQmlImageProviderBase__Flag
func (*QQuickImageProvider) ImageType ¶
func (ptr *QQuickImageProvider) ImageType() qml.QQmlImageProviderBase__ImageType
func (*QQuickImageProvider) Pointer ¶
func (p *QQuickImageProvider) Pointer() unsafe.Pointer
func (*QQuickImageProvider) QQuickImageProvider_PTR ¶
func (p *QQuickImageProvider) QQuickImageProvider_PTR() *QQuickImageProvider
func (*QQuickImageProvider) RequestImage ¶
func (*QQuickImageProvider) RequestImageDefault ¶
func (*QQuickImageProvider) RequestPixmap ¶
func (*QQuickImageProvider) RequestPixmapDefault ¶
func (*QQuickImageProvider) RequestTexture ¶
func (ptr *QQuickImageProvider) RequestTexture(id string, size core.QSize_ITF, requestedSize core.QSize_ITF) *QQuickTextureFactory
func (*QQuickImageProvider) RequestTextureDefault ¶
func (ptr *QQuickImageProvider) RequestTextureDefault(id string, size core.QSize_ITF, requestedSize core.QSize_ITF) *QQuickTextureFactory
func (*QQuickImageProvider) SetPointer ¶
func (p *QQuickImageProvider) SetPointer(ptr unsafe.Pointer)
type QQuickImageProvider_ITF ¶
type QQuickImageProvider_ITF interface { qml.QQmlImageProviderBase_ITF QQuickImageProvider_PTR() *QQuickImageProvider }
type QQuickImageResponse ¶
func NewQQuickImageResponse ¶
func NewQQuickImageResponse() *QQuickImageResponse
func NewQQuickImageResponseFromPointer ¶
func NewQQuickImageResponseFromPointer(ptr unsafe.Pointer) *QQuickImageResponse
func (*QQuickImageResponse) Cancel ¶
func (ptr *QQuickImageResponse) Cancel()
func (*QQuickImageResponse) CancelDefault ¶
func (ptr *QQuickImageResponse) CancelDefault()
func (*QQuickImageResponse) ChildEvent ¶
func (ptr *QQuickImageResponse) ChildEvent(event core.QChildEvent_ITF)
func (*QQuickImageResponse) ChildEventDefault ¶
func (ptr *QQuickImageResponse) ChildEventDefault(event core.QChildEvent_ITF)
func (*QQuickImageResponse) ConnectCancel ¶
func (ptr *QQuickImageResponse) ConnectCancel(f func())
func (*QQuickImageResponse) ConnectChildEvent ¶
func (ptr *QQuickImageResponse) ConnectChildEvent(f func(event *core.QChildEvent))
func (*QQuickImageResponse) ConnectConnectNotify ¶
func (ptr *QQuickImageResponse) ConnectConnectNotify(f func(sign *core.QMetaMethod))
func (*QQuickImageResponse) ConnectCustomEvent ¶
func (ptr *QQuickImageResponse) ConnectCustomEvent(f func(event *core.QEvent))
func (*QQuickImageResponse) ConnectDeleteLater ¶
func (ptr *QQuickImageResponse) ConnectDeleteLater(f func())
func (*QQuickImageResponse) ConnectDestroyQQuickImageResponse ¶
func (ptr *QQuickImageResponse) ConnectDestroyQQuickImageResponse(f func())
func (*QQuickImageResponse) ConnectDisconnectNotify ¶
func (ptr *QQuickImageResponse) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
func (*QQuickImageResponse) ConnectErrorString ¶
func (ptr *QQuickImageResponse) ConnectErrorString(f func() string)
func (*QQuickImageResponse) ConnectEvent ¶
func (ptr *QQuickImageResponse) ConnectEvent(f func(e *core.QEvent) bool)
func (*QQuickImageResponse) ConnectEventFilter ¶
func (*QQuickImageResponse) ConnectFinished ¶
func (ptr *QQuickImageResponse) ConnectFinished(f func())
func (*QQuickImageResponse) ConnectMetaObject ¶
func (ptr *QQuickImageResponse) ConnectMetaObject(f func() *core.QMetaObject)
func (*QQuickImageResponse) ConnectNotify ¶
func (ptr *QQuickImageResponse) ConnectNotify(sign core.QMetaMethod_ITF)
func (*QQuickImageResponse) ConnectNotifyDefault ¶
func (ptr *QQuickImageResponse) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QQuickImageResponse) ConnectTextureFactory ¶
func (ptr *QQuickImageResponse) ConnectTextureFactory(f func() *QQuickTextureFactory)
func (*QQuickImageResponse) ConnectTimerEvent ¶
func (ptr *QQuickImageResponse) ConnectTimerEvent(f func(event *core.QTimerEvent))
func (*QQuickImageResponse) CustomEvent ¶
func (ptr *QQuickImageResponse) CustomEvent(event core.QEvent_ITF)
func (*QQuickImageResponse) CustomEventDefault ¶
func (ptr *QQuickImageResponse) CustomEventDefault(event core.QEvent_ITF)
func (*QQuickImageResponse) DeleteLater ¶
func (ptr *QQuickImageResponse) DeleteLater()
func (*QQuickImageResponse) DeleteLaterDefault ¶
func (ptr *QQuickImageResponse) DeleteLaterDefault()
func (*QQuickImageResponse) DestroyQQuickImageResponse ¶
func (ptr *QQuickImageResponse) DestroyQQuickImageResponse()
func (*QQuickImageResponse) DestroyQQuickImageResponseDefault ¶
func (ptr *QQuickImageResponse) DestroyQQuickImageResponseDefault()
func (*QQuickImageResponse) DisconnectCancel ¶
func (ptr *QQuickImageResponse) DisconnectCancel()
func (*QQuickImageResponse) DisconnectChildEvent ¶
func (ptr *QQuickImageResponse) DisconnectChildEvent()
func (*QQuickImageResponse) DisconnectConnectNotify ¶
func (ptr *QQuickImageResponse) DisconnectConnectNotify()
func (*QQuickImageResponse) DisconnectCustomEvent ¶
func (ptr *QQuickImageResponse) DisconnectCustomEvent()
func (*QQuickImageResponse) DisconnectDeleteLater ¶
func (ptr *QQuickImageResponse) DisconnectDeleteLater()
func (*QQuickImageResponse) DisconnectDestroyQQuickImageResponse ¶
func (ptr *QQuickImageResponse) DisconnectDestroyQQuickImageResponse()
func (*QQuickImageResponse) DisconnectDisconnectNotify ¶
func (ptr *QQuickImageResponse) DisconnectDisconnectNotify()
func (*QQuickImageResponse) DisconnectErrorString ¶
func (ptr *QQuickImageResponse) DisconnectErrorString()
func (*QQuickImageResponse) DisconnectEvent ¶
func (ptr *QQuickImageResponse) DisconnectEvent()
func (*QQuickImageResponse) DisconnectEventFilter ¶
func (ptr *QQuickImageResponse) DisconnectEventFilter()
func (*QQuickImageResponse) DisconnectFinished ¶
func (ptr *QQuickImageResponse) DisconnectFinished()
func (*QQuickImageResponse) DisconnectMetaObject ¶
func (ptr *QQuickImageResponse) DisconnectMetaObject()
func (*QQuickImageResponse) DisconnectNotify ¶
func (ptr *QQuickImageResponse) DisconnectNotify(sign core.QMetaMethod_ITF)
func (*QQuickImageResponse) DisconnectNotifyDefault ¶
func (ptr *QQuickImageResponse) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QQuickImageResponse) DisconnectTextureFactory ¶
func (ptr *QQuickImageResponse) DisconnectTextureFactory()
func (*QQuickImageResponse) DisconnectTimerEvent ¶
func (ptr *QQuickImageResponse) DisconnectTimerEvent()
func (*QQuickImageResponse) ErrorString ¶
func (ptr *QQuickImageResponse) ErrorString() string
func (*QQuickImageResponse) ErrorStringDefault ¶
func (ptr *QQuickImageResponse) ErrorStringDefault() string
func (*QQuickImageResponse) Event ¶
func (ptr *QQuickImageResponse) Event(e core.QEvent_ITF) bool
func (*QQuickImageResponse) EventDefault ¶
func (ptr *QQuickImageResponse) EventDefault(e core.QEvent_ITF) bool
func (*QQuickImageResponse) EventFilter ¶
func (ptr *QQuickImageResponse) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QQuickImageResponse) EventFilterDefault ¶
func (ptr *QQuickImageResponse) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QQuickImageResponse) Finished ¶
func (ptr *QQuickImageResponse) Finished()
func (*QQuickImageResponse) MetaObject ¶
func (ptr *QQuickImageResponse) MetaObject() *core.QMetaObject
func (*QQuickImageResponse) MetaObjectDefault ¶
func (ptr *QQuickImageResponse) MetaObjectDefault() *core.QMetaObject
func (*QQuickImageResponse) Pointer ¶
func (p *QQuickImageResponse) Pointer() unsafe.Pointer
func (*QQuickImageResponse) QQuickImageResponse_PTR ¶
func (p *QQuickImageResponse) QQuickImageResponse_PTR() *QQuickImageResponse
func (*QQuickImageResponse) SetPointer ¶
func (p *QQuickImageResponse) SetPointer(ptr unsafe.Pointer)
func (*QQuickImageResponse) TextureFactory ¶
func (ptr *QQuickImageResponse) TextureFactory() *QQuickTextureFactory
func (*QQuickImageResponse) TimerEvent ¶
func (ptr *QQuickImageResponse) TimerEvent(event core.QTimerEvent_ITF)
func (*QQuickImageResponse) TimerEventDefault ¶
func (ptr *QQuickImageResponse) TimerEventDefault(event core.QTimerEvent_ITF)
type QQuickImageResponse_ITF ¶
type QQuickImageResponse_ITF interface { core.QObject_ITF QQuickImageResponse_PTR() *QQuickImageResponse }
type QQuickItem ¶
type QQuickItem struct { core.QObject qml.QQmlParserStatus }
func NewQQuickItem ¶
func NewQQuickItem(parent QQuickItem_ITF) *QQuickItem
func NewQQuickItemFromPointer ¶
func NewQQuickItemFromPointer(ptr unsafe.Pointer) *QQuickItem
func (*QQuickItem) AcceptHoverEvents ¶
func (ptr *QQuickItem) AcceptHoverEvents() bool
func (*QQuickItem) AcceptedMouseButtons ¶
func (ptr *QQuickItem) AcceptedMouseButtons() core.Qt__MouseButton
func (*QQuickItem) ActiveFocusOnTab ¶
func (ptr *QQuickItem) ActiveFocusOnTab() bool
func (*QQuickItem) Antialiasing ¶
func (ptr *QQuickItem) Antialiasing() bool
func (*QQuickItem) BaselineOffset ¶
func (ptr *QQuickItem) BaselineOffset() float64
func (*QQuickItem) ChildAt ¶
func (ptr *QQuickItem) ChildAt(x float64, y float64) *QQuickItem
func (*QQuickItem) ChildEvent ¶
func (ptr *QQuickItem) ChildEvent(event core.QChildEvent_ITF)
func (*QQuickItem) ChildEventDefault ¶
func (ptr *QQuickItem) ChildEventDefault(event core.QChildEvent_ITF)
func (*QQuickItem) ChildItems ¶
func (ptr *QQuickItem) ChildItems() []*QQuickItem
func (*QQuickItem) ChildMouseEventFilter ¶
func (ptr *QQuickItem) ChildMouseEventFilter(item QQuickItem_ITF, event core.QEvent_ITF) bool
func (*QQuickItem) ChildMouseEventFilterDefault ¶
func (ptr *QQuickItem) ChildMouseEventFilterDefault(item QQuickItem_ITF, event core.QEvent_ITF) bool
func (*QQuickItem) ChildrenRect ¶
func (ptr *QQuickItem) ChildrenRect() *core.QRectF
func (*QQuickItem) ClassBegin ¶
func (ptr *QQuickItem) ClassBegin()
func (*QQuickItem) Clip ¶
func (ptr *QQuickItem) Clip() bool
func (*QQuickItem) ComponentComplete ¶
func (ptr *QQuickItem) ComponentComplete()
func (*QQuickItem) ConnectChildEvent ¶
func (ptr *QQuickItem) ConnectChildEvent(f func(event *core.QChildEvent))
func (*QQuickItem) ConnectChildMouseEventFilter ¶
func (ptr *QQuickItem) ConnectChildMouseEventFilter(f func(item *QQuickItem, event *core.QEvent) bool)
func (*QQuickItem) ConnectConnectNotify ¶
func (ptr *QQuickItem) ConnectConnectNotify(f func(sign *core.QMetaMethod))
func (*QQuickItem) ConnectContains ¶
func (ptr *QQuickItem) ConnectContains(f func(point *core.QPointF) bool)
func (*QQuickItem) ConnectCustomEvent ¶
func (ptr *QQuickItem) ConnectCustomEvent(f func(event *core.QEvent))
func (*QQuickItem) ConnectDeleteLater ¶
func (ptr *QQuickItem) ConnectDeleteLater(f func())
func (*QQuickItem) ConnectDestroyQQuickItem ¶
func (ptr *QQuickItem) ConnectDestroyQQuickItem(f func())
func (*QQuickItem) ConnectDisconnectNotify ¶
func (ptr *QQuickItem) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
func (*QQuickItem) ConnectDragEnterEvent ¶
func (ptr *QQuickItem) ConnectDragEnterEvent(f func(event *gui.QDragEnterEvent))
func (*QQuickItem) ConnectDragLeaveEvent ¶
func (ptr *QQuickItem) ConnectDragLeaveEvent(f func(event *gui.QDragLeaveEvent))
func (*QQuickItem) ConnectDragMoveEvent ¶
func (ptr *QQuickItem) ConnectDragMoveEvent(f func(event *gui.QDragMoveEvent))
func (*QQuickItem) ConnectDropEvent ¶
func (ptr *QQuickItem) ConnectDropEvent(f func(event *gui.QDropEvent))
func (*QQuickItem) ConnectEventFilter ¶
func (*QQuickItem) ConnectFocusInEvent ¶
func (ptr *QQuickItem) ConnectFocusInEvent(f func(event *gui.QFocusEvent))
func (*QQuickItem) ConnectFocusOutEvent ¶
func (ptr *QQuickItem) ConnectFocusOutEvent(f func(event *gui.QFocusEvent))
func (*QQuickItem) ConnectGeometryChanged ¶
func (ptr *QQuickItem) ConnectGeometryChanged(f func(newGeometry *core.QRectF, oldGeometry *core.QRectF))
func (*QQuickItem) ConnectHoverEnterEvent ¶
func (ptr *QQuickItem) ConnectHoverEnterEvent(f func(event *gui.QHoverEvent))
func (*QQuickItem) ConnectHoverLeaveEvent ¶
func (ptr *QQuickItem) ConnectHoverLeaveEvent(f func(event *gui.QHoverEvent))
func (*QQuickItem) ConnectHoverMoveEvent ¶
func (ptr *QQuickItem) ConnectHoverMoveEvent(f func(event *gui.QHoverEvent))
func (*QQuickItem) ConnectInputMethodEvent ¶
func (ptr *QQuickItem) ConnectInputMethodEvent(f func(event *gui.QInputMethodEvent))
func (*QQuickItem) ConnectInputMethodQuery ¶
func (ptr *QQuickItem) ConnectInputMethodQuery(f func(query core.Qt__InputMethodQuery) *core.QVariant)
func (*QQuickItem) ConnectIsTextureProvider ¶
func (ptr *QQuickItem) ConnectIsTextureProvider(f func() bool)
func (*QQuickItem) ConnectKeyPressEvent ¶
func (ptr *QQuickItem) ConnectKeyPressEvent(f func(event *gui.QKeyEvent))
func (*QQuickItem) ConnectKeyReleaseEvent ¶
func (ptr *QQuickItem) ConnectKeyReleaseEvent(f func(event *gui.QKeyEvent))
func (*QQuickItem) ConnectMetaObject ¶
func (ptr *QQuickItem) ConnectMetaObject(f func() *core.QMetaObject)
func (*QQuickItem) ConnectMouseDoubleClickEvent ¶
func (ptr *QQuickItem) ConnectMouseDoubleClickEvent(f func(event *gui.QMouseEvent))
func (*QQuickItem) ConnectMouseMoveEvent ¶
func (ptr *QQuickItem) ConnectMouseMoveEvent(f func(event *gui.QMouseEvent))
func (*QQuickItem) ConnectMousePressEvent ¶
func (ptr *QQuickItem) ConnectMousePressEvent(f func(event *gui.QMouseEvent))
func (*QQuickItem) ConnectMouseReleaseEvent ¶
func (ptr *QQuickItem) ConnectMouseReleaseEvent(f func(event *gui.QMouseEvent))
func (*QQuickItem) ConnectMouseUngrabEvent ¶
func (ptr *QQuickItem) ConnectMouseUngrabEvent(f func())
func (*QQuickItem) ConnectNotify ¶
func (ptr *QQuickItem) ConnectNotify(sign core.QMetaMethod_ITF)
func (*QQuickItem) ConnectNotifyDefault ¶
func (ptr *QQuickItem) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QQuickItem) ConnectReleaseResources ¶
func (ptr *QQuickItem) ConnectReleaseResources(f func())
func (*QQuickItem) ConnectTextureProvider ¶
func (ptr *QQuickItem) ConnectTextureProvider(f func() *QSGTextureProvider)
func (*QQuickItem) ConnectTimerEvent ¶
func (ptr *QQuickItem) ConnectTimerEvent(f func(event *core.QTimerEvent))
func (*QQuickItem) ConnectTouchEvent ¶
func (ptr *QQuickItem) ConnectTouchEvent(f func(event *gui.QTouchEvent))
func (*QQuickItem) ConnectTouchUngrabEvent ¶
func (ptr *QQuickItem) ConnectTouchUngrabEvent(f func())
func (*QQuickItem) ConnectUpdate ¶
func (ptr *QQuickItem) ConnectUpdate(f func())
func (*QQuickItem) ConnectUpdatePolish ¶
func (ptr *QQuickItem) ConnectUpdatePolish(f func())
func (*QQuickItem) ConnectWheelEvent ¶
func (ptr *QQuickItem) ConnectWheelEvent(f func(event *gui.QWheelEvent))
func (*QQuickItem) ConnectWindowChanged ¶
func (ptr *QQuickItem) ConnectWindowChanged(f func(window *QQuickWindow))
func (*QQuickItem) Contains ¶
func (ptr *QQuickItem) Contains(point core.QPointF_ITF) bool
func (*QQuickItem) ContainsDefault ¶
func (ptr *QQuickItem) ContainsDefault(point core.QPointF_ITF) bool
func (*QQuickItem) Cursor ¶
func (ptr *QQuickItem) Cursor() *gui.QCursor
func (*QQuickItem) CustomEvent ¶
func (ptr *QQuickItem) CustomEvent(event core.QEvent_ITF)
func (*QQuickItem) CustomEventDefault ¶
func (ptr *QQuickItem) CustomEventDefault(event core.QEvent_ITF)
func (*QQuickItem) DeleteLater ¶
func (ptr *QQuickItem) DeleteLater()
func (*QQuickItem) DeleteLaterDefault ¶
func (ptr *QQuickItem) DeleteLaterDefault()
func (*QQuickItem) DestroyQQuickItem ¶
func (ptr *QQuickItem) DestroyQQuickItem()
func (*QQuickItem) DestroyQQuickItemDefault ¶
func (ptr *QQuickItem) DestroyQQuickItemDefault()
func (*QQuickItem) DisconnectChildEvent ¶
func (ptr *QQuickItem) DisconnectChildEvent()
func (*QQuickItem) DisconnectChildMouseEventFilter ¶
func (ptr *QQuickItem) DisconnectChildMouseEventFilter()
func (*QQuickItem) DisconnectConnectNotify ¶
func (ptr *QQuickItem) DisconnectConnectNotify()
func (*QQuickItem) DisconnectContains ¶
func (ptr *QQuickItem) DisconnectContains()
func (*QQuickItem) DisconnectCustomEvent ¶
func (ptr *QQuickItem) DisconnectCustomEvent()
func (*QQuickItem) DisconnectDeleteLater ¶
func (ptr *QQuickItem) DisconnectDeleteLater()
func (*QQuickItem) DisconnectDestroyQQuickItem ¶
func (ptr *QQuickItem) DisconnectDestroyQQuickItem()
func (*QQuickItem) DisconnectDisconnectNotify ¶
func (ptr *QQuickItem) DisconnectDisconnectNotify()
func (*QQuickItem) DisconnectDragEnterEvent ¶
func (ptr *QQuickItem) DisconnectDragEnterEvent()
func (*QQuickItem) DisconnectDragLeaveEvent ¶
func (ptr *QQuickItem) DisconnectDragLeaveEvent()
func (*QQuickItem) DisconnectDragMoveEvent ¶
func (ptr *QQuickItem) DisconnectDragMoveEvent()
func (*QQuickItem) DisconnectDropEvent ¶
func (ptr *QQuickItem) DisconnectDropEvent()
func (*QQuickItem) DisconnectEventFilter ¶
func (ptr *QQuickItem) DisconnectEventFilter()
func (*QQuickItem) DisconnectFocusInEvent ¶
func (ptr *QQuickItem) DisconnectFocusInEvent()
func (*QQuickItem) DisconnectFocusOutEvent ¶
func (ptr *QQuickItem) DisconnectFocusOutEvent()
func (*QQuickItem) DisconnectGeometryChanged ¶
func (ptr *QQuickItem) DisconnectGeometryChanged()
func (*QQuickItem) DisconnectHoverEnterEvent ¶
func (ptr *QQuickItem) DisconnectHoverEnterEvent()
func (*QQuickItem) DisconnectHoverLeaveEvent ¶
func (ptr *QQuickItem) DisconnectHoverLeaveEvent()
func (*QQuickItem) DisconnectHoverMoveEvent ¶
func (ptr *QQuickItem) DisconnectHoverMoveEvent()
func (*QQuickItem) DisconnectInputMethodEvent ¶
func (ptr *QQuickItem) DisconnectInputMethodEvent()
func (*QQuickItem) DisconnectInputMethodQuery ¶
func (ptr *QQuickItem) DisconnectInputMethodQuery()
func (*QQuickItem) DisconnectIsTextureProvider ¶
func (ptr *QQuickItem) DisconnectIsTextureProvider()
func (*QQuickItem) DisconnectKeyPressEvent ¶
func (ptr *QQuickItem) DisconnectKeyPressEvent()
func (*QQuickItem) DisconnectKeyReleaseEvent ¶
func (ptr *QQuickItem) DisconnectKeyReleaseEvent()
func (*QQuickItem) DisconnectMetaObject ¶
func (ptr *QQuickItem) DisconnectMetaObject()
func (*QQuickItem) DisconnectMouseDoubleClickEvent ¶
func (ptr *QQuickItem) DisconnectMouseDoubleClickEvent()
func (*QQuickItem) DisconnectMouseMoveEvent ¶
func (ptr *QQuickItem) DisconnectMouseMoveEvent()
func (*QQuickItem) DisconnectMousePressEvent ¶
func (ptr *QQuickItem) DisconnectMousePressEvent()
func (*QQuickItem) DisconnectMouseReleaseEvent ¶
func (ptr *QQuickItem) DisconnectMouseReleaseEvent()
func (*QQuickItem) DisconnectMouseUngrabEvent ¶
func (ptr *QQuickItem) DisconnectMouseUngrabEvent()
func (*QQuickItem) DisconnectNotify ¶
func (ptr *QQuickItem) DisconnectNotify(sign core.QMetaMethod_ITF)
func (*QQuickItem) DisconnectNotifyDefault ¶
func (ptr *QQuickItem) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QQuickItem) DisconnectReleaseResources ¶
func (ptr *QQuickItem) DisconnectReleaseResources()
func (*QQuickItem) DisconnectTextureProvider ¶
func (ptr *QQuickItem) DisconnectTextureProvider()
func (*QQuickItem) DisconnectTimerEvent ¶
func (ptr *QQuickItem) DisconnectTimerEvent()
func (*QQuickItem) DisconnectTouchEvent ¶
func (ptr *QQuickItem) DisconnectTouchEvent()
func (*QQuickItem) DisconnectTouchUngrabEvent ¶
func (ptr *QQuickItem) DisconnectTouchUngrabEvent()
func (*QQuickItem) DisconnectUpdate ¶
func (ptr *QQuickItem) DisconnectUpdate()
func (*QQuickItem) DisconnectUpdatePolish ¶
func (ptr *QQuickItem) DisconnectUpdatePolish()
func (*QQuickItem) DisconnectWheelEvent ¶
func (ptr *QQuickItem) DisconnectWheelEvent()
func (*QQuickItem) DisconnectWindowChanged ¶
func (ptr *QQuickItem) DisconnectWindowChanged()
func (*QQuickItem) DragEnterEvent ¶
func (ptr *QQuickItem) DragEnterEvent(event gui.QDragEnterEvent_ITF)
func (*QQuickItem) DragEnterEventDefault ¶
func (ptr *QQuickItem) DragEnterEventDefault(event gui.QDragEnterEvent_ITF)
func (*QQuickItem) DragLeaveEvent ¶
func (ptr *QQuickItem) DragLeaveEvent(event gui.QDragLeaveEvent_ITF)
func (*QQuickItem) DragLeaveEventDefault ¶
func (ptr *QQuickItem) DragLeaveEventDefault(event gui.QDragLeaveEvent_ITF)
func (*QQuickItem) DragMoveEvent ¶
func (ptr *QQuickItem) DragMoveEvent(event gui.QDragMoveEvent_ITF)
func (*QQuickItem) DragMoveEventDefault ¶
func (ptr *QQuickItem) DragMoveEventDefault(event gui.QDragMoveEvent_ITF)
func (*QQuickItem) DropEvent ¶
func (ptr *QQuickItem) DropEvent(event gui.QDropEvent_ITF)
func (*QQuickItem) DropEventDefault ¶
func (ptr *QQuickItem) DropEventDefault(event gui.QDropEvent_ITF)
func (*QQuickItem) Event ¶
func (ptr *QQuickItem) Event(ev core.QEvent_ITF) bool
func (*QQuickItem) EventFilter ¶
func (ptr *QQuickItem) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QQuickItem) EventFilterDefault ¶
func (ptr *QQuickItem) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QQuickItem) FiltersChildMouseEvents ¶
func (ptr *QQuickItem) FiltersChildMouseEvents() bool
func (*QQuickItem) Flags ¶
func (ptr *QQuickItem) Flags() QQuickItem__Flag
func (*QQuickItem) FocusInEvent ¶
func (ptr *QQuickItem) FocusInEvent(event gui.QFocusEvent_ITF)
func (*QQuickItem) FocusInEventDefault ¶
func (ptr *QQuickItem) FocusInEventDefault(event gui.QFocusEvent_ITF)
func (*QQuickItem) FocusOutEvent ¶
func (ptr *QQuickItem) FocusOutEvent(event gui.QFocusEvent_ITF)
func (*QQuickItem) FocusOutEventDefault ¶
func (ptr *QQuickItem) FocusOutEventDefault(event gui.QFocusEvent_ITF)
func (*QQuickItem) ForceActiveFocus ¶
func (ptr *QQuickItem) ForceActiveFocus()
func (*QQuickItem) ForceActiveFocus2 ¶
func (ptr *QQuickItem) ForceActiveFocus2(reason core.Qt__FocusReason)
func (*QQuickItem) GeometryChanged ¶
func (ptr *QQuickItem) GeometryChanged(newGeometry core.QRectF_ITF, oldGeometry core.QRectF_ITF)
func (*QQuickItem) GeometryChangedDefault ¶
func (ptr *QQuickItem) GeometryChangedDefault(newGeometry core.QRectF_ITF, oldGeometry core.QRectF_ITF)
func (*QQuickItem) GrabMouse ¶
func (ptr *QQuickItem) GrabMouse()
func (*QQuickItem) HasActiveFocus ¶
func (ptr *QQuickItem) HasActiveFocus() bool
func (*QQuickItem) HasFocus ¶
func (ptr *QQuickItem) HasFocus() bool
func (*QQuickItem) Height ¶
func (ptr *QQuickItem) Height() float64
func (*QQuickItem) HeightValid ¶
func (ptr *QQuickItem) HeightValid() bool
func (*QQuickItem) HoverEnterEvent ¶
func (ptr *QQuickItem) HoverEnterEvent(event gui.QHoverEvent_ITF)
func (*QQuickItem) HoverEnterEventDefault ¶
func (ptr *QQuickItem) HoverEnterEventDefault(event gui.QHoverEvent_ITF)
func (*QQuickItem) HoverLeaveEvent ¶
func (ptr *QQuickItem) HoverLeaveEvent(event gui.QHoverEvent_ITF)
func (*QQuickItem) HoverLeaveEventDefault ¶
func (ptr *QQuickItem) HoverLeaveEventDefault(event gui.QHoverEvent_ITF)
func (*QQuickItem) HoverMoveEvent ¶
func (ptr *QQuickItem) HoverMoveEvent(event gui.QHoverEvent_ITF)
func (*QQuickItem) HoverMoveEventDefault ¶
func (ptr *QQuickItem) HoverMoveEventDefault(event gui.QHoverEvent_ITF)
func (*QQuickItem) ImplicitHeight ¶
func (ptr *QQuickItem) ImplicitHeight() float64
func (*QQuickItem) ImplicitWidth ¶
func (ptr *QQuickItem) ImplicitWidth() float64
func (*QQuickItem) InputMethodEvent ¶
func (ptr *QQuickItem) InputMethodEvent(event gui.QInputMethodEvent_ITF)
func (*QQuickItem) InputMethodEventDefault ¶
func (ptr *QQuickItem) InputMethodEventDefault(event gui.QInputMethodEvent_ITF)
func (*QQuickItem) InputMethodQuery ¶
func (ptr *QQuickItem) InputMethodQuery(query core.Qt__InputMethodQuery) *core.QVariant
func (*QQuickItem) InputMethodQueryDefault ¶
func (ptr *QQuickItem) InputMethodQueryDefault(query core.Qt__InputMethodQuery) *core.QVariant
func (*QQuickItem) IsAncestorOf ¶
func (ptr *QQuickItem) IsAncestorOf(child QQuickItem_ITF) bool
func (*QQuickItem) IsComponentComplete ¶
func (ptr *QQuickItem) IsComponentComplete() bool
func (*QQuickItem) IsEnabled ¶
func (ptr *QQuickItem) IsEnabled() bool
func (*QQuickItem) IsFocusScope ¶
func (ptr *QQuickItem) IsFocusScope() bool
func (*QQuickItem) IsTextureProvider ¶
func (ptr *QQuickItem) IsTextureProvider() bool
func (*QQuickItem) IsTextureProviderDefault ¶
func (ptr *QQuickItem) IsTextureProviderDefault() bool
func (*QQuickItem) IsVisible ¶
func (ptr *QQuickItem) IsVisible() bool
func (*QQuickItem) KeepMouseGrab ¶
func (ptr *QQuickItem) KeepMouseGrab() bool
func (*QQuickItem) KeepTouchGrab ¶
func (ptr *QQuickItem) KeepTouchGrab() bool
func (*QQuickItem) KeyPressEvent ¶
func (ptr *QQuickItem) KeyPressEvent(event gui.QKeyEvent_ITF)
func (*QQuickItem) KeyPressEventDefault ¶
func (ptr *QQuickItem) KeyPressEventDefault(event gui.QKeyEvent_ITF)
func (*QQuickItem) KeyReleaseEvent ¶
func (ptr *QQuickItem) KeyReleaseEvent(event gui.QKeyEvent_ITF)
func (*QQuickItem) KeyReleaseEventDefault ¶
func (ptr *QQuickItem) KeyReleaseEventDefault(event gui.QKeyEvent_ITF)
func (*QQuickItem) MapFromGlobal ¶
func (ptr *QQuickItem) MapFromGlobal(point core.QPointF_ITF) *core.QPointF
func (*QQuickItem) MapFromItem ¶
func (ptr *QQuickItem) MapFromItem(item QQuickItem_ITF, point core.QPointF_ITF) *core.QPointF
func (*QQuickItem) MapFromScene ¶
func (ptr *QQuickItem) MapFromScene(point core.QPointF_ITF) *core.QPointF
func (*QQuickItem) MapRectFromItem ¶
func (ptr *QQuickItem) MapRectFromItem(item QQuickItem_ITF, rect core.QRectF_ITF) *core.QRectF
func (*QQuickItem) MapRectFromScene ¶
func (ptr *QQuickItem) MapRectFromScene(rect core.QRectF_ITF) *core.QRectF
func (*QQuickItem) MapRectToItem ¶
func (ptr *QQuickItem) MapRectToItem(item QQuickItem_ITF, rect core.QRectF_ITF) *core.QRectF
func (*QQuickItem) MapRectToScene ¶
func (ptr *QQuickItem) MapRectToScene(rect core.QRectF_ITF) *core.QRectF
func (*QQuickItem) MapToGlobal ¶
func (ptr *QQuickItem) MapToGlobal(point core.QPointF_ITF) *core.QPointF
func (*QQuickItem) MapToItem ¶
func (ptr *QQuickItem) MapToItem(item QQuickItem_ITF, point core.QPointF_ITF) *core.QPointF
func (*QQuickItem) MapToScene ¶
func (ptr *QQuickItem) MapToScene(point core.QPointF_ITF) *core.QPointF
func (*QQuickItem) MetaObject ¶
func (ptr *QQuickItem) MetaObject() *core.QMetaObject
func (*QQuickItem) MetaObjectDefault ¶
func (ptr *QQuickItem) MetaObjectDefault() *core.QMetaObject
func (*QQuickItem) MouseDoubleClickEvent ¶
func (ptr *QQuickItem) MouseDoubleClickEvent(event gui.QMouseEvent_ITF)
func (*QQuickItem) MouseDoubleClickEventDefault ¶
func (ptr *QQuickItem) MouseDoubleClickEventDefault(event gui.QMouseEvent_ITF)
func (*QQuickItem) MouseMoveEvent ¶
func (ptr *QQuickItem) MouseMoveEvent(event gui.QMouseEvent_ITF)
func (*QQuickItem) MouseMoveEventDefault ¶
func (ptr *QQuickItem) MouseMoveEventDefault(event gui.QMouseEvent_ITF)
func (*QQuickItem) MousePressEvent ¶
func (ptr *QQuickItem) MousePressEvent(event gui.QMouseEvent_ITF)
func (*QQuickItem) MousePressEventDefault ¶
func (ptr *QQuickItem) MousePressEventDefault(event gui.QMouseEvent_ITF)
func (*QQuickItem) MouseReleaseEvent ¶
func (ptr *QQuickItem) MouseReleaseEvent(event gui.QMouseEvent_ITF)
func (*QQuickItem) MouseReleaseEventDefault ¶
func (ptr *QQuickItem) MouseReleaseEventDefault(event gui.QMouseEvent_ITF)
func (*QQuickItem) MouseUngrabEvent ¶
func (ptr *QQuickItem) MouseUngrabEvent()
func (*QQuickItem) MouseUngrabEventDefault ¶
func (ptr *QQuickItem) MouseUngrabEventDefault()
func (*QQuickItem) NextItemInFocusChain ¶
func (ptr *QQuickItem) NextItemInFocusChain(forward bool) *QQuickItem
func (*QQuickItem) Opacity ¶
func (ptr *QQuickItem) Opacity() float64
func (*QQuickItem) ParentItem ¶
func (ptr *QQuickItem) ParentItem() *QQuickItem
func (*QQuickItem) Pointer ¶
func (p *QQuickItem) Pointer() unsafe.Pointer
func (*QQuickItem) Polish ¶
func (ptr *QQuickItem) Polish()
func (*QQuickItem) QQuickItem_PTR ¶
func (p *QQuickItem) QQuickItem_PTR() *QQuickItem
func (*QQuickItem) ReleaseResources ¶
func (ptr *QQuickItem) ReleaseResources()
func (*QQuickItem) ReleaseResourcesDefault ¶
func (ptr *QQuickItem) ReleaseResourcesDefault()
func (*QQuickItem) ResetAntialiasing ¶
func (ptr *QQuickItem) ResetAntialiasing()
func (*QQuickItem) ResetHeight ¶
func (ptr *QQuickItem) ResetHeight()
func (*QQuickItem) ResetWidth ¶
func (ptr *QQuickItem) ResetWidth()
func (*QQuickItem) Rotation ¶
func (ptr *QQuickItem) Rotation() float64
func (*QQuickItem) Scale ¶
func (ptr *QQuickItem) Scale() float64
func (*QQuickItem) ScopedFocusItem ¶
func (ptr *QQuickItem) ScopedFocusItem() *QQuickItem
func (*QQuickItem) SetAcceptHoverEvents ¶
func (ptr *QQuickItem) SetAcceptHoverEvents(enabled bool)
func (*QQuickItem) SetAcceptedMouseButtons ¶
func (ptr *QQuickItem) SetAcceptedMouseButtons(buttons core.Qt__MouseButton)
func (*QQuickItem) SetActiveFocusOnTab ¶
func (ptr *QQuickItem) SetActiveFocusOnTab(vbo bool)
func (*QQuickItem) SetAntialiasing ¶
func (ptr *QQuickItem) SetAntialiasing(vbo bool)
func (*QQuickItem) SetBaselineOffset ¶
func (ptr *QQuickItem) SetBaselineOffset(vqr float64)
func (*QQuickItem) SetClip ¶
func (ptr *QQuickItem) SetClip(vbo bool)
func (*QQuickItem) SetCursor ¶
func (ptr *QQuickItem) SetCursor(cursor gui.QCursor_ITF)
func (*QQuickItem) SetEnabled ¶
func (ptr *QQuickItem) SetEnabled(vbo bool)
func (*QQuickItem) SetFiltersChildMouseEvents ¶
func (ptr *QQuickItem) SetFiltersChildMouseEvents(filter bool)
func (*QQuickItem) SetFlag ¶
func (ptr *QQuickItem) SetFlag(flag QQuickItem__Flag, enabled bool)
func (*QQuickItem) SetFlags ¶
func (ptr *QQuickItem) SetFlags(flags QQuickItem__Flag)
func (*QQuickItem) SetFocus ¶
func (ptr *QQuickItem) SetFocus(vbo bool)
func (*QQuickItem) SetFocus2 ¶
func (ptr *QQuickItem) SetFocus2(focus bool, reason core.Qt__FocusReason)
func (*QQuickItem) SetHeight ¶
func (ptr *QQuickItem) SetHeight(vqr float64)
func (*QQuickItem) SetImplicitHeight ¶
func (ptr *QQuickItem) SetImplicitHeight(vqr float64)
func (*QQuickItem) SetImplicitWidth ¶
func (ptr *QQuickItem) SetImplicitWidth(vqr float64)
func (*QQuickItem) SetKeepMouseGrab ¶
func (ptr *QQuickItem) SetKeepMouseGrab(keep bool)
func (*QQuickItem) SetKeepTouchGrab ¶
func (ptr *QQuickItem) SetKeepTouchGrab(keep bool)
func (*QQuickItem) SetOpacity ¶
func (ptr *QQuickItem) SetOpacity(vqr float64)
func (*QQuickItem) SetParentItem ¶
func (ptr *QQuickItem) SetParentItem(parent QQuickItem_ITF)
func (*QQuickItem) SetPointer ¶
func (p *QQuickItem) SetPointer(ptr unsafe.Pointer)
func (*QQuickItem) SetRotation ¶
func (ptr *QQuickItem) SetRotation(vqr float64)
func (*QQuickItem) SetScale ¶
func (ptr *QQuickItem) SetScale(vqr float64)
func (*QQuickItem) SetSmooth ¶
func (ptr *QQuickItem) SetSmooth(vbo bool)
func (*QQuickItem) SetState ¶
func (ptr *QQuickItem) SetState(vqs string)
func (*QQuickItem) SetTransformOrigin ¶
func (ptr *QQuickItem) SetTransformOrigin(vtr QQuickItem__TransformOrigin)
func (*QQuickItem) SetVisible ¶
func (ptr *QQuickItem) SetVisible(vbo bool)
func (*QQuickItem) SetWidth ¶
func (ptr *QQuickItem) SetWidth(vqr float64)
func (*QQuickItem) SetX ¶
func (ptr *QQuickItem) SetX(vqr float64)
func (*QQuickItem) SetY ¶
func (ptr *QQuickItem) SetY(vqr float64)
func (*QQuickItem) SetZ ¶
func (ptr *QQuickItem) SetZ(vqr float64)
func (*QQuickItem) Smooth ¶
func (ptr *QQuickItem) Smooth() bool
func (*QQuickItem) StackAfter ¶
func (ptr *QQuickItem) StackAfter(sibling QQuickItem_ITF)
func (*QQuickItem) StackBefore ¶
func (ptr *QQuickItem) StackBefore(sibling QQuickItem_ITF)
func (*QQuickItem) State ¶
func (ptr *QQuickItem) State() string
func (*QQuickItem) TextureProvider ¶
func (ptr *QQuickItem) TextureProvider() *QSGTextureProvider
func (*QQuickItem) TextureProviderDefault ¶
func (ptr *QQuickItem) TextureProviderDefault() *QSGTextureProvider
func (*QQuickItem) TimerEvent ¶
func (ptr *QQuickItem) TimerEvent(event core.QTimerEvent_ITF)
func (*QQuickItem) TimerEventDefault ¶
func (ptr *QQuickItem) TimerEventDefault(event core.QTimerEvent_ITF)
func (*QQuickItem) TouchEvent ¶
func (ptr *QQuickItem) TouchEvent(event gui.QTouchEvent_ITF)
func (*QQuickItem) TouchEventDefault ¶
func (ptr *QQuickItem) TouchEventDefault(event gui.QTouchEvent_ITF)
func (*QQuickItem) TouchUngrabEvent ¶
func (ptr *QQuickItem) TouchUngrabEvent()
func (*QQuickItem) TouchUngrabEventDefault ¶
func (ptr *QQuickItem) TouchUngrabEventDefault()
func (*QQuickItem) TransformOrigin ¶
func (ptr *QQuickItem) TransformOrigin() QQuickItem__TransformOrigin
func (*QQuickItem) UngrabMouse ¶
func (ptr *QQuickItem) UngrabMouse()
func (*QQuickItem) UngrabTouchPoints ¶
func (ptr *QQuickItem) UngrabTouchPoints()
func (*QQuickItem) UnsetCursor ¶
func (ptr *QQuickItem) UnsetCursor()
func (*QQuickItem) Update ¶
func (ptr *QQuickItem) Update()
func (*QQuickItem) UpdateInputMethod ¶
func (ptr *QQuickItem) UpdateInputMethod(queries core.Qt__InputMethodQuery)
func (*QQuickItem) UpdatePolish ¶
func (ptr *QQuickItem) UpdatePolish()
func (*QQuickItem) UpdatePolishDefault ¶
func (ptr *QQuickItem) UpdatePolishDefault()
func (*QQuickItem) WheelEvent ¶
func (ptr *QQuickItem) WheelEvent(event gui.QWheelEvent_ITF)
func (*QQuickItem) WheelEventDefault ¶
func (ptr *QQuickItem) WheelEventDefault(event gui.QWheelEvent_ITF)
func (*QQuickItem) Width ¶
func (ptr *QQuickItem) Width() float64
func (*QQuickItem) WidthValid ¶
func (ptr *QQuickItem) WidthValid() bool
func (*QQuickItem) Window ¶
func (ptr *QQuickItem) Window() *QQuickWindow
func (*QQuickItem) WindowChanged ¶
func (ptr *QQuickItem) WindowChanged(window QQuickWindow_ITF)
func (*QQuickItem) X ¶
func (ptr *QQuickItem) X() float64
func (*QQuickItem) Y ¶
func (ptr *QQuickItem) Y() float64
func (*QQuickItem) Z ¶
func (ptr *QQuickItem) Z() float64
type QQuickItemGrabResult ¶
func NewQQuickItemGrabResultFromPointer ¶
func NewQQuickItemGrabResultFromPointer(ptr unsafe.Pointer) *QQuickItemGrabResult
func (*QQuickItemGrabResult) ChildEvent ¶
func (ptr *QQuickItemGrabResult) ChildEvent(event core.QChildEvent_ITF)
func (*QQuickItemGrabResult) ChildEventDefault ¶
func (ptr *QQuickItemGrabResult) ChildEventDefault(event core.QChildEvent_ITF)
func (*QQuickItemGrabResult) ConnectChildEvent ¶
func (ptr *QQuickItemGrabResult) ConnectChildEvent(f func(event *core.QChildEvent))
func (*QQuickItemGrabResult) ConnectConnectNotify ¶
func (ptr *QQuickItemGrabResult) ConnectConnectNotify(f func(sign *core.QMetaMethod))
func (*QQuickItemGrabResult) ConnectCustomEvent ¶
func (ptr *QQuickItemGrabResult) ConnectCustomEvent(f func(event *core.QEvent))
func (*QQuickItemGrabResult) ConnectDeleteLater ¶
func (ptr *QQuickItemGrabResult) ConnectDeleteLater(f func())
func (*QQuickItemGrabResult) ConnectDisconnectNotify ¶
func (ptr *QQuickItemGrabResult) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
func (*QQuickItemGrabResult) ConnectEvent ¶
func (ptr *QQuickItemGrabResult) ConnectEvent(f func(e *core.QEvent) bool)
func (*QQuickItemGrabResult) ConnectEventFilter ¶
func (*QQuickItemGrabResult) ConnectMetaObject ¶
func (ptr *QQuickItemGrabResult) ConnectMetaObject(f func() *core.QMetaObject)
func (*QQuickItemGrabResult) ConnectNotify ¶
func (ptr *QQuickItemGrabResult) ConnectNotify(sign core.QMetaMethod_ITF)
func (*QQuickItemGrabResult) ConnectNotifyDefault ¶
func (ptr *QQuickItemGrabResult) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QQuickItemGrabResult) ConnectReady ¶
func (ptr *QQuickItemGrabResult) ConnectReady(f func())
func (*QQuickItemGrabResult) ConnectTimerEvent ¶
func (ptr *QQuickItemGrabResult) ConnectTimerEvent(f func(event *core.QTimerEvent))
func (*QQuickItemGrabResult) CustomEvent ¶
func (ptr *QQuickItemGrabResult) CustomEvent(event core.QEvent_ITF)
func (*QQuickItemGrabResult) CustomEventDefault ¶
func (ptr *QQuickItemGrabResult) CustomEventDefault(event core.QEvent_ITF)
func (*QQuickItemGrabResult) DeleteLater ¶
func (ptr *QQuickItemGrabResult) DeleteLater()
func (*QQuickItemGrabResult) DeleteLaterDefault ¶
func (ptr *QQuickItemGrabResult) DeleteLaterDefault()
func (*QQuickItemGrabResult) DestroyQQuickItemGrabResult ¶
func (ptr *QQuickItemGrabResult) DestroyQQuickItemGrabResult()
func (*QQuickItemGrabResult) DisconnectChildEvent ¶
func (ptr *QQuickItemGrabResult) DisconnectChildEvent()
func (*QQuickItemGrabResult) DisconnectConnectNotify ¶
func (ptr *QQuickItemGrabResult) DisconnectConnectNotify()
func (*QQuickItemGrabResult) DisconnectCustomEvent ¶
func (ptr *QQuickItemGrabResult) DisconnectCustomEvent()
func (*QQuickItemGrabResult) DisconnectDeleteLater ¶
func (ptr *QQuickItemGrabResult) DisconnectDeleteLater()
func (*QQuickItemGrabResult) DisconnectDisconnectNotify ¶
func (ptr *QQuickItemGrabResult) DisconnectDisconnectNotify()
func (*QQuickItemGrabResult) DisconnectEvent ¶
func (ptr *QQuickItemGrabResult) DisconnectEvent()
func (*QQuickItemGrabResult) DisconnectEventFilter ¶
func (ptr *QQuickItemGrabResult) DisconnectEventFilter()
func (*QQuickItemGrabResult) DisconnectMetaObject ¶
func (ptr *QQuickItemGrabResult) DisconnectMetaObject()
func (*QQuickItemGrabResult) DisconnectNotify ¶
func (ptr *QQuickItemGrabResult) DisconnectNotify(sign core.QMetaMethod_ITF)
func (*QQuickItemGrabResult) DisconnectNotifyDefault ¶
func (ptr *QQuickItemGrabResult) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QQuickItemGrabResult) DisconnectReady ¶
func (ptr *QQuickItemGrabResult) DisconnectReady()
func (*QQuickItemGrabResult) DisconnectTimerEvent ¶
func (ptr *QQuickItemGrabResult) DisconnectTimerEvent()
func (*QQuickItemGrabResult) Event ¶
func (ptr *QQuickItemGrabResult) Event(e core.QEvent_ITF) bool
func (*QQuickItemGrabResult) EventDefault ¶
func (ptr *QQuickItemGrabResult) EventDefault(e core.QEvent_ITF) bool
func (*QQuickItemGrabResult) EventFilter ¶
func (ptr *QQuickItemGrabResult) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QQuickItemGrabResult) EventFilterDefault ¶
func (ptr *QQuickItemGrabResult) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QQuickItemGrabResult) Image ¶
func (ptr *QQuickItemGrabResult) Image() *gui.QImage
func (*QQuickItemGrabResult) MetaObject ¶
func (ptr *QQuickItemGrabResult) MetaObject() *core.QMetaObject
func (*QQuickItemGrabResult) MetaObjectDefault ¶
func (ptr *QQuickItemGrabResult) MetaObjectDefault() *core.QMetaObject
func (*QQuickItemGrabResult) Pointer ¶
func (p *QQuickItemGrabResult) Pointer() unsafe.Pointer
func (*QQuickItemGrabResult) QQuickItemGrabResult_PTR ¶
func (p *QQuickItemGrabResult) QQuickItemGrabResult_PTR() *QQuickItemGrabResult
func (*QQuickItemGrabResult) Ready ¶
func (ptr *QQuickItemGrabResult) Ready()
func (*QQuickItemGrabResult) SaveToFile ¶
func (ptr *QQuickItemGrabResult) SaveToFile(fileName string) bool
func (*QQuickItemGrabResult) SetPointer ¶
func (p *QQuickItemGrabResult) SetPointer(ptr unsafe.Pointer)
func (*QQuickItemGrabResult) TimerEvent ¶
func (ptr *QQuickItemGrabResult) TimerEvent(event core.QTimerEvent_ITF)
func (*QQuickItemGrabResult) TimerEventDefault ¶
func (ptr *QQuickItemGrabResult) TimerEventDefault(event core.QTimerEvent_ITF)
func (*QQuickItemGrabResult) Url ¶
func (ptr *QQuickItemGrabResult) Url() *core.QUrl
type QQuickItemGrabResult_ITF ¶
type QQuickItemGrabResult_ITF interface { core.QObject_ITF QQuickItemGrabResult_PTR() *QQuickItemGrabResult }
type QQuickItem_ITF ¶
type QQuickItem_ITF interface { core.QObject_ITF qml.QQmlParserStatus_ITF QQuickItem_PTR() *QQuickItem }
type QQuickItem__TransformOrigin ¶
type QQuickItem__TransformOrigin int64
QQuickItem::TransformOrigin
type QQuickPaintedItem ¶
type QQuickPaintedItem struct {
QQuickItem
}
func NewQQuickPaintedItem ¶
func NewQQuickPaintedItem(parent QQuickItem_ITF) *QQuickPaintedItem
func NewQQuickPaintedItemFromPointer ¶
func NewQQuickPaintedItemFromPointer(ptr unsafe.Pointer) *QQuickPaintedItem
func (*QQuickPaintedItem) Antialiasing ¶
func (ptr *QQuickPaintedItem) Antialiasing() bool
func (*QQuickPaintedItem) ChildEvent ¶
func (ptr *QQuickPaintedItem) ChildEvent(event core.QChildEvent_ITF)
func (*QQuickPaintedItem) ChildEventDefault ¶
func (ptr *QQuickPaintedItem) ChildEventDefault(event core.QChildEvent_ITF)
func (*QQuickPaintedItem) ChildMouseEventFilter ¶
func (ptr *QQuickPaintedItem) ChildMouseEventFilter(item QQuickItem_ITF, event core.QEvent_ITF) bool
func (*QQuickPaintedItem) ChildMouseEventFilterDefault ¶
func (ptr *QQuickPaintedItem) ChildMouseEventFilterDefault(item QQuickItem_ITF, event core.QEvent_ITF) bool
func (*QQuickPaintedItem) ConnectChildEvent ¶
func (ptr *QQuickPaintedItem) ConnectChildEvent(f func(event *core.QChildEvent))
func (*QQuickPaintedItem) ConnectChildMouseEventFilter ¶
func (ptr *QQuickPaintedItem) ConnectChildMouseEventFilter(f func(item *QQuickItem, event *core.QEvent) bool)
func (*QQuickPaintedItem) ConnectConnectNotify ¶
func (ptr *QQuickPaintedItem) ConnectConnectNotify(f func(sign *core.QMetaMethod))
func (*QQuickPaintedItem) ConnectContains ¶
func (ptr *QQuickPaintedItem) ConnectContains(f func(point *core.QPointF) bool)
func (*QQuickPaintedItem) ConnectContentsScaleChanged ¶
func (ptr *QQuickPaintedItem) ConnectContentsScaleChanged(f func())
func (*QQuickPaintedItem) ConnectContentsSizeChanged ¶
func (ptr *QQuickPaintedItem) ConnectContentsSizeChanged(f func())
func (*QQuickPaintedItem) ConnectCustomEvent ¶
func (ptr *QQuickPaintedItem) ConnectCustomEvent(f func(event *core.QEvent))
func (*QQuickPaintedItem) ConnectDeleteLater ¶
func (ptr *QQuickPaintedItem) ConnectDeleteLater(f func())
func (*QQuickPaintedItem) ConnectDestroyQQuickPaintedItem ¶
func (ptr *QQuickPaintedItem) ConnectDestroyQQuickPaintedItem(f func())
func (*QQuickPaintedItem) ConnectDisconnectNotify ¶
func (ptr *QQuickPaintedItem) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
func (*QQuickPaintedItem) ConnectDragEnterEvent ¶
func (ptr *QQuickPaintedItem) ConnectDragEnterEvent(f func(event *gui.QDragEnterEvent))
func (*QQuickPaintedItem) ConnectDragLeaveEvent ¶
func (ptr *QQuickPaintedItem) ConnectDragLeaveEvent(f func(event *gui.QDragLeaveEvent))
func (*QQuickPaintedItem) ConnectDragMoveEvent ¶
func (ptr *QQuickPaintedItem) ConnectDragMoveEvent(f func(event *gui.QDragMoveEvent))
func (*QQuickPaintedItem) ConnectDropEvent ¶
func (ptr *QQuickPaintedItem) ConnectDropEvent(f func(event *gui.QDropEvent))
func (*QQuickPaintedItem) ConnectEventFilter ¶
func (*QQuickPaintedItem) ConnectFillColorChanged ¶
func (ptr *QQuickPaintedItem) ConnectFillColorChanged(f func())
func (*QQuickPaintedItem) ConnectFocusInEvent ¶
func (ptr *QQuickPaintedItem) ConnectFocusInEvent(f func(event *gui.QFocusEvent))
func (*QQuickPaintedItem) ConnectFocusOutEvent ¶
func (ptr *QQuickPaintedItem) ConnectFocusOutEvent(f func(event *gui.QFocusEvent))
func (*QQuickPaintedItem) ConnectGeometryChanged ¶
func (ptr *QQuickPaintedItem) ConnectGeometryChanged(f func(newGeometry *core.QRectF, oldGeometry *core.QRectF))
func (*QQuickPaintedItem) ConnectHoverEnterEvent ¶
func (ptr *QQuickPaintedItem) ConnectHoverEnterEvent(f func(event *gui.QHoverEvent))
func (*QQuickPaintedItem) ConnectHoverLeaveEvent ¶
func (ptr *QQuickPaintedItem) ConnectHoverLeaveEvent(f func(event *gui.QHoverEvent))
func (*QQuickPaintedItem) ConnectHoverMoveEvent ¶
func (ptr *QQuickPaintedItem) ConnectHoverMoveEvent(f func(event *gui.QHoverEvent))
func (*QQuickPaintedItem) ConnectInputMethodEvent ¶
func (ptr *QQuickPaintedItem) ConnectInputMethodEvent(f func(event *gui.QInputMethodEvent))
func (*QQuickPaintedItem) ConnectInputMethodQuery ¶
func (ptr *QQuickPaintedItem) ConnectInputMethodQuery(f func(query core.Qt__InputMethodQuery) *core.QVariant)
func (*QQuickPaintedItem) ConnectIsTextureProvider ¶
func (ptr *QQuickPaintedItem) ConnectIsTextureProvider(f func() bool)
func (*QQuickPaintedItem) ConnectKeyPressEvent ¶
func (ptr *QQuickPaintedItem) ConnectKeyPressEvent(f func(event *gui.QKeyEvent))
func (*QQuickPaintedItem) ConnectKeyReleaseEvent ¶
func (ptr *QQuickPaintedItem) ConnectKeyReleaseEvent(f func(event *gui.QKeyEvent))
func (*QQuickPaintedItem) ConnectMetaObject ¶
func (ptr *QQuickPaintedItem) ConnectMetaObject(f func() *core.QMetaObject)
func (*QQuickPaintedItem) ConnectMouseDoubleClickEvent ¶
func (ptr *QQuickPaintedItem) ConnectMouseDoubleClickEvent(f func(event *gui.QMouseEvent))
func (*QQuickPaintedItem) ConnectMouseMoveEvent ¶
func (ptr *QQuickPaintedItem) ConnectMouseMoveEvent(f func(event *gui.QMouseEvent))
func (*QQuickPaintedItem) ConnectMousePressEvent ¶
func (ptr *QQuickPaintedItem) ConnectMousePressEvent(f func(event *gui.QMouseEvent))
func (*QQuickPaintedItem) ConnectMouseReleaseEvent ¶
func (ptr *QQuickPaintedItem) ConnectMouseReleaseEvent(f func(event *gui.QMouseEvent))
func (*QQuickPaintedItem) ConnectMouseUngrabEvent ¶
func (ptr *QQuickPaintedItem) ConnectMouseUngrabEvent(f func())
func (*QQuickPaintedItem) ConnectNotify ¶
func (ptr *QQuickPaintedItem) ConnectNotify(sign core.QMetaMethod_ITF)
func (*QQuickPaintedItem) ConnectNotifyDefault ¶
func (ptr *QQuickPaintedItem) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QQuickPaintedItem) ConnectPaint ¶
func (ptr *QQuickPaintedItem) ConnectPaint(f func(painter *gui.QPainter))
func (*QQuickPaintedItem) ConnectReleaseResources ¶
func (ptr *QQuickPaintedItem) ConnectReleaseResources(f func())
func (*QQuickPaintedItem) ConnectRenderTargetChanged ¶
func (ptr *QQuickPaintedItem) ConnectRenderTargetChanged(f func())
func (*QQuickPaintedItem) ConnectTextureProvider ¶
func (ptr *QQuickPaintedItem) ConnectTextureProvider(f func() *QSGTextureProvider)
func (*QQuickPaintedItem) ConnectTextureSizeChanged ¶
func (ptr *QQuickPaintedItem) ConnectTextureSizeChanged(f func())
func (*QQuickPaintedItem) ConnectTimerEvent ¶
func (ptr *QQuickPaintedItem) ConnectTimerEvent(f func(event *core.QTimerEvent))
func (*QQuickPaintedItem) ConnectTouchEvent ¶
func (ptr *QQuickPaintedItem) ConnectTouchEvent(f func(event *gui.QTouchEvent))
func (*QQuickPaintedItem) ConnectTouchUngrabEvent ¶
func (ptr *QQuickPaintedItem) ConnectTouchUngrabEvent(f func())
func (*QQuickPaintedItem) ConnectUpdatePolish ¶
func (ptr *QQuickPaintedItem) ConnectUpdatePolish(f func())
func (*QQuickPaintedItem) ConnectWheelEvent ¶
func (ptr *QQuickPaintedItem) ConnectWheelEvent(f func(event *gui.QWheelEvent))
func (*QQuickPaintedItem) Contains ¶
func (ptr *QQuickPaintedItem) Contains(point core.QPointF_ITF) bool
func (*QQuickPaintedItem) ContainsDefault ¶
func (ptr *QQuickPaintedItem) ContainsDefault(point core.QPointF_ITF) bool
func (*QQuickPaintedItem) ContentsScale ¶
func (ptr *QQuickPaintedItem) ContentsScale() float64
func (*QQuickPaintedItem) ContentsScaleChanged ¶
func (ptr *QQuickPaintedItem) ContentsScaleChanged()
func (*QQuickPaintedItem) ContentsSize ¶
func (ptr *QQuickPaintedItem) ContentsSize() *core.QSize
func (*QQuickPaintedItem) ContentsSizeChanged ¶
func (ptr *QQuickPaintedItem) ContentsSizeChanged()
func (*QQuickPaintedItem) CustomEvent ¶
func (ptr *QQuickPaintedItem) CustomEvent(event core.QEvent_ITF)
func (*QQuickPaintedItem) CustomEventDefault ¶
func (ptr *QQuickPaintedItem) CustomEventDefault(event core.QEvent_ITF)
func (*QQuickPaintedItem) DeleteLater ¶
func (ptr *QQuickPaintedItem) DeleteLater()
func (*QQuickPaintedItem) DeleteLaterDefault ¶
func (ptr *QQuickPaintedItem) DeleteLaterDefault()
func (*QQuickPaintedItem) DestroyQQuickPaintedItem ¶
func (ptr *QQuickPaintedItem) DestroyQQuickPaintedItem()
func (*QQuickPaintedItem) DestroyQQuickPaintedItemDefault ¶
func (ptr *QQuickPaintedItem) DestroyQQuickPaintedItemDefault()
func (*QQuickPaintedItem) DisconnectChildEvent ¶
func (ptr *QQuickPaintedItem) DisconnectChildEvent()
func (*QQuickPaintedItem) DisconnectChildMouseEventFilter ¶
func (ptr *QQuickPaintedItem) DisconnectChildMouseEventFilter()
func (*QQuickPaintedItem) DisconnectConnectNotify ¶
func (ptr *QQuickPaintedItem) DisconnectConnectNotify()
func (*QQuickPaintedItem) DisconnectContains ¶
func (ptr *QQuickPaintedItem) DisconnectContains()
func (*QQuickPaintedItem) DisconnectContentsScaleChanged ¶
func (ptr *QQuickPaintedItem) DisconnectContentsScaleChanged()
func (*QQuickPaintedItem) DisconnectContentsSizeChanged ¶
func (ptr *QQuickPaintedItem) DisconnectContentsSizeChanged()
func (*QQuickPaintedItem) DisconnectCustomEvent ¶
func (ptr *QQuickPaintedItem) DisconnectCustomEvent()
func (*QQuickPaintedItem) DisconnectDeleteLater ¶
func (ptr *QQuickPaintedItem) DisconnectDeleteLater()
func (*QQuickPaintedItem) DisconnectDestroyQQuickPaintedItem ¶
func (ptr *QQuickPaintedItem) DisconnectDestroyQQuickPaintedItem()
func (*QQuickPaintedItem) DisconnectDisconnectNotify ¶
func (ptr *QQuickPaintedItem) DisconnectDisconnectNotify()
func (*QQuickPaintedItem) DisconnectDragEnterEvent ¶
func (ptr *QQuickPaintedItem) DisconnectDragEnterEvent()
func (*QQuickPaintedItem) DisconnectDragLeaveEvent ¶
func (ptr *QQuickPaintedItem) DisconnectDragLeaveEvent()
func (*QQuickPaintedItem) DisconnectDragMoveEvent ¶
func (ptr *QQuickPaintedItem) DisconnectDragMoveEvent()
func (*QQuickPaintedItem) DisconnectDropEvent ¶
func (ptr *QQuickPaintedItem) DisconnectDropEvent()
func (*QQuickPaintedItem) DisconnectEventFilter ¶
func (ptr *QQuickPaintedItem) DisconnectEventFilter()
func (*QQuickPaintedItem) DisconnectFillColorChanged ¶
func (ptr *QQuickPaintedItem) DisconnectFillColorChanged()
func (*QQuickPaintedItem) DisconnectFocusInEvent ¶
func (ptr *QQuickPaintedItem) DisconnectFocusInEvent()
func (*QQuickPaintedItem) DisconnectFocusOutEvent ¶
func (ptr *QQuickPaintedItem) DisconnectFocusOutEvent()
func (*QQuickPaintedItem) DisconnectGeometryChanged ¶
func (ptr *QQuickPaintedItem) DisconnectGeometryChanged()
func (*QQuickPaintedItem) DisconnectHoverEnterEvent ¶
func (ptr *QQuickPaintedItem) DisconnectHoverEnterEvent()
func (*QQuickPaintedItem) DisconnectHoverLeaveEvent ¶
func (ptr *QQuickPaintedItem) DisconnectHoverLeaveEvent()
func (*QQuickPaintedItem) DisconnectHoverMoveEvent ¶
func (ptr *QQuickPaintedItem) DisconnectHoverMoveEvent()
func (*QQuickPaintedItem) DisconnectInputMethodEvent ¶
func (ptr *QQuickPaintedItem) DisconnectInputMethodEvent()
func (*QQuickPaintedItem) DisconnectInputMethodQuery ¶
func (ptr *QQuickPaintedItem) DisconnectInputMethodQuery()
func (*QQuickPaintedItem) DisconnectIsTextureProvider ¶
func (ptr *QQuickPaintedItem) DisconnectIsTextureProvider()
func (*QQuickPaintedItem) DisconnectKeyPressEvent ¶
func (ptr *QQuickPaintedItem) DisconnectKeyPressEvent()
func (*QQuickPaintedItem) DisconnectKeyReleaseEvent ¶
func (ptr *QQuickPaintedItem) DisconnectKeyReleaseEvent()
func (*QQuickPaintedItem) DisconnectMetaObject ¶
func (ptr *QQuickPaintedItem) DisconnectMetaObject()
func (*QQuickPaintedItem) DisconnectMouseDoubleClickEvent ¶
func (ptr *QQuickPaintedItem) DisconnectMouseDoubleClickEvent()
func (*QQuickPaintedItem) DisconnectMouseMoveEvent ¶
func (ptr *QQuickPaintedItem) DisconnectMouseMoveEvent()
func (*QQuickPaintedItem) DisconnectMousePressEvent ¶
func (ptr *QQuickPaintedItem) DisconnectMousePressEvent()
func (*QQuickPaintedItem) DisconnectMouseReleaseEvent ¶
func (ptr *QQuickPaintedItem) DisconnectMouseReleaseEvent()
func (*QQuickPaintedItem) DisconnectMouseUngrabEvent ¶
func (ptr *QQuickPaintedItem) DisconnectMouseUngrabEvent()
func (*QQuickPaintedItem) DisconnectNotify ¶
func (ptr *QQuickPaintedItem) DisconnectNotify(sign core.QMetaMethod_ITF)
func (*QQuickPaintedItem) DisconnectNotifyDefault ¶
func (ptr *QQuickPaintedItem) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QQuickPaintedItem) DisconnectPaint ¶
func (ptr *QQuickPaintedItem) DisconnectPaint(painter gui.QPainter_ITF)
func (*QQuickPaintedItem) DisconnectReleaseResources ¶
func (ptr *QQuickPaintedItem) DisconnectReleaseResources()
func (*QQuickPaintedItem) DisconnectRenderTargetChanged ¶
func (ptr *QQuickPaintedItem) DisconnectRenderTargetChanged()
func (*QQuickPaintedItem) DisconnectTextureProvider ¶
func (ptr *QQuickPaintedItem) DisconnectTextureProvider()
func (*QQuickPaintedItem) DisconnectTextureSizeChanged ¶
func (ptr *QQuickPaintedItem) DisconnectTextureSizeChanged()
func (*QQuickPaintedItem) DisconnectTimerEvent ¶
func (ptr *QQuickPaintedItem) DisconnectTimerEvent()
func (*QQuickPaintedItem) DisconnectTouchEvent ¶
func (ptr *QQuickPaintedItem) DisconnectTouchEvent()
func (*QQuickPaintedItem) DisconnectTouchUngrabEvent ¶
func (ptr *QQuickPaintedItem) DisconnectTouchUngrabEvent()
func (*QQuickPaintedItem) DisconnectUpdatePolish ¶
func (ptr *QQuickPaintedItem) DisconnectUpdatePolish()
func (*QQuickPaintedItem) DisconnectWheelEvent ¶
func (ptr *QQuickPaintedItem) DisconnectWheelEvent()
func (*QQuickPaintedItem) DragEnterEvent ¶
func (ptr *QQuickPaintedItem) DragEnterEvent(event gui.QDragEnterEvent_ITF)
func (*QQuickPaintedItem) DragEnterEventDefault ¶
func (ptr *QQuickPaintedItem) DragEnterEventDefault(event gui.QDragEnterEvent_ITF)
func (*QQuickPaintedItem) DragLeaveEvent ¶
func (ptr *QQuickPaintedItem) DragLeaveEvent(event gui.QDragLeaveEvent_ITF)
func (*QQuickPaintedItem) DragLeaveEventDefault ¶
func (ptr *QQuickPaintedItem) DragLeaveEventDefault(event gui.QDragLeaveEvent_ITF)
func (*QQuickPaintedItem) DragMoveEvent ¶
func (ptr *QQuickPaintedItem) DragMoveEvent(event gui.QDragMoveEvent_ITF)
func (*QQuickPaintedItem) DragMoveEventDefault ¶
func (ptr *QQuickPaintedItem) DragMoveEventDefault(event gui.QDragMoveEvent_ITF)
func (*QQuickPaintedItem) DropEvent ¶
func (ptr *QQuickPaintedItem) DropEvent(event gui.QDropEvent_ITF)
func (*QQuickPaintedItem) DropEventDefault ¶
func (ptr *QQuickPaintedItem) DropEventDefault(event gui.QDropEvent_ITF)
func (*QQuickPaintedItem) EventFilter ¶
func (ptr *QQuickPaintedItem) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QQuickPaintedItem) EventFilterDefault ¶
func (ptr *QQuickPaintedItem) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QQuickPaintedItem) FillColor ¶
func (ptr *QQuickPaintedItem) FillColor() *gui.QColor
func (*QQuickPaintedItem) FillColorChanged ¶
func (ptr *QQuickPaintedItem) FillColorChanged()
func (*QQuickPaintedItem) FocusInEvent ¶
func (ptr *QQuickPaintedItem) FocusInEvent(event gui.QFocusEvent_ITF)
func (*QQuickPaintedItem) FocusInEventDefault ¶
func (ptr *QQuickPaintedItem) FocusInEventDefault(event gui.QFocusEvent_ITF)
func (*QQuickPaintedItem) FocusOutEvent ¶
func (ptr *QQuickPaintedItem) FocusOutEvent(event gui.QFocusEvent_ITF)
func (*QQuickPaintedItem) FocusOutEventDefault ¶
func (ptr *QQuickPaintedItem) FocusOutEventDefault(event gui.QFocusEvent_ITF)
func (*QQuickPaintedItem) GeometryChanged ¶
func (ptr *QQuickPaintedItem) GeometryChanged(newGeometry core.QRectF_ITF, oldGeometry core.QRectF_ITF)
func (*QQuickPaintedItem) GeometryChangedDefault ¶
func (ptr *QQuickPaintedItem) GeometryChangedDefault(newGeometry core.QRectF_ITF, oldGeometry core.QRectF_ITF)
func (*QQuickPaintedItem) HoverEnterEvent ¶
func (ptr *QQuickPaintedItem) HoverEnterEvent(event gui.QHoverEvent_ITF)
func (*QQuickPaintedItem) HoverEnterEventDefault ¶
func (ptr *QQuickPaintedItem) HoverEnterEventDefault(event gui.QHoverEvent_ITF)
func (*QQuickPaintedItem) HoverLeaveEvent ¶
func (ptr *QQuickPaintedItem) HoverLeaveEvent(event gui.QHoverEvent_ITF)
func (*QQuickPaintedItem) HoverLeaveEventDefault ¶
func (ptr *QQuickPaintedItem) HoverLeaveEventDefault(event gui.QHoverEvent_ITF)
func (*QQuickPaintedItem) HoverMoveEvent ¶
func (ptr *QQuickPaintedItem) HoverMoveEvent(event gui.QHoverEvent_ITF)
func (*QQuickPaintedItem) HoverMoveEventDefault ¶
func (ptr *QQuickPaintedItem) HoverMoveEventDefault(event gui.QHoverEvent_ITF)
func (*QQuickPaintedItem) InputMethodEvent ¶
func (ptr *QQuickPaintedItem) InputMethodEvent(event gui.QInputMethodEvent_ITF)
func (*QQuickPaintedItem) InputMethodEventDefault ¶
func (ptr *QQuickPaintedItem) InputMethodEventDefault(event gui.QInputMethodEvent_ITF)
func (*QQuickPaintedItem) InputMethodQuery ¶
func (ptr *QQuickPaintedItem) InputMethodQuery(query core.Qt__InputMethodQuery) *core.QVariant
func (*QQuickPaintedItem) InputMethodQueryDefault ¶
func (ptr *QQuickPaintedItem) InputMethodQueryDefault(query core.Qt__InputMethodQuery) *core.QVariant
func (*QQuickPaintedItem) IsTextureProvider ¶
func (ptr *QQuickPaintedItem) IsTextureProvider() bool
func (*QQuickPaintedItem) IsTextureProviderDefault ¶
func (ptr *QQuickPaintedItem) IsTextureProviderDefault() bool
func (*QQuickPaintedItem) KeyPressEvent ¶
func (ptr *QQuickPaintedItem) KeyPressEvent(event gui.QKeyEvent_ITF)
func (*QQuickPaintedItem) KeyPressEventDefault ¶
func (ptr *QQuickPaintedItem) KeyPressEventDefault(event gui.QKeyEvent_ITF)
func (*QQuickPaintedItem) KeyReleaseEvent ¶
func (ptr *QQuickPaintedItem) KeyReleaseEvent(event gui.QKeyEvent_ITF)
func (*QQuickPaintedItem) KeyReleaseEventDefault ¶
func (ptr *QQuickPaintedItem) KeyReleaseEventDefault(event gui.QKeyEvent_ITF)
func (*QQuickPaintedItem) MetaObject ¶
func (ptr *QQuickPaintedItem) MetaObject() *core.QMetaObject
func (*QQuickPaintedItem) MetaObjectDefault ¶
func (ptr *QQuickPaintedItem) MetaObjectDefault() *core.QMetaObject
func (*QQuickPaintedItem) Mipmap ¶
func (ptr *QQuickPaintedItem) Mipmap() bool
func (*QQuickPaintedItem) MouseDoubleClickEvent ¶
func (ptr *QQuickPaintedItem) MouseDoubleClickEvent(event gui.QMouseEvent_ITF)
func (*QQuickPaintedItem) MouseDoubleClickEventDefault ¶
func (ptr *QQuickPaintedItem) MouseDoubleClickEventDefault(event gui.QMouseEvent_ITF)
func (*QQuickPaintedItem) MouseMoveEvent ¶
func (ptr *QQuickPaintedItem) MouseMoveEvent(event gui.QMouseEvent_ITF)
func (*QQuickPaintedItem) MouseMoveEventDefault ¶
func (ptr *QQuickPaintedItem) MouseMoveEventDefault(event gui.QMouseEvent_ITF)
func (*QQuickPaintedItem) MousePressEvent ¶
func (ptr *QQuickPaintedItem) MousePressEvent(event gui.QMouseEvent_ITF)
func (*QQuickPaintedItem) MousePressEventDefault ¶
func (ptr *QQuickPaintedItem) MousePressEventDefault(event gui.QMouseEvent_ITF)
func (*QQuickPaintedItem) MouseReleaseEvent ¶
func (ptr *QQuickPaintedItem) MouseReleaseEvent(event gui.QMouseEvent_ITF)
func (*QQuickPaintedItem) MouseReleaseEventDefault ¶
func (ptr *QQuickPaintedItem) MouseReleaseEventDefault(event gui.QMouseEvent_ITF)
func (*QQuickPaintedItem) MouseUngrabEvent ¶
func (ptr *QQuickPaintedItem) MouseUngrabEvent()
func (*QQuickPaintedItem) MouseUngrabEventDefault ¶
func (ptr *QQuickPaintedItem) MouseUngrabEventDefault()
func (*QQuickPaintedItem) OpaquePainting ¶
func (ptr *QQuickPaintedItem) OpaquePainting() bool
func (*QQuickPaintedItem) Paint ¶
func (ptr *QQuickPaintedItem) Paint(painter gui.QPainter_ITF)
func (*QQuickPaintedItem) PerformanceHints ¶
func (ptr *QQuickPaintedItem) PerformanceHints() QQuickPaintedItem__PerformanceHint
func (*QQuickPaintedItem) Pointer ¶
func (p *QQuickPaintedItem) Pointer() unsafe.Pointer
func (*QQuickPaintedItem) QQuickPaintedItem_PTR ¶
func (p *QQuickPaintedItem) QQuickPaintedItem_PTR() *QQuickPaintedItem
func (*QQuickPaintedItem) ReleaseResources ¶
func (ptr *QQuickPaintedItem) ReleaseResources()
func (*QQuickPaintedItem) ReleaseResourcesDefault ¶
func (ptr *QQuickPaintedItem) ReleaseResourcesDefault()
func (*QQuickPaintedItem) RenderTarget ¶
func (ptr *QQuickPaintedItem) RenderTarget() QQuickPaintedItem__RenderTarget
func (*QQuickPaintedItem) RenderTargetChanged ¶
func (ptr *QQuickPaintedItem) RenderTargetChanged()
func (*QQuickPaintedItem) SetAntialiasing ¶
func (ptr *QQuickPaintedItem) SetAntialiasing(enable bool)
func (*QQuickPaintedItem) SetContentsScale ¶
func (ptr *QQuickPaintedItem) SetContentsScale(vqr float64)
func (*QQuickPaintedItem) SetContentsSize ¶
func (ptr *QQuickPaintedItem) SetContentsSize(vqs core.QSize_ITF)
func (*QQuickPaintedItem) SetFillColor ¶
func (ptr *QQuickPaintedItem) SetFillColor(vqc gui.QColor_ITF)
func (*QQuickPaintedItem) SetMipmap ¶
func (ptr *QQuickPaintedItem) SetMipmap(enable bool)
func (*QQuickPaintedItem) SetOpaquePainting ¶
func (ptr *QQuickPaintedItem) SetOpaquePainting(opaque bool)
func (*QQuickPaintedItem) SetPerformanceHint ¶
func (ptr *QQuickPaintedItem) SetPerformanceHint(hint QQuickPaintedItem__PerformanceHint, enabled bool)
func (*QQuickPaintedItem) SetPerformanceHints ¶
func (ptr *QQuickPaintedItem) SetPerformanceHints(hints QQuickPaintedItem__PerformanceHint)
func (*QQuickPaintedItem) SetPointer ¶
func (p *QQuickPaintedItem) SetPointer(ptr unsafe.Pointer)
func (*QQuickPaintedItem) SetRenderTarget ¶
func (ptr *QQuickPaintedItem) SetRenderTarget(target QQuickPaintedItem__RenderTarget)
func (*QQuickPaintedItem) SetTextureSize ¶
func (ptr *QQuickPaintedItem) SetTextureSize(size core.QSize_ITF)
func (*QQuickPaintedItem) TextureProvider ¶
func (ptr *QQuickPaintedItem) TextureProvider() *QSGTextureProvider
func (*QQuickPaintedItem) TextureProviderDefault ¶
func (ptr *QQuickPaintedItem) TextureProviderDefault() *QSGTextureProvider
func (*QQuickPaintedItem) TextureSize ¶
func (ptr *QQuickPaintedItem) TextureSize() *core.QSize
func (*QQuickPaintedItem) TextureSizeChanged ¶
func (ptr *QQuickPaintedItem) TextureSizeChanged()
func (*QQuickPaintedItem) TimerEvent ¶
func (ptr *QQuickPaintedItem) TimerEvent(event core.QTimerEvent_ITF)
func (*QQuickPaintedItem) TimerEventDefault ¶
func (ptr *QQuickPaintedItem) TimerEventDefault(event core.QTimerEvent_ITF)
func (*QQuickPaintedItem) TouchEvent ¶
func (ptr *QQuickPaintedItem) TouchEvent(event gui.QTouchEvent_ITF)
func (*QQuickPaintedItem) TouchEventDefault ¶
func (ptr *QQuickPaintedItem) TouchEventDefault(event gui.QTouchEvent_ITF)
func (*QQuickPaintedItem) TouchUngrabEvent ¶
func (ptr *QQuickPaintedItem) TouchUngrabEvent()
func (*QQuickPaintedItem) TouchUngrabEventDefault ¶
func (ptr *QQuickPaintedItem) TouchUngrabEventDefault()
func (*QQuickPaintedItem) Update ¶
func (ptr *QQuickPaintedItem) Update(rect core.QRect_ITF)
func (*QQuickPaintedItem) UpdatePolish ¶
func (ptr *QQuickPaintedItem) UpdatePolish()
func (*QQuickPaintedItem) UpdatePolishDefault ¶
func (ptr *QQuickPaintedItem) UpdatePolishDefault()
func (*QQuickPaintedItem) WheelEvent ¶
func (ptr *QQuickPaintedItem) WheelEvent(event gui.QWheelEvent_ITF)
func (*QQuickPaintedItem) WheelEventDefault ¶
func (ptr *QQuickPaintedItem) WheelEventDefault(event gui.QWheelEvent_ITF)
type QQuickPaintedItem_ITF ¶
type QQuickPaintedItem_ITF interface { QQuickItem_ITF QQuickPaintedItem_PTR() *QQuickPaintedItem }
type QQuickPaintedItem__PerformanceHint ¶
type QQuickPaintedItem__PerformanceHint int64
QQuickPaintedItem::PerformanceHint
type QQuickPaintedItem__RenderTarget ¶
type QQuickPaintedItem__RenderTarget int64
QQuickPaintedItem::RenderTarget
type QQuickRenderControl ¶
func NewQQuickRenderControl ¶
func NewQQuickRenderControl(parent core.QObject_ITF) *QQuickRenderControl
func NewQQuickRenderControlFromPointer ¶
func NewQQuickRenderControlFromPointer(ptr unsafe.Pointer) *QQuickRenderControl
func (*QQuickRenderControl) ChildEvent ¶
func (ptr *QQuickRenderControl) ChildEvent(event core.QChildEvent_ITF)
func (*QQuickRenderControl) ChildEventDefault ¶
func (ptr *QQuickRenderControl) ChildEventDefault(event core.QChildEvent_ITF)
func (*QQuickRenderControl) ConnectChildEvent ¶
func (ptr *QQuickRenderControl) ConnectChildEvent(f func(event *core.QChildEvent))
func (*QQuickRenderControl) ConnectConnectNotify ¶
func (ptr *QQuickRenderControl) ConnectConnectNotify(f func(sign *core.QMetaMethod))
func (*QQuickRenderControl) ConnectCustomEvent ¶
func (ptr *QQuickRenderControl) ConnectCustomEvent(f func(event *core.QEvent))
func (*QQuickRenderControl) ConnectDeleteLater ¶
func (ptr *QQuickRenderControl) ConnectDeleteLater(f func())
func (*QQuickRenderControl) ConnectDisconnectNotify ¶
func (ptr *QQuickRenderControl) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
func (*QQuickRenderControl) ConnectEvent ¶
func (ptr *QQuickRenderControl) ConnectEvent(f func(e *core.QEvent) bool)
func (*QQuickRenderControl) ConnectEventFilter ¶
func (*QQuickRenderControl) ConnectMetaObject ¶
func (ptr *QQuickRenderControl) ConnectMetaObject(f func() *core.QMetaObject)
func (*QQuickRenderControl) ConnectNotify ¶
func (ptr *QQuickRenderControl) ConnectNotify(sign core.QMetaMethod_ITF)
func (*QQuickRenderControl) ConnectNotifyDefault ¶
func (ptr *QQuickRenderControl) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QQuickRenderControl) ConnectRenderRequested ¶
func (ptr *QQuickRenderControl) ConnectRenderRequested(f func())
func (*QQuickRenderControl) ConnectRenderWindow ¶
func (ptr *QQuickRenderControl) ConnectRenderWindow(f func(offset *core.QPoint) *gui.QWindow)
func (*QQuickRenderControl) ConnectSceneChanged ¶
func (ptr *QQuickRenderControl) ConnectSceneChanged(f func())
func (*QQuickRenderControl) ConnectTimerEvent ¶
func (ptr *QQuickRenderControl) ConnectTimerEvent(f func(event *core.QTimerEvent))
func (*QQuickRenderControl) CustomEvent ¶
func (ptr *QQuickRenderControl) CustomEvent(event core.QEvent_ITF)
func (*QQuickRenderControl) CustomEventDefault ¶
func (ptr *QQuickRenderControl) CustomEventDefault(event core.QEvent_ITF)
func (*QQuickRenderControl) DeleteLater ¶
func (ptr *QQuickRenderControl) DeleteLater()
func (*QQuickRenderControl) DeleteLaterDefault ¶
func (ptr *QQuickRenderControl) DeleteLaterDefault()
func (*QQuickRenderControl) DestroyQQuickRenderControl ¶
func (ptr *QQuickRenderControl) DestroyQQuickRenderControl()
func (*QQuickRenderControl) DisconnectChildEvent ¶
func (ptr *QQuickRenderControl) DisconnectChildEvent()
func (*QQuickRenderControl) DisconnectConnectNotify ¶
func (ptr *QQuickRenderControl) DisconnectConnectNotify()
func (*QQuickRenderControl) DisconnectCustomEvent ¶
func (ptr *QQuickRenderControl) DisconnectCustomEvent()
func (*QQuickRenderControl) DisconnectDeleteLater ¶
func (ptr *QQuickRenderControl) DisconnectDeleteLater()
func (*QQuickRenderControl) DisconnectDisconnectNotify ¶
func (ptr *QQuickRenderControl) DisconnectDisconnectNotify()
func (*QQuickRenderControl) DisconnectEvent ¶
func (ptr *QQuickRenderControl) DisconnectEvent()
func (*QQuickRenderControl) DisconnectEventFilter ¶
func (ptr *QQuickRenderControl) DisconnectEventFilter()
func (*QQuickRenderControl) DisconnectMetaObject ¶
func (ptr *QQuickRenderControl) DisconnectMetaObject()
func (*QQuickRenderControl) DisconnectNotify ¶
func (ptr *QQuickRenderControl) DisconnectNotify(sign core.QMetaMethod_ITF)
func (*QQuickRenderControl) DisconnectNotifyDefault ¶
func (ptr *QQuickRenderControl) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QQuickRenderControl) DisconnectRenderRequested ¶
func (ptr *QQuickRenderControl) DisconnectRenderRequested()
func (*QQuickRenderControl) DisconnectRenderWindow ¶
func (ptr *QQuickRenderControl) DisconnectRenderWindow()
func (*QQuickRenderControl) DisconnectSceneChanged ¶
func (ptr *QQuickRenderControl) DisconnectSceneChanged()
func (*QQuickRenderControl) DisconnectTimerEvent ¶
func (ptr *QQuickRenderControl) DisconnectTimerEvent()
func (*QQuickRenderControl) Event ¶
func (ptr *QQuickRenderControl) Event(e core.QEvent_ITF) bool
func (*QQuickRenderControl) EventDefault ¶
func (ptr *QQuickRenderControl) EventDefault(e core.QEvent_ITF) bool
func (*QQuickRenderControl) EventFilter ¶
func (ptr *QQuickRenderControl) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QQuickRenderControl) EventFilterDefault ¶
func (ptr *QQuickRenderControl) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QQuickRenderControl) Grab ¶
func (ptr *QQuickRenderControl) Grab() *gui.QImage
func (*QQuickRenderControl) Initialize ¶
func (ptr *QQuickRenderControl) Initialize(gl gui.QOpenGLContext_ITF)
func (*QQuickRenderControl) Invalidate ¶
func (ptr *QQuickRenderControl) Invalidate()
func (*QQuickRenderControl) MetaObject ¶
func (ptr *QQuickRenderControl) MetaObject() *core.QMetaObject
func (*QQuickRenderControl) MetaObjectDefault ¶
func (ptr *QQuickRenderControl) MetaObjectDefault() *core.QMetaObject
func (*QQuickRenderControl) Pointer ¶
func (p *QQuickRenderControl) Pointer() unsafe.Pointer
func (*QQuickRenderControl) PolishItems ¶
func (ptr *QQuickRenderControl) PolishItems()
func (*QQuickRenderControl) PrepareThread ¶
func (ptr *QQuickRenderControl) PrepareThread(targetThread core.QThread_ITF)
func (*QQuickRenderControl) QQuickRenderControl_PTR ¶
func (p *QQuickRenderControl) QQuickRenderControl_PTR() *QQuickRenderControl
func (*QQuickRenderControl) Render ¶
func (ptr *QQuickRenderControl) Render()
func (*QQuickRenderControl) RenderRequested ¶
func (ptr *QQuickRenderControl) RenderRequested()
func (*QQuickRenderControl) RenderWindow ¶
func (ptr *QQuickRenderControl) RenderWindow(offset core.QPoint_ITF) *gui.QWindow
func (*QQuickRenderControl) RenderWindowDefault ¶
func (ptr *QQuickRenderControl) RenderWindowDefault(offset core.QPoint_ITF) *gui.QWindow
func (*QQuickRenderControl) RenderWindowFor ¶
func (ptr *QQuickRenderControl) RenderWindowFor(win QQuickWindow_ITF, offset core.QPoint_ITF) *gui.QWindow
func (*QQuickRenderControl) SceneChanged ¶
func (ptr *QQuickRenderControl) SceneChanged()
func (*QQuickRenderControl) SetPointer ¶
func (p *QQuickRenderControl) SetPointer(ptr unsafe.Pointer)
func (*QQuickRenderControl) Sync ¶
func (ptr *QQuickRenderControl) Sync() bool
func (*QQuickRenderControl) TimerEvent ¶
func (ptr *QQuickRenderControl) TimerEvent(event core.QTimerEvent_ITF)
func (*QQuickRenderControl) TimerEventDefault ¶
func (ptr *QQuickRenderControl) TimerEventDefault(event core.QTimerEvent_ITF)
type QQuickRenderControl_ITF ¶
type QQuickRenderControl_ITF interface { core.QObject_ITF QQuickRenderControl_PTR() *QQuickRenderControl }
type QQuickTextDocument ¶
func NewQQuickTextDocument ¶
func NewQQuickTextDocument(parent QQuickItem_ITF) *QQuickTextDocument
func NewQQuickTextDocumentFromPointer ¶
func NewQQuickTextDocumentFromPointer(ptr unsafe.Pointer) *QQuickTextDocument
func (*QQuickTextDocument) ChildEvent ¶
func (ptr *QQuickTextDocument) ChildEvent(event core.QChildEvent_ITF)
func (*QQuickTextDocument) ChildEventDefault ¶
func (ptr *QQuickTextDocument) ChildEventDefault(event core.QChildEvent_ITF)
func (*QQuickTextDocument) ConnectChildEvent ¶
func (ptr *QQuickTextDocument) ConnectChildEvent(f func(event *core.QChildEvent))
func (*QQuickTextDocument) ConnectConnectNotify ¶
func (ptr *QQuickTextDocument) ConnectConnectNotify(f func(sign *core.QMetaMethod))
func (*QQuickTextDocument) ConnectCustomEvent ¶
func (ptr *QQuickTextDocument) ConnectCustomEvent(f func(event *core.QEvent))
func (*QQuickTextDocument) ConnectDeleteLater ¶
func (ptr *QQuickTextDocument) ConnectDeleteLater(f func())
func (*QQuickTextDocument) ConnectDisconnectNotify ¶
func (ptr *QQuickTextDocument) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
func (*QQuickTextDocument) ConnectEvent ¶
func (ptr *QQuickTextDocument) ConnectEvent(f func(e *core.QEvent) bool)
func (*QQuickTextDocument) ConnectEventFilter ¶
func (*QQuickTextDocument) ConnectMetaObject ¶
func (ptr *QQuickTextDocument) ConnectMetaObject(f func() *core.QMetaObject)
func (*QQuickTextDocument) ConnectNotify ¶
func (ptr *QQuickTextDocument) ConnectNotify(sign core.QMetaMethod_ITF)
func (*QQuickTextDocument) ConnectNotifyDefault ¶
func (ptr *QQuickTextDocument) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QQuickTextDocument) ConnectTimerEvent ¶
func (ptr *QQuickTextDocument) ConnectTimerEvent(f func(event *core.QTimerEvent))
func (*QQuickTextDocument) CustomEvent ¶
func (ptr *QQuickTextDocument) CustomEvent(event core.QEvent_ITF)
func (*QQuickTextDocument) CustomEventDefault ¶
func (ptr *QQuickTextDocument) CustomEventDefault(event core.QEvent_ITF)
func (*QQuickTextDocument) DeleteLater ¶
func (ptr *QQuickTextDocument) DeleteLater()
func (*QQuickTextDocument) DeleteLaterDefault ¶
func (ptr *QQuickTextDocument) DeleteLaterDefault()
func (*QQuickTextDocument) DestroyQQuickTextDocument ¶
func (ptr *QQuickTextDocument) DestroyQQuickTextDocument()
func (*QQuickTextDocument) DisconnectChildEvent ¶
func (ptr *QQuickTextDocument) DisconnectChildEvent()
func (*QQuickTextDocument) DisconnectConnectNotify ¶
func (ptr *QQuickTextDocument) DisconnectConnectNotify()
func (*QQuickTextDocument) DisconnectCustomEvent ¶
func (ptr *QQuickTextDocument) DisconnectCustomEvent()
func (*QQuickTextDocument) DisconnectDeleteLater ¶
func (ptr *QQuickTextDocument) DisconnectDeleteLater()
func (*QQuickTextDocument) DisconnectDisconnectNotify ¶
func (ptr *QQuickTextDocument) DisconnectDisconnectNotify()
func (*QQuickTextDocument) DisconnectEvent ¶
func (ptr *QQuickTextDocument) DisconnectEvent()
func (*QQuickTextDocument) DisconnectEventFilter ¶
func (ptr *QQuickTextDocument) DisconnectEventFilter()
func (*QQuickTextDocument) DisconnectMetaObject ¶
func (ptr *QQuickTextDocument) DisconnectMetaObject()
func (*QQuickTextDocument) DisconnectNotify ¶
func (ptr *QQuickTextDocument) DisconnectNotify(sign core.QMetaMethod_ITF)
func (*QQuickTextDocument) DisconnectNotifyDefault ¶
func (ptr *QQuickTextDocument) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QQuickTextDocument) DisconnectTimerEvent ¶
func (ptr *QQuickTextDocument) DisconnectTimerEvent()
func (*QQuickTextDocument) Event ¶
func (ptr *QQuickTextDocument) Event(e core.QEvent_ITF) bool
func (*QQuickTextDocument) EventDefault ¶
func (ptr *QQuickTextDocument) EventDefault(e core.QEvent_ITF) bool
func (*QQuickTextDocument) EventFilter ¶
func (ptr *QQuickTextDocument) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QQuickTextDocument) EventFilterDefault ¶
func (ptr *QQuickTextDocument) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QQuickTextDocument) MetaObject ¶
func (ptr *QQuickTextDocument) MetaObject() *core.QMetaObject
func (*QQuickTextDocument) MetaObjectDefault ¶
func (ptr *QQuickTextDocument) MetaObjectDefault() *core.QMetaObject
func (*QQuickTextDocument) Pointer ¶
func (p *QQuickTextDocument) Pointer() unsafe.Pointer
func (*QQuickTextDocument) QQuickTextDocument_PTR ¶
func (p *QQuickTextDocument) QQuickTextDocument_PTR() *QQuickTextDocument
func (*QQuickTextDocument) SetPointer ¶
func (p *QQuickTextDocument) SetPointer(ptr unsafe.Pointer)
func (*QQuickTextDocument) TextDocument ¶
func (ptr *QQuickTextDocument) TextDocument() *gui.QTextDocument
func (*QQuickTextDocument) TimerEvent ¶
func (ptr *QQuickTextDocument) TimerEvent(event core.QTimerEvent_ITF)
func (*QQuickTextDocument) TimerEventDefault ¶
func (ptr *QQuickTextDocument) TimerEventDefault(event core.QTimerEvent_ITF)
type QQuickTextDocument_ITF ¶
type QQuickTextDocument_ITF interface { core.QObject_ITF QQuickTextDocument_PTR() *QQuickTextDocument }
type QQuickTextureFactory ¶
func NewQQuickTextureFactory ¶
func NewQQuickTextureFactory() *QQuickTextureFactory
func NewQQuickTextureFactoryFromPointer ¶
func NewQQuickTextureFactoryFromPointer(ptr unsafe.Pointer) *QQuickTextureFactory
func QQuickTextureFactory_TextureFactoryForImage ¶
func QQuickTextureFactory_TextureFactoryForImage(image gui.QImage_ITF) *QQuickTextureFactory
func (*QQuickTextureFactory) ChildEvent ¶
func (ptr *QQuickTextureFactory) ChildEvent(event core.QChildEvent_ITF)
func (*QQuickTextureFactory) ChildEventDefault ¶
func (ptr *QQuickTextureFactory) ChildEventDefault(event core.QChildEvent_ITF)
func (*QQuickTextureFactory) ConnectChildEvent ¶
func (ptr *QQuickTextureFactory) ConnectChildEvent(f func(event *core.QChildEvent))
func (*QQuickTextureFactory) ConnectConnectNotify ¶
func (ptr *QQuickTextureFactory) ConnectConnectNotify(f func(sign *core.QMetaMethod))
func (*QQuickTextureFactory) ConnectCreateTexture ¶
func (ptr *QQuickTextureFactory) ConnectCreateTexture(f func(window *QQuickWindow) *QSGTexture)
func (*QQuickTextureFactory) ConnectCustomEvent ¶
func (ptr *QQuickTextureFactory) ConnectCustomEvent(f func(event *core.QEvent))
func (*QQuickTextureFactory) ConnectDeleteLater ¶
func (ptr *QQuickTextureFactory) ConnectDeleteLater(f func())
func (*QQuickTextureFactory) ConnectDestroyQQuickTextureFactory ¶
func (ptr *QQuickTextureFactory) ConnectDestroyQQuickTextureFactory(f func())
func (*QQuickTextureFactory) ConnectDisconnectNotify ¶
func (ptr *QQuickTextureFactory) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
func (*QQuickTextureFactory) ConnectEvent ¶
func (ptr *QQuickTextureFactory) ConnectEvent(f func(e *core.QEvent) bool)
func (*QQuickTextureFactory) ConnectEventFilter ¶
func (*QQuickTextureFactory) ConnectImage ¶
func (ptr *QQuickTextureFactory) ConnectImage(f func() *gui.QImage)
func (*QQuickTextureFactory) ConnectMetaObject ¶
func (ptr *QQuickTextureFactory) ConnectMetaObject(f func() *core.QMetaObject)
func (*QQuickTextureFactory) ConnectNotify ¶
func (ptr *QQuickTextureFactory) ConnectNotify(sign core.QMetaMethod_ITF)
func (*QQuickTextureFactory) ConnectNotifyDefault ¶
func (ptr *QQuickTextureFactory) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QQuickTextureFactory) ConnectTextureByteCount ¶
func (ptr *QQuickTextureFactory) ConnectTextureByteCount(f func() int)
func (*QQuickTextureFactory) ConnectTextureSize ¶
func (ptr *QQuickTextureFactory) ConnectTextureSize(f func() *core.QSize)
func (*QQuickTextureFactory) ConnectTimerEvent ¶
func (ptr *QQuickTextureFactory) ConnectTimerEvent(f func(event *core.QTimerEvent))
func (*QQuickTextureFactory) CreateTexture ¶
func (ptr *QQuickTextureFactory) CreateTexture(window QQuickWindow_ITF) *QSGTexture
func (*QQuickTextureFactory) CustomEvent ¶
func (ptr *QQuickTextureFactory) CustomEvent(event core.QEvent_ITF)
func (*QQuickTextureFactory) CustomEventDefault ¶
func (ptr *QQuickTextureFactory) CustomEventDefault(event core.QEvent_ITF)
func (*QQuickTextureFactory) DeleteLater ¶
func (ptr *QQuickTextureFactory) DeleteLater()
func (*QQuickTextureFactory) DeleteLaterDefault ¶
func (ptr *QQuickTextureFactory) DeleteLaterDefault()
func (*QQuickTextureFactory) DestroyQQuickTextureFactory ¶
func (ptr *QQuickTextureFactory) DestroyQQuickTextureFactory()
func (*QQuickTextureFactory) DestroyQQuickTextureFactoryDefault ¶
func (ptr *QQuickTextureFactory) DestroyQQuickTextureFactoryDefault()
func (*QQuickTextureFactory) DisconnectChildEvent ¶
func (ptr *QQuickTextureFactory) DisconnectChildEvent()
func (*QQuickTextureFactory) DisconnectConnectNotify ¶
func (ptr *QQuickTextureFactory) DisconnectConnectNotify()
func (*QQuickTextureFactory) DisconnectCreateTexture ¶
func (ptr *QQuickTextureFactory) DisconnectCreateTexture(window QQuickWindow_ITF)
func (*QQuickTextureFactory) DisconnectCustomEvent ¶
func (ptr *QQuickTextureFactory) DisconnectCustomEvent()
func (*QQuickTextureFactory) DisconnectDeleteLater ¶
func (ptr *QQuickTextureFactory) DisconnectDeleteLater()
func (*QQuickTextureFactory) DisconnectDestroyQQuickTextureFactory ¶
func (ptr *QQuickTextureFactory) DisconnectDestroyQQuickTextureFactory()
func (*QQuickTextureFactory) DisconnectDisconnectNotify ¶
func (ptr *QQuickTextureFactory) DisconnectDisconnectNotify()
func (*QQuickTextureFactory) DisconnectEvent ¶
func (ptr *QQuickTextureFactory) DisconnectEvent()
func (*QQuickTextureFactory) DisconnectEventFilter ¶
func (ptr *QQuickTextureFactory) DisconnectEventFilter()
func (*QQuickTextureFactory) DisconnectImage ¶
func (ptr *QQuickTextureFactory) DisconnectImage()
func (*QQuickTextureFactory) DisconnectMetaObject ¶
func (ptr *QQuickTextureFactory) DisconnectMetaObject()
func (*QQuickTextureFactory) DisconnectNotify ¶
func (ptr *QQuickTextureFactory) DisconnectNotify(sign core.QMetaMethod_ITF)
func (*QQuickTextureFactory) DisconnectNotifyDefault ¶
func (ptr *QQuickTextureFactory) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QQuickTextureFactory) DisconnectTextureByteCount ¶
func (ptr *QQuickTextureFactory) DisconnectTextureByteCount()
func (*QQuickTextureFactory) DisconnectTextureSize ¶
func (ptr *QQuickTextureFactory) DisconnectTextureSize()
func (*QQuickTextureFactory) DisconnectTimerEvent ¶
func (ptr *QQuickTextureFactory) DisconnectTimerEvent()
func (*QQuickTextureFactory) Event ¶
func (ptr *QQuickTextureFactory) Event(e core.QEvent_ITF) bool
func (*QQuickTextureFactory) EventDefault ¶
func (ptr *QQuickTextureFactory) EventDefault(e core.QEvent_ITF) bool
func (*QQuickTextureFactory) EventFilter ¶
func (ptr *QQuickTextureFactory) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QQuickTextureFactory) EventFilterDefault ¶
func (ptr *QQuickTextureFactory) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QQuickTextureFactory) Image ¶
func (ptr *QQuickTextureFactory) Image() *gui.QImage
func (*QQuickTextureFactory) ImageDefault ¶
func (ptr *QQuickTextureFactory) ImageDefault() *gui.QImage
func (*QQuickTextureFactory) MetaObject ¶
func (ptr *QQuickTextureFactory) MetaObject() *core.QMetaObject
func (*QQuickTextureFactory) MetaObjectDefault ¶
func (ptr *QQuickTextureFactory) MetaObjectDefault() *core.QMetaObject
func (*QQuickTextureFactory) Pointer ¶
func (p *QQuickTextureFactory) Pointer() unsafe.Pointer
func (*QQuickTextureFactory) QQuickTextureFactory_PTR ¶
func (p *QQuickTextureFactory) QQuickTextureFactory_PTR() *QQuickTextureFactory
func (*QQuickTextureFactory) SetPointer ¶
func (p *QQuickTextureFactory) SetPointer(ptr unsafe.Pointer)
func (*QQuickTextureFactory) TextureByteCount ¶
func (ptr *QQuickTextureFactory) TextureByteCount() int
func (*QQuickTextureFactory) TextureFactoryForImage ¶
func (ptr *QQuickTextureFactory) TextureFactoryForImage(image gui.QImage_ITF) *QQuickTextureFactory
func (*QQuickTextureFactory) TextureSize ¶
func (ptr *QQuickTextureFactory) TextureSize() *core.QSize
func (*QQuickTextureFactory) TimerEvent ¶
func (ptr *QQuickTextureFactory) TimerEvent(event core.QTimerEvent_ITF)
func (*QQuickTextureFactory) TimerEventDefault ¶
func (ptr *QQuickTextureFactory) TimerEventDefault(event core.QTimerEvent_ITF)
type QQuickTextureFactory_ITF ¶
type QQuickTextureFactory_ITF interface { core.QObject_ITF QQuickTextureFactory_PTR() *QQuickTextureFactory }
type QQuickView ¶
type QQuickView struct {
QQuickWindow
}
func NewQQuickView ¶
func NewQQuickView(parent gui.QWindow_ITF) *QQuickView
func NewQQuickView2 ¶
func NewQQuickView2(engine qml.QQmlEngine_ITF, parent gui.QWindow_ITF) *QQuickView
func NewQQuickView3 ¶
func NewQQuickView3(source core.QUrl_ITF, parent gui.QWindow_ITF) *QQuickView
func NewQQuickViewFromPointer ¶
func NewQQuickViewFromPointer(ptr unsafe.Pointer) *QQuickView
func (*QQuickView) Alert ¶
func (ptr *QQuickView) Alert(msec int)
func (*QQuickView) AlertDefault ¶
func (ptr *QQuickView) AlertDefault(msec int)
func (*QQuickView) ChildEvent ¶
func (ptr *QQuickView) ChildEvent(event core.QChildEvent_ITF)
func (*QQuickView) ChildEventDefault ¶
func (ptr *QQuickView) ChildEventDefault(event core.QChildEvent_ITF)
func (*QQuickView) Close ¶
func (ptr *QQuickView) Close() bool
func (*QQuickView) CloseDefault ¶
func (ptr *QQuickView) CloseDefault() bool
func (*QQuickView) ConnectAlert ¶
func (ptr *QQuickView) ConnectAlert(f func(msec int))
func (*QQuickView) ConnectChildEvent ¶
func (ptr *QQuickView) ConnectChildEvent(f func(event *core.QChildEvent))
func (*QQuickView) ConnectClose ¶
func (ptr *QQuickView) ConnectClose(f func() bool)
func (*QQuickView) ConnectConnectNotify ¶
func (ptr *QQuickView) ConnectConnectNotify(f func(sign *core.QMetaMethod))
func (*QQuickView) ConnectCustomEvent ¶
func (ptr *QQuickView) ConnectCustomEvent(f func(event *core.QEvent))
func (*QQuickView) ConnectDeleteLater ¶
func (ptr *QQuickView) ConnectDeleteLater(f func())
func (*QQuickView) ConnectDestroyQQuickView ¶
func (ptr *QQuickView) ConnectDestroyQQuickView(f func())
func (*QQuickView) ConnectDisconnectNotify ¶
func (ptr *QQuickView) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
func (*QQuickView) ConnectEventFilter ¶
func (*QQuickView) ConnectFocusObject ¶
func (ptr *QQuickView) ConnectFocusObject(f func() *core.QObject)
func (*QQuickView) ConnectFormat ¶
func (ptr *QQuickView) ConnectFormat(f func() *gui.QSurfaceFormat)
func (*QQuickView) ConnectHide ¶
func (ptr *QQuickView) ConnectHide(f func())
func (*QQuickView) ConnectLower ¶
func (ptr *QQuickView) ConnectLower(f func())
func (*QQuickView) ConnectMetaObject ¶
func (ptr *QQuickView) ConnectMetaObject(f func() *core.QMetaObject)
func (*QQuickView) ConnectMoveEvent ¶
func (ptr *QQuickView) ConnectMoveEvent(f func(ev *gui.QMoveEvent))
func (*QQuickView) ConnectNativeEvent ¶
func (ptr *QQuickView) ConnectNativeEvent(f func(eventType *core.QByteArray, message unsafe.Pointer, result int) bool)
func (*QQuickView) ConnectNotify ¶
func (ptr *QQuickView) ConnectNotify(sign core.QMetaMethod_ITF)
func (*QQuickView) ConnectNotifyDefault ¶
func (ptr *QQuickView) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QQuickView) ConnectRaise ¶
func (ptr *QQuickView) ConnectRaise(f func())
func (*QQuickView) ConnectReleaseResources ¶
func (ptr *QQuickView) ConnectReleaseResources(f func())
func (*QQuickView) ConnectRequestActivate ¶
func (ptr *QQuickView) ConnectRequestActivate(f func())
func (*QQuickView) ConnectRequestUpdate ¶
func (ptr *QQuickView) ConnectRequestUpdate(f func())
func (*QQuickView) ConnectSetHeight ¶
func (ptr *QQuickView) ConnectSetHeight(f func(arg int))
func (*QQuickView) ConnectSetMaximumHeight ¶
func (ptr *QQuickView) ConnectSetMaximumHeight(f func(h int))
func (*QQuickView) ConnectSetMaximumWidth ¶
func (ptr *QQuickView) ConnectSetMaximumWidth(f func(w int))
func (*QQuickView) ConnectSetMinimumHeight ¶
func (ptr *QQuickView) ConnectSetMinimumHeight(f func(h int))
func (*QQuickView) ConnectSetMinimumWidth ¶
func (ptr *QQuickView) ConnectSetMinimumWidth(f func(w int))
func (*QQuickView) ConnectSetSource ¶
func (ptr *QQuickView) ConnectSetSource(f func(url *core.QUrl))
func (*QQuickView) ConnectSetTitle ¶
func (ptr *QQuickView) ConnectSetTitle(f func(vqs string))
func (*QQuickView) ConnectSetVisible ¶
func (ptr *QQuickView) ConnectSetVisible(f func(visible bool))
func (*QQuickView) ConnectSetWidth ¶
func (ptr *QQuickView) ConnectSetWidth(f func(arg int))
func (*QQuickView) ConnectSetX ¶
func (ptr *QQuickView) ConnectSetX(f func(arg int))
func (*QQuickView) ConnectSetY ¶
func (ptr *QQuickView) ConnectSetY(f func(arg int))
func (*QQuickView) ConnectShow ¶
func (ptr *QQuickView) ConnectShow(f func())
func (*QQuickView) ConnectShowFullScreen ¶
func (ptr *QQuickView) ConnectShowFullScreen(f func())
func (*QQuickView) ConnectShowMaximized ¶
func (ptr *QQuickView) ConnectShowMaximized(f func())
func (*QQuickView) ConnectShowMinimized ¶
func (ptr *QQuickView) ConnectShowMinimized(f func())
func (*QQuickView) ConnectShowNormal ¶
func (ptr *QQuickView) ConnectShowNormal(f func())
func (*QQuickView) ConnectSize ¶
func (ptr *QQuickView) ConnectSize(f func() *core.QSize)
func (*QQuickView) ConnectStatusChanged ¶
func (ptr *QQuickView) ConnectStatusChanged(f func(status QQuickView__Status))
func (*QQuickView) ConnectSurfaceType ¶
func (ptr *QQuickView) ConnectSurfaceType(f func() gui.QSurface__SurfaceType)
func (*QQuickView) ConnectTabletEvent ¶
func (ptr *QQuickView) ConnectTabletEvent(f func(ev *gui.QTabletEvent))
func (*QQuickView) ConnectTimerEvent ¶
func (ptr *QQuickView) ConnectTimerEvent(f func(event *core.QTimerEvent))
func (*QQuickView) ConnectTouchEvent ¶
func (ptr *QQuickView) ConnectTouchEvent(f func(ev *gui.QTouchEvent))
func (*QQuickView) ConnectUpdate ¶
func (ptr *QQuickView) ConnectUpdate(f func())
func (*QQuickView) CustomEvent ¶
func (ptr *QQuickView) CustomEvent(event core.QEvent_ITF)
func (*QQuickView) CustomEventDefault ¶
func (ptr *QQuickView) CustomEventDefault(event core.QEvent_ITF)
func (*QQuickView) DeleteLater ¶
func (ptr *QQuickView) DeleteLater()
func (*QQuickView) DeleteLaterDefault ¶
func (ptr *QQuickView) DeleteLaterDefault()
func (*QQuickView) DestroyQQuickView ¶
func (ptr *QQuickView) DestroyQQuickView()
func (*QQuickView) DestroyQQuickViewDefault ¶
func (ptr *QQuickView) DestroyQQuickViewDefault()
func (*QQuickView) DisconnectAlert ¶
func (ptr *QQuickView) DisconnectAlert()
func (*QQuickView) DisconnectChildEvent ¶
func (ptr *QQuickView) DisconnectChildEvent()
func (*QQuickView) DisconnectClose ¶
func (ptr *QQuickView) DisconnectClose()
func (*QQuickView) DisconnectConnectNotify ¶
func (ptr *QQuickView) DisconnectConnectNotify()
func (*QQuickView) DisconnectCustomEvent ¶
func (ptr *QQuickView) DisconnectCustomEvent()
func (*QQuickView) DisconnectDeleteLater ¶
func (ptr *QQuickView) DisconnectDeleteLater()
func (*QQuickView) DisconnectDestroyQQuickView ¶
func (ptr *QQuickView) DisconnectDestroyQQuickView()
func (*QQuickView) DisconnectDisconnectNotify ¶
func (ptr *QQuickView) DisconnectDisconnectNotify()
func (*QQuickView) DisconnectEventFilter ¶
func (ptr *QQuickView) DisconnectEventFilter()
func (*QQuickView) DisconnectFocusObject ¶
func (ptr *QQuickView) DisconnectFocusObject()
func (*QQuickView) DisconnectFormat ¶
func (ptr *QQuickView) DisconnectFormat()
func (*QQuickView) DisconnectHide ¶
func (ptr *QQuickView) DisconnectHide()
func (*QQuickView) DisconnectLower ¶
func (ptr *QQuickView) DisconnectLower()
func (*QQuickView) DisconnectMetaObject ¶
func (ptr *QQuickView) DisconnectMetaObject()
func (*QQuickView) DisconnectMoveEvent ¶
func (ptr *QQuickView) DisconnectMoveEvent()
func (*QQuickView) DisconnectNativeEvent ¶
func (ptr *QQuickView) DisconnectNativeEvent()
func (*QQuickView) DisconnectNotify ¶
func (ptr *QQuickView) DisconnectNotify(sign core.QMetaMethod_ITF)
func (*QQuickView) DisconnectNotifyDefault ¶
func (ptr *QQuickView) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QQuickView) DisconnectRaise ¶
func (ptr *QQuickView) DisconnectRaise()
func (*QQuickView) DisconnectReleaseResources ¶
func (ptr *QQuickView) DisconnectReleaseResources()
func (*QQuickView) DisconnectRequestActivate ¶
func (ptr *QQuickView) DisconnectRequestActivate()
func (*QQuickView) DisconnectRequestUpdate ¶
func (ptr *QQuickView) DisconnectRequestUpdate()
func (*QQuickView) DisconnectSetHeight ¶
func (ptr *QQuickView) DisconnectSetHeight()
func (*QQuickView) DisconnectSetMaximumHeight ¶
func (ptr *QQuickView) DisconnectSetMaximumHeight()
func (*QQuickView) DisconnectSetMaximumWidth ¶
func (ptr *QQuickView) DisconnectSetMaximumWidth()
func (*QQuickView) DisconnectSetMinimumHeight ¶
func (ptr *QQuickView) DisconnectSetMinimumHeight()
func (*QQuickView) DisconnectSetMinimumWidth ¶
func (ptr *QQuickView) DisconnectSetMinimumWidth()
func (*QQuickView) DisconnectSetSource ¶
func (ptr *QQuickView) DisconnectSetSource(url core.QUrl_ITF)
func (*QQuickView) DisconnectSetTitle ¶
func (ptr *QQuickView) DisconnectSetTitle()
func (*QQuickView) DisconnectSetVisible ¶
func (ptr *QQuickView) DisconnectSetVisible()
func (*QQuickView) DisconnectSetWidth ¶
func (ptr *QQuickView) DisconnectSetWidth()
func (*QQuickView) DisconnectSetX ¶
func (ptr *QQuickView) DisconnectSetX()
func (*QQuickView) DisconnectSetY ¶
func (ptr *QQuickView) DisconnectSetY()
func (*QQuickView) DisconnectShow ¶
func (ptr *QQuickView) DisconnectShow()
func (*QQuickView) DisconnectShowFullScreen ¶
func (ptr *QQuickView) DisconnectShowFullScreen()
func (*QQuickView) DisconnectShowMaximized ¶
func (ptr *QQuickView) DisconnectShowMaximized()
func (*QQuickView) DisconnectShowMinimized ¶
func (ptr *QQuickView) DisconnectShowMinimized()
func (*QQuickView) DisconnectShowNormal ¶
func (ptr *QQuickView) DisconnectShowNormal()
func (*QQuickView) DisconnectSize ¶
func (ptr *QQuickView) DisconnectSize()
func (*QQuickView) DisconnectStatusChanged ¶
func (ptr *QQuickView) DisconnectStatusChanged()
func (*QQuickView) DisconnectSurfaceType ¶
func (ptr *QQuickView) DisconnectSurfaceType()
func (*QQuickView) DisconnectTabletEvent ¶
func (ptr *QQuickView) DisconnectTabletEvent()
func (*QQuickView) DisconnectTimerEvent ¶
func (ptr *QQuickView) DisconnectTimerEvent()
func (*QQuickView) DisconnectTouchEvent ¶
func (ptr *QQuickView) DisconnectTouchEvent()
func (*QQuickView) DisconnectUpdate ¶
func (ptr *QQuickView) DisconnectUpdate()
func (*QQuickView) Engine ¶
func (ptr *QQuickView) Engine() *qml.QQmlEngine
func (*QQuickView) Errors ¶
func (ptr *QQuickView) Errors() []*qml.QQmlError
func (*QQuickView) EventFilter ¶
func (ptr *QQuickView) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QQuickView) EventFilterDefault ¶
func (ptr *QQuickView) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QQuickView) FocusObject ¶
func (ptr *QQuickView) FocusObject() *core.QObject
func (*QQuickView) FocusObjectDefault ¶
func (ptr *QQuickView) FocusObjectDefault() *core.QObject
func (*QQuickView) Format ¶
func (ptr *QQuickView) Format() *gui.QSurfaceFormat
func (*QQuickView) FormatDefault ¶
func (ptr *QQuickView) FormatDefault() *gui.QSurfaceFormat
func (*QQuickView) Hide ¶
func (ptr *QQuickView) Hide()
func (*QQuickView) HideDefault ¶
func (ptr *QQuickView) HideDefault()
func (*QQuickView) InitialSize ¶
func (ptr *QQuickView) InitialSize() *core.QSize
func (*QQuickView) KeyPressEvent ¶
func (ptr *QQuickView) KeyPressEvent(e gui.QKeyEvent_ITF)
func (*QQuickView) KeyReleaseEvent ¶
func (ptr *QQuickView) KeyReleaseEvent(e gui.QKeyEvent_ITF)
func (*QQuickView) Lower ¶
func (ptr *QQuickView) Lower()
func (*QQuickView) LowerDefault ¶
func (ptr *QQuickView) LowerDefault()
func (*QQuickView) MetaObject ¶
func (ptr *QQuickView) MetaObject() *core.QMetaObject
func (*QQuickView) MetaObjectDefault ¶
func (ptr *QQuickView) MetaObjectDefault() *core.QMetaObject
func (*QQuickView) MouseMoveEvent ¶
func (ptr *QQuickView) MouseMoveEvent(e gui.QMouseEvent_ITF)
func (*QQuickView) MousePressEvent ¶
func (ptr *QQuickView) MousePressEvent(e gui.QMouseEvent_ITF)
func (*QQuickView) MouseReleaseEvent ¶
func (ptr *QQuickView) MouseReleaseEvent(e gui.QMouseEvent_ITF)
func (*QQuickView) MoveEvent ¶
func (ptr *QQuickView) MoveEvent(ev gui.QMoveEvent_ITF)
func (*QQuickView) MoveEventDefault ¶
func (ptr *QQuickView) MoveEventDefault(ev gui.QMoveEvent_ITF)
func (*QQuickView) NativeEvent ¶
func (ptr *QQuickView) NativeEvent(eventType core.QByteArray_ITF, message unsafe.Pointer, result int) bool
func (*QQuickView) NativeEventDefault ¶
func (ptr *QQuickView) NativeEventDefault(eventType core.QByteArray_ITF, message unsafe.Pointer, result int) bool
func (*QQuickView) Pointer ¶
func (p *QQuickView) Pointer() unsafe.Pointer
func (*QQuickView) QQuickView_PTR ¶
func (p *QQuickView) QQuickView_PTR() *QQuickView
func (*QQuickView) Raise ¶
func (ptr *QQuickView) Raise()
func (*QQuickView) RaiseDefault ¶
func (ptr *QQuickView) RaiseDefault()
func (*QQuickView) ReleaseResources ¶
func (ptr *QQuickView) ReleaseResources()
func (*QQuickView) ReleaseResourcesDefault ¶
func (ptr *QQuickView) ReleaseResourcesDefault()
func (*QQuickView) RequestActivate ¶
func (ptr *QQuickView) RequestActivate()
func (*QQuickView) RequestActivateDefault ¶
func (ptr *QQuickView) RequestActivateDefault()
func (*QQuickView) RequestUpdate ¶
func (ptr *QQuickView) RequestUpdate()
func (*QQuickView) RequestUpdateDefault ¶
func (ptr *QQuickView) RequestUpdateDefault()
func (*QQuickView) ResizeMode ¶
func (ptr *QQuickView) ResizeMode() QQuickView__ResizeMode
func (*QQuickView) RootContext ¶
func (ptr *QQuickView) RootContext() *qml.QQmlContext
func (*QQuickView) RootObject ¶
func (ptr *QQuickView) RootObject() *QQuickItem
func (*QQuickView) SetHeight ¶
func (ptr *QQuickView) SetHeight(arg int)
func (*QQuickView) SetHeightDefault ¶
func (ptr *QQuickView) SetHeightDefault(arg int)
func (*QQuickView) SetMaximumHeight ¶
func (ptr *QQuickView) SetMaximumHeight(h int)
func (*QQuickView) SetMaximumHeightDefault ¶
func (ptr *QQuickView) SetMaximumHeightDefault(h int)
func (*QQuickView) SetMaximumWidth ¶
func (ptr *QQuickView) SetMaximumWidth(w int)
func (*QQuickView) SetMaximumWidthDefault ¶
func (ptr *QQuickView) SetMaximumWidthDefault(w int)
func (*QQuickView) SetMinimumHeight ¶
func (ptr *QQuickView) SetMinimumHeight(h int)
func (*QQuickView) SetMinimumHeightDefault ¶
func (ptr *QQuickView) SetMinimumHeightDefault(h int)
func (*QQuickView) SetMinimumWidth ¶
func (ptr *QQuickView) SetMinimumWidth(w int)
func (*QQuickView) SetMinimumWidthDefault ¶
func (ptr *QQuickView) SetMinimumWidthDefault(w int)
func (*QQuickView) SetPointer ¶
func (p *QQuickView) SetPointer(ptr unsafe.Pointer)
func (*QQuickView) SetResizeMode ¶
func (ptr *QQuickView) SetResizeMode(vre QQuickView__ResizeMode)
func (*QQuickView) SetSource ¶
func (ptr *QQuickView) SetSource(url core.QUrl_ITF)
func (*QQuickView) SetTitle ¶
func (ptr *QQuickView) SetTitle(vqs string)
func (*QQuickView) SetTitleDefault ¶
func (ptr *QQuickView) SetTitleDefault(vqs string)
func (*QQuickView) SetVisible ¶
func (ptr *QQuickView) SetVisible(visible bool)
func (*QQuickView) SetVisibleDefault ¶
func (ptr *QQuickView) SetVisibleDefault(visible bool)
func (*QQuickView) SetWidth ¶
func (ptr *QQuickView) SetWidth(arg int)
func (*QQuickView) SetWidthDefault ¶
func (ptr *QQuickView) SetWidthDefault(arg int)
func (*QQuickView) SetX ¶
func (ptr *QQuickView) SetX(arg int)
func (*QQuickView) SetXDefault ¶
func (ptr *QQuickView) SetXDefault(arg int)
func (*QQuickView) SetY ¶
func (ptr *QQuickView) SetY(arg int)
func (*QQuickView) SetYDefault ¶
func (ptr *QQuickView) SetYDefault(arg int)
func (*QQuickView) Show ¶
func (ptr *QQuickView) Show()
func (*QQuickView) ShowDefault ¶
func (ptr *QQuickView) ShowDefault()
func (*QQuickView) ShowFullScreen ¶
func (ptr *QQuickView) ShowFullScreen()
func (*QQuickView) ShowFullScreenDefault ¶
func (ptr *QQuickView) ShowFullScreenDefault()
func (*QQuickView) ShowMaximized ¶
func (ptr *QQuickView) ShowMaximized()
func (*QQuickView) ShowMaximizedDefault ¶
func (ptr *QQuickView) ShowMaximizedDefault()
func (*QQuickView) ShowMinimized ¶
func (ptr *QQuickView) ShowMinimized()
func (*QQuickView) ShowMinimizedDefault ¶
func (ptr *QQuickView) ShowMinimizedDefault()
func (*QQuickView) ShowNormal ¶
func (ptr *QQuickView) ShowNormal()
func (*QQuickView) ShowNormalDefault ¶
func (ptr *QQuickView) ShowNormalDefault()
func (*QQuickView) Size ¶
func (ptr *QQuickView) Size() *core.QSize
func (*QQuickView) SizeDefault ¶
func (ptr *QQuickView) SizeDefault() *core.QSize
func (*QQuickView) Source ¶
func (ptr *QQuickView) Source() *core.QUrl
func (*QQuickView) Status ¶
func (ptr *QQuickView) Status() QQuickView__Status
func (*QQuickView) StatusChanged ¶
func (ptr *QQuickView) StatusChanged(status QQuickView__Status)
func (*QQuickView) SurfaceType ¶
func (ptr *QQuickView) SurfaceType() gui.QSurface__SurfaceType
func (*QQuickView) SurfaceTypeDefault ¶
func (ptr *QQuickView) SurfaceTypeDefault() gui.QSurface__SurfaceType
func (*QQuickView) TabletEvent ¶
func (ptr *QQuickView) TabletEvent(ev gui.QTabletEvent_ITF)
func (*QQuickView) TabletEventDefault ¶
func (ptr *QQuickView) TabletEventDefault(ev gui.QTabletEvent_ITF)
func (*QQuickView) TimerEvent ¶
func (ptr *QQuickView) TimerEvent(event core.QTimerEvent_ITF)
func (*QQuickView) TimerEventDefault ¶
func (ptr *QQuickView) TimerEventDefault(event core.QTimerEvent_ITF)
func (*QQuickView) TouchEvent ¶
func (ptr *QQuickView) TouchEvent(ev gui.QTouchEvent_ITF)
func (*QQuickView) TouchEventDefault ¶
func (ptr *QQuickView) TouchEventDefault(ev gui.QTouchEvent_ITF)
func (*QQuickView) Update ¶
func (ptr *QQuickView) Update()
func (*QQuickView) UpdateDefault ¶
func (ptr *QQuickView) UpdateDefault()
type QQuickView_ITF ¶
type QQuickView_ITF interface { QQuickWindow_ITF QQuickView_PTR() *QQuickView }
type QQuickWidget ¶
func NewQQuickWidget ¶
func NewQQuickWidget(parent widgets.QWidget_ITF) *QQuickWidget
func NewQQuickWidget2 ¶
func NewQQuickWidget2(engine qml.QQmlEngine_ITF, parent widgets.QWidget_ITF) *QQuickWidget
func NewQQuickWidget3 ¶
func NewQQuickWidget3(source core.QUrl_ITF, parent widgets.QWidget_ITF) *QQuickWidget
func NewQQuickWidgetFromPointer ¶
func NewQQuickWidgetFromPointer(ptr unsafe.Pointer) *QQuickWidget
func (*QQuickWidget) ActionEvent ¶
func (ptr *QQuickWidget) ActionEvent(event gui.QActionEvent_ITF)
func (*QQuickWidget) ActionEventDefault ¶
func (ptr *QQuickWidget) ActionEventDefault(event gui.QActionEvent_ITF)
func (*QQuickWidget) ChangeEvent ¶
func (ptr *QQuickWidget) ChangeEvent(event core.QEvent_ITF)
func (*QQuickWidget) ChangeEventDefault ¶
func (ptr *QQuickWidget) ChangeEventDefault(event core.QEvent_ITF)
func (*QQuickWidget) ChildEvent ¶
func (ptr *QQuickWidget) ChildEvent(event core.QChildEvent_ITF)
func (*QQuickWidget) ChildEventDefault ¶
func (ptr *QQuickWidget) ChildEventDefault(event core.QChildEvent_ITF)
func (*QQuickWidget) Close ¶
func (ptr *QQuickWidget) Close() bool
func (*QQuickWidget) CloseDefault ¶
func (ptr *QQuickWidget) CloseDefault() bool
func (*QQuickWidget) CloseEvent ¶
func (ptr *QQuickWidget) CloseEvent(event gui.QCloseEvent_ITF)
func (*QQuickWidget) CloseEventDefault ¶
func (ptr *QQuickWidget) CloseEventDefault(event gui.QCloseEvent_ITF)
func (*QQuickWidget) ConnectActionEvent ¶
func (ptr *QQuickWidget) ConnectActionEvent(f func(event *gui.QActionEvent))
func (*QQuickWidget) ConnectChangeEvent ¶
func (ptr *QQuickWidget) ConnectChangeEvent(f func(event *core.QEvent))
func (*QQuickWidget) ConnectChildEvent ¶
func (ptr *QQuickWidget) ConnectChildEvent(f func(event *core.QChildEvent))
func (*QQuickWidget) ConnectClose ¶
func (ptr *QQuickWidget) ConnectClose(f func() bool)
func (*QQuickWidget) ConnectCloseEvent ¶
func (ptr *QQuickWidget) ConnectCloseEvent(f func(event *gui.QCloseEvent))
func (*QQuickWidget) ConnectConnectNotify ¶
func (ptr *QQuickWidget) ConnectConnectNotify(f func(sign *core.QMetaMethod))
func (*QQuickWidget) ConnectContextMenuEvent ¶
func (ptr *QQuickWidget) ConnectContextMenuEvent(f func(event *gui.QContextMenuEvent))
func (*QQuickWidget) ConnectCustomEvent ¶
func (ptr *QQuickWidget) ConnectCustomEvent(f func(event *core.QEvent))
func (*QQuickWidget) ConnectDeleteLater ¶
func (ptr *QQuickWidget) ConnectDeleteLater(f func())
func (*QQuickWidget) ConnectDestroyQQuickWidget ¶
func (ptr *QQuickWidget) ConnectDestroyQQuickWidget(f func())
func (*QQuickWidget) ConnectDisconnectNotify ¶
func (ptr *QQuickWidget) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
func (*QQuickWidget) ConnectDragEnterEvent ¶
func (ptr *QQuickWidget) ConnectDragEnterEvent(f func(e *gui.QDragEnterEvent))
func (*QQuickWidget) ConnectDragLeaveEvent ¶
func (ptr *QQuickWidget) ConnectDragLeaveEvent(f func(e *gui.QDragLeaveEvent))
func (*QQuickWidget) ConnectDragMoveEvent ¶
func (ptr *QQuickWidget) ConnectDragMoveEvent(f func(e *gui.QDragMoveEvent))
func (*QQuickWidget) ConnectDropEvent ¶
func (ptr *QQuickWidget) ConnectDropEvent(f func(e *gui.QDropEvent))
func (*QQuickWidget) ConnectEnterEvent ¶
func (ptr *QQuickWidget) ConnectEnterEvent(f func(event *core.QEvent))
func (*QQuickWidget) ConnectEventFilter ¶
func (*QQuickWidget) ConnectFocusInEvent ¶
func (ptr *QQuickWidget) ConnectFocusInEvent(f func(event *gui.QFocusEvent))
func (*QQuickWidget) ConnectFocusNextPrevChild ¶
func (ptr *QQuickWidget) ConnectFocusNextPrevChild(f func(next bool) bool)
func (*QQuickWidget) ConnectFocusOutEvent ¶
func (ptr *QQuickWidget) ConnectFocusOutEvent(f func(event *gui.QFocusEvent))
func (*QQuickWidget) ConnectHasHeightForWidth ¶
func (ptr *QQuickWidget) ConnectHasHeightForWidth(f func() bool)
func (*QQuickWidget) ConnectHeightForWidth ¶
func (ptr *QQuickWidget) ConnectHeightForWidth(f func(w int) int)
func (*QQuickWidget) ConnectHide ¶
func (ptr *QQuickWidget) ConnectHide(f func())
func (*QQuickWidget) ConnectHideEvent ¶
func (ptr *QQuickWidget) ConnectHideEvent(f func(vqh *gui.QHideEvent))
func (*QQuickWidget) ConnectInputMethodEvent ¶
func (ptr *QQuickWidget) ConnectInputMethodEvent(f func(event *gui.QInputMethodEvent))
func (*QQuickWidget) ConnectInputMethodQuery ¶
func (ptr *QQuickWidget) ConnectInputMethodQuery(f func(query core.Qt__InputMethodQuery) *core.QVariant)
func (*QQuickWidget) ConnectKeyPressEvent ¶
func (ptr *QQuickWidget) ConnectKeyPressEvent(f func(e *gui.QKeyEvent))
func (*QQuickWidget) ConnectKeyReleaseEvent ¶
func (ptr *QQuickWidget) ConnectKeyReleaseEvent(f func(e *gui.QKeyEvent))
func (*QQuickWidget) ConnectLeaveEvent ¶
func (ptr *QQuickWidget) ConnectLeaveEvent(f func(event *core.QEvent))
func (*QQuickWidget) ConnectLower ¶
func (ptr *QQuickWidget) ConnectLower(f func())
func (*QQuickWidget) ConnectMetaObject ¶
func (ptr *QQuickWidget) ConnectMetaObject(f func() *core.QMetaObject)
func (*QQuickWidget) ConnectMinimumSizeHint ¶
func (ptr *QQuickWidget) ConnectMinimumSizeHint(f func() *core.QSize)
func (*QQuickWidget) ConnectMouseDoubleClickEvent ¶
func (ptr *QQuickWidget) ConnectMouseDoubleClickEvent(f func(e *gui.QMouseEvent))
func (*QQuickWidget) ConnectMouseMoveEvent ¶
func (ptr *QQuickWidget) ConnectMouseMoveEvent(f func(e *gui.QMouseEvent))
func (*QQuickWidget) ConnectMousePressEvent ¶
func (ptr *QQuickWidget) ConnectMousePressEvent(f func(e *gui.QMouseEvent))
func (*QQuickWidget) ConnectMouseReleaseEvent ¶
func (ptr *QQuickWidget) ConnectMouseReleaseEvent(f func(e *gui.QMouseEvent))
func (*QQuickWidget) ConnectMoveEvent ¶
func (ptr *QQuickWidget) ConnectMoveEvent(f func(event *gui.QMoveEvent))
func (*QQuickWidget) ConnectNativeEvent ¶
func (ptr *QQuickWidget) ConnectNativeEvent(f func(eventType *core.QByteArray, message unsafe.Pointer, result int) bool)
func (*QQuickWidget) ConnectNotify ¶
func (ptr *QQuickWidget) ConnectNotify(sign core.QMetaMethod_ITF)
func (*QQuickWidget) ConnectNotifyDefault ¶
func (ptr *QQuickWidget) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QQuickWidget) ConnectPaintEvent ¶
func (ptr *QQuickWidget) ConnectPaintEvent(f func(event *gui.QPaintEvent))
func (*QQuickWidget) ConnectRaise ¶
func (ptr *QQuickWidget) ConnectRaise(f func())
func (*QQuickWidget) ConnectRepaint ¶
func (ptr *QQuickWidget) ConnectRepaint(f func())
func (*QQuickWidget) ConnectResizeEvent ¶
func (ptr *QQuickWidget) ConnectResizeEvent(f func(event *gui.QResizeEvent))
func (*QQuickWidget) ConnectSceneGraphError ¶
func (ptr *QQuickWidget) ConnectSceneGraphError(f func(error QQuickWindow__SceneGraphError, message string))
func (*QQuickWidget) ConnectSetDisabled ¶
func (ptr *QQuickWidget) ConnectSetDisabled(f func(disable bool))
func (*QQuickWidget) ConnectSetEnabled ¶
func (ptr *QQuickWidget) ConnectSetEnabled(f func(vbo bool))
func (*QQuickWidget) ConnectSetFocus2 ¶
func (ptr *QQuickWidget) ConnectSetFocus2(f func())
func (*QQuickWidget) ConnectSetHidden ¶
func (ptr *QQuickWidget) ConnectSetHidden(f func(hidden bool))
func (*QQuickWidget) ConnectSetSource ¶
func (ptr *QQuickWidget) ConnectSetSource(f func(url *core.QUrl))
func (*QQuickWidget) ConnectSetStyleSheet ¶
func (ptr *QQuickWidget) ConnectSetStyleSheet(f func(styleSheet string))
func (*QQuickWidget) ConnectSetVisible ¶
func (ptr *QQuickWidget) ConnectSetVisible(f func(visible bool))
func (*QQuickWidget) ConnectSetWindowModified ¶
func (ptr *QQuickWidget) ConnectSetWindowModified(f func(vbo bool))
func (*QQuickWidget) ConnectSetWindowTitle ¶
func (ptr *QQuickWidget) ConnectSetWindowTitle(f func(vqs string))
func (*QQuickWidget) ConnectShow ¶
func (ptr *QQuickWidget) ConnectShow(f func())
func (*QQuickWidget) ConnectShowEvent ¶
func (ptr *QQuickWidget) ConnectShowEvent(f func(vqs *gui.QShowEvent))
func (*QQuickWidget) ConnectShowFullScreen ¶
func (ptr *QQuickWidget) ConnectShowFullScreen(f func())
func (*QQuickWidget) ConnectShowMaximized ¶
func (ptr *QQuickWidget) ConnectShowMaximized(f func())
func (*QQuickWidget) ConnectShowMinimized ¶
func (ptr *QQuickWidget) ConnectShowMinimized(f func())
func (*QQuickWidget) ConnectShowNormal ¶
func (ptr *QQuickWidget) ConnectShowNormal(f func())
func (*QQuickWidget) ConnectSizeHint ¶
func (ptr *QQuickWidget) ConnectSizeHint(f func() *core.QSize)
func (*QQuickWidget) ConnectStatusChanged ¶
func (ptr *QQuickWidget) ConnectStatusChanged(f func(status QQuickWidget__Status))
func (*QQuickWidget) ConnectTabletEvent ¶
func (ptr *QQuickWidget) ConnectTabletEvent(f func(event *gui.QTabletEvent))
func (*QQuickWidget) ConnectTimerEvent ¶
func (ptr *QQuickWidget) ConnectTimerEvent(f func(event *core.QTimerEvent))
func (*QQuickWidget) ConnectUpdate ¶
func (ptr *QQuickWidget) ConnectUpdate(f func())
func (*QQuickWidget) ConnectUpdateMicroFocus ¶
func (ptr *QQuickWidget) ConnectUpdateMicroFocus(f func())
func (*QQuickWidget) ConnectWheelEvent ¶
func (ptr *QQuickWidget) ConnectWheelEvent(f func(e *gui.QWheelEvent))
func (*QQuickWidget) ContextMenuEvent ¶
func (ptr *QQuickWidget) ContextMenuEvent(event gui.QContextMenuEvent_ITF)
func (*QQuickWidget) ContextMenuEventDefault ¶
func (ptr *QQuickWidget) ContextMenuEventDefault(event gui.QContextMenuEvent_ITF)
func (*QQuickWidget) CustomEvent ¶
func (ptr *QQuickWidget) CustomEvent(event core.QEvent_ITF)
func (*QQuickWidget) CustomEventDefault ¶
func (ptr *QQuickWidget) CustomEventDefault(event core.QEvent_ITF)
func (*QQuickWidget) DeleteLater ¶
func (ptr *QQuickWidget) DeleteLater()
func (*QQuickWidget) DeleteLaterDefault ¶
func (ptr *QQuickWidget) DeleteLaterDefault()
func (*QQuickWidget) DestroyQQuickWidget ¶
func (ptr *QQuickWidget) DestroyQQuickWidget()
func (*QQuickWidget) DestroyQQuickWidgetDefault ¶
func (ptr *QQuickWidget) DestroyQQuickWidgetDefault()
func (*QQuickWidget) DisconnectActionEvent ¶
func (ptr *QQuickWidget) DisconnectActionEvent()
func (*QQuickWidget) DisconnectChangeEvent ¶
func (ptr *QQuickWidget) DisconnectChangeEvent()
func (*QQuickWidget) DisconnectChildEvent ¶
func (ptr *QQuickWidget) DisconnectChildEvent()
func (*QQuickWidget) DisconnectClose ¶
func (ptr *QQuickWidget) DisconnectClose()
func (*QQuickWidget) DisconnectCloseEvent ¶
func (ptr *QQuickWidget) DisconnectCloseEvent()
func (*QQuickWidget) DisconnectConnectNotify ¶
func (ptr *QQuickWidget) DisconnectConnectNotify()
func (*QQuickWidget) DisconnectContextMenuEvent ¶
func (ptr *QQuickWidget) DisconnectContextMenuEvent()
func (*QQuickWidget) DisconnectCustomEvent ¶
func (ptr *QQuickWidget) DisconnectCustomEvent()
func (*QQuickWidget) DisconnectDeleteLater ¶
func (ptr *QQuickWidget) DisconnectDeleteLater()
func (*QQuickWidget) DisconnectDestroyQQuickWidget ¶
func (ptr *QQuickWidget) DisconnectDestroyQQuickWidget()
func (*QQuickWidget) DisconnectDisconnectNotify ¶
func (ptr *QQuickWidget) DisconnectDisconnectNotify()
func (*QQuickWidget) DisconnectDragEnterEvent ¶
func (ptr *QQuickWidget) DisconnectDragEnterEvent()
func (*QQuickWidget) DisconnectDragLeaveEvent ¶
func (ptr *QQuickWidget) DisconnectDragLeaveEvent()
func (*QQuickWidget) DisconnectDragMoveEvent ¶
func (ptr *QQuickWidget) DisconnectDragMoveEvent()
func (*QQuickWidget) DisconnectDropEvent ¶
func (ptr *QQuickWidget) DisconnectDropEvent()
func (*QQuickWidget) DisconnectEnterEvent ¶
func (ptr *QQuickWidget) DisconnectEnterEvent()
func (*QQuickWidget) DisconnectEventFilter ¶
func (ptr *QQuickWidget) DisconnectEventFilter()
func (*QQuickWidget) DisconnectFocusInEvent ¶
func (ptr *QQuickWidget) DisconnectFocusInEvent()
func (*QQuickWidget) DisconnectFocusNextPrevChild ¶
func (ptr *QQuickWidget) DisconnectFocusNextPrevChild()
func (*QQuickWidget) DisconnectFocusOutEvent ¶
func (ptr *QQuickWidget) DisconnectFocusOutEvent()
func (*QQuickWidget) DisconnectHasHeightForWidth ¶
func (ptr *QQuickWidget) DisconnectHasHeightForWidth()
func (*QQuickWidget) DisconnectHeightForWidth ¶
func (ptr *QQuickWidget) DisconnectHeightForWidth()
func (*QQuickWidget) DisconnectHide ¶
func (ptr *QQuickWidget) DisconnectHide()
func (*QQuickWidget) DisconnectHideEvent ¶
func (ptr *QQuickWidget) DisconnectHideEvent()
func (*QQuickWidget) DisconnectInputMethodEvent ¶
func (ptr *QQuickWidget) DisconnectInputMethodEvent()
func (*QQuickWidget) DisconnectInputMethodQuery ¶
func (ptr *QQuickWidget) DisconnectInputMethodQuery()
func (*QQuickWidget) DisconnectKeyPressEvent ¶
func (ptr *QQuickWidget) DisconnectKeyPressEvent()
func (*QQuickWidget) DisconnectKeyReleaseEvent ¶
func (ptr *QQuickWidget) DisconnectKeyReleaseEvent()
func (*QQuickWidget) DisconnectLeaveEvent ¶
func (ptr *QQuickWidget) DisconnectLeaveEvent()
func (*QQuickWidget) DisconnectLower ¶
func (ptr *QQuickWidget) DisconnectLower()
func (*QQuickWidget) DisconnectMetaObject ¶
func (ptr *QQuickWidget) DisconnectMetaObject()
func (*QQuickWidget) DisconnectMinimumSizeHint ¶
func (ptr *QQuickWidget) DisconnectMinimumSizeHint()
func (*QQuickWidget) DisconnectMouseDoubleClickEvent ¶
func (ptr *QQuickWidget) DisconnectMouseDoubleClickEvent()
func (*QQuickWidget) DisconnectMouseMoveEvent ¶
func (ptr *QQuickWidget) DisconnectMouseMoveEvent()
func (*QQuickWidget) DisconnectMousePressEvent ¶
func (ptr *QQuickWidget) DisconnectMousePressEvent()
func (*QQuickWidget) DisconnectMouseReleaseEvent ¶
func (ptr *QQuickWidget) DisconnectMouseReleaseEvent()
func (*QQuickWidget) DisconnectMoveEvent ¶
func (ptr *QQuickWidget) DisconnectMoveEvent()
func (*QQuickWidget) DisconnectNativeEvent ¶
func (ptr *QQuickWidget) DisconnectNativeEvent()
func (*QQuickWidget) DisconnectNotify ¶
func (ptr *QQuickWidget) DisconnectNotify(sign core.QMetaMethod_ITF)
func (*QQuickWidget) DisconnectNotifyDefault ¶
func (ptr *QQuickWidget) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QQuickWidget) DisconnectPaintEvent ¶
func (ptr *QQuickWidget) DisconnectPaintEvent()
func (*QQuickWidget) DisconnectRaise ¶
func (ptr *QQuickWidget) DisconnectRaise()
func (*QQuickWidget) DisconnectRepaint ¶
func (ptr *QQuickWidget) DisconnectRepaint()
func (*QQuickWidget) DisconnectResizeEvent ¶
func (ptr *QQuickWidget) DisconnectResizeEvent()
func (*QQuickWidget) DisconnectSceneGraphError ¶
func (ptr *QQuickWidget) DisconnectSceneGraphError()
func (*QQuickWidget) DisconnectSetDisabled ¶
func (ptr *QQuickWidget) DisconnectSetDisabled()
func (*QQuickWidget) DisconnectSetEnabled ¶
func (ptr *QQuickWidget) DisconnectSetEnabled()
func (*QQuickWidget) DisconnectSetFocus2 ¶
func (ptr *QQuickWidget) DisconnectSetFocus2()
func (*QQuickWidget) DisconnectSetHidden ¶
func (ptr *QQuickWidget) DisconnectSetHidden()
func (*QQuickWidget) DisconnectSetSource ¶
func (ptr *QQuickWidget) DisconnectSetSource(url core.QUrl_ITF)
func (*QQuickWidget) DisconnectSetStyleSheet ¶
func (ptr *QQuickWidget) DisconnectSetStyleSheet()
func (*QQuickWidget) DisconnectSetVisible ¶
func (ptr *QQuickWidget) DisconnectSetVisible()
func (*QQuickWidget) DisconnectSetWindowModified ¶
func (ptr *QQuickWidget) DisconnectSetWindowModified()
func (*QQuickWidget) DisconnectSetWindowTitle ¶
func (ptr *QQuickWidget) DisconnectSetWindowTitle()
func (*QQuickWidget) DisconnectShow ¶
func (ptr *QQuickWidget) DisconnectShow()
func (*QQuickWidget) DisconnectShowEvent ¶
func (ptr *QQuickWidget) DisconnectShowEvent()
func (*QQuickWidget) DisconnectShowFullScreen ¶
func (ptr *QQuickWidget) DisconnectShowFullScreen()
func (*QQuickWidget) DisconnectShowMaximized ¶
func (ptr *QQuickWidget) DisconnectShowMaximized()
func (*QQuickWidget) DisconnectShowMinimized ¶
func (ptr *QQuickWidget) DisconnectShowMinimized()
func (*QQuickWidget) DisconnectShowNormal ¶
func (ptr *QQuickWidget) DisconnectShowNormal()
func (*QQuickWidget) DisconnectSizeHint ¶
func (ptr *QQuickWidget) DisconnectSizeHint()
func (*QQuickWidget) DisconnectStatusChanged ¶
func (ptr *QQuickWidget) DisconnectStatusChanged()
func (*QQuickWidget) DisconnectTabletEvent ¶
func (ptr *QQuickWidget) DisconnectTabletEvent()
func (*QQuickWidget) DisconnectTimerEvent ¶
func (ptr *QQuickWidget) DisconnectTimerEvent()
func (*QQuickWidget) DisconnectUpdate ¶
func (ptr *QQuickWidget) DisconnectUpdate()
func (*QQuickWidget) DisconnectUpdateMicroFocus ¶
func (ptr *QQuickWidget) DisconnectUpdateMicroFocus()
func (*QQuickWidget) DisconnectWheelEvent ¶
func (ptr *QQuickWidget) DisconnectWheelEvent()
func (*QQuickWidget) DragEnterEvent ¶
func (ptr *QQuickWidget) DragEnterEvent(e gui.QDragEnterEvent_ITF)
func (*QQuickWidget) DragEnterEventDefault ¶
func (ptr *QQuickWidget) DragEnterEventDefault(e gui.QDragEnterEvent_ITF)
func (*QQuickWidget) DragLeaveEvent ¶
func (ptr *QQuickWidget) DragLeaveEvent(e gui.QDragLeaveEvent_ITF)
func (*QQuickWidget) DragLeaveEventDefault ¶
func (ptr *QQuickWidget) DragLeaveEventDefault(e gui.QDragLeaveEvent_ITF)
func (*QQuickWidget) DragMoveEvent ¶
func (ptr *QQuickWidget) DragMoveEvent(e gui.QDragMoveEvent_ITF)
func (*QQuickWidget) DragMoveEventDefault ¶
func (ptr *QQuickWidget) DragMoveEventDefault(e gui.QDragMoveEvent_ITF)
func (*QQuickWidget) DropEvent ¶
func (ptr *QQuickWidget) DropEvent(e gui.QDropEvent_ITF)
func (*QQuickWidget) DropEventDefault ¶
func (ptr *QQuickWidget) DropEventDefault(e gui.QDropEvent_ITF)
func (*QQuickWidget) Engine ¶
func (ptr *QQuickWidget) Engine() *qml.QQmlEngine
func (*QQuickWidget) EnterEvent ¶
func (ptr *QQuickWidget) EnterEvent(event core.QEvent_ITF)
func (*QQuickWidget) EnterEventDefault ¶
func (ptr *QQuickWidget) EnterEventDefault(event core.QEvent_ITF)
func (*QQuickWidget) Errors ¶
func (ptr *QQuickWidget) Errors() []*qml.QQmlError
func (*QQuickWidget) Event ¶
func (ptr *QQuickWidget) Event(e core.QEvent_ITF) bool
func (*QQuickWidget) EventFilter ¶
func (ptr *QQuickWidget) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QQuickWidget) EventFilterDefault ¶
func (ptr *QQuickWidget) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QQuickWidget) FocusInEvent ¶
func (ptr *QQuickWidget) FocusInEvent(event gui.QFocusEvent_ITF)
func (*QQuickWidget) FocusInEventDefault ¶
func (ptr *QQuickWidget) FocusInEventDefault(event gui.QFocusEvent_ITF)
func (*QQuickWidget) FocusNextPrevChild ¶
func (ptr *QQuickWidget) FocusNextPrevChild(next bool) bool
func (*QQuickWidget) FocusNextPrevChildDefault ¶
func (ptr *QQuickWidget) FocusNextPrevChildDefault(next bool) bool
func (*QQuickWidget) FocusOutEvent ¶
func (ptr *QQuickWidget) FocusOutEvent(event gui.QFocusEvent_ITF)
func (*QQuickWidget) FocusOutEventDefault ¶
func (ptr *QQuickWidget) FocusOutEventDefault(event gui.QFocusEvent_ITF)
func (*QQuickWidget) Format ¶
func (ptr *QQuickWidget) Format() *gui.QSurfaceFormat
func (*QQuickWidget) GrabFramebuffer ¶
func (ptr *QQuickWidget) GrabFramebuffer() *gui.QImage
func (*QQuickWidget) HasHeightForWidth ¶
func (ptr *QQuickWidget) HasHeightForWidth() bool
func (*QQuickWidget) HasHeightForWidthDefault ¶
func (ptr *QQuickWidget) HasHeightForWidthDefault() bool
func (*QQuickWidget) HeightForWidth ¶
func (ptr *QQuickWidget) HeightForWidth(w int) int
func (*QQuickWidget) HeightForWidthDefault ¶
func (ptr *QQuickWidget) HeightForWidthDefault(w int) int
func (*QQuickWidget) Hide ¶
func (ptr *QQuickWidget) Hide()
func (*QQuickWidget) HideDefault ¶
func (ptr *QQuickWidget) HideDefault()
func (*QQuickWidget) HideEvent ¶
func (ptr *QQuickWidget) HideEvent(vqh gui.QHideEvent_ITF)
func (*QQuickWidget) HideEventDefault ¶
func (ptr *QQuickWidget) HideEventDefault(vqh gui.QHideEvent_ITF)
func (*QQuickWidget) InitialSize ¶
func (ptr *QQuickWidget) InitialSize() *core.QSize
func (*QQuickWidget) InputMethodEvent ¶
func (ptr *QQuickWidget) InputMethodEvent(event gui.QInputMethodEvent_ITF)
func (*QQuickWidget) InputMethodEventDefault ¶
func (ptr *QQuickWidget) InputMethodEventDefault(event gui.QInputMethodEvent_ITF)
func (*QQuickWidget) InputMethodQuery ¶
func (ptr *QQuickWidget) InputMethodQuery(query core.Qt__InputMethodQuery) *core.QVariant
func (*QQuickWidget) InputMethodQueryDefault ¶
func (ptr *QQuickWidget) InputMethodQueryDefault(query core.Qt__InputMethodQuery) *core.QVariant
func (*QQuickWidget) KeyPressEvent ¶
func (ptr *QQuickWidget) KeyPressEvent(e gui.QKeyEvent_ITF)
func (*QQuickWidget) KeyPressEventDefault ¶
func (ptr *QQuickWidget) KeyPressEventDefault(e gui.QKeyEvent_ITF)
func (*QQuickWidget) KeyReleaseEvent ¶
func (ptr *QQuickWidget) KeyReleaseEvent(e gui.QKeyEvent_ITF)
func (*QQuickWidget) KeyReleaseEventDefault ¶
func (ptr *QQuickWidget) KeyReleaseEventDefault(e gui.QKeyEvent_ITF)
func (*QQuickWidget) LeaveEvent ¶
func (ptr *QQuickWidget) LeaveEvent(event core.QEvent_ITF)
func (*QQuickWidget) LeaveEventDefault ¶
func (ptr *QQuickWidget) LeaveEventDefault(event core.QEvent_ITF)
func (*QQuickWidget) Lower ¶
func (ptr *QQuickWidget) Lower()
func (*QQuickWidget) LowerDefault ¶
func (ptr *QQuickWidget) LowerDefault()
func (*QQuickWidget) MetaObject ¶
func (ptr *QQuickWidget) MetaObject() *core.QMetaObject
func (*QQuickWidget) MetaObjectDefault ¶
func (ptr *QQuickWidget) MetaObjectDefault() *core.QMetaObject
func (*QQuickWidget) MinimumSizeHint ¶
func (ptr *QQuickWidget) MinimumSizeHint() *core.QSize
func (*QQuickWidget) MinimumSizeHintDefault ¶
func (ptr *QQuickWidget) MinimumSizeHintDefault() *core.QSize
func (*QQuickWidget) MouseDoubleClickEvent ¶
func (ptr *QQuickWidget) MouseDoubleClickEvent(e gui.QMouseEvent_ITF)
func (*QQuickWidget) MouseDoubleClickEventDefault ¶
func (ptr *QQuickWidget) MouseDoubleClickEventDefault(e gui.QMouseEvent_ITF)
func (*QQuickWidget) MouseMoveEvent ¶
func (ptr *QQuickWidget) MouseMoveEvent(e gui.QMouseEvent_ITF)
func (*QQuickWidget) MouseMoveEventDefault ¶
func (ptr *QQuickWidget) MouseMoveEventDefault(e gui.QMouseEvent_ITF)
func (*QQuickWidget) MousePressEvent ¶
func (ptr *QQuickWidget) MousePressEvent(e gui.QMouseEvent_ITF)
func (*QQuickWidget) MousePressEventDefault ¶
func (ptr *QQuickWidget) MousePressEventDefault(e gui.QMouseEvent_ITF)
func (*QQuickWidget) MouseReleaseEvent ¶
func (ptr *QQuickWidget) MouseReleaseEvent(e gui.QMouseEvent_ITF)
func (*QQuickWidget) MouseReleaseEventDefault ¶
func (ptr *QQuickWidget) MouseReleaseEventDefault(e gui.QMouseEvent_ITF)
func (*QQuickWidget) MoveEvent ¶
func (ptr *QQuickWidget) MoveEvent(event gui.QMoveEvent_ITF)
func (*QQuickWidget) MoveEventDefault ¶
func (ptr *QQuickWidget) MoveEventDefault(event gui.QMoveEvent_ITF)
func (*QQuickWidget) NativeEvent ¶
func (ptr *QQuickWidget) NativeEvent(eventType core.QByteArray_ITF, message unsafe.Pointer, result int) bool
func (*QQuickWidget) NativeEventDefault ¶
func (ptr *QQuickWidget) NativeEventDefault(eventType core.QByteArray_ITF, message unsafe.Pointer, result int) bool
func (*QQuickWidget) PaintEvent ¶
func (ptr *QQuickWidget) PaintEvent(event gui.QPaintEvent_ITF)
func (*QQuickWidget) PaintEventDefault ¶
func (ptr *QQuickWidget) PaintEventDefault(event gui.QPaintEvent_ITF)
func (*QQuickWidget) Pointer ¶
func (p *QQuickWidget) Pointer() unsafe.Pointer
func (*QQuickWidget) QQuickWidget_PTR ¶
func (p *QQuickWidget) QQuickWidget_PTR() *QQuickWidget
func (*QQuickWidget) QuickWindow ¶
func (ptr *QQuickWidget) QuickWindow() *QQuickWindow
func (*QQuickWidget) Raise ¶
func (ptr *QQuickWidget) Raise()
func (*QQuickWidget) RaiseDefault ¶
func (ptr *QQuickWidget) RaiseDefault()
func (*QQuickWidget) Repaint ¶
func (ptr *QQuickWidget) Repaint()
func (*QQuickWidget) RepaintDefault ¶
func (ptr *QQuickWidget) RepaintDefault()
func (*QQuickWidget) ResizeEvent ¶
func (ptr *QQuickWidget) ResizeEvent(event gui.QResizeEvent_ITF)
func (*QQuickWidget) ResizeEventDefault ¶
func (ptr *QQuickWidget) ResizeEventDefault(event gui.QResizeEvent_ITF)
func (*QQuickWidget) ResizeMode ¶
func (ptr *QQuickWidget) ResizeMode() QQuickWidget__ResizeMode
func (*QQuickWidget) RootContext ¶
func (ptr *QQuickWidget) RootContext() *qml.QQmlContext
func (*QQuickWidget) RootObject ¶
func (ptr *QQuickWidget) RootObject() *QQuickItem
func (*QQuickWidget) SceneGraphError ¶
func (ptr *QQuickWidget) SceneGraphError(error QQuickWindow__SceneGraphError, message string)
func (*QQuickWidget) SetClearColor ¶
func (ptr *QQuickWidget) SetClearColor(color gui.QColor_ITF)
func (*QQuickWidget) SetDisabled ¶
func (ptr *QQuickWidget) SetDisabled(disable bool)
func (*QQuickWidget) SetDisabledDefault ¶
func (ptr *QQuickWidget) SetDisabledDefault(disable bool)
func (*QQuickWidget) SetEnabled ¶
func (ptr *QQuickWidget) SetEnabled(vbo bool)
func (*QQuickWidget) SetEnabledDefault ¶
func (ptr *QQuickWidget) SetEnabledDefault(vbo bool)
func (*QQuickWidget) SetFocus2 ¶
func (ptr *QQuickWidget) SetFocus2()
func (*QQuickWidget) SetFocus2Default ¶
func (ptr *QQuickWidget) SetFocus2Default()
func (*QQuickWidget) SetFormat ¶
func (ptr *QQuickWidget) SetFormat(format gui.QSurfaceFormat_ITF)
func (*QQuickWidget) SetHidden ¶
func (ptr *QQuickWidget) SetHidden(hidden bool)
func (*QQuickWidget) SetHiddenDefault ¶
func (ptr *QQuickWidget) SetHiddenDefault(hidden bool)
func (*QQuickWidget) SetPointer ¶
func (p *QQuickWidget) SetPointer(ptr unsafe.Pointer)
func (*QQuickWidget) SetResizeMode ¶
func (ptr *QQuickWidget) SetResizeMode(vre QQuickWidget__ResizeMode)
func (*QQuickWidget) SetSource ¶
func (ptr *QQuickWidget) SetSource(url core.QUrl_ITF)
func (*QQuickWidget) SetStyleSheet ¶
func (ptr *QQuickWidget) SetStyleSheet(styleSheet string)
func (*QQuickWidget) SetStyleSheetDefault ¶
func (ptr *QQuickWidget) SetStyleSheetDefault(styleSheet string)
func (*QQuickWidget) SetVisible ¶
func (ptr *QQuickWidget) SetVisible(visible bool)
func (*QQuickWidget) SetVisibleDefault ¶
func (ptr *QQuickWidget) SetVisibleDefault(visible bool)
func (*QQuickWidget) SetWindowModified ¶
func (ptr *QQuickWidget) SetWindowModified(vbo bool)
func (*QQuickWidget) SetWindowModifiedDefault ¶
func (ptr *QQuickWidget) SetWindowModifiedDefault(vbo bool)
func (*QQuickWidget) SetWindowTitle ¶
func (ptr *QQuickWidget) SetWindowTitle(vqs string)
func (*QQuickWidget) SetWindowTitleDefault ¶
func (ptr *QQuickWidget) SetWindowTitleDefault(vqs string)
func (*QQuickWidget) Show ¶
func (ptr *QQuickWidget) Show()
func (*QQuickWidget) ShowDefault ¶
func (ptr *QQuickWidget) ShowDefault()
func (*QQuickWidget) ShowEvent ¶
func (ptr *QQuickWidget) ShowEvent(vqs gui.QShowEvent_ITF)
func (*QQuickWidget) ShowEventDefault ¶
func (ptr *QQuickWidget) ShowEventDefault(vqs gui.QShowEvent_ITF)
func (*QQuickWidget) ShowFullScreen ¶
func (ptr *QQuickWidget) ShowFullScreen()
func (*QQuickWidget) ShowFullScreenDefault ¶
func (ptr *QQuickWidget) ShowFullScreenDefault()
func (*QQuickWidget) ShowMaximized ¶
func (ptr *QQuickWidget) ShowMaximized()
func (*QQuickWidget) ShowMaximizedDefault ¶
func (ptr *QQuickWidget) ShowMaximizedDefault()
func (*QQuickWidget) ShowMinimized ¶
func (ptr *QQuickWidget) ShowMinimized()
func (*QQuickWidget) ShowMinimizedDefault ¶
func (ptr *QQuickWidget) ShowMinimizedDefault()
func (*QQuickWidget) ShowNormal ¶
func (ptr *QQuickWidget) ShowNormal()
func (*QQuickWidget) ShowNormalDefault ¶
func (ptr *QQuickWidget) ShowNormalDefault()
func (*QQuickWidget) SizeHint ¶
func (ptr *QQuickWidget) SizeHint() *core.QSize
func (*QQuickWidget) SizeHintDefault ¶
func (ptr *QQuickWidget) SizeHintDefault() *core.QSize
func (*QQuickWidget) Source ¶
func (ptr *QQuickWidget) Source() *core.QUrl
func (*QQuickWidget) Status ¶
func (ptr *QQuickWidget) Status() QQuickWidget__Status
func (*QQuickWidget) StatusChanged ¶
func (ptr *QQuickWidget) StatusChanged(status QQuickWidget__Status)
func (*QQuickWidget) TabletEvent ¶
func (ptr *QQuickWidget) TabletEvent(event gui.QTabletEvent_ITF)
func (*QQuickWidget) TabletEventDefault ¶
func (ptr *QQuickWidget) TabletEventDefault(event gui.QTabletEvent_ITF)
func (*QQuickWidget) TimerEvent ¶
func (ptr *QQuickWidget) TimerEvent(event core.QTimerEvent_ITF)
func (*QQuickWidget) TimerEventDefault ¶
func (ptr *QQuickWidget) TimerEventDefault(event core.QTimerEvent_ITF)
func (*QQuickWidget) Update ¶
func (ptr *QQuickWidget) Update()
func (*QQuickWidget) UpdateDefault ¶
func (ptr *QQuickWidget) UpdateDefault()
func (*QQuickWidget) UpdateMicroFocus ¶
func (ptr *QQuickWidget) UpdateMicroFocus()
func (*QQuickWidget) UpdateMicroFocusDefault ¶
func (ptr *QQuickWidget) UpdateMicroFocusDefault()
func (*QQuickWidget) WheelEvent ¶
func (ptr *QQuickWidget) WheelEvent(e gui.QWheelEvent_ITF)
func (*QQuickWidget) WheelEventDefault ¶
func (ptr *QQuickWidget) WheelEventDefault(e gui.QWheelEvent_ITF)
type QQuickWidget_ITF ¶
type QQuickWidget_ITF interface { widgets.QWidget_ITF QQuickWidget_PTR() *QQuickWidget }
type QQuickWindow ¶
func NewQQuickWindow ¶
func NewQQuickWindow(parent gui.QWindow_ITF) *QQuickWindow
func NewQQuickWindowFromPointer ¶
func NewQQuickWindowFromPointer(ptr unsafe.Pointer) *QQuickWindow
func (*QQuickWindow) AccessibleRoot ¶
func (ptr *QQuickWindow) AccessibleRoot() *gui.QAccessibleInterface
func (*QQuickWindow) ActiveFocusItem ¶
func (ptr *QQuickWindow) ActiveFocusItem() *QQuickItem
func (*QQuickWindow) ActiveFocusItemChanged ¶
func (ptr *QQuickWindow) ActiveFocusItemChanged()
func (*QQuickWindow) AfterAnimating ¶
func (ptr *QQuickWindow) AfterAnimating()
func (*QQuickWindow) AfterRendering ¶
func (ptr *QQuickWindow) AfterRendering()
func (*QQuickWindow) AfterSynchronizing ¶
func (ptr *QQuickWindow) AfterSynchronizing()
func (*QQuickWindow) Alert ¶
func (ptr *QQuickWindow) Alert(msec int)
func (*QQuickWindow) AlertDefault ¶
func (ptr *QQuickWindow) AlertDefault(msec int)
func (*QQuickWindow) BeforeRendering ¶
func (ptr *QQuickWindow) BeforeRendering()
func (*QQuickWindow) BeforeSynchronizing ¶
func (ptr *QQuickWindow) BeforeSynchronizing()
func (*QQuickWindow) ChildEvent ¶
func (ptr *QQuickWindow) ChildEvent(event core.QChildEvent_ITF)
func (*QQuickWindow) ChildEventDefault ¶
func (ptr *QQuickWindow) ChildEventDefault(event core.QChildEvent_ITF)
func (*QQuickWindow) ClearBeforeRendering ¶
func (ptr *QQuickWindow) ClearBeforeRendering() bool
func (*QQuickWindow) Close ¶
func (ptr *QQuickWindow) Close() bool
func (*QQuickWindow) CloseDefault ¶
func (ptr *QQuickWindow) CloseDefault() bool
func (*QQuickWindow) Color ¶
func (ptr *QQuickWindow) Color() *gui.QColor
func (*QQuickWindow) ColorChanged ¶
func (ptr *QQuickWindow) ColorChanged(vqc gui.QColor_ITF)
func (*QQuickWindow) ConnectActiveFocusItemChanged ¶
func (ptr *QQuickWindow) ConnectActiveFocusItemChanged(f func())
func (*QQuickWindow) ConnectAfterAnimating ¶
func (ptr *QQuickWindow) ConnectAfterAnimating(f func())
func (*QQuickWindow) ConnectAfterRendering ¶
func (ptr *QQuickWindow) ConnectAfterRendering(f func())
func (*QQuickWindow) ConnectAfterSynchronizing ¶
func (ptr *QQuickWindow) ConnectAfterSynchronizing(f func())
func (*QQuickWindow) ConnectAlert ¶
func (ptr *QQuickWindow) ConnectAlert(f func(msec int))
func (*QQuickWindow) ConnectBeforeRendering ¶
func (ptr *QQuickWindow) ConnectBeforeRendering(f func())
func (*QQuickWindow) ConnectBeforeSynchronizing ¶
func (ptr *QQuickWindow) ConnectBeforeSynchronizing(f func())
func (*QQuickWindow) ConnectChildEvent ¶
func (ptr *QQuickWindow) ConnectChildEvent(f func(event *core.QChildEvent))
func (*QQuickWindow) ConnectClose ¶
func (ptr *QQuickWindow) ConnectClose(f func() bool)
func (*QQuickWindow) ConnectColorChanged ¶
func (ptr *QQuickWindow) ConnectColorChanged(f func(vqc *gui.QColor))
func (*QQuickWindow) ConnectConnectNotify ¶
func (ptr *QQuickWindow) ConnectConnectNotify(f func(sign *core.QMetaMethod))
func (*QQuickWindow) ConnectCustomEvent ¶
func (ptr *QQuickWindow) ConnectCustomEvent(f func(event *core.QEvent))
func (*QQuickWindow) ConnectDeleteLater ¶
func (ptr *QQuickWindow) ConnectDeleteLater(f func())
func (*QQuickWindow) ConnectDestroyQQuickWindow ¶
func (ptr *QQuickWindow) ConnectDestroyQQuickWindow(f func())
func (*QQuickWindow) ConnectDisconnectNotify ¶
func (ptr *QQuickWindow) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
func (*QQuickWindow) ConnectEventFilter ¶
func (*QQuickWindow) ConnectFocusObject ¶
func (ptr *QQuickWindow) ConnectFocusObject(f func() *core.QObject)
func (*QQuickWindow) ConnectFormat ¶
func (ptr *QQuickWindow) ConnectFormat(f func() *gui.QSurfaceFormat)
func (*QQuickWindow) ConnectFrameSwapped ¶
func (ptr *QQuickWindow) ConnectFrameSwapped(f func())
func (*QQuickWindow) ConnectHide ¶
func (ptr *QQuickWindow) ConnectHide(f func())
func (*QQuickWindow) ConnectLower ¶
func (ptr *QQuickWindow) ConnectLower(f func())
func (*QQuickWindow) ConnectMetaObject ¶
func (ptr *QQuickWindow) ConnectMetaObject(f func() *core.QMetaObject)
func (*QQuickWindow) ConnectMoveEvent ¶
func (ptr *QQuickWindow) ConnectMoveEvent(f func(ev *gui.QMoveEvent))
func (*QQuickWindow) ConnectNativeEvent ¶
func (ptr *QQuickWindow) ConnectNativeEvent(f func(eventType *core.QByteArray, message unsafe.Pointer, result int) bool)
func (*QQuickWindow) ConnectNotify ¶
func (ptr *QQuickWindow) ConnectNotify(sign core.QMetaMethod_ITF)
func (*QQuickWindow) ConnectNotifyDefault ¶
func (ptr *QQuickWindow) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QQuickWindow) ConnectOpenglContextCreated ¶
func (ptr *QQuickWindow) ConnectOpenglContextCreated(f func(context *gui.QOpenGLContext))
func (*QQuickWindow) ConnectRaise ¶
func (ptr *QQuickWindow) ConnectRaise(f func())
func (*QQuickWindow) ConnectReleaseResources ¶
func (ptr *QQuickWindow) ConnectReleaseResources(f func())
func (*QQuickWindow) ConnectRequestActivate ¶
func (ptr *QQuickWindow) ConnectRequestActivate(f func())
func (*QQuickWindow) ConnectRequestUpdate ¶
func (ptr *QQuickWindow) ConnectRequestUpdate(f func())
func (*QQuickWindow) ConnectSceneGraphAboutToStop ¶
func (ptr *QQuickWindow) ConnectSceneGraphAboutToStop(f func())
func (*QQuickWindow) ConnectSceneGraphError ¶
func (ptr *QQuickWindow) ConnectSceneGraphError(f func(error QQuickWindow__SceneGraphError, message string))
func (*QQuickWindow) ConnectSceneGraphInitialized ¶
func (ptr *QQuickWindow) ConnectSceneGraphInitialized(f func())
func (*QQuickWindow) ConnectSceneGraphInvalidated ¶
func (ptr *QQuickWindow) ConnectSceneGraphInvalidated(f func())
func (*QQuickWindow) ConnectSetHeight ¶
func (ptr *QQuickWindow) ConnectSetHeight(f func(arg int))
func (*QQuickWindow) ConnectSetMaximumHeight ¶
func (ptr *QQuickWindow) ConnectSetMaximumHeight(f func(h int))
func (*QQuickWindow) ConnectSetMaximumWidth ¶
func (ptr *QQuickWindow) ConnectSetMaximumWidth(f func(w int))
func (*QQuickWindow) ConnectSetMinimumHeight ¶
func (ptr *QQuickWindow) ConnectSetMinimumHeight(f func(h int))
func (*QQuickWindow) ConnectSetMinimumWidth ¶
func (ptr *QQuickWindow) ConnectSetMinimumWidth(f func(w int))
func (*QQuickWindow) ConnectSetTitle ¶
func (ptr *QQuickWindow) ConnectSetTitle(f func(vqs string))
func (*QQuickWindow) ConnectSetVisible ¶
func (ptr *QQuickWindow) ConnectSetVisible(f func(visible bool))
func (*QQuickWindow) ConnectSetWidth ¶
func (ptr *QQuickWindow) ConnectSetWidth(f func(arg int))
func (*QQuickWindow) ConnectSetX ¶
func (ptr *QQuickWindow) ConnectSetX(f func(arg int))
func (*QQuickWindow) ConnectSetY ¶
func (ptr *QQuickWindow) ConnectSetY(f func(arg int))
func (*QQuickWindow) ConnectShow ¶
func (ptr *QQuickWindow) ConnectShow(f func())
func (*QQuickWindow) ConnectShowFullScreen ¶
func (ptr *QQuickWindow) ConnectShowFullScreen(f func())
func (*QQuickWindow) ConnectShowMaximized ¶
func (ptr *QQuickWindow) ConnectShowMaximized(f func())
func (*QQuickWindow) ConnectShowMinimized ¶
func (ptr *QQuickWindow) ConnectShowMinimized(f func())
func (*QQuickWindow) ConnectShowNormal ¶
func (ptr *QQuickWindow) ConnectShowNormal(f func())
func (*QQuickWindow) ConnectSize ¶
func (ptr *QQuickWindow) ConnectSize(f func() *core.QSize)
func (*QQuickWindow) ConnectSurfaceType ¶
func (ptr *QQuickWindow) ConnectSurfaceType(f func() gui.QSurface__SurfaceType)
func (*QQuickWindow) ConnectTabletEvent ¶
func (ptr *QQuickWindow) ConnectTabletEvent(f func(ev *gui.QTabletEvent))
func (*QQuickWindow) ConnectTimerEvent ¶
func (ptr *QQuickWindow) ConnectTimerEvent(f func(event *core.QTimerEvent))
func (*QQuickWindow) ConnectTouchEvent ¶
func (ptr *QQuickWindow) ConnectTouchEvent(f func(ev *gui.QTouchEvent))
func (*QQuickWindow) ConnectUpdate ¶
func (ptr *QQuickWindow) ConnectUpdate(f func())
func (*QQuickWindow) ContentItem ¶
func (ptr *QQuickWindow) ContentItem() *QQuickItem
func (*QQuickWindow) CreateTextureFromId ¶
func (ptr *QQuickWindow) CreateTextureFromId(id uint, size core.QSize_ITF, options QQuickWindow__CreateTextureOption) *QSGTexture
func (*QQuickWindow) CreateTextureFromImage ¶
func (ptr *QQuickWindow) CreateTextureFromImage(image gui.QImage_ITF, options QQuickWindow__CreateTextureOption) *QSGTexture
func (*QQuickWindow) CreateTextureFromImage2 ¶
func (ptr *QQuickWindow) CreateTextureFromImage2(image gui.QImage_ITF) *QSGTexture
func (*QQuickWindow) CustomEvent ¶
func (ptr *QQuickWindow) CustomEvent(event core.QEvent_ITF)
func (*QQuickWindow) CustomEventDefault ¶
func (ptr *QQuickWindow) CustomEventDefault(event core.QEvent_ITF)
func (*QQuickWindow) DeleteLater ¶
func (ptr *QQuickWindow) DeleteLater()
func (*QQuickWindow) DeleteLaterDefault ¶
func (ptr *QQuickWindow) DeleteLaterDefault()
func (*QQuickWindow) DestroyQQuickWindow ¶
func (ptr *QQuickWindow) DestroyQQuickWindow()
func (*QQuickWindow) DestroyQQuickWindowDefault ¶
func (ptr *QQuickWindow) DestroyQQuickWindowDefault()
func (*QQuickWindow) DisconnectActiveFocusItemChanged ¶
func (ptr *QQuickWindow) DisconnectActiveFocusItemChanged()
func (*QQuickWindow) DisconnectAfterAnimating ¶
func (ptr *QQuickWindow) DisconnectAfterAnimating()
func (*QQuickWindow) DisconnectAfterRendering ¶
func (ptr *QQuickWindow) DisconnectAfterRendering()
func (*QQuickWindow) DisconnectAfterSynchronizing ¶
func (ptr *QQuickWindow) DisconnectAfterSynchronizing()
func (*QQuickWindow) DisconnectAlert ¶
func (ptr *QQuickWindow) DisconnectAlert()
func (*QQuickWindow) DisconnectBeforeRendering ¶
func (ptr *QQuickWindow) DisconnectBeforeRendering()
func (*QQuickWindow) DisconnectBeforeSynchronizing ¶
func (ptr *QQuickWindow) DisconnectBeforeSynchronizing()
func (*QQuickWindow) DisconnectChildEvent ¶
func (ptr *QQuickWindow) DisconnectChildEvent()
func (*QQuickWindow) DisconnectClose ¶
func (ptr *QQuickWindow) DisconnectClose()
func (*QQuickWindow) DisconnectColorChanged ¶
func (ptr *QQuickWindow) DisconnectColorChanged()
func (*QQuickWindow) DisconnectConnectNotify ¶
func (ptr *QQuickWindow) DisconnectConnectNotify()
func (*QQuickWindow) DisconnectCustomEvent ¶
func (ptr *QQuickWindow) DisconnectCustomEvent()
func (*QQuickWindow) DisconnectDeleteLater ¶
func (ptr *QQuickWindow) DisconnectDeleteLater()
func (*QQuickWindow) DisconnectDestroyQQuickWindow ¶
func (ptr *QQuickWindow) DisconnectDestroyQQuickWindow()
func (*QQuickWindow) DisconnectDisconnectNotify ¶
func (ptr *QQuickWindow) DisconnectDisconnectNotify()
func (*QQuickWindow) DisconnectEventFilter ¶
func (ptr *QQuickWindow) DisconnectEventFilter()
func (*QQuickWindow) DisconnectFocusObject ¶
func (ptr *QQuickWindow) DisconnectFocusObject()
func (*QQuickWindow) DisconnectFormat ¶
func (ptr *QQuickWindow) DisconnectFormat()
func (*QQuickWindow) DisconnectFrameSwapped ¶
func (ptr *QQuickWindow) DisconnectFrameSwapped()
func (*QQuickWindow) DisconnectHide ¶
func (ptr *QQuickWindow) DisconnectHide()
func (*QQuickWindow) DisconnectLower ¶
func (ptr *QQuickWindow) DisconnectLower()
func (*QQuickWindow) DisconnectMetaObject ¶
func (ptr *QQuickWindow) DisconnectMetaObject()
func (*QQuickWindow) DisconnectMoveEvent ¶
func (ptr *QQuickWindow) DisconnectMoveEvent()
func (*QQuickWindow) DisconnectNativeEvent ¶
func (ptr *QQuickWindow) DisconnectNativeEvent()
func (*QQuickWindow) DisconnectNotify ¶
func (ptr *QQuickWindow) DisconnectNotify(sign core.QMetaMethod_ITF)
func (*QQuickWindow) DisconnectNotifyDefault ¶
func (ptr *QQuickWindow) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QQuickWindow) DisconnectOpenglContextCreated ¶
func (ptr *QQuickWindow) DisconnectOpenglContextCreated()
func (*QQuickWindow) DisconnectRaise ¶
func (ptr *QQuickWindow) DisconnectRaise()
func (*QQuickWindow) DisconnectReleaseResources ¶
func (ptr *QQuickWindow) DisconnectReleaseResources()
func (*QQuickWindow) DisconnectRequestActivate ¶
func (ptr *QQuickWindow) DisconnectRequestActivate()
func (*QQuickWindow) DisconnectRequestUpdate ¶
func (ptr *QQuickWindow) DisconnectRequestUpdate()
func (*QQuickWindow) DisconnectSceneGraphAboutToStop ¶
func (ptr *QQuickWindow) DisconnectSceneGraphAboutToStop()
func (*QQuickWindow) DisconnectSceneGraphError ¶
func (ptr *QQuickWindow) DisconnectSceneGraphError()
func (*QQuickWindow) DisconnectSceneGraphInitialized ¶
func (ptr *QQuickWindow) DisconnectSceneGraphInitialized()
func (*QQuickWindow) DisconnectSceneGraphInvalidated ¶
func (ptr *QQuickWindow) DisconnectSceneGraphInvalidated()
func (*QQuickWindow) DisconnectSetHeight ¶
func (ptr *QQuickWindow) DisconnectSetHeight()
func (*QQuickWindow) DisconnectSetMaximumHeight ¶
func (ptr *QQuickWindow) DisconnectSetMaximumHeight()
func (*QQuickWindow) DisconnectSetMaximumWidth ¶
func (ptr *QQuickWindow) DisconnectSetMaximumWidth()
func (*QQuickWindow) DisconnectSetMinimumHeight ¶
func (ptr *QQuickWindow) DisconnectSetMinimumHeight()
func (*QQuickWindow) DisconnectSetMinimumWidth ¶
func (ptr *QQuickWindow) DisconnectSetMinimumWidth()
func (*QQuickWindow) DisconnectSetTitle ¶
func (ptr *QQuickWindow) DisconnectSetTitle()
func (*QQuickWindow) DisconnectSetVisible ¶
func (ptr *QQuickWindow) DisconnectSetVisible()
func (*QQuickWindow) DisconnectSetWidth ¶
func (ptr *QQuickWindow) DisconnectSetWidth()
func (*QQuickWindow) DisconnectSetX ¶
func (ptr *QQuickWindow) DisconnectSetX()
func (*QQuickWindow) DisconnectSetY ¶
func (ptr *QQuickWindow) DisconnectSetY()
func (*QQuickWindow) DisconnectShow ¶
func (ptr *QQuickWindow) DisconnectShow()
func (*QQuickWindow) DisconnectShowFullScreen ¶
func (ptr *QQuickWindow) DisconnectShowFullScreen()
func (*QQuickWindow) DisconnectShowMaximized ¶
func (ptr *QQuickWindow) DisconnectShowMaximized()
func (*QQuickWindow) DisconnectShowMinimized ¶
func (ptr *QQuickWindow) DisconnectShowMinimized()
func (*QQuickWindow) DisconnectShowNormal ¶
func (ptr *QQuickWindow) DisconnectShowNormal()
func (*QQuickWindow) DisconnectSize ¶
func (ptr *QQuickWindow) DisconnectSize()
func (*QQuickWindow) DisconnectSurfaceType ¶
func (ptr *QQuickWindow) DisconnectSurfaceType()
func (*QQuickWindow) DisconnectTabletEvent ¶
func (ptr *QQuickWindow) DisconnectTabletEvent()
func (*QQuickWindow) DisconnectTimerEvent ¶
func (ptr *QQuickWindow) DisconnectTimerEvent()
func (*QQuickWindow) DisconnectTouchEvent ¶
func (ptr *QQuickWindow) DisconnectTouchEvent()
func (*QQuickWindow) DisconnectUpdate ¶
func (ptr *QQuickWindow) DisconnectUpdate()
func (*QQuickWindow) EffectiveDevicePixelRatio ¶
func (ptr *QQuickWindow) EffectiveDevicePixelRatio() float64
func (*QQuickWindow) Event ¶
func (ptr *QQuickWindow) Event(e core.QEvent_ITF) bool
func (*QQuickWindow) EventFilter ¶
func (ptr *QQuickWindow) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QQuickWindow) EventFilterDefault ¶
func (ptr *QQuickWindow) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QQuickWindow) ExposeEvent ¶
func (ptr *QQuickWindow) ExposeEvent(vqe gui.QExposeEvent_ITF)
func (*QQuickWindow) FocusInEvent ¶
func (ptr *QQuickWindow) FocusInEvent(ev gui.QFocusEvent_ITF)
func (*QQuickWindow) FocusObject ¶
func (ptr *QQuickWindow) FocusObject() *core.QObject
func (*QQuickWindow) FocusObjectDefault ¶
func (ptr *QQuickWindow) FocusObjectDefault() *core.QObject
func (*QQuickWindow) FocusOutEvent ¶
func (ptr *QQuickWindow) FocusOutEvent(ev gui.QFocusEvent_ITF)
func (*QQuickWindow) Format ¶
func (ptr *QQuickWindow) Format() *gui.QSurfaceFormat
func (*QQuickWindow) FormatDefault ¶
func (ptr *QQuickWindow) FormatDefault() *gui.QSurfaceFormat
func (*QQuickWindow) FrameSwapped ¶
func (ptr *QQuickWindow) FrameSwapped()
func (*QQuickWindow) GrabWindow ¶
func (ptr *QQuickWindow) GrabWindow() *gui.QImage
func (*QQuickWindow) HasDefaultAlphaBuffer ¶
func (ptr *QQuickWindow) HasDefaultAlphaBuffer() bool
func (*QQuickWindow) Hide ¶
func (ptr *QQuickWindow) Hide()
func (*QQuickWindow) HideDefault ¶
func (ptr *QQuickWindow) HideDefault()
func (*QQuickWindow) HideEvent ¶
func (ptr *QQuickWindow) HideEvent(vqh gui.QHideEvent_ITF)
func (*QQuickWindow) IncubationController ¶
func (ptr *QQuickWindow) IncubationController() *qml.QQmlIncubationController
func (*QQuickWindow) IsPersistentOpenGLContext ¶
func (ptr *QQuickWindow) IsPersistentOpenGLContext() bool
func (*QQuickWindow) IsPersistentSceneGraph ¶
func (ptr *QQuickWindow) IsPersistentSceneGraph() bool
func (*QQuickWindow) IsSceneGraphInitialized ¶
func (ptr *QQuickWindow) IsSceneGraphInitialized() bool
func (*QQuickWindow) KeyPressEvent ¶
func (ptr *QQuickWindow) KeyPressEvent(e gui.QKeyEvent_ITF)
func (*QQuickWindow) KeyReleaseEvent ¶
func (ptr *QQuickWindow) KeyReleaseEvent(e gui.QKeyEvent_ITF)
func (*QQuickWindow) Lower ¶
func (ptr *QQuickWindow) Lower()
func (*QQuickWindow) LowerDefault ¶
func (ptr *QQuickWindow) LowerDefault()
func (*QQuickWindow) MetaObject ¶
func (ptr *QQuickWindow) MetaObject() *core.QMetaObject
func (*QQuickWindow) MetaObjectDefault ¶
func (ptr *QQuickWindow) MetaObjectDefault() *core.QMetaObject
func (*QQuickWindow) MouseDoubleClickEvent ¶
func (ptr *QQuickWindow) MouseDoubleClickEvent(event gui.QMouseEvent_ITF)
func (*QQuickWindow) MouseGrabberItem ¶
func (ptr *QQuickWindow) MouseGrabberItem() *QQuickItem
func (*QQuickWindow) MouseMoveEvent ¶
func (ptr *QQuickWindow) MouseMoveEvent(event gui.QMouseEvent_ITF)
func (*QQuickWindow) MousePressEvent ¶
func (ptr *QQuickWindow) MousePressEvent(event gui.QMouseEvent_ITF)
func (*QQuickWindow) MouseReleaseEvent ¶
func (ptr *QQuickWindow) MouseReleaseEvent(event gui.QMouseEvent_ITF)
func (*QQuickWindow) MoveEvent ¶
func (ptr *QQuickWindow) MoveEvent(ev gui.QMoveEvent_ITF)
func (*QQuickWindow) MoveEventDefault ¶
func (ptr *QQuickWindow) MoveEventDefault(ev gui.QMoveEvent_ITF)
func (*QQuickWindow) NativeEvent ¶
func (ptr *QQuickWindow) NativeEvent(eventType core.QByteArray_ITF, message unsafe.Pointer, result int) bool
func (*QQuickWindow) NativeEventDefault ¶
func (ptr *QQuickWindow) NativeEventDefault(eventType core.QByteArray_ITF, message unsafe.Pointer, result int) bool
func (*QQuickWindow) OpenglContext ¶
func (ptr *QQuickWindow) OpenglContext() *gui.QOpenGLContext
func (*QQuickWindow) OpenglContextCreated ¶
func (ptr *QQuickWindow) OpenglContextCreated(context gui.QOpenGLContext_ITF)
func (*QQuickWindow) Pointer ¶
func (p *QQuickWindow) Pointer() unsafe.Pointer
func (*QQuickWindow) QQuickWindow_PTR ¶
func (p *QQuickWindow) QQuickWindow_PTR() *QQuickWindow
func (*QQuickWindow) Raise ¶
func (ptr *QQuickWindow) Raise()
func (*QQuickWindow) RaiseDefault ¶
func (ptr *QQuickWindow) RaiseDefault()
func (*QQuickWindow) ReleaseResources ¶
func (ptr *QQuickWindow) ReleaseResources()
func (*QQuickWindow) RenderTarget ¶
func (ptr *QQuickWindow) RenderTarget() *gui.QOpenGLFramebufferObject
func (*QQuickWindow) RenderTargetId ¶
func (ptr *QQuickWindow) RenderTargetId() uint
func (*QQuickWindow) RenderTargetSize ¶
func (ptr *QQuickWindow) RenderTargetSize() *core.QSize
func (*QQuickWindow) RequestActivate ¶
func (ptr *QQuickWindow) RequestActivate()
func (*QQuickWindow) RequestActivateDefault ¶
func (ptr *QQuickWindow) RequestActivateDefault()
func (*QQuickWindow) RequestUpdate ¶
func (ptr *QQuickWindow) RequestUpdate()
func (*QQuickWindow) RequestUpdateDefault ¶
func (ptr *QQuickWindow) RequestUpdateDefault()
func (*QQuickWindow) ResetOpenGLState ¶
func (ptr *QQuickWindow) ResetOpenGLState()
func (*QQuickWindow) ResizeEvent ¶
func (ptr *QQuickWindow) ResizeEvent(ev gui.QResizeEvent_ITF)
func (*QQuickWindow) SceneGraphAboutToStop ¶
func (ptr *QQuickWindow) SceneGraphAboutToStop()
func (*QQuickWindow) SceneGraphError ¶
func (ptr *QQuickWindow) SceneGraphError(error QQuickWindow__SceneGraphError, message string)
func (*QQuickWindow) SceneGraphInitialized ¶
func (ptr *QQuickWindow) SceneGraphInitialized()
func (*QQuickWindow) SceneGraphInvalidated ¶
func (ptr *QQuickWindow) SceneGraphInvalidated()
func (*QQuickWindow) ScheduleRenderJob ¶
func (ptr *QQuickWindow) ScheduleRenderJob(job core.QRunnable_ITF, stage QQuickWindow__RenderStage)
func (*QQuickWindow) SendEvent ¶
func (ptr *QQuickWindow) SendEvent(item QQuickItem_ITF, e core.QEvent_ITF) bool
func (*QQuickWindow) SetClearBeforeRendering ¶
func (ptr *QQuickWindow) SetClearBeforeRendering(enabled bool)
func (*QQuickWindow) SetColor ¶
func (ptr *QQuickWindow) SetColor(color gui.QColor_ITF)
func (*QQuickWindow) SetDefaultAlphaBuffer ¶
func (ptr *QQuickWindow) SetDefaultAlphaBuffer(useAlpha bool)
func (*QQuickWindow) SetHeight ¶
func (ptr *QQuickWindow) SetHeight(arg int)
func (*QQuickWindow) SetHeightDefault ¶
func (ptr *QQuickWindow) SetHeightDefault(arg int)
func (*QQuickWindow) SetMaximumHeight ¶
func (ptr *QQuickWindow) SetMaximumHeight(h int)
func (*QQuickWindow) SetMaximumHeightDefault ¶
func (ptr *QQuickWindow) SetMaximumHeightDefault(h int)
func (*QQuickWindow) SetMaximumWidth ¶
func (ptr *QQuickWindow) SetMaximumWidth(w int)
func (*QQuickWindow) SetMaximumWidthDefault ¶
func (ptr *QQuickWindow) SetMaximumWidthDefault(w int)
func (*QQuickWindow) SetMinimumHeight ¶
func (ptr *QQuickWindow) SetMinimumHeight(h int)
func (*QQuickWindow) SetMinimumHeightDefault ¶
func (ptr *QQuickWindow) SetMinimumHeightDefault(h int)
func (*QQuickWindow) SetMinimumWidth ¶
func (ptr *QQuickWindow) SetMinimumWidth(w int)
func (*QQuickWindow) SetMinimumWidthDefault ¶
func (ptr *QQuickWindow) SetMinimumWidthDefault(w int)
func (*QQuickWindow) SetPersistentOpenGLContext ¶
func (ptr *QQuickWindow) SetPersistentOpenGLContext(persistent bool)
func (*QQuickWindow) SetPersistentSceneGraph ¶
func (ptr *QQuickWindow) SetPersistentSceneGraph(persistent bool)
func (*QQuickWindow) SetPointer ¶
func (p *QQuickWindow) SetPointer(ptr unsafe.Pointer)
func (*QQuickWindow) SetRenderTarget ¶
func (ptr *QQuickWindow) SetRenderTarget(fbo gui.QOpenGLFramebufferObject_ITF)
func (*QQuickWindow) SetRenderTarget2 ¶
func (ptr *QQuickWindow) SetRenderTarget2(fboId uint, size core.QSize_ITF)
func (*QQuickWindow) SetTitle ¶
func (ptr *QQuickWindow) SetTitle(vqs string)
func (*QQuickWindow) SetTitleDefault ¶
func (ptr *QQuickWindow) SetTitleDefault(vqs string)
func (*QQuickWindow) SetVisible ¶
func (ptr *QQuickWindow) SetVisible(visible bool)
func (*QQuickWindow) SetVisibleDefault ¶
func (ptr *QQuickWindow) SetVisibleDefault(visible bool)
func (*QQuickWindow) SetWidth ¶
func (ptr *QQuickWindow) SetWidth(arg int)
func (*QQuickWindow) SetWidthDefault ¶
func (ptr *QQuickWindow) SetWidthDefault(arg int)
func (*QQuickWindow) SetX ¶
func (ptr *QQuickWindow) SetX(arg int)
func (*QQuickWindow) SetXDefault ¶
func (ptr *QQuickWindow) SetXDefault(arg int)
func (*QQuickWindow) SetY ¶
func (ptr *QQuickWindow) SetY(arg int)
func (*QQuickWindow) SetYDefault ¶
func (ptr *QQuickWindow) SetYDefault(arg int)
func (*QQuickWindow) Show ¶
func (ptr *QQuickWindow) Show()
func (*QQuickWindow) ShowDefault ¶
func (ptr *QQuickWindow) ShowDefault()
func (*QQuickWindow) ShowEvent ¶
func (ptr *QQuickWindow) ShowEvent(vqs gui.QShowEvent_ITF)
func (*QQuickWindow) ShowFullScreen ¶
func (ptr *QQuickWindow) ShowFullScreen()
func (*QQuickWindow) ShowFullScreenDefault ¶
func (ptr *QQuickWindow) ShowFullScreenDefault()
func (*QQuickWindow) ShowMaximized ¶
func (ptr *QQuickWindow) ShowMaximized()
func (*QQuickWindow) ShowMaximizedDefault ¶
func (ptr *QQuickWindow) ShowMaximizedDefault()
func (*QQuickWindow) ShowMinimized ¶
func (ptr *QQuickWindow) ShowMinimized()
func (*QQuickWindow) ShowMinimizedDefault ¶
func (ptr *QQuickWindow) ShowMinimizedDefault()
func (*QQuickWindow) ShowNormal ¶
func (ptr *QQuickWindow) ShowNormal()
func (*QQuickWindow) ShowNormalDefault ¶
func (ptr *QQuickWindow) ShowNormalDefault()
func (*QQuickWindow) Size ¶
func (ptr *QQuickWindow) Size() *core.QSize
func (*QQuickWindow) SizeDefault ¶
func (ptr *QQuickWindow) SizeDefault() *core.QSize
func (*QQuickWindow) SurfaceType ¶
func (ptr *QQuickWindow) SurfaceType() gui.QSurface__SurfaceType
func (*QQuickWindow) SurfaceTypeDefault ¶
func (ptr *QQuickWindow) SurfaceTypeDefault() gui.QSurface__SurfaceType
func (*QQuickWindow) TabletEvent ¶
func (ptr *QQuickWindow) TabletEvent(ev gui.QTabletEvent_ITF)
func (*QQuickWindow) TabletEventDefault ¶
func (ptr *QQuickWindow) TabletEventDefault(ev gui.QTabletEvent_ITF)
func (*QQuickWindow) TimerEvent ¶
func (ptr *QQuickWindow) TimerEvent(event core.QTimerEvent_ITF)
func (*QQuickWindow) TimerEventDefault ¶
func (ptr *QQuickWindow) TimerEventDefault(event core.QTimerEvent_ITF)
func (*QQuickWindow) TouchEvent ¶
func (ptr *QQuickWindow) TouchEvent(ev gui.QTouchEvent_ITF)
func (*QQuickWindow) TouchEventDefault ¶
func (ptr *QQuickWindow) TouchEventDefault(ev gui.QTouchEvent_ITF)
func (*QQuickWindow) Update ¶
func (ptr *QQuickWindow) Update()
func (*QQuickWindow) WheelEvent ¶
func (ptr *QQuickWindow) WheelEvent(event gui.QWheelEvent_ITF)
type QQuickWindow_ITF ¶
type QQuickWindow_ITF interface { gui.QWindow_ITF QQuickWindow_PTR() *QQuickWindow }
type QQuickWindow__CreateTextureOption ¶
type QQuickWindow__CreateTextureOption int64
QQuickWindow::CreateTextureOption
type QQuickWindow__SceneGraphError ¶
type QQuickWindow__SceneGraphError int64
QQuickWindow::SceneGraphError
type QSGAbstractRenderer ¶
func NewQSGAbstractRendererFromPointer ¶
func NewQSGAbstractRendererFromPointer(ptr unsafe.Pointer) *QSGAbstractRenderer
func (*QSGAbstractRenderer) ChildEvent ¶
func (ptr *QSGAbstractRenderer) ChildEvent(event core.QChildEvent_ITF)
func (*QSGAbstractRenderer) ChildEventDefault ¶
func (ptr *QSGAbstractRenderer) ChildEventDefault(event core.QChildEvent_ITF)
func (*QSGAbstractRenderer) ClearColor ¶
func (ptr *QSGAbstractRenderer) ClearColor() *gui.QColor
func (*QSGAbstractRenderer) ClearMode ¶
func (ptr *QSGAbstractRenderer) ClearMode() QSGAbstractRenderer__ClearModeBit
func (*QSGAbstractRenderer) ConnectChildEvent ¶
func (ptr *QSGAbstractRenderer) ConnectChildEvent(f func(event *core.QChildEvent))
func (*QSGAbstractRenderer) ConnectConnectNotify ¶
func (ptr *QSGAbstractRenderer) ConnectConnectNotify(f func(sign *core.QMetaMethod))
func (*QSGAbstractRenderer) ConnectCustomEvent ¶
func (ptr *QSGAbstractRenderer) ConnectCustomEvent(f func(event *core.QEvent))
func (*QSGAbstractRenderer) ConnectDeleteLater ¶
func (ptr *QSGAbstractRenderer) ConnectDeleteLater(f func())
func (*QSGAbstractRenderer) ConnectDisconnectNotify ¶
func (ptr *QSGAbstractRenderer) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
func (*QSGAbstractRenderer) ConnectEvent ¶
func (ptr *QSGAbstractRenderer) ConnectEvent(f func(e *core.QEvent) bool)
func (*QSGAbstractRenderer) ConnectEventFilter ¶
func (*QSGAbstractRenderer) ConnectMetaObject ¶
func (ptr *QSGAbstractRenderer) ConnectMetaObject(f func() *core.QMetaObject)
func (*QSGAbstractRenderer) ConnectNotify ¶
func (ptr *QSGAbstractRenderer) ConnectNotify(sign core.QMetaMethod_ITF)
func (*QSGAbstractRenderer) ConnectNotifyDefault ¶
func (ptr *QSGAbstractRenderer) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QSGAbstractRenderer) ConnectSceneGraphChanged ¶
func (ptr *QSGAbstractRenderer) ConnectSceneGraphChanged(f func())
func (*QSGAbstractRenderer) ConnectTimerEvent ¶
func (ptr *QSGAbstractRenderer) ConnectTimerEvent(f func(event *core.QTimerEvent))
func (*QSGAbstractRenderer) CustomEvent ¶
func (ptr *QSGAbstractRenderer) CustomEvent(event core.QEvent_ITF)
func (*QSGAbstractRenderer) CustomEventDefault ¶
func (ptr *QSGAbstractRenderer) CustomEventDefault(event core.QEvent_ITF)
func (*QSGAbstractRenderer) DeleteLater ¶
func (ptr *QSGAbstractRenderer) DeleteLater()
func (*QSGAbstractRenderer) DeleteLaterDefault ¶
func (ptr *QSGAbstractRenderer) DeleteLaterDefault()
func (*QSGAbstractRenderer) DestroyQSGAbstractRenderer ¶
func (ptr *QSGAbstractRenderer) DestroyQSGAbstractRenderer()
func (*QSGAbstractRenderer) DeviceRect ¶
func (ptr *QSGAbstractRenderer) DeviceRect() *core.QRect
func (*QSGAbstractRenderer) DisconnectChildEvent ¶
func (ptr *QSGAbstractRenderer) DisconnectChildEvent()
func (*QSGAbstractRenderer) DisconnectConnectNotify ¶
func (ptr *QSGAbstractRenderer) DisconnectConnectNotify()
func (*QSGAbstractRenderer) DisconnectCustomEvent ¶
func (ptr *QSGAbstractRenderer) DisconnectCustomEvent()
func (*QSGAbstractRenderer) DisconnectDeleteLater ¶
func (ptr *QSGAbstractRenderer) DisconnectDeleteLater()
func (*QSGAbstractRenderer) DisconnectDisconnectNotify ¶
func (ptr *QSGAbstractRenderer) DisconnectDisconnectNotify()
func (*QSGAbstractRenderer) DisconnectEvent ¶
func (ptr *QSGAbstractRenderer) DisconnectEvent()
func (*QSGAbstractRenderer) DisconnectEventFilter ¶
func (ptr *QSGAbstractRenderer) DisconnectEventFilter()
func (*QSGAbstractRenderer) DisconnectMetaObject ¶
func (ptr *QSGAbstractRenderer) DisconnectMetaObject()
func (*QSGAbstractRenderer) DisconnectNotify ¶
func (ptr *QSGAbstractRenderer) DisconnectNotify(sign core.QMetaMethod_ITF)
func (*QSGAbstractRenderer) DisconnectNotifyDefault ¶
func (ptr *QSGAbstractRenderer) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QSGAbstractRenderer) DisconnectSceneGraphChanged ¶
func (ptr *QSGAbstractRenderer) DisconnectSceneGraphChanged()
func (*QSGAbstractRenderer) DisconnectTimerEvent ¶
func (ptr *QSGAbstractRenderer) DisconnectTimerEvent()
func (*QSGAbstractRenderer) Event ¶
func (ptr *QSGAbstractRenderer) Event(e core.QEvent_ITF) bool
func (*QSGAbstractRenderer) EventDefault ¶
func (ptr *QSGAbstractRenderer) EventDefault(e core.QEvent_ITF) bool
func (*QSGAbstractRenderer) EventFilter ¶
func (ptr *QSGAbstractRenderer) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QSGAbstractRenderer) EventFilterDefault ¶
func (ptr *QSGAbstractRenderer) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QSGAbstractRenderer) MetaObject ¶
func (ptr *QSGAbstractRenderer) MetaObject() *core.QMetaObject
func (*QSGAbstractRenderer) MetaObjectDefault ¶
func (ptr *QSGAbstractRenderer) MetaObjectDefault() *core.QMetaObject
func (*QSGAbstractRenderer) Pointer ¶
func (p *QSGAbstractRenderer) Pointer() unsafe.Pointer
func (*QSGAbstractRenderer) QSGAbstractRenderer_PTR ¶
func (p *QSGAbstractRenderer) QSGAbstractRenderer_PTR() *QSGAbstractRenderer
func (*QSGAbstractRenderer) SceneGraphChanged ¶
func (ptr *QSGAbstractRenderer) SceneGraphChanged()
func (*QSGAbstractRenderer) SetClearColor ¶
func (ptr *QSGAbstractRenderer) SetClearColor(color gui.QColor_ITF)
func (*QSGAbstractRenderer) SetClearMode ¶
func (ptr *QSGAbstractRenderer) SetClearMode(mode QSGAbstractRenderer__ClearModeBit)
func (*QSGAbstractRenderer) SetDeviceRect ¶
func (ptr *QSGAbstractRenderer) SetDeviceRect(rect core.QRect_ITF)
func (*QSGAbstractRenderer) SetDeviceRect2 ¶
func (ptr *QSGAbstractRenderer) SetDeviceRect2(size core.QSize_ITF)
func (*QSGAbstractRenderer) SetPointer ¶
func (p *QSGAbstractRenderer) SetPointer(ptr unsafe.Pointer)
func (*QSGAbstractRenderer) SetProjectionMatrix ¶
func (ptr *QSGAbstractRenderer) SetProjectionMatrix(matrix gui.QMatrix4x4_ITF)
func (*QSGAbstractRenderer) SetProjectionMatrixToRect ¶
func (ptr *QSGAbstractRenderer) SetProjectionMatrixToRect(rect core.QRectF_ITF)
func (*QSGAbstractRenderer) SetViewportRect ¶
func (ptr *QSGAbstractRenderer) SetViewportRect(rect core.QRect_ITF)
func (*QSGAbstractRenderer) SetViewportRect2 ¶
func (ptr *QSGAbstractRenderer) SetViewportRect2(size core.QSize_ITF)
func (*QSGAbstractRenderer) TimerEvent ¶
func (ptr *QSGAbstractRenderer) TimerEvent(event core.QTimerEvent_ITF)
func (*QSGAbstractRenderer) TimerEventDefault ¶
func (ptr *QSGAbstractRenderer) TimerEventDefault(event core.QTimerEvent_ITF)
func (*QSGAbstractRenderer) ViewportRect ¶
func (ptr *QSGAbstractRenderer) ViewportRect() *core.QRect
type QSGAbstractRenderer_ITF ¶
type QSGAbstractRenderer_ITF interface { core.QObject_ITF QSGAbstractRenderer_PTR() *QSGAbstractRenderer }
type QSGAbstractRenderer__ClearModeBit ¶
type QSGAbstractRenderer__ClearModeBit int64
QSGAbstractRenderer::ClearModeBit
type QSGBasicGeometryNode ¶
type QSGBasicGeometryNode struct {
QSGNode
}
func NewQSGBasicGeometryNodeFromPointer ¶
func NewQSGBasicGeometryNodeFromPointer(ptr unsafe.Pointer) *QSGBasicGeometryNode
func (*QSGBasicGeometryNode) ConnectIsSubtreeBlocked ¶
func (ptr *QSGBasicGeometryNode) ConnectIsSubtreeBlocked(f func() bool)
func (*QSGBasicGeometryNode) ConnectPreprocess ¶
func (ptr *QSGBasicGeometryNode) ConnectPreprocess(f func())
func (*QSGBasicGeometryNode) DestroyQSGBasicGeometryNode ¶
func (ptr *QSGBasicGeometryNode) DestroyQSGBasicGeometryNode()
func (*QSGBasicGeometryNode) DisconnectIsSubtreeBlocked ¶
func (ptr *QSGBasicGeometryNode) DisconnectIsSubtreeBlocked()
func (*QSGBasicGeometryNode) DisconnectPreprocess ¶
func (ptr *QSGBasicGeometryNode) DisconnectPreprocess()
func (*QSGBasicGeometryNode) Geometry ¶
func (ptr *QSGBasicGeometryNode) Geometry() *QSGGeometry
func (*QSGBasicGeometryNode) Geometry2 ¶
func (ptr *QSGBasicGeometryNode) Geometry2() *QSGGeometry
func (*QSGBasicGeometryNode) IsSubtreeBlocked ¶
func (ptr *QSGBasicGeometryNode) IsSubtreeBlocked() bool
func (*QSGBasicGeometryNode) IsSubtreeBlockedDefault ¶
func (ptr *QSGBasicGeometryNode) IsSubtreeBlockedDefault() bool
func (*QSGBasicGeometryNode) Pointer ¶
func (p *QSGBasicGeometryNode) Pointer() unsafe.Pointer
func (*QSGBasicGeometryNode) Preprocess ¶
func (ptr *QSGBasicGeometryNode) Preprocess()
func (*QSGBasicGeometryNode) PreprocessDefault ¶
func (ptr *QSGBasicGeometryNode) PreprocessDefault()
func (*QSGBasicGeometryNode) QSGBasicGeometryNode_PTR ¶
func (p *QSGBasicGeometryNode) QSGBasicGeometryNode_PTR() *QSGBasicGeometryNode
func (*QSGBasicGeometryNode) SetGeometry ¶
func (ptr *QSGBasicGeometryNode) SetGeometry(geometry QSGGeometry_ITF)
func (*QSGBasicGeometryNode) SetPointer ¶
func (p *QSGBasicGeometryNode) SetPointer(ptr unsafe.Pointer)
type QSGBasicGeometryNode_ITF ¶
type QSGBasicGeometryNode_ITF interface { QSGNode_ITF QSGBasicGeometryNode_PTR() *QSGBasicGeometryNode }
type QSGClipNode ¶
type QSGClipNode struct {
QSGBasicGeometryNode
}
func NewQSGClipNode ¶
func NewQSGClipNode() *QSGClipNode
func NewQSGClipNodeFromPointer ¶
func NewQSGClipNodeFromPointer(ptr unsafe.Pointer) *QSGClipNode
func (*QSGClipNode) ClipRect ¶
func (ptr *QSGClipNode) ClipRect() *core.QRectF
func (*QSGClipNode) ConnectIsSubtreeBlocked ¶
func (ptr *QSGClipNode) ConnectIsSubtreeBlocked(f func() bool)
func (*QSGClipNode) ConnectPreprocess ¶
func (ptr *QSGClipNode) ConnectPreprocess(f func())
func (*QSGClipNode) DestroyQSGClipNode ¶
func (ptr *QSGClipNode) DestroyQSGClipNode()
func (*QSGClipNode) DisconnectIsSubtreeBlocked ¶
func (ptr *QSGClipNode) DisconnectIsSubtreeBlocked()
func (*QSGClipNode) DisconnectPreprocess ¶
func (ptr *QSGClipNode) DisconnectPreprocess()
func (*QSGClipNode) IsRectangular ¶
func (ptr *QSGClipNode) IsRectangular() bool
func (*QSGClipNode) IsSubtreeBlocked ¶
func (ptr *QSGClipNode) IsSubtreeBlocked() bool
func (*QSGClipNode) IsSubtreeBlockedDefault ¶
func (ptr *QSGClipNode) IsSubtreeBlockedDefault() bool
func (*QSGClipNode) Pointer ¶
func (p *QSGClipNode) Pointer() unsafe.Pointer
func (*QSGClipNode) Preprocess ¶
func (ptr *QSGClipNode) Preprocess()
func (*QSGClipNode) PreprocessDefault ¶
func (ptr *QSGClipNode) PreprocessDefault()
func (*QSGClipNode) QSGClipNode_PTR ¶
func (p *QSGClipNode) QSGClipNode_PTR() *QSGClipNode
func (*QSGClipNode) SetClipRect ¶
func (ptr *QSGClipNode) SetClipRect(rect core.QRectF_ITF)
func (*QSGClipNode) SetIsRectangular ¶
func (ptr *QSGClipNode) SetIsRectangular(rectHint bool)
func (*QSGClipNode) SetPointer ¶
func (p *QSGClipNode) SetPointer(ptr unsafe.Pointer)
type QSGClipNode_ITF ¶
type QSGClipNode_ITF interface { QSGBasicGeometryNode_ITF QSGClipNode_PTR() *QSGClipNode }
type QSGDynamicTexture ¶
type QSGDynamicTexture struct {
QSGTexture
}
func NewQSGDynamicTextureFromPointer ¶
func NewQSGDynamicTextureFromPointer(ptr unsafe.Pointer) *QSGDynamicTexture
func (*QSGDynamicTexture) Bind ¶
func (ptr *QSGDynamicTexture) Bind()
func (*QSGDynamicTexture) ChildEvent ¶
func (ptr *QSGDynamicTexture) ChildEvent(event core.QChildEvent_ITF)
func (*QSGDynamicTexture) ChildEventDefault ¶
func (ptr *QSGDynamicTexture) ChildEventDefault(event core.QChildEvent_ITF)
func (*QSGDynamicTexture) ConnectBind ¶
func (ptr *QSGDynamicTexture) ConnectBind(f func())
func (*QSGDynamicTexture) ConnectChildEvent ¶
func (ptr *QSGDynamicTexture) ConnectChildEvent(f func(event *core.QChildEvent))
func (*QSGDynamicTexture) ConnectConnectNotify ¶
func (ptr *QSGDynamicTexture) ConnectConnectNotify(f func(sign *core.QMetaMethod))
func (*QSGDynamicTexture) ConnectCustomEvent ¶
func (ptr *QSGDynamicTexture) ConnectCustomEvent(f func(event *core.QEvent))
func (*QSGDynamicTexture) ConnectDeleteLater ¶
func (ptr *QSGDynamicTexture) ConnectDeleteLater(f func())
func (*QSGDynamicTexture) ConnectDisconnectNotify ¶
func (ptr *QSGDynamicTexture) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
func (*QSGDynamicTexture) ConnectEvent ¶
func (ptr *QSGDynamicTexture) ConnectEvent(f func(e *core.QEvent) bool)
func (*QSGDynamicTexture) ConnectEventFilter ¶
func (*QSGDynamicTexture) ConnectHasAlphaChannel ¶
func (ptr *QSGDynamicTexture) ConnectHasAlphaChannel(f func() bool)
func (*QSGDynamicTexture) ConnectHasMipmaps ¶
func (ptr *QSGDynamicTexture) ConnectHasMipmaps(f func() bool)
func (*QSGDynamicTexture) ConnectIsAtlasTexture ¶
func (ptr *QSGDynamicTexture) ConnectIsAtlasTexture(f func() bool)
func (*QSGDynamicTexture) ConnectMetaObject ¶
func (ptr *QSGDynamicTexture) ConnectMetaObject(f func() *core.QMetaObject)
func (*QSGDynamicTexture) ConnectNormalizedTextureSubRect ¶
func (ptr *QSGDynamicTexture) ConnectNormalizedTextureSubRect(f func() *core.QRectF)
func (*QSGDynamicTexture) ConnectNotify ¶
func (ptr *QSGDynamicTexture) ConnectNotify(sign core.QMetaMethod_ITF)
func (*QSGDynamicTexture) ConnectNotifyDefault ¶
func (ptr *QSGDynamicTexture) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QSGDynamicTexture) ConnectRemovedFromAtlas ¶
func (ptr *QSGDynamicTexture) ConnectRemovedFromAtlas(f func() *QSGTexture)
func (*QSGDynamicTexture) ConnectTextureId ¶
func (ptr *QSGDynamicTexture) ConnectTextureId(f func() int)
func (*QSGDynamicTexture) ConnectTextureSize ¶
func (ptr *QSGDynamicTexture) ConnectTextureSize(f func() *core.QSize)
func (*QSGDynamicTexture) ConnectTimerEvent ¶
func (ptr *QSGDynamicTexture) ConnectTimerEvent(f func(event *core.QTimerEvent))
func (*QSGDynamicTexture) ConnectUpdateTexture ¶
func (ptr *QSGDynamicTexture) ConnectUpdateTexture(f func() bool)
func (*QSGDynamicTexture) CustomEvent ¶
func (ptr *QSGDynamicTexture) CustomEvent(event core.QEvent_ITF)
func (*QSGDynamicTexture) CustomEventDefault ¶
func (ptr *QSGDynamicTexture) CustomEventDefault(event core.QEvent_ITF)
func (*QSGDynamicTexture) DeleteLater ¶
func (ptr *QSGDynamicTexture) DeleteLater()
func (*QSGDynamicTexture) DeleteLaterDefault ¶
func (ptr *QSGDynamicTexture) DeleteLaterDefault()
func (*QSGDynamicTexture) DestroyQSGDynamicTexture ¶
func (ptr *QSGDynamicTexture) DestroyQSGDynamicTexture()
func (*QSGDynamicTexture) DisconnectBind ¶
func (ptr *QSGDynamicTexture) DisconnectBind()
func (*QSGDynamicTexture) DisconnectChildEvent ¶
func (ptr *QSGDynamicTexture) DisconnectChildEvent()
func (*QSGDynamicTexture) DisconnectConnectNotify ¶
func (ptr *QSGDynamicTexture) DisconnectConnectNotify()
func (*QSGDynamicTexture) DisconnectCustomEvent ¶
func (ptr *QSGDynamicTexture) DisconnectCustomEvent()
func (*QSGDynamicTexture) DisconnectDeleteLater ¶
func (ptr *QSGDynamicTexture) DisconnectDeleteLater()
func (*QSGDynamicTexture) DisconnectDisconnectNotify ¶
func (ptr *QSGDynamicTexture) DisconnectDisconnectNotify()
func (*QSGDynamicTexture) DisconnectEvent ¶
func (ptr *QSGDynamicTexture) DisconnectEvent()
func (*QSGDynamicTexture) DisconnectEventFilter ¶
func (ptr *QSGDynamicTexture) DisconnectEventFilter()
func (*QSGDynamicTexture) DisconnectHasAlphaChannel ¶
func (ptr *QSGDynamicTexture) DisconnectHasAlphaChannel()
func (*QSGDynamicTexture) DisconnectHasMipmaps ¶
func (ptr *QSGDynamicTexture) DisconnectHasMipmaps()
func (*QSGDynamicTexture) DisconnectIsAtlasTexture ¶
func (ptr *QSGDynamicTexture) DisconnectIsAtlasTexture()
func (*QSGDynamicTexture) DisconnectMetaObject ¶
func (ptr *QSGDynamicTexture) DisconnectMetaObject()
func (*QSGDynamicTexture) DisconnectNormalizedTextureSubRect ¶
func (ptr *QSGDynamicTexture) DisconnectNormalizedTextureSubRect()
func (*QSGDynamicTexture) DisconnectNotify ¶
func (ptr *QSGDynamicTexture) DisconnectNotify(sign core.QMetaMethod_ITF)
func (*QSGDynamicTexture) DisconnectNotifyDefault ¶
func (ptr *QSGDynamicTexture) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QSGDynamicTexture) DisconnectRemovedFromAtlas ¶
func (ptr *QSGDynamicTexture) DisconnectRemovedFromAtlas()
func (*QSGDynamicTexture) DisconnectTextureId ¶
func (ptr *QSGDynamicTexture) DisconnectTextureId()
func (*QSGDynamicTexture) DisconnectTextureSize ¶
func (ptr *QSGDynamicTexture) DisconnectTextureSize()
func (*QSGDynamicTexture) DisconnectTimerEvent ¶
func (ptr *QSGDynamicTexture) DisconnectTimerEvent()
func (*QSGDynamicTexture) DisconnectUpdateTexture ¶
func (ptr *QSGDynamicTexture) DisconnectUpdateTexture()
func (*QSGDynamicTexture) Event ¶
func (ptr *QSGDynamicTexture) Event(e core.QEvent_ITF) bool
func (*QSGDynamicTexture) EventDefault ¶
func (ptr *QSGDynamicTexture) EventDefault(e core.QEvent_ITF) bool
func (*QSGDynamicTexture) EventFilter ¶
func (ptr *QSGDynamicTexture) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QSGDynamicTexture) EventFilterDefault ¶
func (ptr *QSGDynamicTexture) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QSGDynamicTexture) HasAlphaChannel ¶
func (ptr *QSGDynamicTexture) HasAlphaChannel() bool
func (*QSGDynamicTexture) HasMipmaps ¶
func (ptr *QSGDynamicTexture) HasMipmaps() bool
func (*QSGDynamicTexture) IsAtlasTexture ¶
func (ptr *QSGDynamicTexture) IsAtlasTexture() bool
func (*QSGDynamicTexture) IsAtlasTextureDefault ¶
func (ptr *QSGDynamicTexture) IsAtlasTextureDefault() bool
func (*QSGDynamicTexture) MetaObject ¶
func (ptr *QSGDynamicTexture) MetaObject() *core.QMetaObject
func (*QSGDynamicTexture) MetaObjectDefault ¶
func (ptr *QSGDynamicTexture) MetaObjectDefault() *core.QMetaObject
func (*QSGDynamicTexture) NormalizedTextureSubRect ¶
func (ptr *QSGDynamicTexture) NormalizedTextureSubRect() *core.QRectF
func (*QSGDynamicTexture) NormalizedTextureSubRectDefault ¶
func (ptr *QSGDynamicTexture) NormalizedTextureSubRectDefault() *core.QRectF
func (*QSGDynamicTexture) Pointer ¶
func (p *QSGDynamicTexture) Pointer() unsafe.Pointer
func (*QSGDynamicTexture) QSGDynamicTexture_PTR ¶
func (p *QSGDynamicTexture) QSGDynamicTexture_PTR() *QSGDynamicTexture
func (*QSGDynamicTexture) RemovedFromAtlas ¶
func (ptr *QSGDynamicTexture) RemovedFromAtlas() *QSGTexture
func (*QSGDynamicTexture) RemovedFromAtlasDefault ¶
func (ptr *QSGDynamicTexture) RemovedFromAtlasDefault() *QSGTexture
func (*QSGDynamicTexture) SetPointer ¶
func (p *QSGDynamicTexture) SetPointer(ptr unsafe.Pointer)
func (*QSGDynamicTexture) TextureId ¶
func (ptr *QSGDynamicTexture) TextureId() int
func (*QSGDynamicTexture) TextureSize ¶
func (ptr *QSGDynamicTexture) TextureSize() *core.QSize
func (*QSGDynamicTexture) TimerEvent ¶
func (ptr *QSGDynamicTexture) TimerEvent(event core.QTimerEvent_ITF)
func (*QSGDynamicTexture) TimerEventDefault ¶
func (ptr *QSGDynamicTexture) TimerEventDefault(event core.QTimerEvent_ITF)
func (*QSGDynamicTexture) UpdateTexture ¶
func (ptr *QSGDynamicTexture) UpdateTexture() bool
type QSGDynamicTexture_ITF ¶
type QSGDynamicTexture_ITF interface { QSGTexture_ITF QSGDynamicTexture_PTR() *QSGDynamicTexture }
type QSGEngine ¶
func NewQSGEngine ¶
func NewQSGEngine(parent core.QObject_ITF) *QSGEngine
func NewQSGEngineFromPointer ¶
func (*QSGEngine) ChildEvent ¶
func (ptr *QSGEngine) ChildEvent(event core.QChildEvent_ITF)
func (*QSGEngine) ChildEventDefault ¶
func (ptr *QSGEngine) ChildEventDefault(event core.QChildEvent_ITF)
func (*QSGEngine) ConnectChildEvent ¶
func (ptr *QSGEngine) ConnectChildEvent(f func(event *core.QChildEvent))
func (*QSGEngine) ConnectConnectNotify ¶
func (ptr *QSGEngine) ConnectConnectNotify(f func(sign *core.QMetaMethod))
func (*QSGEngine) ConnectCustomEvent ¶
func (*QSGEngine) ConnectDeleteLater ¶
func (ptr *QSGEngine) ConnectDeleteLater(f func())
func (*QSGEngine) ConnectDisconnectNotify ¶
func (ptr *QSGEngine) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
func (*QSGEngine) ConnectEventFilter ¶
func (*QSGEngine) ConnectMetaObject ¶
func (ptr *QSGEngine) ConnectMetaObject(f func() *core.QMetaObject)
func (*QSGEngine) ConnectNotify ¶
func (ptr *QSGEngine) ConnectNotify(sign core.QMetaMethod_ITF)
func (*QSGEngine) ConnectNotifyDefault ¶
func (ptr *QSGEngine) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QSGEngine) ConnectTimerEvent ¶
func (ptr *QSGEngine) ConnectTimerEvent(f func(event *core.QTimerEvent))
func (*QSGEngine) CreateRenderer ¶
func (ptr *QSGEngine) CreateRenderer() *QSGAbstractRenderer
func (*QSGEngine) CreateTextureFromId ¶
func (ptr *QSGEngine) CreateTextureFromId(id uint, size core.QSize_ITF, options QSGEngine__CreateTextureOption) *QSGTexture
func (*QSGEngine) CreateTextureFromImage ¶
func (ptr *QSGEngine) CreateTextureFromImage(image gui.QImage_ITF, options QSGEngine__CreateTextureOption) *QSGTexture
func (*QSGEngine) CustomEvent ¶
func (ptr *QSGEngine) CustomEvent(event core.QEvent_ITF)
func (*QSGEngine) CustomEventDefault ¶
func (ptr *QSGEngine) CustomEventDefault(event core.QEvent_ITF)
func (*QSGEngine) DeleteLater ¶
func (ptr *QSGEngine) DeleteLater()
func (*QSGEngine) DeleteLaterDefault ¶
func (ptr *QSGEngine) DeleteLaterDefault()
func (*QSGEngine) DestroyQSGEngine ¶
func (ptr *QSGEngine) DestroyQSGEngine()
func (*QSGEngine) DisconnectChildEvent ¶
func (ptr *QSGEngine) DisconnectChildEvent()
func (*QSGEngine) DisconnectConnectNotify ¶
func (ptr *QSGEngine) DisconnectConnectNotify()
func (*QSGEngine) DisconnectCustomEvent ¶
func (ptr *QSGEngine) DisconnectCustomEvent()
func (*QSGEngine) DisconnectDeleteLater ¶
func (ptr *QSGEngine) DisconnectDeleteLater()
func (*QSGEngine) DisconnectDisconnectNotify ¶
func (ptr *QSGEngine) DisconnectDisconnectNotify()
func (*QSGEngine) DisconnectEvent ¶
func (ptr *QSGEngine) DisconnectEvent()
func (*QSGEngine) DisconnectEventFilter ¶
func (ptr *QSGEngine) DisconnectEventFilter()
func (*QSGEngine) DisconnectMetaObject ¶
func (ptr *QSGEngine) DisconnectMetaObject()
func (*QSGEngine) DisconnectNotify ¶
func (ptr *QSGEngine) DisconnectNotify(sign core.QMetaMethod_ITF)
func (*QSGEngine) DisconnectNotifyDefault ¶
func (ptr *QSGEngine) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QSGEngine) DisconnectTimerEvent ¶
func (ptr *QSGEngine) DisconnectTimerEvent()
func (*QSGEngine) EventDefault ¶
func (ptr *QSGEngine) EventDefault(e core.QEvent_ITF) bool
func (*QSGEngine) EventFilter ¶
func (ptr *QSGEngine) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QSGEngine) EventFilterDefault ¶
func (ptr *QSGEngine) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QSGEngine) Initialize ¶
func (ptr *QSGEngine) Initialize(context gui.QOpenGLContext_ITF)
func (*QSGEngine) Invalidate ¶
func (ptr *QSGEngine) Invalidate()
func (*QSGEngine) MetaObject ¶
func (ptr *QSGEngine) MetaObject() *core.QMetaObject
func (*QSGEngine) MetaObjectDefault ¶
func (ptr *QSGEngine) MetaObjectDefault() *core.QMetaObject
func (*QSGEngine) QSGEngine_PTR ¶
func (*QSGEngine) SetPointer ¶
func (*QSGEngine) TimerEvent ¶
func (ptr *QSGEngine) TimerEvent(event core.QTimerEvent_ITF)
func (*QSGEngine) TimerEventDefault ¶
func (ptr *QSGEngine) TimerEventDefault(event core.QTimerEvent_ITF)
type QSGEngine_ITF ¶
type QSGEngine_ITF interface { core.QObject_ITF QSGEngine_PTR() *QSGEngine }
type QSGEngine__CreateTextureOption ¶
type QSGEngine__CreateTextureOption int64
QSGEngine::CreateTextureOption
type QSGFlatColorMaterial ¶
type QSGFlatColorMaterial struct {
QSGMaterial
}
func NewQSGFlatColorMaterial ¶
func NewQSGFlatColorMaterial() *QSGFlatColorMaterial
func NewQSGFlatColorMaterialFromPointer ¶
func NewQSGFlatColorMaterialFromPointer(ptr unsafe.Pointer) *QSGFlatColorMaterial
func (*QSGFlatColorMaterial) Color ¶
func (ptr *QSGFlatColorMaterial) Color() *gui.QColor
func (*QSGFlatColorMaterial) Compare ¶
func (ptr *QSGFlatColorMaterial) Compare(other QSGMaterial_ITF) int
func (*QSGFlatColorMaterial) CompareDefault ¶
func (ptr *QSGFlatColorMaterial) CompareDefault(other QSGMaterial_ITF) int
func (*QSGFlatColorMaterial) ConnectCompare ¶
func (ptr *QSGFlatColorMaterial) ConnectCompare(f func(other *QSGMaterial) int)
func (*QSGFlatColorMaterial) ConnectCreateShader ¶
func (ptr *QSGFlatColorMaterial) ConnectCreateShader(f func() *QSGMaterialShader)
func (*QSGFlatColorMaterial) ConnectType ¶
func (ptr *QSGFlatColorMaterial) ConnectType(f func() *QSGMaterialType)
func (*QSGFlatColorMaterial) CreateShader ¶
func (ptr *QSGFlatColorMaterial) CreateShader() *QSGMaterialShader
func (*QSGFlatColorMaterial) CreateShaderDefault ¶
func (ptr *QSGFlatColorMaterial) CreateShaderDefault() *QSGMaterialShader
func (*QSGFlatColorMaterial) DestroyQSGFlatColorMaterial ¶
func (ptr *QSGFlatColorMaterial) DestroyQSGFlatColorMaterial()
func (*QSGFlatColorMaterial) DisconnectCompare ¶
func (ptr *QSGFlatColorMaterial) DisconnectCompare()
func (*QSGFlatColorMaterial) DisconnectCreateShader ¶
func (ptr *QSGFlatColorMaterial) DisconnectCreateShader()
func (*QSGFlatColorMaterial) DisconnectType ¶
func (ptr *QSGFlatColorMaterial) DisconnectType()
func (*QSGFlatColorMaterial) Pointer ¶
func (p *QSGFlatColorMaterial) Pointer() unsafe.Pointer
func (*QSGFlatColorMaterial) QSGFlatColorMaterial_PTR ¶
func (p *QSGFlatColorMaterial) QSGFlatColorMaterial_PTR() *QSGFlatColorMaterial
func (*QSGFlatColorMaterial) SetColor ¶
func (ptr *QSGFlatColorMaterial) SetColor(color gui.QColor_ITF)
func (*QSGFlatColorMaterial) SetPointer ¶
func (p *QSGFlatColorMaterial) SetPointer(ptr unsafe.Pointer)
func (*QSGFlatColorMaterial) Type ¶
func (ptr *QSGFlatColorMaterial) Type() *QSGMaterialType
func (*QSGFlatColorMaterial) TypeDefault ¶
func (ptr *QSGFlatColorMaterial) TypeDefault() *QSGMaterialType
type QSGFlatColorMaterial_ITF ¶
type QSGFlatColorMaterial_ITF interface { QSGMaterial_ITF QSGFlatColorMaterial_PTR() *QSGFlatColorMaterial }
type QSGGeometry ¶
type QSGGeometry struct {
// contains filtered or unexported fields
}
func NewQSGGeometryFromPointer ¶
func NewQSGGeometryFromPointer(ptr unsafe.Pointer) *QSGGeometry
func (*QSGGeometry) Allocate ¶
func (ptr *QSGGeometry) Allocate(vertexCount int, indexCount int)
func (*QSGGeometry) AttributeCount ¶
func (ptr *QSGGeometry) AttributeCount() int
func (*QSGGeometry) ConnectDestroyQSGGeometry ¶
func (ptr *QSGGeometry) ConnectDestroyQSGGeometry(f func())
func (*QSGGeometry) DestroyQSGGeometry ¶
func (ptr *QSGGeometry) DestroyQSGGeometry()
func (*QSGGeometry) DestroyQSGGeometryDefault ¶
func (ptr *QSGGeometry) DestroyQSGGeometryDefault()
func (*QSGGeometry) DisconnectDestroyQSGGeometry ¶
func (ptr *QSGGeometry) DisconnectDestroyQSGGeometry()
func (*QSGGeometry) IndexCount ¶
func (ptr *QSGGeometry) IndexCount() int
func (*QSGGeometry) IndexData ¶
func (ptr *QSGGeometry) IndexData() unsafe.Pointer
func (*QSGGeometry) IndexData2 ¶
func (ptr *QSGGeometry) IndexData2() unsafe.Pointer
func (*QSGGeometry) IndexDataAsUInt ¶
func (ptr *QSGGeometry) IndexDataAsUInt() uint
func (*QSGGeometry) IndexDataAsUInt2 ¶
func (ptr *QSGGeometry) IndexDataAsUInt2() uint
func (*QSGGeometry) IndexDataAsUShort ¶
func (ptr *QSGGeometry) IndexDataAsUShort() uint16
func (*QSGGeometry) IndexDataAsUShort2 ¶
func (ptr *QSGGeometry) IndexDataAsUShort2() uint16
func (*QSGGeometry) IndexDataPattern ¶
func (ptr *QSGGeometry) IndexDataPattern() QSGGeometry__DataPattern
func (*QSGGeometry) IndexType ¶
func (ptr *QSGGeometry) IndexType() int
func (*QSGGeometry) LineWidth ¶
func (ptr *QSGGeometry) LineWidth() float32
func (*QSGGeometry) MarkIndexDataDirty ¶
func (ptr *QSGGeometry) MarkIndexDataDirty()
func (*QSGGeometry) MarkVertexDataDirty ¶
func (ptr *QSGGeometry) MarkVertexDataDirty()
func (*QSGGeometry) Pointer ¶
func (p *QSGGeometry) Pointer() unsafe.Pointer
func (*QSGGeometry) QSGGeometry_PTR ¶
func (p *QSGGeometry) QSGGeometry_PTR() *QSGGeometry
func (*QSGGeometry) SetIndexDataPattern ¶
func (ptr *QSGGeometry) SetIndexDataPattern(p QSGGeometry__DataPattern)
func (*QSGGeometry) SetLineWidth ¶
func (ptr *QSGGeometry) SetLineWidth(width float32)
func (*QSGGeometry) SetPointer ¶
func (p *QSGGeometry) SetPointer(ptr unsafe.Pointer)
func (*QSGGeometry) SetVertexDataPattern ¶
func (ptr *QSGGeometry) SetVertexDataPattern(p QSGGeometry__DataPattern)
func (*QSGGeometry) SizeOfIndex ¶
func (ptr *QSGGeometry) SizeOfIndex() int
func (*QSGGeometry) SizeOfVertex ¶
func (ptr *QSGGeometry) SizeOfVertex() int
func (*QSGGeometry) UpdateRectGeometry ¶
func (ptr *QSGGeometry) UpdateRectGeometry(g QSGGeometry_ITF, rect core.QRectF_ITF)
func (*QSGGeometry) UpdateTexturedRectGeometry ¶
func (ptr *QSGGeometry) UpdateTexturedRectGeometry(g QSGGeometry_ITF, rect core.QRectF_ITF, textureRect core.QRectF_ITF)
func (*QSGGeometry) VertexCount ¶
func (ptr *QSGGeometry) VertexCount() int
func (*QSGGeometry) VertexData ¶
func (ptr *QSGGeometry) VertexData() unsafe.Pointer
func (*QSGGeometry) VertexData2 ¶
func (ptr *QSGGeometry) VertexData2() unsafe.Pointer
func (*QSGGeometry) VertexDataPattern ¶
func (ptr *QSGGeometry) VertexDataPattern() QSGGeometry__DataPattern
type QSGGeometryNode ¶
type QSGGeometryNode struct {
QSGBasicGeometryNode
}
func NewQSGGeometryNode ¶
func NewQSGGeometryNode() *QSGGeometryNode
func NewQSGGeometryNodeFromPointer ¶
func NewQSGGeometryNodeFromPointer(ptr unsafe.Pointer) *QSGGeometryNode
func (*QSGGeometryNode) ConnectIsSubtreeBlocked ¶
func (ptr *QSGGeometryNode) ConnectIsSubtreeBlocked(f func() bool)
func (*QSGGeometryNode) ConnectPreprocess ¶
func (ptr *QSGGeometryNode) ConnectPreprocess(f func())
func (*QSGGeometryNode) DestroyQSGGeometryNode ¶
func (ptr *QSGGeometryNode) DestroyQSGGeometryNode()
func (*QSGGeometryNode) DisconnectIsSubtreeBlocked ¶
func (ptr *QSGGeometryNode) DisconnectIsSubtreeBlocked()
func (*QSGGeometryNode) DisconnectPreprocess ¶
func (ptr *QSGGeometryNode) DisconnectPreprocess()
func (*QSGGeometryNode) IsSubtreeBlocked ¶
func (ptr *QSGGeometryNode) IsSubtreeBlocked() bool
func (*QSGGeometryNode) IsSubtreeBlockedDefault ¶
func (ptr *QSGGeometryNode) IsSubtreeBlockedDefault() bool
func (*QSGGeometryNode) Material ¶
func (ptr *QSGGeometryNode) Material() *QSGMaterial
func (*QSGGeometryNode) OpaqueMaterial ¶
func (ptr *QSGGeometryNode) OpaqueMaterial() *QSGMaterial
func (*QSGGeometryNode) Pointer ¶
func (p *QSGGeometryNode) Pointer() unsafe.Pointer
func (*QSGGeometryNode) Preprocess ¶
func (ptr *QSGGeometryNode) Preprocess()
func (*QSGGeometryNode) PreprocessDefault ¶
func (ptr *QSGGeometryNode) PreprocessDefault()
func (*QSGGeometryNode) QSGGeometryNode_PTR ¶
func (p *QSGGeometryNode) QSGGeometryNode_PTR() *QSGGeometryNode
func (*QSGGeometryNode) SetMaterial ¶
func (ptr *QSGGeometryNode) SetMaterial(material QSGMaterial_ITF)
func (*QSGGeometryNode) SetOpaqueMaterial ¶
func (ptr *QSGGeometryNode) SetOpaqueMaterial(material QSGMaterial_ITF)
func (*QSGGeometryNode) SetPointer ¶
func (p *QSGGeometryNode) SetPointer(ptr unsafe.Pointer)
type QSGGeometryNode_ITF ¶
type QSGGeometryNode_ITF interface { QSGBasicGeometryNode_ITF QSGGeometryNode_PTR() *QSGGeometryNode }
type QSGGeometry_ITF ¶
type QSGGeometry_ITF interface {
QSGGeometry_PTR() *QSGGeometry
}
type QSGMaterial ¶
type QSGMaterial struct {
// contains filtered or unexported fields
}
func NewQSGMaterialFromPointer ¶
func NewQSGMaterialFromPointer(ptr unsafe.Pointer) *QSGMaterial
func (*QSGMaterial) Compare ¶
func (ptr *QSGMaterial) Compare(other QSGMaterial_ITF) int
func (*QSGMaterial) CompareDefault ¶
func (ptr *QSGMaterial) CompareDefault(other QSGMaterial_ITF) int
func (*QSGMaterial) ConnectCompare ¶
func (ptr *QSGMaterial) ConnectCompare(f func(other *QSGMaterial) int)
func (*QSGMaterial) ConnectCreateShader ¶
func (ptr *QSGMaterial) ConnectCreateShader(f func() *QSGMaterialShader)
func (*QSGMaterial) ConnectType ¶
func (ptr *QSGMaterial) ConnectType(f func() *QSGMaterialType)
func (*QSGMaterial) CreateShader ¶
func (ptr *QSGMaterial) CreateShader() *QSGMaterialShader
func (*QSGMaterial) DestroyQSGMaterial ¶
func (ptr *QSGMaterial) DestroyQSGMaterial()
func (*QSGMaterial) DisconnectCompare ¶
func (ptr *QSGMaterial) DisconnectCompare()
func (*QSGMaterial) DisconnectCreateShader ¶
func (ptr *QSGMaterial) DisconnectCreateShader()
func (*QSGMaterial) DisconnectType ¶
func (ptr *QSGMaterial) DisconnectType()
func (*QSGMaterial) Flags ¶
func (ptr *QSGMaterial) Flags() QSGMaterial__Flag
func (*QSGMaterial) Pointer ¶
func (p *QSGMaterial) Pointer() unsafe.Pointer
func (*QSGMaterial) QSGMaterial_PTR ¶
func (p *QSGMaterial) QSGMaterial_PTR() *QSGMaterial
func (*QSGMaterial) SetFlag ¶
func (ptr *QSGMaterial) SetFlag(flags QSGMaterial__Flag, on bool)
func (*QSGMaterial) SetPointer ¶
func (p *QSGMaterial) SetPointer(ptr unsafe.Pointer)
func (*QSGMaterial) Type ¶
func (ptr *QSGMaterial) Type() *QSGMaterialType
type QSGMaterialShader ¶
type QSGMaterialShader struct {
// contains filtered or unexported fields
}
func NewQSGMaterialShaderFromPointer ¶
func NewQSGMaterialShaderFromPointer(ptr unsafe.Pointer) *QSGMaterialShader
func (*QSGMaterialShader) Activate ¶
func (ptr *QSGMaterialShader) Activate()
func (*QSGMaterialShader) ActivateDefault ¶
func (ptr *QSGMaterialShader) ActivateDefault()
func (*QSGMaterialShader) Compile ¶
func (ptr *QSGMaterialShader) Compile()
func (*QSGMaterialShader) CompileDefault ¶
func (ptr *QSGMaterialShader) CompileDefault()
func (*QSGMaterialShader) ConnectActivate ¶
func (ptr *QSGMaterialShader) ConnectActivate(f func())
func (*QSGMaterialShader) ConnectCompile ¶
func (ptr *QSGMaterialShader) ConnectCompile(f func())
func (*QSGMaterialShader) ConnectDeactivate ¶
func (ptr *QSGMaterialShader) ConnectDeactivate(f func())
func (*QSGMaterialShader) ConnectFragmentShader ¶
func (ptr *QSGMaterialShader) ConnectFragmentShader(f func() string)
func (*QSGMaterialShader) ConnectInitialize ¶
func (ptr *QSGMaterialShader) ConnectInitialize(f func())
func (*QSGMaterialShader) ConnectVertexShader ¶
func (ptr *QSGMaterialShader) ConnectVertexShader(f func() string)
func (*QSGMaterialShader) Deactivate ¶
func (ptr *QSGMaterialShader) Deactivate()
func (*QSGMaterialShader) DeactivateDefault ¶
func (ptr *QSGMaterialShader) DeactivateDefault()
func (*QSGMaterialShader) DestroyQSGMaterialShader ¶
func (ptr *QSGMaterialShader) DestroyQSGMaterialShader()
func (*QSGMaterialShader) DisconnectActivate ¶
func (ptr *QSGMaterialShader) DisconnectActivate()
func (*QSGMaterialShader) DisconnectCompile ¶
func (ptr *QSGMaterialShader) DisconnectCompile()
func (*QSGMaterialShader) DisconnectDeactivate ¶
func (ptr *QSGMaterialShader) DisconnectDeactivate()
func (*QSGMaterialShader) DisconnectFragmentShader ¶
func (ptr *QSGMaterialShader) DisconnectFragmentShader()
func (*QSGMaterialShader) DisconnectInitialize ¶
func (ptr *QSGMaterialShader) DisconnectInitialize()
func (*QSGMaterialShader) DisconnectVertexShader ¶
func (ptr *QSGMaterialShader) DisconnectVertexShader()
func (*QSGMaterialShader) FragmentShader ¶
func (ptr *QSGMaterialShader) FragmentShader() string
func (*QSGMaterialShader) FragmentShaderDefault ¶
func (ptr *QSGMaterialShader) FragmentShaderDefault() string
func (*QSGMaterialShader) Initialize ¶
func (ptr *QSGMaterialShader) Initialize()
func (*QSGMaterialShader) InitializeDefault ¶
func (ptr *QSGMaterialShader) InitializeDefault()
func (*QSGMaterialShader) Pointer ¶
func (p *QSGMaterialShader) Pointer() unsafe.Pointer
func (*QSGMaterialShader) Program ¶
func (ptr *QSGMaterialShader) Program() *gui.QOpenGLShaderProgram
func (*QSGMaterialShader) QSGMaterialShader_PTR ¶
func (p *QSGMaterialShader) QSGMaterialShader_PTR() *QSGMaterialShader
func (*QSGMaterialShader) SetPointer ¶
func (p *QSGMaterialShader) SetPointer(ptr unsafe.Pointer)
func (*QSGMaterialShader) SetShaderSourceFile ¶
func (ptr *QSGMaterialShader) SetShaderSourceFile(ty gui.QOpenGLShader__ShaderTypeBit, sourceFile string)
func (*QSGMaterialShader) SetShaderSourceFiles ¶
func (ptr *QSGMaterialShader) SetShaderSourceFiles(ty gui.QOpenGLShader__ShaderTypeBit, sourceFiles []string)
func (*QSGMaterialShader) VertexShader ¶
func (ptr *QSGMaterialShader) VertexShader() string
func (*QSGMaterialShader) VertexShaderDefault ¶
func (ptr *QSGMaterialShader) VertexShaderDefault() string
type QSGMaterialShader_ITF ¶
type QSGMaterialShader_ITF interface {
QSGMaterialShader_PTR() *QSGMaterialShader
}
type QSGMaterialType ¶
type QSGMaterialType struct {
// contains filtered or unexported fields
}
func NewQSGMaterialTypeFromPointer ¶
func NewQSGMaterialTypeFromPointer(ptr unsafe.Pointer) *QSGMaterialType
func (*QSGMaterialType) DestroyQSGMaterialType ¶
func (ptr *QSGMaterialType) DestroyQSGMaterialType()
func (*QSGMaterialType) Pointer ¶
func (p *QSGMaterialType) Pointer() unsafe.Pointer
func (*QSGMaterialType) QSGMaterialType_PTR ¶
func (p *QSGMaterialType) QSGMaterialType_PTR() *QSGMaterialType
func (*QSGMaterialType) SetPointer ¶
func (p *QSGMaterialType) SetPointer(ptr unsafe.Pointer)
type QSGMaterialType_ITF ¶
type QSGMaterialType_ITF interface {
QSGMaterialType_PTR() *QSGMaterialType
}
type QSGMaterial_ITF ¶
type QSGMaterial_ITF interface {
QSGMaterial_PTR() *QSGMaterial
}
type QSGNode ¶
type QSGNode struct {
// contains filtered or unexported fields
}
func NewQSGNode ¶
func NewQSGNode() *QSGNode
func NewQSGNodeFromPointer ¶
func (*QSGNode) AppendChildNode ¶
func (ptr *QSGNode) AppendChildNode(node QSGNode_ITF)
func (*QSGNode) ChildAtIndex ¶
func (*QSGNode) ChildCount ¶
func (*QSGNode) ConnectDestroyQSGNode ¶
func (ptr *QSGNode) ConnectDestroyQSGNode(f func())
func (*QSGNode) ConnectIsSubtreeBlocked ¶
func (*QSGNode) ConnectPreprocess ¶
func (ptr *QSGNode) ConnectPreprocess(f func())
func (*QSGNode) DestroyQSGNode ¶
func (ptr *QSGNode) DestroyQSGNode()
func (*QSGNode) DestroyQSGNodeDefault ¶
func (ptr *QSGNode) DestroyQSGNodeDefault()
func (*QSGNode) DisconnectDestroyQSGNode ¶
func (ptr *QSGNode) DisconnectDestroyQSGNode()
func (*QSGNode) DisconnectIsSubtreeBlocked ¶
func (ptr *QSGNode) DisconnectIsSubtreeBlocked()
func (*QSGNode) DisconnectPreprocess ¶
func (ptr *QSGNode) DisconnectPreprocess()
func (*QSGNode) FirstChild ¶
func (*QSGNode) Flags ¶
func (ptr *QSGNode) Flags() QSGNode__Flag
func (*QSGNode) InsertChildNodeAfter ¶
func (ptr *QSGNode) InsertChildNodeAfter(node QSGNode_ITF, after QSGNode_ITF)
func (*QSGNode) InsertChildNodeBefore ¶
func (ptr *QSGNode) InsertChildNodeBefore(node QSGNode_ITF, before QSGNode_ITF)
func (*QSGNode) IsSubtreeBlocked ¶
func (*QSGNode) IsSubtreeBlockedDefault ¶
func (*QSGNode) MarkDirty ¶
func (ptr *QSGNode) MarkDirty(bits QSGNode__DirtyStateBit)
func (*QSGNode) NextSibling ¶
func (*QSGNode) PrependChildNode ¶
func (ptr *QSGNode) PrependChildNode(node QSGNode_ITF)
func (*QSGNode) Preprocess ¶
func (ptr *QSGNode) Preprocess()
func (*QSGNode) PreprocessDefault ¶
func (ptr *QSGNode) PreprocessDefault()
func (*QSGNode) PreviousSibling ¶
func (*QSGNode) QSGNode_PTR ¶
func (*QSGNode) RemoveAllChildNodes ¶
func (ptr *QSGNode) RemoveAllChildNodes()
func (*QSGNode) RemoveChildNode ¶
func (ptr *QSGNode) RemoveChildNode(node QSGNode_ITF)
func (*QSGNode) SetFlag ¶
func (ptr *QSGNode) SetFlag(f QSGNode__Flag, enabled bool)
func (*QSGNode) SetFlags ¶
func (ptr *QSGNode) SetFlags(f QSGNode__Flag, enabled bool)
func (*QSGNode) SetPointer ¶
func (*QSGNode) Type ¶
func (ptr *QSGNode) Type() QSGNode__NodeType
type QSGNode_ITF ¶
type QSGNode_ITF interface {
QSGNode_PTR() *QSGNode
}
type QSGOpacityNode ¶
type QSGOpacityNode struct {
QSGNode
}
func NewQSGOpacityNode ¶
func NewQSGOpacityNode() *QSGOpacityNode
func NewQSGOpacityNodeFromPointer ¶
func NewQSGOpacityNodeFromPointer(ptr unsafe.Pointer) *QSGOpacityNode
func (*QSGOpacityNode) ConnectIsSubtreeBlocked ¶
func (ptr *QSGOpacityNode) ConnectIsSubtreeBlocked(f func() bool)
func (*QSGOpacityNode) ConnectPreprocess ¶
func (ptr *QSGOpacityNode) ConnectPreprocess(f func())
func (*QSGOpacityNode) DestroyQSGOpacityNode ¶
func (ptr *QSGOpacityNode) DestroyQSGOpacityNode()
func (*QSGOpacityNode) DisconnectIsSubtreeBlocked ¶
func (ptr *QSGOpacityNode) DisconnectIsSubtreeBlocked()
func (*QSGOpacityNode) DisconnectPreprocess ¶
func (ptr *QSGOpacityNode) DisconnectPreprocess()
func (*QSGOpacityNode) IsSubtreeBlocked ¶
func (ptr *QSGOpacityNode) IsSubtreeBlocked() bool
func (*QSGOpacityNode) IsSubtreeBlockedDefault ¶
func (ptr *QSGOpacityNode) IsSubtreeBlockedDefault() bool
func (*QSGOpacityNode) Opacity ¶
func (ptr *QSGOpacityNode) Opacity() float64
func (*QSGOpacityNode) Pointer ¶
func (p *QSGOpacityNode) Pointer() unsafe.Pointer
func (*QSGOpacityNode) Preprocess ¶
func (ptr *QSGOpacityNode) Preprocess()
func (*QSGOpacityNode) PreprocessDefault ¶
func (ptr *QSGOpacityNode) PreprocessDefault()
func (*QSGOpacityNode) QSGOpacityNode_PTR ¶
func (p *QSGOpacityNode) QSGOpacityNode_PTR() *QSGOpacityNode
func (*QSGOpacityNode) SetOpacity ¶
func (ptr *QSGOpacityNode) SetOpacity(opacity float64)
func (*QSGOpacityNode) SetPointer ¶
func (p *QSGOpacityNode) SetPointer(ptr unsafe.Pointer)
type QSGOpacityNode_ITF ¶
type QSGOpacityNode_ITF interface { QSGNode_ITF QSGOpacityNode_PTR() *QSGOpacityNode }
type QSGOpaqueTextureMaterial ¶
type QSGOpaqueTextureMaterial struct {
QSGMaterial
}
func NewQSGOpaqueTextureMaterial ¶
func NewQSGOpaqueTextureMaterial() *QSGOpaqueTextureMaterial
func NewQSGOpaqueTextureMaterialFromPointer ¶
func NewQSGOpaqueTextureMaterialFromPointer(ptr unsafe.Pointer) *QSGOpaqueTextureMaterial
func (*QSGOpaqueTextureMaterial) Compare ¶
func (ptr *QSGOpaqueTextureMaterial) Compare(other QSGMaterial_ITF) int
func (*QSGOpaqueTextureMaterial) CompareDefault ¶
func (ptr *QSGOpaqueTextureMaterial) CompareDefault(other QSGMaterial_ITF) int
func (*QSGOpaqueTextureMaterial) ConnectCompare ¶
func (ptr *QSGOpaqueTextureMaterial) ConnectCompare(f func(other *QSGMaterial) int)
func (*QSGOpaqueTextureMaterial) ConnectCreateShader ¶
func (ptr *QSGOpaqueTextureMaterial) ConnectCreateShader(f func() *QSGMaterialShader)
func (*QSGOpaqueTextureMaterial) ConnectType ¶
func (ptr *QSGOpaqueTextureMaterial) ConnectType(f func() *QSGMaterialType)
func (*QSGOpaqueTextureMaterial) CreateShader ¶
func (ptr *QSGOpaqueTextureMaterial) CreateShader() *QSGMaterialShader
func (*QSGOpaqueTextureMaterial) CreateShaderDefault ¶
func (ptr *QSGOpaqueTextureMaterial) CreateShaderDefault() *QSGMaterialShader
func (*QSGOpaqueTextureMaterial) DestroyQSGOpaqueTextureMaterial ¶
func (ptr *QSGOpaqueTextureMaterial) DestroyQSGOpaqueTextureMaterial()
func (*QSGOpaqueTextureMaterial) DisconnectCompare ¶
func (ptr *QSGOpaqueTextureMaterial) DisconnectCompare()
func (*QSGOpaqueTextureMaterial) DisconnectCreateShader ¶
func (ptr *QSGOpaqueTextureMaterial) DisconnectCreateShader()
func (*QSGOpaqueTextureMaterial) DisconnectType ¶
func (ptr *QSGOpaqueTextureMaterial) DisconnectType()
func (*QSGOpaqueTextureMaterial) Filtering ¶
func (ptr *QSGOpaqueTextureMaterial) Filtering() QSGTexture__Filtering
func (*QSGOpaqueTextureMaterial) HorizontalWrapMode ¶
func (ptr *QSGOpaqueTextureMaterial) HorizontalWrapMode() QSGTexture__WrapMode
func (*QSGOpaqueTextureMaterial) M_texture ¶
func (ptr *QSGOpaqueTextureMaterial) M_texture() *QSGTexture
func (*QSGOpaqueTextureMaterial) MipmapFiltering ¶
func (ptr *QSGOpaqueTextureMaterial) MipmapFiltering() QSGTexture__Filtering
func (*QSGOpaqueTextureMaterial) Pointer ¶
func (p *QSGOpaqueTextureMaterial) Pointer() unsafe.Pointer
func (*QSGOpaqueTextureMaterial) QSGOpaqueTextureMaterial_PTR ¶
func (p *QSGOpaqueTextureMaterial) QSGOpaqueTextureMaterial_PTR() *QSGOpaqueTextureMaterial
func (*QSGOpaqueTextureMaterial) SetFiltering ¶
func (ptr *QSGOpaqueTextureMaterial) SetFiltering(filtering QSGTexture__Filtering)
func (*QSGOpaqueTextureMaterial) SetHorizontalWrapMode ¶
func (ptr *QSGOpaqueTextureMaterial) SetHorizontalWrapMode(mode QSGTexture__WrapMode)
func (*QSGOpaqueTextureMaterial) SetM_texture ¶
func (ptr *QSGOpaqueTextureMaterial) SetM_texture(vqs QSGTexture_ITF)
func (*QSGOpaqueTextureMaterial) SetMipmapFiltering ¶
func (ptr *QSGOpaqueTextureMaterial) SetMipmapFiltering(filtering QSGTexture__Filtering)
func (*QSGOpaqueTextureMaterial) SetPointer ¶
func (p *QSGOpaqueTextureMaterial) SetPointer(ptr unsafe.Pointer)
func (*QSGOpaqueTextureMaterial) SetTexture ¶
func (ptr *QSGOpaqueTextureMaterial) SetTexture(texture QSGTexture_ITF)
func (*QSGOpaqueTextureMaterial) SetVerticalWrapMode ¶
func (ptr *QSGOpaqueTextureMaterial) SetVerticalWrapMode(mode QSGTexture__WrapMode)
func (*QSGOpaqueTextureMaterial) Texture ¶
func (ptr *QSGOpaqueTextureMaterial) Texture() *QSGTexture
func (*QSGOpaqueTextureMaterial) Type ¶
func (ptr *QSGOpaqueTextureMaterial) Type() *QSGMaterialType
func (*QSGOpaqueTextureMaterial) TypeDefault ¶
func (ptr *QSGOpaqueTextureMaterial) TypeDefault() *QSGMaterialType
func (*QSGOpaqueTextureMaterial) VerticalWrapMode ¶
func (ptr *QSGOpaqueTextureMaterial) VerticalWrapMode() QSGTexture__WrapMode
type QSGOpaqueTextureMaterial_ITF ¶
type QSGOpaqueTextureMaterial_ITF interface { QSGMaterial_ITF QSGOpaqueTextureMaterial_PTR() *QSGOpaqueTextureMaterial }
type QSGSimpleMaterial ¶
type QSGSimpleMaterial struct {
QSGMaterial
}
func NewQSGSimpleMaterialFromPointer ¶
func NewQSGSimpleMaterialFromPointer(ptr unsafe.Pointer) *QSGSimpleMaterial
func (*QSGSimpleMaterial) DestroyQSGSimpleMaterial ¶
func (ptr *QSGSimpleMaterial) DestroyQSGSimpleMaterial()
func (*QSGSimpleMaterial) Pointer ¶
func (p *QSGSimpleMaterial) Pointer() unsafe.Pointer
func (*QSGSimpleMaterial) QSGSimpleMaterial_PTR ¶
func (p *QSGSimpleMaterial) QSGSimpleMaterial_PTR() *QSGSimpleMaterial
func (*QSGSimpleMaterial) SetPointer ¶
func (p *QSGSimpleMaterial) SetPointer(ptr unsafe.Pointer)
type QSGSimpleMaterialShader ¶
type QSGSimpleMaterialShader struct {
QSGMaterialShader
}
func NewQSGSimpleMaterialShaderFromPointer ¶
func NewQSGSimpleMaterialShaderFromPointer(ptr unsafe.Pointer) *QSGSimpleMaterialShader
func (*QSGSimpleMaterialShader) DestroyQSGSimpleMaterialShader ¶
func (ptr *QSGSimpleMaterialShader) DestroyQSGSimpleMaterialShader()
func (*QSGSimpleMaterialShader) Pointer ¶
func (p *QSGSimpleMaterialShader) Pointer() unsafe.Pointer
func (*QSGSimpleMaterialShader) QSGSimpleMaterialShader_PTR ¶
func (p *QSGSimpleMaterialShader) QSGSimpleMaterialShader_PTR() *QSGSimpleMaterialShader
func (*QSGSimpleMaterialShader) SetPointer ¶
func (p *QSGSimpleMaterialShader) SetPointer(ptr unsafe.Pointer)
type QSGSimpleMaterialShader_ITF ¶
type QSGSimpleMaterialShader_ITF interface { QSGMaterialShader_ITF QSGSimpleMaterialShader_PTR() *QSGSimpleMaterialShader }
type QSGSimpleMaterial_ITF ¶
type QSGSimpleMaterial_ITF interface { QSGMaterial_ITF QSGSimpleMaterial_PTR() *QSGSimpleMaterial }
type QSGSimpleRectNode ¶
type QSGSimpleRectNode struct {
QSGGeometryNode
}
func NewQSGSimpleRectNode ¶
func NewQSGSimpleRectNode(rect core.QRectF_ITF, color gui.QColor_ITF) *QSGSimpleRectNode
func NewQSGSimpleRectNode2 ¶
func NewQSGSimpleRectNode2() *QSGSimpleRectNode
func NewQSGSimpleRectNodeFromPointer ¶
func NewQSGSimpleRectNodeFromPointer(ptr unsafe.Pointer) *QSGSimpleRectNode
func (*QSGSimpleRectNode) Color ¶
func (ptr *QSGSimpleRectNode) Color() *gui.QColor
func (*QSGSimpleRectNode) ConnectIsSubtreeBlocked ¶
func (ptr *QSGSimpleRectNode) ConnectIsSubtreeBlocked(f func() bool)
func (*QSGSimpleRectNode) ConnectPreprocess ¶
func (ptr *QSGSimpleRectNode) ConnectPreprocess(f func())
func (*QSGSimpleRectNode) DestroyQSGSimpleRectNode ¶
func (ptr *QSGSimpleRectNode) DestroyQSGSimpleRectNode()
func (*QSGSimpleRectNode) DisconnectIsSubtreeBlocked ¶
func (ptr *QSGSimpleRectNode) DisconnectIsSubtreeBlocked()
func (*QSGSimpleRectNode) DisconnectPreprocess ¶
func (ptr *QSGSimpleRectNode) DisconnectPreprocess()
func (*QSGSimpleRectNode) IsSubtreeBlocked ¶
func (ptr *QSGSimpleRectNode) IsSubtreeBlocked() bool
func (*QSGSimpleRectNode) IsSubtreeBlockedDefault ¶
func (ptr *QSGSimpleRectNode) IsSubtreeBlockedDefault() bool
func (*QSGSimpleRectNode) Pointer ¶
func (p *QSGSimpleRectNode) Pointer() unsafe.Pointer
func (*QSGSimpleRectNode) Preprocess ¶
func (ptr *QSGSimpleRectNode) Preprocess()
func (*QSGSimpleRectNode) PreprocessDefault ¶
func (ptr *QSGSimpleRectNode) PreprocessDefault()
func (*QSGSimpleRectNode) QSGSimpleRectNode_PTR ¶
func (p *QSGSimpleRectNode) QSGSimpleRectNode_PTR() *QSGSimpleRectNode
func (*QSGSimpleRectNode) Rect ¶
func (ptr *QSGSimpleRectNode) Rect() *core.QRectF
func (*QSGSimpleRectNode) SetColor ¶
func (ptr *QSGSimpleRectNode) SetColor(color gui.QColor_ITF)
func (*QSGSimpleRectNode) SetPointer ¶
func (p *QSGSimpleRectNode) SetPointer(ptr unsafe.Pointer)
func (*QSGSimpleRectNode) SetRect ¶
func (ptr *QSGSimpleRectNode) SetRect(rect core.QRectF_ITF)
type QSGSimpleRectNode_ITF ¶
type QSGSimpleRectNode_ITF interface { QSGGeometryNode_ITF QSGSimpleRectNode_PTR() *QSGSimpleRectNode }
type QSGSimpleTextureNode ¶
type QSGSimpleTextureNode struct {
QSGGeometryNode
}
func NewQSGSimpleTextureNode ¶
func NewQSGSimpleTextureNode() *QSGSimpleTextureNode
func NewQSGSimpleTextureNodeFromPointer ¶
func NewQSGSimpleTextureNodeFromPointer(ptr unsafe.Pointer) *QSGSimpleTextureNode
func (*QSGSimpleTextureNode) ConnectIsSubtreeBlocked ¶
func (ptr *QSGSimpleTextureNode) ConnectIsSubtreeBlocked(f func() bool)
func (*QSGSimpleTextureNode) ConnectPreprocess ¶
func (ptr *QSGSimpleTextureNode) ConnectPreprocess(f func())
func (*QSGSimpleTextureNode) DestroyQSGSimpleTextureNode ¶
func (ptr *QSGSimpleTextureNode) DestroyQSGSimpleTextureNode()
func (*QSGSimpleTextureNode) DisconnectIsSubtreeBlocked ¶
func (ptr *QSGSimpleTextureNode) DisconnectIsSubtreeBlocked()
func (*QSGSimpleTextureNode) DisconnectPreprocess ¶
func (ptr *QSGSimpleTextureNode) DisconnectPreprocess()
func (*QSGSimpleTextureNode) Filtering ¶
func (ptr *QSGSimpleTextureNode) Filtering() QSGTexture__Filtering
func (*QSGSimpleTextureNode) IsSubtreeBlocked ¶
func (ptr *QSGSimpleTextureNode) IsSubtreeBlocked() bool
func (*QSGSimpleTextureNode) IsSubtreeBlockedDefault ¶
func (ptr *QSGSimpleTextureNode) IsSubtreeBlockedDefault() bool
func (*QSGSimpleTextureNode) OwnsTexture ¶
func (ptr *QSGSimpleTextureNode) OwnsTexture() bool
func (*QSGSimpleTextureNode) Pointer ¶
func (p *QSGSimpleTextureNode) Pointer() unsafe.Pointer
func (*QSGSimpleTextureNode) Preprocess ¶
func (ptr *QSGSimpleTextureNode) Preprocess()
func (*QSGSimpleTextureNode) PreprocessDefault ¶
func (ptr *QSGSimpleTextureNode) PreprocessDefault()
func (*QSGSimpleTextureNode) QSGSimpleTextureNode_PTR ¶
func (p *QSGSimpleTextureNode) QSGSimpleTextureNode_PTR() *QSGSimpleTextureNode
func (*QSGSimpleTextureNode) Rect ¶
func (ptr *QSGSimpleTextureNode) Rect() *core.QRectF
func (*QSGSimpleTextureNode) SetFiltering ¶
func (ptr *QSGSimpleTextureNode) SetFiltering(filtering QSGTexture__Filtering)
func (*QSGSimpleTextureNode) SetOwnsTexture ¶
func (ptr *QSGSimpleTextureNode) SetOwnsTexture(owns bool)
func (*QSGSimpleTextureNode) SetPointer ¶
func (p *QSGSimpleTextureNode) SetPointer(ptr unsafe.Pointer)
func (*QSGSimpleTextureNode) SetRect ¶
func (ptr *QSGSimpleTextureNode) SetRect(r core.QRectF_ITF)
func (*QSGSimpleTextureNode) SetRect2 ¶
func (ptr *QSGSimpleTextureNode) SetRect2(x float64, y float64, w float64, h float64)
func (*QSGSimpleTextureNode) SetSourceRect ¶
func (ptr *QSGSimpleTextureNode) SetSourceRect(r core.QRectF_ITF)
func (*QSGSimpleTextureNode) SetSourceRect2 ¶
func (ptr *QSGSimpleTextureNode) SetSourceRect2(x float64, y float64, w float64, h float64)
func (*QSGSimpleTextureNode) SetTexture ¶
func (ptr *QSGSimpleTextureNode) SetTexture(texture QSGTexture_ITF)
func (*QSGSimpleTextureNode) SetTextureCoordinatesTransform ¶
func (ptr *QSGSimpleTextureNode) SetTextureCoordinatesTransform(mode QSGSimpleTextureNode__TextureCoordinatesTransformFlag)
func (*QSGSimpleTextureNode) SourceRect ¶
func (ptr *QSGSimpleTextureNode) SourceRect() *core.QRectF
func (*QSGSimpleTextureNode) Texture ¶
func (ptr *QSGSimpleTextureNode) Texture() *QSGTexture
func (*QSGSimpleTextureNode) TextureCoordinatesTransform ¶
func (ptr *QSGSimpleTextureNode) TextureCoordinatesTransform() QSGSimpleTextureNode__TextureCoordinatesTransformFlag
type QSGSimpleTextureNode_ITF ¶
type QSGSimpleTextureNode_ITF interface { QSGGeometryNode_ITF QSGSimpleTextureNode_PTR() *QSGSimpleTextureNode }
type QSGSimpleTextureNode__TextureCoordinatesTransformFlag ¶
type QSGSimpleTextureNode__TextureCoordinatesTransformFlag int64
QSGSimpleTextureNode::TextureCoordinatesTransformFlag
type QSGTexture ¶
func NewQSGTexture ¶
func NewQSGTexture() *QSGTexture
func NewQSGTextureFromPointer ¶
func NewQSGTextureFromPointer(ptr unsafe.Pointer) *QSGTexture
func (*QSGTexture) Bind ¶
func (ptr *QSGTexture) Bind()
func (*QSGTexture) ChildEvent ¶
func (ptr *QSGTexture) ChildEvent(event core.QChildEvent_ITF)
func (*QSGTexture) ChildEventDefault ¶
func (ptr *QSGTexture) ChildEventDefault(event core.QChildEvent_ITF)
func (*QSGTexture) ConnectBind ¶
func (ptr *QSGTexture) ConnectBind(f func())
func (*QSGTexture) ConnectChildEvent ¶
func (ptr *QSGTexture) ConnectChildEvent(f func(event *core.QChildEvent))
func (*QSGTexture) ConnectConnectNotify ¶
func (ptr *QSGTexture) ConnectConnectNotify(f func(sign *core.QMetaMethod))
func (*QSGTexture) ConnectCustomEvent ¶
func (ptr *QSGTexture) ConnectCustomEvent(f func(event *core.QEvent))
func (*QSGTexture) ConnectDeleteLater ¶
func (ptr *QSGTexture) ConnectDeleteLater(f func())
func (*QSGTexture) ConnectDisconnectNotify ¶
func (ptr *QSGTexture) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
func (*QSGTexture) ConnectEvent ¶
func (ptr *QSGTexture) ConnectEvent(f func(e *core.QEvent) bool)
func (*QSGTexture) ConnectEventFilter ¶
func (*QSGTexture) ConnectHasAlphaChannel ¶
func (ptr *QSGTexture) ConnectHasAlphaChannel(f func() bool)
func (*QSGTexture) ConnectHasMipmaps ¶
func (ptr *QSGTexture) ConnectHasMipmaps(f func() bool)
func (*QSGTexture) ConnectIsAtlasTexture ¶
func (ptr *QSGTexture) ConnectIsAtlasTexture(f func() bool)
func (*QSGTexture) ConnectMetaObject ¶
func (ptr *QSGTexture) ConnectMetaObject(f func() *core.QMetaObject)
func (*QSGTexture) ConnectNormalizedTextureSubRect ¶
func (ptr *QSGTexture) ConnectNormalizedTextureSubRect(f func() *core.QRectF)
func (*QSGTexture) ConnectNotify ¶
func (ptr *QSGTexture) ConnectNotify(sign core.QMetaMethod_ITF)
func (*QSGTexture) ConnectNotifyDefault ¶
func (ptr *QSGTexture) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QSGTexture) ConnectRemovedFromAtlas ¶
func (ptr *QSGTexture) ConnectRemovedFromAtlas(f func() *QSGTexture)
func (*QSGTexture) ConnectTextureId ¶
func (ptr *QSGTexture) ConnectTextureId(f func() int)
func (*QSGTexture) ConnectTextureSize ¶
func (ptr *QSGTexture) ConnectTextureSize(f func() *core.QSize)
func (*QSGTexture) ConnectTimerEvent ¶
func (ptr *QSGTexture) ConnectTimerEvent(f func(event *core.QTimerEvent))
func (*QSGTexture) ConvertToNormalizedSourceRect ¶
func (ptr *QSGTexture) ConvertToNormalizedSourceRect(rect core.QRectF_ITF) *core.QRectF
func (*QSGTexture) CustomEvent ¶
func (ptr *QSGTexture) CustomEvent(event core.QEvent_ITF)
func (*QSGTexture) CustomEventDefault ¶
func (ptr *QSGTexture) CustomEventDefault(event core.QEvent_ITF)
func (*QSGTexture) DeleteLater ¶
func (ptr *QSGTexture) DeleteLater()
func (*QSGTexture) DeleteLaterDefault ¶
func (ptr *QSGTexture) DeleteLaterDefault()
func (*QSGTexture) DestroyQSGTexture ¶
func (ptr *QSGTexture) DestroyQSGTexture()
func (*QSGTexture) DisconnectBind ¶
func (ptr *QSGTexture) DisconnectBind()
func (*QSGTexture) DisconnectChildEvent ¶
func (ptr *QSGTexture) DisconnectChildEvent()
func (*QSGTexture) DisconnectConnectNotify ¶
func (ptr *QSGTexture) DisconnectConnectNotify()
func (*QSGTexture) DisconnectCustomEvent ¶
func (ptr *QSGTexture) DisconnectCustomEvent()
func (*QSGTexture) DisconnectDeleteLater ¶
func (ptr *QSGTexture) DisconnectDeleteLater()
func (*QSGTexture) DisconnectDisconnectNotify ¶
func (ptr *QSGTexture) DisconnectDisconnectNotify()
func (*QSGTexture) DisconnectEvent ¶
func (ptr *QSGTexture) DisconnectEvent()
func (*QSGTexture) DisconnectEventFilter ¶
func (ptr *QSGTexture) DisconnectEventFilter()
func (*QSGTexture) DisconnectHasAlphaChannel ¶
func (ptr *QSGTexture) DisconnectHasAlphaChannel()
func (*QSGTexture) DisconnectHasMipmaps ¶
func (ptr *QSGTexture) DisconnectHasMipmaps()
func (*QSGTexture) DisconnectIsAtlasTexture ¶
func (ptr *QSGTexture) DisconnectIsAtlasTexture()
func (*QSGTexture) DisconnectMetaObject ¶
func (ptr *QSGTexture) DisconnectMetaObject()
func (*QSGTexture) DisconnectNormalizedTextureSubRect ¶
func (ptr *QSGTexture) DisconnectNormalizedTextureSubRect()
func (*QSGTexture) DisconnectNotify ¶
func (ptr *QSGTexture) DisconnectNotify(sign core.QMetaMethod_ITF)
func (*QSGTexture) DisconnectNotifyDefault ¶
func (ptr *QSGTexture) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QSGTexture) DisconnectRemovedFromAtlas ¶
func (ptr *QSGTexture) DisconnectRemovedFromAtlas()
func (*QSGTexture) DisconnectTextureId ¶
func (ptr *QSGTexture) DisconnectTextureId()
func (*QSGTexture) DisconnectTextureSize ¶
func (ptr *QSGTexture) DisconnectTextureSize()
func (*QSGTexture) DisconnectTimerEvent ¶
func (ptr *QSGTexture) DisconnectTimerEvent()
func (*QSGTexture) Event ¶
func (ptr *QSGTexture) Event(e core.QEvent_ITF) bool
func (*QSGTexture) EventDefault ¶
func (ptr *QSGTexture) EventDefault(e core.QEvent_ITF) bool
func (*QSGTexture) EventFilter ¶
func (ptr *QSGTexture) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QSGTexture) EventFilterDefault ¶
func (ptr *QSGTexture) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QSGTexture) Filtering ¶
func (ptr *QSGTexture) Filtering() QSGTexture__Filtering
func (*QSGTexture) HasAlphaChannel ¶
func (ptr *QSGTexture) HasAlphaChannel() bool
func (*QSGTexture) HasMipmaps ¶
func (ptr *QSGTexture) HasMipmaps() bool
func (*QSGTexture) HorizontalWrapMode ¶
func (ptr *QSGTexture) HorizontalWrapMode() QSGTexture__WrapMode
func (*QSGTexture) IsAtlasTexture ¶
func (ptr *QSGTexture) IsAtlasTexture() bool
func (*QSGTexture) IsAtlasTextureDefault ¶
func (ptr *QSGTexture) IsAtlasTextureDefault() bool
func (*QSGTexture) MetaObject ¶
func (ptr *QSGTexture) MetaObject() *core.QMetaObject
func (*QSGTexture) MetaObjectDefault ¶
func (ptr *QSGTexture) MetaObjectDefault() *core.QMetaObject
func (*QSGTexture) MipmapFiltering ¶
func (ptr *QSGTexture) MipmapFiltering() QSGTexture__Filtering
func (*QSGTexture) NormalizedTextureSubRect ¶
func (ptr *QSGTexture) NormalizedTextureSubRect() *core.QRectF
func (*QSGTexture) NormalizedTextureSubRectDefault ¶
func (ptr *QSGTexture) NormalizedTextureSubRectDefault() *core.QRectF
func (*QSGTexture) Pointer ¶
func (p *QSGTexture) Pointer() unsafe.Pointer
func (*QSGTexture) QSGTexture_PTR ¶
func (p *QSGTexture) QSGTexture_PTR() *QSGTexture
func (*QSGTexture) RemovedFromAtlas ¶
func (ptr *QSGTexture) RemovedFromAtlas() *QSGTexture
func (*QSGTexture) RemovedFromAtlasDefault ¶
func (ptr *QSGTexture) RemovedFromAtlasDefault() *QSGTexture
func (*QSGTexture) SetFiltering ¶
func (ptr *QSGTexture) SetFiltering(filter QSGTexture__Filtering)
func (*QSGTexture) SetHorizontalWrapMode ¶
func (ptr *QSGTexture) SetHorizontalWrapMode(hwrap QSGTexture__WrapMode)
func (*QSGTexture) SetMipmapFiltering ¶
func (ptr *QSGTexture) SetMipmapFiltering(filter QSGTexture__Filtering)
func (*QSGTexture) SetPointer ¶
func (p *QSGTexture) SetPointer(ptr unsafe.Pointer)
func (*QSGTexture) SetVerticalWrapMode ¶
func (ptr *QSGTexture) SetVerticalWrapMode(vwrap QSGTexture__WrapMode)
func (*QSGTexture) TextureId ¶
func (ptr *QSGTexture) TextureId() int
func (*QSGTexture) TextureSize ¶
func (ptr *QSGTexture) TextureSize() *core.QSize
func (*QSGTexture) TimerEvent ¶
func (ptr *QSGTexture) TimerEvent(event core.QTimerEvent_ITF)
func (*QSGTexture) TimerEventDefault ¶
func (ptr *QSGTexture) TimerEventDefault(event core.QTimerEvent_ITF)
func (*QSGTexture) UpdateBindOptions ¶
func (ptr *QSGTexture) UpdateBindOptions(force bool)
func (*QSGTexture) VerticalWrapMode ¶
func (ptr *QSGTexture) VerticalWrapMode() QSGTexture__WrapMode
type QSGTextureMaterial ¶
type QSGTextureMaterial struct {
QSGOpaqueTextureMaterial
}
func NewQSGTextureMaterialFromPointer ¶
func NewQSGTextureMaterialFromPointer(ptr unsafe.Pointer) *QSGTextureMaterial
func (*QSGTextureMaterial) Compare ¶
func (ptr *QSGTextureMaterial) Compare(other QSGMaterial_ITF) int
func (*QSGTextureMaterial) CompareDefault ¶
func (ptr *QSGTextureMaterial) CompareDefault(other QSGMaterial_ITF) int
func (*QSGTextureMaterial) ConnectCompare ¶
func (ptr *QSGTextureMaterial) ConnectCompare(f func(other *QSGMaterial) int)
func (*QSGTextureMaterial) ConnectCreateShader ¶
func (ptr *QSGTextureMaterial) ConnectCreateShader(f func() *QSGMaterialShader)
func (*QSGTextureMaterial) ConnectType ¶
func (ptr *QSGTextureMaterial) ConnectType(f func() *QSGMaterialType)
func (*QSGTextureMaterial) CreateShader ¶
func (ptr *QSGTextureMaterial) CreateShader() *QSGMaterialShader
func (*QSGTextureMaterial) CreateShaderDefault ¶
func (ptr *QSGTextureMaterial) CreateShaderDefault() *QSGMaterialShader
func (*QSGTextureMaterial) DestroyQSGTextureMaterial ¶
func (ptr *QSGTextureMaterial) DestroyQSGTextureMaterial()
func (*QSGTextureMaterial) DisconnectCompare ¶
func (ptr *QSGTextureMaterial) DisconnectCompare()
func (*QSGTextureMaterial) DisconnectCreateShader ¶
func (ptr *QSGTextureMaterial) DisconnectCreateShader()
func (*QSGTextureMaterial) DisconnectType ¶
func (ptr *QSGTextureMaterial) DisconnectType()
func (*QSGTextureMaterial) Pointer ¶
func (p *QSGTextureMaterial) Pointer() unsafe.Pointer
func (*QSGTextureMaterial) QSGTextureMaterial_PTR ¶
func (p *QSGTextureMaterial) QSGTextureMaterial_PTR() *QSGTextureMaterial
func (*QSGTextureMaterial) SetPointer ¶
func (p *QSGTextureMaterial) SetPointer(ptr unsafe.Pointer)
func (*QSGTextureMaterial) Type ¶
func (ptr *QSGTextureMaterial) Type() *QSGMaterialType
func (*QSGTextureMaterial) TypeDefault ¶
func (ptr *QSGTextureMaterial) TypeDefault() *QSGMaterialType
type QSGTextureMaterial_ITF ¶
type QSGTextureMaterial_ITF interface { QSGOpaqueTextureMaterial_ITF QSGTextureMaterial_PTR() *QSGTextureMaterial }
type QSGTextureProvider ¶
func NewQSGTextureProviderFromPointer ¶
func NewQSGTextureProviderFromPointer(ptr unsafe.Pointer) *QSGTextureProvider
func (*QSGTextureProvider) ChildEvent ¶
func (ptr *QSGTextureProvider) ChildEvent(event core.QChildEvent_ITF)
func (*QSGTextureProvider) ChildEventDefault ¶
func (ptr *QSGTextureProvider) ChildEventDefault(event core.QChildEvent_ITF)
func (*QSGTextureProvider) ConnectChildEvent ¶
func (ptr *QSGTextureProvider) ConnectChildEvent(f func(event *core.QChildEvent))
func (*QSGTextureProvider) ConnectConnectNotify ¶
func (ptr *QSGTextureProvider) ConnectConnectNotify(f func(sign *core.QMetaMethod))
func (*QSGTextureProvider) ConnectCustomEvent ¶
func (ptr *QSGTextureProvider) ConnectCustomEvent(f func(event *core.QEvent))
func (*QSGTextureProvider) ConnectDeleteLater ¶
func (ptr *QSGTextureProvider) ConnectDeleteLater(f func())
func (*QSGTextureProvider) ConnectDisconnectNotify ¶
func (ptr *QSGTextureProvider) ConnectDisconnectNotify(f func(sign *core.QMetaMethod))
func (*QSGTextureProvider) ConnectEvent ¶
func (ptr *QSGTextureProvider) ConnectEvent(f func(e *core.QEvent) bool)
func (*QSGTextureProvider) ConnectEventFilter ¶
func (*QSGTextureProvider) ConnectMetaObject ¶
func (ptr *QSGTextureProvider) ConnectMetaObject(f func() *core.QMetaObject)
func (*QSGTextureProvider) ConnectNotify ¶
func (ptr *QSGTextureProvider) ConnectNotify(sign core.QMetaMethod_ITF)
func (*QSGTextureProvider) ConnectNotifyDefault ¶
func (ptr *QSGTextureProvider) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QSGTextureProvider) ConnectTexture ¶
func (ptr *QSGTextureProvider) ConnectTexture(f func() *QSGTexture)
func (*QSGTextureProvider) ConnectTextureChanged ¶
func (ptr *QSGTextureProvider) ConnectTextureChanged(f func())
func (*QSGTextureProvider) ConnectTimerEvent ¶
func (ptr *QSGTextureProvider) ConnectTimerEvent(f func(event *core.QTimerEvent))
func (*QSGTextureProvider) CustomEvent ¶
func (ptr *QSGTextureProvider) CustomEvent(event core.QEvent_ITF)
func (*QSGTextureProvider) CustomEventDefault ¶
func (ptr *QSGTextureProvider) CustomEventDefault(event core.QEvent_ITF)
func (*QSGTextureProvider) DeleteLater ¶
func (ptr *QSGTextureProvider) DeleteLater()
func (*QSGTextureProvider) DeleteLaterDefault ¶
func (ptr *QSGTextureProvider) DeleteLaterDefault()
func (*QSGTextureProvider) DestroyQSGTextureProvider ¶
func (ptr *QSGTextureProvider) DestroyQSGTextureProvider()
func (*QSGTextureProvider) DisconnectChildEvent ¶
func (ptr *QSGTextureProvider) DisconnectChildEvent()
func (*QSGTextureProvider) DisconnectConnectNotify ¶
func (ptr *QSGTextureProvider) DisconnectConnectNotify()
func (*QSGTextureProvider) DisconnectCustomEvent ¶
func (ptr *QSGTextureProvider) DisconnectCustomEvent()
func (*QSGTextureProvider) DisconnectDeleteLater ¶
func (ptr *QSGTextureProvider) DisconnectDeleteLater()
func (*QSGTextureProvider) DisconnectDisconnectNotify ¶
func (ptr *QSGTextureProvider) DisconnectDisconnectNotify()
func (*QSGTextureProvider) DisconnectEvent ¶
func (ptr *QSGTextureProvider) DisconnectEvent()
func (*QSGTextureProvider) DisconnectEventFilter ¶
func (ptr *QSGTextureProvider) DisconnectEventFilter()
func (*QSGTextureProvider) DisconnectMetaObject ¶
func (ptr *QSGTextureProvider) DisconnectMetaObject()
func (*QSGTextureProvider) DisconnectNotify ¶
func (ptr *QSGTextureProvider) DisconnectNotify(sign core.QMetaMethod_ITF)
func (*QSGTextureProvider) DisconnectNotifyDefault ¶
func (ptr *QSGTextureProvider) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QSGTextureProvider) DisconnectTexture ¶
func (ptr *QSGTextureProvider) DisconnectTexture()
func (*QSGTextureProvider) DisconnectTextureChanged ¶
func (ptr *QSGTextureProvider) DisconnectTextureChanged()
func (*QSGTextureProvider) DisconnectTimerEvent ¶
func (ptr *QSGTextureProvider) DisconnectTimerEvent()
func (*QSGTextureProvider) Event ¶
func (ptr *QSGTextureProvider) Event(e core.QEvent_ITF) bool
func (*QSGTextureProvider) EventDefault ¶
func (ptr *QSGTextureProvider) EventDefault(e core.QEvent_ITF) bool
func (*QSGTextureProvider) EventFilter ¶
func (ptr *QSGTextureProvider) EventFilter(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QSGTextureProvider) EventFilterDefault ¶
func (ptr *QSGTextureProvider) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QSGTextureProvider) MetaObject ¶
func (ptr *QSGTextureProvider) MetaObject() *core.QMetaObject
func (*QSGTextureProvider) MetaObjectDefault ¶
func (ptr *QSGTextureProvider) MetaObjectDefault() *core.QMetaObject
func (*QSGTextureProvider) Pointer ¶
func (p *QSGTextureProvider) Pointer() unsafe.Pointer
func (*QSGTextureProvider) QSGTextureProvider_PTR ¶
func (p *QSGTextureProvider) QSGTextureProvider_PTR() *QSGTextureProvider
func (*QSGTextureProvider) SetPointer ¶
func (p *QSGTextureProvider) SetPointer(ptr unsafe.Pointer)
func (*QSGTextureProvider) Texture ¶
func (ptr *QSGTextureProvider) Texture() *QSGTexture
func (*QSGTextureProvider) TextureChanged ¶
func (ptr *QSGTextureProvider) TextureChanged()
func (*QSGTextureProvider) TimerEvent ¶
func (ptr *QSGTextureProvider) TimerEvent(event core.QTimerEvent_ITF)
func (*QSGTextureProvider) TimerEventDefault ¶
func (ptr *QSGTextureProvider) TimerEventDefault(event core.QTimerEvent_ITF)
type QSGTextureProvider_ITF ¶
type QSGTextureProvider_ITF interface { core.QObject_ITF QSGTextureProvider_PTR() *QSGTextureProvider }
type QSGTexture_ITF ¶
type QSGTexture_ITF interface { core.QObject_ITF QSGTexture_PTR() *QSGTexture }
type QSGTransformNode ¶
type QSGTransformNode struct {
QSGNode
}
func NewQSGTransformNode ¶
func NewQSGTransformNode() *QSGTransformNode
func NewQSGTransformNodeFromPointer ¶
func NewQSGTransformNodeFromPointer(ptr unsafe.Pointer) *QSGTransformNode
func (*QSGTransformNode) ConnectIsSubtreeBlocked ¶
func (ptr *QSGTransformNode) ConnectIsSubtreeBlocked(f func() bool)
func (*QSGTransformNode) ConnectPreprocess ¶
func (ptr *QSGTransformNode) ConnectPreprocess(f func())
func (*QSGTransformNode) DestroyQSGTransformNode ¶
func (ptr *QSGTransformNode) DestroyQSGTransformNode()
func (*QSGTransformNode) DisconnectIsSubtreeBlocked ¶
func (ptr *QSGTransformNode) DisconnectIsSubtreeBlocked()
func (*QSGTransformNode) DisconnectPreprocess ¶
func (ptr *QSGTransformNode) DisconnectPreprocess()
func (*QSGTransformNode) IsSubtreeBlocked ¶
func (ptr *QSGTransformNode) IsSubtreeBlocked() bool
func (*QSGTransformNode) IsSubtreeBlockedDefault ¶
func (ptr *QSGTransformNode) IsSubtreeBlockedDefault() bool
func (*QSGTransformNode) Matrix ¶
func (ptr *QSGTransformNode) Matrix() *gui.QMatrix4x4
func (*QSGTransformNode) Pointer ¶
func (p *QSGTransformNode) Pointer() unsafe.Pointer
func (*QSGTransformNode) Preprocess ¶
func (ptr *QSGTransformNode) Preprocess()
func (*QSGTransformNode) PreprocessDefault ¶
func (ptr *QSGTransformNode) PreprocessDefault()
func (*QSGTransformNode) QSGTransformNode_PTR ¶
func (p *QSGTransformNode) QSGTransformNode_PTR() *QSGTransformNode
func (*QSGTransformNode) SetMatrix ¶
func (ptr *QSGTransformNode) SetMatrix(matrix gui.QMatrix4x4_ITF)
func (*QSGTransformNode) SetPointer ¶
func (p *QSGTransformNode) SetPointer(ptr unsafe.Pointer)
type QSGTransformNode_ITF ¶
type QSGTransformNode_ITF interface { QSGNode_ITF QSGTransformNode_PTR() *QSGTransformNode }
type QSGVertexColorMaterial ¶
type QSGVertexColorMaterial struct {
QSGMaterial
}
func NewQSGVertexColorMaterial ¶
func NewQSGVertexColorMaterial() *QSGVertexColorMaterial
func NewQSGVertexColorMaterialFromPointer ¶
func NewQSGVertexColorMaterialFromPointer(ptr unsafe.Pointer) *QSGVertexColorMaterial
func (*QSGVertexColorMaterial) Compare ¶
func (ptr *QSGVertexColorMaterial) Compare(other QSGMaterial_ITF) int
func (*QSGVertexColorMaterial) CompareDefault ¶
func (ptr *QSGVertexColorMaterial) CompareDefault(other QSGMaterial_ITF) int
func (*QSGVertexColorMaterial) ConnectCompare ¶
func (ptr *QSGVertexColorMaterial) ConnectCompare(f func(other *QSGMaterial) int)
func (*QSGVertexColorMaterial) ConnectCreateShader ¶
func (ptr *QSGVertexColorMaterial) ConnectCreateShader(f func() *QSGMaterialShader)
func (*QSGVertexColorMaterial) ConnectType ¶
func (ptr *QSGVertexColorMaterial) ConnectType(f func() *QSGMaterialType)
func (*QSGVertexColorMaterial) CreateShader ¶
func (ptr *QSGVertexColorMaterial) CreateShader() *QSGMaterialShader
func (*QSGVertexColorMaterial) CreateShaderDefault ¶
func (ptr *QSGVertexColorMaterial) CreateShaderDefault() *QSGMaterialShader
func (*QSGVertexColorMaterial) DestroyQSGVertexColorMaterial ¶
func (ptr *QSGVertexColorMaterial) DestroyQSGVertexColorMaterial()
func (*QSGVertexColorMaterial) DisconnectCompare ¶
func (ptr *QSGVertexColorMaterial) DisconnectCompare()
func (*QSGVertexColorMaterial) DisconnectCreateShader ¶
func (ptr *QSGVertexColorMaterial) DisconnectCreateShader()
func (*QSGVertexColorMaterial) DisconnectType ¶
func (ptr *QSGVertexColorMaterial) DisconnectType()
func (*QSGVertexColorMaterial) Pointer ¶
func (p *QSGVertexColorMaterial) Pointer() unsafe.Pointer
func (*QSGVertexColorMaterial) QSGVertexColorMaterial_PTR ¶
func (p *QSGVertexColorMaterial) QSGVertexColorMaterial_PTR() *QSGVertexColorMaterial
func (*QSGVertexColorMaterial) SetPointer ¶
func (p *QSGVertexColorMaterial) SetPointer(ptr unsafe.Pointer)
func (*QSGVertexColorMaterial) Type ¶
func (ptr *QSGVertexColorMaterial) Type() *QSGMaterialType
func (*QSGVertexColorMaterial) TypeDefault ¶
func (ptr *QSGVertexColorMaterial) TypeDefault() *QSGMaterialType
type QSGVertexColorMaterial_ITF ¶
type QSGVertexColorMaterial_ITF interface { QSGMaterial_ITF QSGVertexColorMaterial_PTR() *QSGVertexColorMaterial }
Click to show internal directories.
Click to hide internal directories.