Documentation ¶
Index ¶
- func PointerFromQ3DBars(ptr Q3DBars_ITF) unsafe.Pointer
- func PointerFromQ3DCamera(ptr Q3DCamera_ITF) unsafe.Pointer
- func PointerFromQ3DInputHandler(ptr Q3DInputHandler_ITF) unsafe.Pointer
- func PointerFromQ3DLight(ptr Q3DLight_ITF) unsafe.Pointer
- func PointerFromQ3DObject(ptr Q3DObject_ITF) unsafe.Pointer
- func PointerFromQ3DScatter(ptr Q3DScatter_ITF) unsafe.Pointer
- func PointerFromQ3DScene(ptr Q3DScene_ITF) unsafe.Pointer
- func PointerFromQ3DSurface(ptr Q3DSurface_ITF) unsafe.Pointer
- func PointerFromQ3DTheme(ptr Q3DTheme_ITF) unsafe.Pointer
- func PointerFromQAbstract3DAxis(ptr QAbstract3DAxis_ITF) unsafe.Pointer
- func PointerFromQAbstract3DGraph(ptr QAbstract3DGraph_ITF) unsafe.Pointer
- func PointerFromQAbstract3DInputHandler(ptr QAbstract3DInputHandler_ITF) unsafe.Pointer
- func PointerFromQAbstract3DSeries(ptr QAbstract3DSeries_ITF) unsafe.Pointer
- func PointerFromQAbstractDataProxy(ptr QAbstractDataProxy_ITF) unsafe.Pointer
- func PointerFromQBar3DSeries(ptr QBar3DSeries_ITF) unsafe.Pointer
- func PointerFromQBarDataItem(ptr QBarDataItem_ITF) unsafe.Pointer
- func PointerFromQBarDataProxy(ptr QBarDataProxy_ITF) unsafe.Pointer
- func PointerFromQCategory3DAxis(ptr QCategory3DAxis_ITF) unsafe.Pointer
- func PointerFromQCustom3DItem(ptr QCustom3DItem_ITF) unsafe.Pointer
- func PointerFromQCustom3DLabel(ptr QCustom3DLabel_ITF) unsafe.Pointer
- func PointerFromQCustom3DVolume(ptr QCustom3DVolume_ITF) unsafe.Pointer
- func PointerFromQHeightMapSurfaceDataProxy(ptr QHeightMapSurfaceDataProxy_ITF) unsafe.Pointer
- func PointerFromQItemModelBarDataProxy(ptr QItemModelBarDataProxy_ITF) unsafe.Pointer
- func PointerFromQItemModelScatterDataProxy(ptr QItemModelScatterDataProxy_ITF) unsafe.Pointer
- func PointerFromQItemModelSurfaceDataProxy(ptr QItemModelSurfaceDataProxy_ITF) unsafe.Pointer
- func PointerFromQLogValue3DAxisFormatter(ptr QLogValue3DAxisFormatter_ITF) unsafe.Pointer
- func PointerFromQScatter3DSeries(ptr QScatter3DSeries_ITF) unsafe.Pointer
- func PointerFromQScatterDataItem(ptr QScatterDataItem_ITF) unsafe.Pointer
- func PointerFromQScatterDataProxy(ptr QScatterDataProxy_ITF) unsafe.Pointer
- func PointerFromQSurface3DSeries(ptr QSurface3DSeries_ITF) unsafe.Pointer
- func PointerFromQSurfaceDataItem(ptr QSurfaceDataItem_ITF) unsafe.Pointer
- func PointerFromQSurfaceDataProxy(ptr QSurfaceDataProxy_ITF) unsafe.Pointer
- func PointerFromQTouch3DInputHandler(ptr QTouch3DInputHandler_ITF) unsafe.Pointer
- func PointerFromQValue3DAxis(ptr QValue3DAxis_ITF) unsafe.Pointer
- func PointerFromQValue3DAxisFormatter(ptr QValue3DAxisFormatter_ITF) unsafe.Pointer
- func Q3DScene_InvalidSelectionPoint() *core.QPoint
- func QBar3DSeries_InvalidSelectionPosition() *core.QPoint
- func QScatter3DSeries_InvalidSelectionIndex() int
- func QSurface3DSeries_InvalidSelectionPosition() *core.QPoint
- type Q3DBars
- func (ptr *Q3DBars) AddAxis(axis QAbstract3DAxis_ITF)
- func (ptr *Q3DBars) AddSeries(series QBar3DSeries_ITF)
- func (ptr *Q3DBars) Axes() []*QAbstract3DAxis
- func (ptr *Q3DBars) BarSpacing() *core.QSizeF
- func (ptr *Q3DBars) BarSpacingChanged(spacing core.QSizeF_ITF)
- func (ptr *Q3DBars) BarSpacingRelativeChanged(relative bool)
- func (ptr *Q3DBars) BarThickness() float32
- func (ptr *Q3DBars) BarThicknessChanged(thicknessRatio float32)
- func (n *Q3DBars) ClassNameInternalF() string
- func (ptr *Q3DBars) ColumnAxis() *QCategory3DAxis
- func (ptr *Q3DBars) ColumnAxisChanged(axis QCategory3DAxis_ITF)
- func (ptr *Q3DBars) ConnectBarSpacingChanged(f func(spacing *core.QSizeF))
- func (ptr *Q3DBars) ConnectBarSpacingRelativeChanged(f func(relative bool))
- func (ptr *Q3DBars) ConnectBarThicknessChanged(f func(thicknessRatio float32))
- func (ptr *Q3DBars) ConnectColumnAxisChanged(f func(axis *QCategory3DAxis))
- func (ptr *Q3DBars) ConnectDestroyQ3DBars(f func())
- func (ptr *Q3DBars) ConnectFloorLevelChanged(f func(level float32))
- func (ptr *Q3DBars) ConnectMultiSeriesUniformChanged(f func(uniform bool))
- func (ptr *Q3DBars) ConnectPrimarySeriesChanged(f func(series *QBar3DSeries))
- func (ptr *Q3DBars) ConnectRowAxisChanged(f func(axis *QCategory3DAxis))
- func (ptr *Q3DBars) ConnectSelectedSeriesChanged(f func(series *QBar3DSeries))
- func (ptr *Q3DBars) ConnectValueAxisChanged(f func(axis *QValue3DAxis))
- func (ptr *Q3DBars) DestroyQ3DBars()
- func (ptr *Q3DBars) DestroyQ3DBarsDefault()
- func (ptr *Q3DBars) DisconnectBarSpacingChanged()
- func (ptr *Q3DBars) DisconnectBarSpacingRelativeChanged()
- func (ptr *Q3DBars) DisconnectBarThicknessChanged()
- func (ptr *Q3DBars) DisconnectColumnAxisChanged()
- func (ptr *Q3DBars) DisconnectDestroyQ3DBars()
- func (ptr *Q3DBars) DisconnectFloorLevelChanged()
- func (ptr *Q3DBars) DisconnectMultiSeriesUniformChanged()
- func (ptr *Q3DBars) DisconnectPrimarySeriesChanged()
- func (ptr *Q3DBars) DisconnectRowAxisChanged()
- func (ptr *Q3DBars) DisconnectSelectedSeriesChanged()
- func (ptr *Q3DBars) DisconnectValueAxisChanged()
- func (ptr *Q3DBars) FloorLevel() float32
- func (ptr *Q3DBars) FloorLevelChanged(level float32)
- func (ptr *Q3DBars) InsertSeries(index int, series QBar3DSeries_ITF)
- func (ptr *Q3DBars) IsBarSpacingRelative() bool
- func (ptr *Q3DBars) IsMultiSeriesUniform() bool
- func (ptr *Q3DBars) MultiSeriesUniformChanged(uniform bool)
- func (ptr *Q3DBars) Pointer() unsafe.Pointer
- func (ptr *Q3DBars) PrimarySeries() *QBar3DSeries
- func (ptr *Q3DBars) PrimarySeriesChanged(series QBar3DSeries_ITF)
- func (ptr *Q3DBars) Q3DBars_PTR() *Q3DBars
- func (ptr *Q3DBars) ReleaseAxis(axis QAbstract3DAxis_ITF)
- func (ptr *Q3DBars) RemoveSeries(series QBar3DSeries_ITF)
- func (ptr *Q3DBars) RowAxis() *QCategory3DAxis
- func (ptr *Q3DBars) RowAxisChanged(axis QCategory3DAxis_ITF)
- func (ptr *Q3DBars) SelectedSeries() *QBar3DSeries
- func (ptr *Q3DBars) SelectedSeriesChanged(series QBar3DSeries_ITF)
- func (ptr *Q3DBars) SeriesList() []*QBar3DSeries
- func (ptr *Q3DBars) SetBarSpacing(spacing core.QSizeF_ITF)
- func (ptr *Q3DBars) SetBarSpacingRelative(relative bool)
- func (ptr *Q3DBars) SetBarThickness(thicknessRatio float32)
- func (ptr *Q3DBars) SetColumnAxis(axis QCategory3DAxis_ITF)
- func (ptr *Q3DBars) SetFloorLevel(level float32)
- func (ptr *Q3DBars) SetMultiSeriesUniform(uniform bool)
- func (ptr *Q3DBars) SetPointer(p unsafe.Pointer)
- func (ptr *Q3DBars) SetPrimarySeries(series QBar3DSeries_ITF)
- func (ptr *Q3DBars) SetRowAxis(axis QCategory3DAxis_ITF)
- func (ptr *Q3DBars) SetValueAxis(axis QValue3DAxis_ITF)
- func (ptr *Q3DBars) ValueAxis() *QValue3DAxis
- func (ptr *Q3DBars) ValueAxisChanged(axis QValue3DAxis_ITF)
- type Q3DBars_ITF
- type Q3DCamera
- func (ptr *Q3DCamera) CameraPreset() Q3DCamera__CameraPreset
- func (ptr *Q3DCamera) CameraPresetChanged(preset Q3DCamera__CameraPreset)
- func (n *Q3DCamera) ClassNameInternalF() string
- func (ptr *Q3DCamera) ConnectCameraPresetChanged(f func(preset Q3DCamera__CameraPreset))
- func (ptr *Q3DCamera) ConnectCopyValuesFrom(f func(source *Q3DObject))
- func (ptr *Q3DCamera) ConnectDestroyQ3DCamera(f func())
- func (ptr *Q3DCamera) ConnectMaxZoomLevelChanged(f func(zoomLevel float32))
- func (ptr *Q3DCamera) ConnectMinZoomLevelChanged(f func(zoomLevel float32))
- func (ptr *Q3DCamera) ConnectTargetChanged(f func(target *gui.QVector3D))
- func (ptr *Q3DCamera) ConnectWrapXRotationChanged(f func(isEnabled bool))
- func (ptr *Q3DCamera) ConnectWrapYRotationChanged(f func(isEnabled bool))
- func (ptr *Q3DCamera) ConnectXRotationChanged(f func(rotation float32))
- func (ptr *Q3DCamera) ConnectYRotationChanged(f func(rotation float32))
- func (ptr *Q3DCamera) ConnectZoomLevelChanged(f func(zoomLevel float32))
- func (ptr *Q3DCamera) CopyValuesFrom(source Q3DObject_ITF)
- func (ptr *Q3DCamera) CopyValuesFromDefault(source Q3DObject_ITF)
- func (ptr *Q3DCamera) DestroyQ3DCamera()
- func (ptr *Q3DCamera) DestroyQ3DCameraDefault()
- func (ptr *Q3DCamera) DisconnectCameraPresetChanged()
- func (ptr *Q3DCamera) DisconnectCopyValuesFrom()
- func (ptr *Q3DCamera) DisconnectDestroyQ3DCamera()
- func (ptr *Q3DCamera) DisconnectMaxZoomLevelChanged()
- func (ptr *Q3DCamera) DisconnectMinZoomLevelChanged()
- func (ptr *Q3DCamera) DisconnectTargetChanged()
- func (ptr *Q3DCamera) DisconnectWrapXRotationChanged()
- func (ptr *Q3DCamera) DisconnectWrapYRotationChanged()
- func (ptr *Q3DCamera) DisconnectXRotationChanged()
- func (ptr *Q3DCamera) DisconnectYRotationChanged()
- func (ptr *Q3DCamera) DisconnectZoomLevelChanged()
- func (ptr *Q3DCamera) MaxZoomLevel() float32
- func (ptr *Q3DCamera) MaxZoomLevelChanged(zoomLevel float32)
- func (ptr *Q3DCamera) MinZoomLevel() float32
- func (ptr *Q3DCamera) MinZoomLevelChanged(zoomLevel float32)
- func (ptr *Q3DCamera) Pointer() unsafe.Pointer
- func (ptr *Q3DCamera) Q3DCamera_PTR() *Q3DCamera
- func (ptr *Q3DCamera) SetCameraPosition(horizontal float32, vertical float32, zoom float32)
- func (ptr *Q3DCamera) SetCameraPreset(preset Q3DCamera__CameraPreset)
- func (ptr *Q3DCamera) SetMaxZoomLevel(zoomLevel float32)
- func (ptr *Q3DCamera) SetMinZoomLevel(zoomLevel float32)
- func (ptr *Q3DCamera) SetPointer(p unsafe.Pointer)
- func (ptr *Q3DCamera) SetTarget(target gui.QVector3D_ITF)
- func (ptr *Q3DCamera) SetWrapXRotation(isEnabled bool)
- func (ptr *Q3DCamera) SetWrapYRotation(isEnabled bool)
- func (ptr *Q3DCamera) SetXRotation(rotation float32)
- func (ptr *Q3DCamera) SetYRotation(rotation float32)
- func (ptr *Q3DCamera) SetZoomLevel(zoomLevel float32)
- func (ptr *Q3DCamera) Target() *gui.QVector3D
- func (ptr *Q3DCamera) TargetChanged(target gui.QVector3D_ITF)
- func (ptr *Q3DCamera) WrapXRotation() bool
- func (ptr *Q3DCamera) WrapXRotationChanged(isEnabled bool)
- func (ptr *Q3DCamera) WrapYRotation() bool
- func (ptr *Q3DCamera) WrapYRotationChanged(isEnabled bool)
- func (ptr *Q3DCamera) XRotation() float32
- func (ptr *Q3DCamera) XRotationChanged(rotation float32)
- func (ptr *Q3DCamera) YRotation() float32
- func (ptr *Q3DCamera) YRotationChanged(rotation float32)
- func (ptr *Q3DCamera) ZoomLevel() float32
- func (ptr *Q3DCamera) ZoomLevelChanged(zoomLevel float32)
- type Q3DCamera_ITF
- type Q3DCamera__CameraPreset
- type Q3DInputHandler
- func (n *Q3DInputHandler) ClassNameInternalF() string
- func (ptr *Q3DInputHandler) ConnectDestroyQ3DInputHandler(f func())
- func (ptr *Q3DInputHandler) ConnectMouseMoveEvent(f func(event *gui.QMouseEvent, mousePos *core.QPoint))
- func (ptr *Q3DInputHandler) ConnectMousePressEvent(f func(event *gui.QMouseEvent, mousePos *core.QPoint))
- func (ptr *Q3DInputHandler) ConnectMouseReleaseEvent(f func(event *gui.QMouseEvent, mousePos *core.QPoint))
- func (ptr *Q3DInputHandler) ConnectRotationEnabledChanged(f func(enable bool))
- func (ptr *Q3DInputHandler) ConnectSelectionEnabledChanged(f func(enable bool))
- func (ptr *Q3DInputHandler) ConnectWheelEvent(f func(event *gui.QWheelEvent))
- func (ptr *Q3DInputHandler) ConnectZoomAtTargetEnabledChanged(f func(enable bool))
- func (ptr *Q3DInputHandler) ConnectZoomEnabledChanged(f func(enable bool))
- func (ptr *Q3DInputHandler) DestroyQ3DInputHandler()
- func (ptr *Q3DInputHandler) DestroyQ3DInputHandlerDefault()
- func (ptr *Q3DInputHandler) DisconnectDestroyQ3DInputHandler()
- func (ptr *Q3DInputHandler) DisconnectMouseMoveEvent()
- func (ptr *Q3DInputHandler) DisconnectMousePressEvent()
- func (ptr *Q3DInputHandler) DisconnectMouseReleaseEvent()
- func (ptr *Q3DInputHandler) DisconnectRotationEnabledChanged()
- func (ptr *Q3DInputHandler) DisconnectSelectionEnabledChanged()
- func (ptr *Q3DInputHandler) DisconnectWheelEvent()
- func (ptr *Q3DInputHandler) DisconnectZoomAtTargetEnabledChanged()
- func (ptr *Q3DInputHandler) DisconnectZoomEnabledChanged()
- func (ptr *Q3DInputHandler) IsRotationEnabled() bool
- func (ptr *Q3DInputHandler) IsSelectionEnabled() bool
- func (ptr *Q3DInputHandler) IsZoomAtTargetEnabled() bool
- func (ptr *Q3DInputHandler) IsZoomEnabled() bool
- func (ptr *Q3DInputHandler) MouseMoveEvent(event gui.QMouseEvent_ITF, mousePos core.QPoint_ITF)
- func (ptr *Q3DInputHandler) MouseMoveEventDefault(event gui.QMouseEvent_ITF, mousePos core.QPoint_ITF)
- func (ptr *Q3DInputHandler) MousePressEvent(event gui.QMouseEvent_ITF, mousePos core.QPoint_ITF)
- func (ptr *Q3DInputHandler) MousePressEventDefault(event gui.QMouseEvent_ITF, mousePos core.QPoint_ITF)
- func (ptr *Q3DInputHandler) MouseReleaseEvent(event gui.QMouseEvent_ITF, mousePos core.QPoint_ITF)
- func (ptr *Q3DInputHandler) MouseReleaseEventDefault(event gui.QMouseEvent_ITF, mousePos core.QPoint_ITF)
- func (ptr *Q3DInputHandler) Pointer() unsafe.Pointer
- func (ptr *Q3DInputHandler) Q3DInputHandler_PTR() *Q3DInputHandler
- func (ptr *Q3DInputHandler) RotationEnabledChanged(enable bool)
- func (ptr *Q3DInputHandler) SelectionEnabledChanged(enable bool)
- func (ptr *Q3DInputHandler) SetPointer(p unsafe.Pointer)
- func (ptr *Q3DInputHandler) SetRotationEnabled(enable bool)
- func (ptr *Q3DInputHandler) SetSelectionEnabled(enable bool)
- func (ptr *Q3DInputHandler) SetZoomAtTargetEnabled(enable bool)
- func (ptr *Q3DInputHandler) SetZoomEnabled(enable bool)
- func (ptr *Q3DInputHandler) WheelEvent(event gui.QWheelEvent_ITF)
- func (ptr *Q3DInputHandler) WheelEventDefault(event gui.QWheelEvent_ITF)
- func (ptr *Q3DInputHandler) ZoomAtTargetEnabledChanged(enable bool)
- func (ptr *Q3DInputHandler) ZoomEnabledChanged(enable bool)
- type Q3DInputHandler_ITF
- type Q3DLight
- func (ptr *Q3DLight) AutoPositionChanged(autoPosition bool)
- func (n *Q3DLight) ClassNameInternalF() string
- func (ptr *Q3DLight) ConnectAutoPositionChanged(f func(autoPosition bool))
- func (ptr *Q3DLight) ConnectDestroyQ3DLight(f func())
- func (ptr *Q3DLight) DestroyQ3DLight()
- func (ptr *Q3DLight) DestroyQ3DLightDefault()
- func (ptr *Q3DLight) DisconnectAutoPositionChanged()
- func (ptr *Q3DLight) DisconnectDestroyQ3DLight()
- func (ptr *Q3DLight) IsAutoPosition() bool
- func (ptr *Q3DLight) Pointer() unsafe.Pointer
- func (ptr *Q3DLight) Q3DLight_PTR() *Q3DLight
- func (ptr *Q3DLight) SetAutoPosition(enabled bool)
- func (ptr *Q3DLight) SetPointer(p unsafe.Pointer)
- type Q3DLight_ITF
- type Q3DObject
- func (n *Q3DObject) ClassNameInternalF() string
- func (ptr *Q3DObject) ConnectCopyValuesFrom(f func(source *Q3DObject))
- func (ptr *Q3DObject) ConnectDestroyQ3DObject(f func())
- func (ptr *Q3DObject) ConnectPositionChanged(f func(position *gui.QVector3D))
- func (ptr *Q3DObject) CopyValuesFrom(source Q3DObject_ITF)
- func (ptr *Q3DObject) CopyValuesFromDefault(source Q3DObject_ITF)
- func (ptr *Q3DObject) DestroyQ3DObject()
- func (ptr *Q3DObject) DestroyQ3DObjectDefault()
- func (ptr *Q3DObject) DisconnectCopyValuesFrom()
- func (ptr *Q3DObject) DisconnectDestroyQ3DObject()
- func (ptr *Q3DObject) DisconnectPositionChanged()
- func (ptr *Q3DObject) IsDirty() bool
- func (ptr *Q3DObject) ParentScene() *Q3DScene
- func (ptr *Q3DObject) Pointer() unsafe.Pointer
- func (ptr *Q3DObject) Position() *gui.QVector3D
- func (ptr *Q3DObject) PositionChanged(position gui.QVector3D_ITF)
- func (ptr *Q3DObject) Q3DObject_PTR() *Q3DObject
- func (ptr *Q3DObject) SetDirty(dirty bool)
- func (ptr *Q3DObject) SetPointer(p unsafe.Pointer)
- func (ptr *Q3DObject) SetPosition(position gui.QVector3D_ITF)
- type Q3DObject_ITF
- type Q3DScatter
- func (ptr *Q3DScatter) AddAxis(axis QValue3DAxis_ITF)
- func (ptr *Q3DScatter) AddSeries(series QScatter3DSeries_ITF)
- func (ptr *Q3DScatter) Axes() []*QValue3DAxis
- func (ptr *Q3DScatter) AxisX() *QValue3DAxis
- func (ptr *Q3DScatter) AxisXChanged(axis QValue3DAxis_ITF)
- func (ptr *Q3DScatter) AxisY() *QValue3DAxis
- func (ptr *Q3DScatter) AxisYChanged(axis QValue3DAxis_ITF)
- func (ptr *Q3DScatter) AxisZ() *QValue3DAxis
- func (ptr *Q3DScatter) AxisZChanged(axis QValue3DAxis_ITF)
- func (n *Q3DScatter) ClassNameInternalF() string
- func (ptr *Q3DScatter) ConnectAxisXChanged(f func(axis *QValue3DAxis))
- func (ptr *Q3DScatter) ConnectAxisYChanged(f func(axis *QValue3DAxis))
- func (ptr *Q3DScatter) ConnectAxisZChanged(f func(axis *QValue3DAxis))
- func (ptr *Q3DScatter) ConnectDestroyQ3DScatter(f func())
- func (ptr *Q3DScatter) ConnectSelectedSeriesChanged(f func(series *QScatter3DSeries))
- func (ptr *Q3DScatter) DestroyQ3DScatter()
- func (ptr *Q3DScatter) DestroyQ3DScatterDefault()
- func (ptr *Q3DScatter) DisconnectAxisXChanged()
- func (ptr *Q3DScatter) DisconnectAxisYChanged()
- func (ptr *Q3DScatter) DisconnectAxisZChanged()
- func (ptr *Q3DScatter) DisconnectDestroyQ3DScatter()
- func (ptr *Q3DScatter) DisconnectSelectedSeriesChanged()
- func (ptr *Q3DScatter) Pointer() unsafe.Pointer
- func (ptr *Q3DScatter) Q3DScatter_PTR() *Q3DScatter
- func (ptr *Q3DScatter) ReleaseAxis(axis QValue3DAxis_ITF)
- func (ptr *Q3DScatter) RemoveSeries(series QScatter3DSeries_ITF)
- func (ptr *Q3DScatter) SelectedSeries() *QScatter3DSeries
- func (ptr *Q3DScatter) SelectedSeriesChanged(series QScatter3DSeries_ITF)
- func (ptr *Q3DScatter) SeriesList() []*QScatter3DSeries
- func (ptr *Q3DScatter) SetAxisX(axis QValue3DAxis_ITF)
- func (ptr *Q3DScatter) SetAxisY(axis QValue3DAxis_ITF)
- func (ptr *Q3DScatter) SetAxisZ(axis QValue3DAxis_ITF)
- func (ptr *Q3DScatter) SetPointer(p unsafe.Pointer)
- type Q3DScatter_ITF
- type Q3DScene
- func (ptr *Q3DScene) ActiveCamera() *Q3DCamera
- func (ptr *Q3DScene) ActiveCameraChanged(camera Q3DCamera_ITF)
- func (ptr *Q3DScene) ActiveLight() *Q3DLight
- func (ptr *Q3DScene) ActiveLightChanged(light Q3DLight_ITF)
- func (n *Q3DScene) ClassNameInternalF() string
- func (ptr *Q3DScene) ConnectActiveCameraChanged(f func(camera *Q3DCamera))
- func (ptr *Q3DScene) ConnectActiveLightChanged(f func(light *Q3DLight))
- func (ptr *Q3DScene) ConnectDestroyQ3DScene(f func())
- func (ptr *Q3DScene) ConnectDevicePixelRatioChanged(f func(pixelRatio float32))
- func (ptr *Q3DScene) ConnectGraphPositionQueryChanged(f func(position *core.QPoint))
- func (ptr *Q3DScene) ConnectPrimarySubViewportChanged(f func(subViewport *core.QRect))
- func (ptr *Q3DScene) ConnectSecondarySubViewportChanged(f func(subViewport *core.QRect))
- func (ptr *Q3DScene) ConnectSecondarySubviewOnTopChanged(f func(isSecondaryOnTop bool))
- func (ptr *Q3DScene) ConnectSelectionQueryPositionChanged(f func(position *core.QPoint))
- func (ptr *Q3DScene) ConnectSlicingActiveChanged(f func(isSlicingActive bool))
- func (ptr *Q3DScene) ConnectViewportChanged(f func(viewport *core.QRect))
- func (ptr *Q3DScene) DestroyQ3DScene()
- func (ptr *Q3DScene) DestroyQ3DSceneDefault()
- func (ptr *Q3DScene) DevicePixelRatio() float32
- func (ptr *Q3DScene) DevicePixelRatioChanged(pixelRatio float32)
- func (ptr *Q3DScene) DisconnectActiveCameraChanged()
- func (ptr *Q3DScene) DisconnectActiveLightChanged()
- func (ptr *Q3DScene) DisconnectDestroyQ3DScene()
- func (ptr *Q3DScene) DisconnectDevicePixelRatioChanged()
- func (ptr *Q3DScene) DisconnectGraphPositionQueryChanged()
- func (ptr *Q3DScene) DisconnectPrimarySubViewportChanged()
- func (ptr *Q3DScene) DisconnectSecondarySubViewportChanged()
- func (ptr *Q3DScene) DisconnectSecondarySubviewOnTopChanged()
- func (ptr *Q3DScene) DisconnectSelectionQueryPositionChanged()
- func (ptr *Q3DScene) DisconnectSlicingActiveChanged()
- func (ptr *Q3DScene) DisconnectViewportChanged()
- func (ptr *Q3DScene) GraphPositionQuery() *core.QPoint
- func (ptr *Q3DScene) GraphPositionQueryChanged(position core.QPoint_ITF)
- func (ptr *Q3DScene) InvalidSelectionPoint() *core.QPoint
- func (ptr *Q3DScene) IsPointInPrimarySubView(point core.QPoint_ITF) bool
- func (ptr *Q3DScene) IsPointInSecondarySubView(point core.QPoint_ITF) bool
- func (ptr *Q3DScene) IsSecondarySubviewOnTop() bool
- func (ptr *Q3DScene) IsSlicingActive() bool
- func (ptr *Q3DScene) Pointer() unsafe.Pointer
- func (ptr *Q3DScene) PrimarySubViewport() *core.QRect
- func (ptr *Q3DScene) PrimarySubViewportChanged(subViewport core.QRect_ITF)
- func (ptr *Q3DScene) Q3DScene_PTR() *Q3DScene
- func (ptr *Q3DScene) SecondarySubViewport() *core.QRect
- func (ptr *Q3DScene) SecondarySubViewportChanged(subViewport core.QRect_ITF)
- func (ptr *Q3DScene) SecondarySubviewOnTopChanged(isSecondaryOnTop bool)
- func (ptr *Q3DScene) SelectionQueryPosition() *core.QPoint
- func (ptr *Q3DScene) SelectionQueryPositionChanged(position core.QPoint_ITF)
- func (ptr *Q3DScene) SetActiveCamera(camera Q3DCamera_ITF)
- func (ptr *Q3DScene) SetActiveLight(light Q3DLight_ITF)
- func (ptr *Q3DScene) SetDevicePixelRatio(pixelRatio float32)
- func (ptr *Q3DScene) SetGraphPositionQuery(point core.QPoint_ITF)
- func (ptr *Q3DScene) SetPointer(p unsafe.Pointer)
- func (ptr *Q3DScene) SetPrimarySubViewport(primarySubViewport core.QRect_ITF)
- func (ptr *Q3DScene) SetSecondarySubViewport(secondarySubViewport core.QRect_ITF)
- func (ptr *Q3DScene) SetSecondarySubviewOnTop(isSecondaryOnTop bool)
- func (ptr *Q3DScene) SetSelectionQueryPosition(point core.QPoint_ITF)
- func (ptr *Q3DScene) SetSlicingActive(isSlicing bool)
- func (ptr *Q3DScene) SlicingActiveChanged(isSlicingActive bool)
- func (ptr *Q3DScene) Viewport() *core.QRect
- func (ptr *Q3DScene) ViewportChanged(viewport core.QRect_ITF)
- type Q3DScene_ITF
- type Q3DSurface
- func (ptr *Q3DSurface) AddAxis(axis QValue3DAxis_ITF)
- func (ptr *Q3DSurface) AddSeries(series QSurface3DSeries_ITF)
- func (ptr *Q3DSurface) Axes() []*QValue3DAxis
- func (ptr *Q3DSurface) AxisX() *QValue3DAxis
- func (ptr *Q3DSurface) AxisXChanged(axis QValue3DAxis_ITF)
- func (ptr *Q3DSurface) AxisY() *QValue3DAxis
- func (ptr *Q3DSurface) AxisYChanged(axis QValue3DAxis_ITF)
- func (ptr *Q3DSurface) AxisZ() *QValue3DAxis
- func (ptr *Q3DSurface) AxisZChanged(axis QValue3DAxis_ITF)
- func (n *Q3DSurface) ClassNameInternalF() string
- func (ptr *Q3DSurface) ConnectAxisXChanged(f func(axis *QValue3DAxis))
- func (ptr *Q3DSurface) ConnectAxisYChanged(f func(axis *QValue3DAxis))
- func (ptr *Q3DSurface) ConnectAxisZChanged(f func(axis *QValue3DAxis))
- func (ptr *Q3DSurface) ConnectDestroyQ3DSurface(f func())
- func (ptr *Q3DSurface) ConnectFlipHorizontalGridChanged(f func(flip bool))
- func (ptr *Q3DSurface) ConnectSelectedSeriesChanged(f func(series *QSurface3DSeries))
- func (ptr *Q3DSurface) DestroyQ3DSurface()
- func (ptr *Q3DSurface) DestroyQ3DSurfaceDefault()
- func (ptr *Q3DSurface) DisconnectAxisXChanged()
- func (ptr *Q3DSurface) DisconnectAxisYChanged()
- func (ptr *Q3DSurface) DisconnectAxisZChanged()
- func (ptr *Q3DSurface) DisconnectDestroyQ3DSurface()
- func (ptr *Q3DSurface) DisconnectFlipHorizontalGridChanged()
- func (ptr *Q3DSurface) DisconnectSelectedSeriesChanged()
- func (ptr *Q3DSurface) FlipHorizontalGrid() bool
- func (ptr *Q3DSurface) FlipHorizontalGridChanged(flip bool)
- func (ptr *Q3DSurface) Pointer() unsafe.Pointer
- func (ptr *Q3DSurface) Q3DSurface_PTR() *Q3DSurface
- func (ptr *Q3DSurface) ReleaseAxis(axis QValue3DAxis_ITF)
- func (ptr *Q3DSurface) RemoveSeries(series QSurface3DSeries_ITF)
- func (ptr *Q3DSurface) SelectedSeries() *QSurface3DSeries
- func (ptr *Q3DSurface) SelectedSeriesChanged(series QSurface3DSeries_ITF)
- func (ptr *Q3DSurface) SeriesList() []*QSurface3DSeries
- func (ptr *Q3DSurface) SetAxisX(axis QValue3DAxis_ITF)
- func (ptr *Q3DSurface) SetAxisY(axis QValue3DAxis_ITF)
- func (ptr *Q3DSurface) SetAxisZ(axis QValue3DAxis_ITF)
- func (ptr *Q3DSurface) SetFlipHorizontalGrid(flip bool)
- func (ptr *Q3DSurface) SetPointer(p unsafe.Pointer)
- type Q3DSurface_ITF
- type Q3DTheme
- func (ptr *Q3DTheme) AmbientLightStrength() float32
- func (ptr *Q3DTheme) AmbientLightStrengthChanged(strength float32)
- func (ptr *Q3DTheme) BackgroundColor() *gui.QColor
- func (ptr *Q3DTheme) BackgroundColorChanged(color gui.QColor_ITF)
- func (ptr *Q3DTheme) BackgroundEnabledChanged(enabled bool)
- func (ptr *Q3DTheme) BaseColors() []*gui.QColor
- func (ptr *Q3DTheme) BaseColorsChanged(colors []*gui.QColor)
- func (ptr *Q3DTheme) BaseGradients() []*gui.QLinearGradient
- func (ptr *Q3DTheme) BaseGradientsChanged(gradients []*gui.QLinearGradient)
- func (n *Q3DTheme) ClassNameInternalF() string
- func (ptr *Q3DTheme) ColorStyle() Q3DTheme__ColorStyle
- func (ptr *Q3DTheme) ColorStyleChanged(style Q3DTheme__ColorStyle)
- func (ptr *Q3DTheme) ConnectAmbientLightStrengthChanged(f func(strength float32))
- func (ptr *Q3DTheme) ConnectBackgroundColorChanged(f func(color *gui.QColor))
- func (ptr *Q3DTheme) ConnectBackgroundEnabledChanged(f func(enabled bool))
- func (ptr *Q3DTheme) ConnectBaseColorsChanged(f func(colors []*gui.QColor))
- func (ptr *Q3DTheme) ConnectBaseGradientsChanged(f func(gradients []*gui.QLinearGradient))
- func (ptr *Q3DTheme) ConnectColorStyleChanged(f func(style Q3DTheme__ColorStyle))
- func (ptr *Q3DTheme) ConnectDestroyQ3DTheme(f func())
- func (ptr *Q3DTheme) ConnectFontChanged(f func(font *gui.QFont))
- func (ptr *Q3DTheme) ConnectGridEnabledChanged(f func(enabled bool))
- func (ptr *Q3DTheme) ConnectGridLineColorChanged(f func(color *gui.QColor))
- func (ptr *Q3DTheme) ConnectHighlightLightStrengthChanged(f func(strength float32))
- func (ptr *Q3DTheme) ConnectLabelBackgroundColorChanged(f func(color *gui.QColor))
- func (ptr *Q3DTheme) ConnectLabelBackgroundEnabledChanged(f func(enabled bool))
- func (ptr *Q3DTheme) ConnectLabelBorderEnabledChanged(f func(enabled bool))
- func (ptr *Q3DTheme) ConnectLabelTextColorChanged(f func(color *gui.QColor))
- func (ptr *Q3DTheme) ConnectLightColorChanged(f func(color *gui.QColor))
- func (ptr *Q3DTheme) ConnectLightStrengthChanged(f func(strength float32))
- func (ptr *Q3DTheme) ConnectMultiHighlightColorChanged(f func(color *gui.QColor))
- func (ptr *Q3DTheme) ConnectMultiHighlightGradientChanged(f func(gradient *gui.QLinearGradient))
- func (ptr *Q3DTheme) ConnectSingleHighlightColorChanged(f func(color *gui.QColor))
- func (ptr *Q3DTheme) ConnectSingleHighlightGradientChanged(f func(gradient *gui.QLinearGradient))
- func (ptr *Q3DTheme) ConnectTypeChanged(f func(themeType Q3DTheme__Theme))
- func (ptr *Q3DTheme) ConnectWindowColorChanged(f func(color *gui.QColor))
- func (ptr *Q3DTheme) DestroyQ3DTheme()
- func (ptr *Q3DTheme) DestroyQ3DThemeDefault()
- func (ptr *Q3DTheme) DisconnectAmbientLightStrengthChanged()
- func (ptr *Q3DTheme) DisconnectBackgroundColorChanged()
- func (ptr *Q3DTheme) DisconnectBackgroundEnabledChanged()
- func (ptr *Q3DTheme) DisconnectBaseColorsChanged()
- func (ptr *Q3DTheme) DisconnectBaseGradientsChanged()
- func (ptr *Q3DTheme) DisconnectColorStyleChanged()
- func (ptr *Q3DTheme) DisconnectDestroyQ3DTheme()
- func (ptr *Q3DTheme) DisconnectFontChanged()
- func (ptr *Q3DTheme) DisconnectGridEnabledChanged()
- func (ptr *Q3DTheme) DisconnectGridLineColorChanged()
- func (ptr *Q3DTheme) DisconnectHighlightLightStrengthChanged()
- func (ptr *Q3DTheme) DisconnectLabelBackgroundColorChanged()
- func (ptr *Q3DTheme) DisconnectLabelBackgroundEnabledChanged()
- func (ptr *Q3DTheme) DisconnectLabelBorderEnabledChanged()
- func (ptr *Q3DTheme) DisconnectLabelTextColorChanged()
- func (ptr *Q3DTheme) DisconnectLightColorChanged()
- func (ptr *Q3DTheme) DisconnectLightStrengthChanged()
- func (ptr *Q3DTheme) DisconnectMultiHighlightColorChanged()
- func (ptr *Q3DTheme) DisconnectMultiHighlightGradientChanged()
- func (ptr *Q3DTheme) DisconnectSingleHighlightColorChanged()
- func (ptr *Q3DTheme) DisconnectSingleHighlightGradientChanged()
- func (ptr *Q3DTheme) DisconnectTypeChanged()
- func (ptr *Q3DTheme) DisconnectWindowColorChanged()
- func (ptr *Q3DTheme) Font() *gui.QFont
- func (ptr *Q3DTheme) FontChanged(font gui.QFont_ITF)
- func (ptr *Q3DTheme) GridEnabledChanged(enabled bool)
- func (ptr *Q3DTheme) GridLineColor() *gui.QColor
- func (ptr *Q3DTheme) GridLineColorChanged(color gui.QColor_ITF)
- func (ptr *Q3DTheme) HighlightLightStrength() float32
- func (ptr *Q3DTheme) HighlightLightStrengthChanged(strength float32)
- func (ptr *Q3DTheme) IsBackgroundEnabled() bool
- func (ptr *Q3DTheme) IsGridEnabled() bool
- func (ptr *Q3DTheme) IsLabelBackgroundEnabled() bool
- func (ptr *Q3DTheme) IsLabelBorderEnabled() bool
- func (ptr *Q3DTheme) LabelBackgroundColor() *gui.QColor
- func (ptr *Q3DTheme) LabelBackgroundColorChanged(color gui.QColor_ITF)
- func (ptr *Q3DTheme) LabelBackgroundEnabledChanged(enabled bool)
- func (ptr *Q3DTheme) LabelBorderEnabledChanged(enabled bool)
- func (ptr *Q3DTheme) LabelTextColor() *gui.QColor
- func (ptr *Q3DTheme) LabelTextColorChanged(color gui.QColor_ITF)
- func (ptr *Q3DTheme) LightColor() *gui.QColor
- func (ptr *Q3DTheme) LightColorChanged(color gui.QColor_ITF)
- func (ptr *Q3DTheme) LightStrength() float32
- func (ptr *Q3DTheme) LightStrengthChanged(strength float32)
- func (ptr *Q3DTheme) MultiHighlightColor() *gui.QColor
- func (ptr *Q3DTheme) MultiHighlightColorChanged(color gui.QColor_ITF)
- func (ptr *Q3DTheme) MultiHighlightGradient() *gui.QLinearGradient
- func (ptr *Q3DTheme) MultiHighlightGradientChanged(gradient gui.QLinearGradient_ITF)
- func (ptr *Q3DTheme) Pointer() unsafe.Pointer
- func (ptr *Q3DTheme) Q3DTheme_PTR() *Q3DTheme
- func (ptr *Q3DTheme) SetAmbientLightStrength(strength float32)
- func (ptr *Q3DTheme) SetBackgroundColor(color gui.QColor_ITF)
- func (ptr *Q3DTheme) SetBackgroundEnabled(enabled bool)
- func (ptr *Q3DTheme) SetBaseColors(colors []*gui.QColor)
- func (ptr *Q3DTheme) SetBaseGradients(gradients []*gui.QLinearGradient)
- func (ptr *Q3DTheme) SetColorStyle(style Q3DTheme__ColorStyle)
- func (ptr *Q3DTheme) SetFont(font gui.QFont_ITF)
- func (ptr *Q3DTheme) SetGridEnabled(enabled bool)
- func (ptr *Q3DTheme) SetGridLineColor(color gui.QColor_ITF)
- func (ptr *Q3DTheme) SetHighlightLightStrength(strength float32)
- func (ptr *Q3DTheme) SetLabelBackgroundColor(color gui.QColor_ITF)
- func (ptr *Q3DTheme) SetLabelBackgroundEnabled(enabled bool)
- func (ptr *Q3DTheme) SetLabelBorderEnabled(enabled bool)
- func (ptr *Q3DTheme) SetLabelTextColor(color gui.QColor_ITF)
- func (ptr *Q3DTheme) SetLightColor(color gui.QColor_ITF)
- func (ptr *Q3DTheme) SetLightStrength(strength float32)
- func (ptr *Q3DTheme) SetMultiHighlightColor(color gui.QColor_ITF)
- func (ptr *Q3DTheme) SetMultiHighlightGradient(gradient gui.QLinearGradient_ITF)
- func (ptr *Q3DTheme) SetPointer(p unsafe.Pointer)
- func (ptr *Q3DTheme) SetSingleHighlightColor(color gui.QColor_ITF)
- func (ptr *Q3DTheme) SetSingleHighlightGradient(gradient gui.QLinearGradient_ITF)
- func (ptr *Q3DTheme) SetType(themeType Q3DTheme__Theme)
- func (ptr *Q3DTheme) SetWindowColor(color gui.QColor_ITF)
- func (ptr *Q3DTheme) SingleHighlightColor() *gui.QColor
- func (ptr *Q3DTheme) SingleHighlightColorChanged(color gui.QColor_ITF)
- func (ptr *Q3DTheme) SingleHighlightGradient() *gui.QLinearGradient
- func (ptr *Q3DTheme) SingleHighlightGradientChanged(gradient gui.QLinearGradient_ITF)
- func (ptr *Q3DTheme) Type() Q3DTheme__Theme
- func (ptr *Q3DTheme) TypeChanged(themeType Q3DTheme__Theme)
- func (ptr *Q3DTheme) WindowColor() *gui.QColor
- func (ptr *Q3DTheme) WindowColorChanged(color gui.QColor_ITF)
- type Q3DTheme_ITF
- type Q3DTheme__ColorStyle
- type Q3DTheme__Theme
- type QAbstract3DAxis
- func (ptr *QAbstract3DAxis) AutoAdjustRangeChanged(autoAdjust bool)
- func (n *QAbstract3DAxis) ClassNameInternalF() string
- func (ptr *QAbstract3DAxis) ConnectAutoAdjustRangeChanged(f func(autoAdjust bool))
- func (ptr *QAbstract3DAxis) ConnectDestroyQAbstract3DAxis(f func())
- func (ptr *QAbstract3DAxis) ConnectLabelAutoRotationChanged(f func(angle float32))
- func (ptr *QAbstract3DAxis) ConnectLabelsChanged(f func())
- func (ptr *QAbstract3DAxis) ConnectMaxChanged(f func(value float32))
- func (ptr *QAbstract3DAxis) ConnectMinChanged(f func(value float32))
- func (ptr *QAbstract3DAxis) ConnectOrientationChanged(f func(orientation QAbstract3DAxis__AxisOrientation))
- func (ptr *QAbstract3DAxis) ConnectRangeChanged(f func(min float32, max float32))
- func (ptr *QAbstract3DAxis) ConnectTitleChanged(f func(newTitle string))
- func (ptr *QAbstract3DAxis) ConnectTitleFixedChanged(f func(fixed bool))
- func (ptr *QAbstract3DAxis) ConnectTitleVisibilityChanged(f func(visible bool))
- func (ptr *QAbstract3DAxis) DestroyQAbstract3DAxis()
- func (ptr *QAbstract3DAxis) DestroyQAbstract3DAxisDefault()
- func (ptr *QAbstract3DAxis) DisconnectAutoAdjustRangeChanged()
- func (ptr *QAbstract3DAxis) DisconnectDestroyQAbstract3DAxis()
- func (ptr *QAbstract3DAxis) DisconnectLabelAutoRotationChanged()
- func (ptr *QAbstract3DAxis) DisconnectLabelsChanged()
- func (ptr *QAbstract3DAxis) DisconnectMaxChanged()
- func (ptr *QAbstract3DAxis) DisconnectMinChanged()
- func (ptr *QAbstract3DAxis) DisconnectOrientationChanged()
- func (ptr *QAbstract3DAxis) DisconnectRangeChanged()
- func (ptr *QAbstract3DAxis) DisconnectTitleChanged()
- func (ptr *QAbstract3DAxis) DisconnectTitleFixedChanged()
- func (ptr *QAbstract3DAxis) DisconnectTitleVisibilityChanged()
- func (ptr *QAbstract3DAxis) IsAutoAdjustRange() bool
- func (ptr *QAbstract3DAxis) IsTitleFixed() bool
- func (ptr *QAbstract3DAxis) IsTitleVisible() bool
- func (ptr *QAbstract3DAxis) LabelAutoRotation() float32
- func (ptr *QAbstract3DAxis) LabelAutoRotationChanged(angle float32)
- func (ptr *QAbstract3DAxis) Labels() []string
- func (ptr *QAbstract3DAxis) LabelsChanged()
- func (ptr *QAbstract3DAxis) Max() float32
- func (ptr *QAbstract3DAxis) MaxChanged(value float32)
- func (ptr *QAbstract3DAxis) Min() float32
- func (ptr *QAbstract3DAxis) MinChanged(value float32)
- func (ptr *QAbstract3DAxis) Orientation() QAbstract3DAxis__AxisOrientation
- func (ptr *QAbstract3DAxis) OrientationChanged(orientation QAbstract3DAxis__AxisOrientation)
- func (ptr *QAbstract3DAxis) Pointer() unsafe.Pointer
- func (ptr *QAbstract3DAxis) QAbstract3DAxis_PTR() *QAbstract3DAxis
- func (ptr *QAbstract3DAxis) RangeChanged(min float32, max float32)
- func (ptr *QAbstract3DAxis) SetAutoAdjustRange(autoAdjust bool)
- func (ptr *QAbstract3DAxis) SetLabelAutoRotation(angle float32)
- func (ptr *QAbstract3DAxis) SetLabels(labels []string)
- func (ptr *QAbstract3DAxis) SetMax(max float32)
- func (ptr *QAbstract3DAxis) SetMin(min float32)
- func (ptr *QAbstract3DAxis) SetPointer(p unsafe.Pointer)
- func (ptr *QAbstract3DAxis) SetRange(min float32, max float32)
- func (ptr *QAbstract3DAxis) SetTitle(title string)
- func (ptr *QAbstract3DAxis) SetTitleFixed(fixed bool)
- func (ptr *QAbstract3DAxis) SetTitleVisible(visible bool)
- func (ptr *QAbstract3DAxis) Title() string
- func (ptr *QAbstract3DAxis) TitleChanged(newTitle string)
- func (ptr *QAbstract3DAxis) TitleFixedChanged(fixed bool)
- func (ptr *QAbstract3DAxis) TitleVisibilityChanged(visible bool)
- func (ptr *QAbstract3DAxis) Type() QAbstract3DAxis__AxisType
- type QAbstract3DAxis_ITF
- type QAbstract3DAxis__AxisOrientation
- type QAbstract3DAxis__AxisType
- type QAbstract3DGraph
- type QAbstract3DGraph_ITF
- type QAbstract3DGraph__ElementType
- type QAbstract3DGraph__OptimizationHint
- type QAbstract3DGraph__SelectionFlag
- type QAbstract3DGraph__ShadowQuality
- type QAbstract3DInputHandler
- func (n *QAbstract3DInputHandler) ClassNameInternalF() string
- func (ptr *QAbstract3DInputHandler) ConnectDestroyQAbstract3DInputHandler(f func())
- func (ptr *QAbstract3DInputHandler) ConnectInputViewChanged(f func(view QAbstract3DInputHandler__InputView))
- func (ptr *QAbstract3DInputHandler) ConnectMouseDoubleClickEvent(f func(event *gui.QMouseEvent))
- func (ptr *QAbstract3DInputHandler) ConnectMouseMoveEvent(f func(event *gui.QMouseEvent, mousePos *core.QPoint))
- func (ptr *QAbstract3DInputHandler) ConnectMousePressEvent(f func(event *gui.QMouseEvent, mousePos *core.QPoint))
- func (ptr *QAbstract3DInputHandler) ConnectMouseReleaseEvent(f func(event *gui.QMouseEvent, mousePos *core.QPoint))
- func (ptr *QAbstract3DInputHandler) ConnectPositionChanged(f func(position *core.QPoint))
- func (ptr *QAbstract3DInputHandler) ConnectSceneChanged(f func(scene *Q3DScene))
- func (ptr *QAbstract3DInputHandler) ConnectTouchEvent(f func(event *gui.QTouchEvent))
- func (ptr *QAbstract3DInputHandler) ConnectWheelEvent(f func(event *gui.QWheelEvent))
- func (ptr *QAbstract3DInputHandler) DestroyQAbstract3DInputHandler()
- func (ptr *QAbstract3DInputHandler) DestroyQAbstract3DInputHandlerDefault()
- func (ptr *QAbstract3DInputHandler) DisconnectDestroyQAbstract3DInputHandler()
- func (ptr *QAbstract3DInputHandler) DisconnectInputViewChanged()
- func (ptr *QAbstract3DInputHandler) DisconnectMouseDoubleClickEvent()
- func (ptr *QAbstract3DInputHandler) DisconnectMouseMoveEvent()
- func (ptr *QAbstract3DInputHandler) DisconnectMousePressEvent()
- func (ptr *QAbstract3DInputHandler) DisconnectMouseReleaseEvent()
- func (ptr *QAbstract3DInputHandler) DisconnectPositionChanged()
- func (ptr *QAbstract3DInputHandler) DisconnectSceneChanged()
- func (ptr *QAbstract3DInputHandler) DisconnectTouchEvent()
- func (ptr *QAbstract3DInputHandler) DisconnectWheelEvent()
- func (ptr *QAbstract3DInputHandler) InputPosition() *core.QPoint
- func (ptr *QAbstract3DInputHandler) InputView() QAbstract3DInputHandler__InputView
- func (ptr *QAbstract3DInputHandler) InputViewChanged(view QAbstract3DInputHandler__InputView)
- func (ptr *QAbstract3DInputHandler) MouseDoubleClickEvent(event gui.QMouseEvent_ITF)
- func (ptr *QAbstract3DInputHandler) MouseDoubleClickEventDefault(event gui.QMouseEvent_ITF)
- func (ptr *QAbstract3DInputHandler) MouseMoveEvent(event gui.QMouseEvent_ITF, mousePos core.QPoint_ITF)
- func (ptr *QAbstract3DInputHandler) MouseMoveEventDefault(event gui.QMouseEvent_ITF, mousePos core.QPoint_ITF)
- func (ptr *QAbstract3DInputHandler) MousePressEvent(event gui.QMouseEvent_ITF, mousePos core.QPoint_ITF)
- func (ptr *QAbstract3DInputHandler) MousePressEventDefault(event gui.QMouseEvent_ITF, mousePos core.QPoint_ITF)
- func (ptr *QAbstract3DInputHandler) MouseReleaseEvent(event gui.QMouseEvent_ITF, mousePos core.QPoint_ITF)
- func (ptr *QAbstract3DInputHandler) MouseReleaseEventDefault(event gui.QMouseEvent_ITF, mousePos core.QPoint_ITF)
- func (ptr *QAbstract3DInputHandler) Pointer() unsafe.Pointer
- func (ptr *QAbstract3DInputHandler) PositionChanged(position core.QPoint_ITF)
- func (ptr *QAbstract3DInputHandler) PrevDistance() int
- func (ptr *QAbstract3DInputHandler) PreviousInputPos() *core.QPoint
- func (ptr *QAbstract3DInputHandler) QAbstract3DInputHandler_PTR() *QAbstract3DInputHandler
- func (ptr *QAbstract3DInputHandler) Scene() *Q3DScene
- func (ptr *QAbstract3DInputHandler) SceneChanged(scene Q3DScene_ITF)
- func (ptr *QAbstract3DInputHandler) SetInputPosition(position core.QPoint_ITF)
- func (ptr *QAbstract3DInputHandler) SetInputView(inputView QAbstract3DInputHandler__InputView)
- func (ptr *QAbstract3DInputHandler) SetPointer(p unsafe.Pointer)
- func (ptr *QAbstract3DInputHandler) SetPrevDistance(distance int)
- func (ptr *QAbstract3DInputHandler) SetPreviousInputPos(position core.QPoint_ITF)
- func (ptr *QAbstract3DInputHandler) SetScene(scene Q3DScene_ITF)
- func (ptr *QAbstract3DInputHandler) TouchEvent(event gui.QTouchEvent_ITF)
- func (ptr *QAbstract3DInputHandler) TouchEventDefault(event gui.QTouchEvent_ITF)
- func (ptr *QAbstract3DInputHandler) WheelEvent(event gui.QWheelEvent_ITF)
- func (ptr *QAbstract3DInputHandler) WheelEventDefault(event gui.QWheelEvent_ITF)
- type QAbstract3DInputHandler_ITF
- type QAbstract3DInputHandler__InputView
- type QAbstract3DSeries
- func (ptr *QAbstract3DSeries) BaseColor() *gui.QColor
- func (ptr *QAbstract3DSeries) BaseColorChanged(color gui.QColor_ITF)
- func (ptr *QAbstract3DSeries) BaseGradient() *gui.QLinearGradient
- func (ptr *QAbstract3DSeries) BaseGradientChanged(gradient gui.QLinearGradient_ITF)
- func (n *QAbstract3DSeries) ClassNameInternalF() string
- func (ptr *QAbstract3DSeries) ColorStyle() Q3DTheme__ColorStyle
- func (ptr *QAbstract3DSeries) ColorStyleChanged(style Q3DTheme__ColorStyle)
- func (ptr *QAbstract3DSeries) ConnectBaseColorChanged(f func(color *gui.QColor))
- func (ptr *QAbstract3DSeries) ConnectBaseGradientChanged(f func(gradient *gui.QLinearGradient))
- func (ptr *QAbstract3DSeries) ConnectColorStyleChanged(f func(style Q3DTheme__ColorStyle))
- func (ptr *QAbstract3DSeries) ConnectDestroyQAbstract3DSeries(f func())
- func (ptr *QAbstract3DSeries) ConnectItemLabelChanged(f func(label string))
- func (ptr *QAbstract3DSeries) ConnectItemLabelFormatChanged(f func(format string))
- func (ptr *QAbstract3DSeries) ConnectItemLabelVisibilityChanged(f func(visible bool))
- func (ptr *QAbstract3DSeries) ConnectMeshChanged(f func(mesh QAbstract3DSeries__Mesh))
- func (ptr *QAbstract3DSeries) ConnectMeshRotationChanged(f func(rotation *gui.QQuaternion))
- func (ptr *QAbstract3DSeries) ConnectMeshSmoothChanged(f func(enabled bool))
- func (ptr *QAbstract3DSeries) ConnectMultiHighlightColorChanged(f func(color *gui.QColor))
- func (ptr *QAbstract3DSeries) ConnectMultiHighlightGradientChanged(f func(gradient *gui.QLinearGradient))
- func (ptr *QAbstract3DSeries) ConnectNameChanged(f func(name string))
- func (ptr *QAbstract3DSeries) ConnectSingleHighlightColorChanged(f func(color *gui.QColor))
- func (ptr *QAbstract3DSeries) ConnectSingleHighlightGradientChanged(f func(gradient *gui.QLinearGradient))
- func (ptr *QAbstract3DSeries) ConnectUserDefinedMeshChanged(f func(fileName string))
- func (ptr *QAbstract3DSeries) ConnectVisibilityChanged(f func(visible bool))
- func (ptr *QAbstract3DSeries) DestroyQAbstract3DSeries()
- func (ptr *QAbstract3DSeries) DestroyQAbstract3DSeriesDefault()
- func (ptr *QAbstract3DSeries) DisconnectBaseColorChanged()
- func (ptr *QAbstract3DSeries) DisconnectBaseGradientChanged()
- func (ptr *QAbstract3DSeries) DisconnectColorStyleChanged()
- func (ptr *QAbstract3DSeries) DisconnectDestroyQAbstract3DSeries()
- func (ptr *QAbstract3DSeries) DisconnectItemLabelChanged()
- func (ptr *QAbstract3DSeries) DisconnectItemLabelFormatChanged()
- func (ptr *QAbstract3DSeries) DisconnectItemLabelVisibilityChanged()
- func (ptr *QAbstract3DSeries) DisconnectMeshChanged()
- func (ptr *QAbstract3DSeries) DisconnectMeshRotationChanged()
- func (ptr *QAbstract3DSeries) DisconnectMeshSmoothChanged()
- func (ptr *QAbstract3DSeries) DisconnectMultiHighlightColorChanged()
- func (ptr *QAbstract3DSeries) DisconnectMultiHighlightGradientChanged()
- func (ptr *QAbstract3DSeries) DisconnectNameChanged()
- func (ptr *QAbstract3DSeries) DisconnectSingleHighlightColorChanged()
- func (ptr *QAbstract3DSeries) DisconnectSingleHighlightGradientChanged()
- func (ptr *QAbstract3DSeries) DisconnectUserDefinedMeshChanged()
- func (ptr *QAbstract3DSeries) DisconnectVisibilityChanged()
- func (ptr *QAbstract3DSeries) IsItemLabelVisible() bool
- func (ptr *QAbstract3DSeries) IsMeshSmooth() bool
- func (ptr *QAbstract3DSeries) IsVisible() bool
- func (ptr *QAbstract3DSeries) ItemLabel() string
- func (ptr *QAbstract3DSeries) ItemLabelChanged(label string)
- func (ptr *QAbstract3DSeries) ItemLabelFormat() string
- func (ptr *QAbstract3DSeries) ItemLabelFormatChanged(format string)
- func (ptr *QAbstract3DSeries) ItemLabelVisibilityChanged(visible bool)
- func (ptr *QAbstract3DSeries) Mesh() QAbstract3DSeries__Mesh
- func (ptr *QAbstract3DSeries) MeshChanged(mesh QAbstract3DSeries__Mesh)
- func (ptr *QAbstract3DSeries) MeshRotation() *gui.QQuaternion
- func (ptr *QAbstract3DSeries) MeshRotationChanged(rotation gui.QQuaternion_ITF)
- func (ptr *QAbstract3DSeries) MeshSmoothChanged(enabled bool)
- func (ptr *QAbstract3DSeries) MultiHighlightColor() *gui.QColor
- func (ptr *QAbstract3DSeries) MultiHighlightColorChanged(color gui.QColor_ITF)
- func (ptr *QAbstract3DSeries) MultiHighlightGradient() *gui.QLinearGradient
- func (ptr *QAbstract3DSeries) MultiHighlightGradientChanged(gradient gui.QLinearGradient_ITF)
- func (ptr *QAbstract3DSeries) Name() string
- func (ptr *QAbstract3DSeries) NameChanged(name string)
- func (ptr *QAbstract3DSeries) Pointer() unsafe.Pointer
- func (ptr *QAbstract3DSeries) QAbstract3DSeries_PTR() *QAbstract3DSeries
- func (ptr *QAbstract3DSeries) SetBaseColor(color gui.QColor_ITF)
- func (ptr *QAbstract3DSeries) SetBaseGradient(gradient gui.QLinearGradient_ITF)
- func (ptr *QAbstract3DSeries) SetColorStyle(style Q3DTheme__ColorStyle)
- func (ptr *QAbstract3DSeries) SetItemLabelFormat(format string)
- func (ptr *QAbstract3DSeries) SetItemLabelVisible(visible bool)
- func (ptr *QAbstract3DSeries) SetMesh(mesh QAbstract3DSeries__Mesh)
- func (ptr *QAbstract3DSeries) SetMeshAxisAndAngle(axis gui.QVector3D_ITF, angle float32)
- func (ptr *QAbstract3DSeries) SetMeshRotation(rotation gui.QQuaternion_ITF)
- func (ptr *QAbstract3DSeries) SetMeshSmooth(enable bool)
- func (ptr *QAbstract3DSeries) SetMultiHighlightColor(color gui.QColor_ITF)
- func (ptr *QAbstract3DSeries) SetMultiHighlightGradient(gradient gui.QLinearGradient_ITF)
- func (ptr *QAbstract3DSeries) SetName(name string)
- func (ptr *QAbstract3DSeries) SetPointer(p unsafe.Pointer)
- func (ptr *QAbstract3DSeries) SetSingleHighlightColor(color gui.QColor_ITF)
- func (ptr *QAbstract3DSeries) SetSingleHighlightGradient(gradient gui.QLinearGradient_ITF)
- func (ptr *QAbstract3DSeries) SetUserDefinedMesh(fileName string)
- func (ptr *QAbstract3DSeries) SetVisible(visible bool)
- func (ptr *QAbstract3DSeries) SingleHighlightColor() *gui.QColor
- func (ptr *QAbstract3DSeries) SingleHighlightColorChanged(color gui.QColor_ITF)
- func (ptr *QAbstract3DSeries) SingleHighlightGradient() *gui.QLinearGradient
- func (ptr *QAbstract3DSeries) SingleHighlightGradientChanged(gradient gui.QLinearGradient_ITF)
- func (ptr *QAbstract3DSeries) Type() QAbstract3DSeries__SeriesType
- func (ptr *QAbstract3DSeries) UserDefinedMesh() string
- func (ptr *QAbstract3DSeries) UserDefinedMeshChanged(fileName string)
- func (ptr *QAbstract3DSeries) VisibilityChanged(visible bool)
- type QAbstract3DSeries_ITF
- type QAbstract3DSeries__Mesh
- type QAbstract3DSeries__SeriesType
- type QAbstractDataProxy
- func (n *QAbstractDataProxy) ClassNameInternalF() string
- func (ptr *QAbstractDataProxy) ConnectDestroyQAbstractDataProxy(f func())
- func (ptr *QAbstractDataProxy) DestroyQAbstractDataProxy()
- func (ptr *QAbstractDataProxy) DestroyQAbstractDataProxyDefault()
- func (ptr *QAbstractDataProxy) DisconnectDestroyQAbstractDataProxy()
- func (ptr *QAbstractDataProxy) Pointer() unsafe.Pointer
- func (ptr *QAbstractDataProxy) QAbstractDataProxy_PTR() *QAbstractDataProxy
- func (ptr *QAbstractDataProxy) SetPointer(p unsafe.Pointer)
- func (ptr *QAbstractDataProxy) Type() QAbstractDataProxy__DataType
- type QAbstractDataProxy_ITF
- type QAbstractDataProxy__DataType
- type QBar3DSeries
- func (n *QBar3DSeries) ClassNameInternalF() string
- func (ptr *QBar3DSeries) ConnectDataProxyChanged(f func(proxy *QBarDataProxy))
- func (ptr *QBar3DSeries) ConnectDestroyQBar3DSeries(f func())
- func (ptr *QBar3DSeries) ConnectMeshAngleChanged(f func(angle float32))
- func (ptr *QBar3DSeries) ConnectSelectedBarChanged(f func(position *core.QPoint))
- func (ptr *QBar3DSeries) DataProxy() *QBarDataProxy
- func (ptr *QBar3DSeries) DataProxyChanged(proxy QBarDataProxy_ITF)
- func (ptr *QBar3DSeries) DestroyQBar3DSeries()
- func (ptr *QBar3DSeries) DestroyQBar3DSeriesDefault()
- func (ptr *QBar3DSeries) DisconnectDataProxyChanged()
- func (ptr *QBar3DSeries) DisconnectDestroyQBar3DSeries()
- func (ptr *QBar3DSeries) DisconnectMeshAngleChanged()
- func (ptr *QBar3DSeries) DisconnectSelectedBarChanged()
- func (ptr *QBar3DSeries) InvalidSelectionPosition() *core.QPoint
- func (ptr *QBar3DSeries) MeshAngle() float32
- func (ptr *QBar3DSeries) MeshAngleChanged(angle float32)
- func (ptr *QBar3DSeries) Pointer() unsafe.Pointer
- func (ptr *QBar3DSeries) QBar3DSeries_PTR() *QBar3DSeries
- func (ptr *QBar3DSeries) SelectedBar() *core.QPoint
- func (ptr *QBar3DSeries) SelectedBarChanged(position core.QPoint_ITF)
- func (ptr *QBar3DSeries) SetDataProxy(proxy QBarDataProxy_ITF)
- func (ptr *QBar3DSeries) SetMeshAngle(angle float32)
- func (ptr *QBar3DSeries) SetPointer(p unsafe.Pointer)
- func (ptr *QBar3DSeries) SetSelectedBar(position core.QPoint_ITF)
- type QBar3DSeries_ITF
- type QBarDataItem
- func (n *QBarDataItem) ClassNameInternalF() string
- func (ptr *QBarDataItem) DestroyQBarDataItem()
- func (ptr *QBarDataItem) Pointer() unsafe.Pointer
- func (ptr *QBarDataItem) QBarDataItem_PTR() *QBarDataItem
- func (ptr *QBarDataItem) Rotation() float32
- func (ptr *QBarDataItem) SetPointer(p unsafe.Pointer)
- func (ptr *QBarDataItem) SetRotation(angle float32)
- func (ptr *QBarDataItem) SetValue(val float32)
- func (ptr *QBarDataItem) Value() float32
- type QBarDataItem_ITF
- type QBarDataProxy
- func (ptr *QBarDataProxy) ArrayReset()
- func (n *QBarDataProxy) ClassNameInternalF() string
- func (ptr *QBarDataProxy) ColumnLabels() []string
- func (ptr *QBarDataProxy) ColumnLabelsChanged()
- func (ptr *QBarDataProxy) ConnectArrayReset(f func())
- func (ptr *QBarDataProxy) ConnectColumnLabelsChanged(f func())
- func (ptr *QBarDataProxy) ConnectDestroyQBarDataProxy(f func())
- func (ptr *QBarDataProxy) ConnectItemChanged(f func(rowIndex int, columnIndex int))
- func (ptr *QBarDataProxy) ConnectRowCountChanged(f func(count int))
- func (ptr *QBarDataProxy) ConnectRowLabelsChanged(f func())
- func (ptr *QBarDataProxy) ConnectRowsAdded(f func(startIndex int, count int))
- func (ptr *QBarDataProxy) ConnectRowsChanged(f func(startIndex int, count int))
- func (ptr *QBarDataProxy) ConnectRowsInserted(f func(startIndex int, count int))
- func (ptr *QBarDataProxy) ConnectRowsRemoved(f func(startIndex int, count int))
- func (ptr *QBarDataProxy) ConnectSeriesChanged(f func(series *QBar3DSeries))
- func (ptr *QBarDataProxy) DestroyQBarDataProxy()
- func (ptr *QBarDataProxy) DestroyQBarDataProxyDefault()
- func (ptr *QBarDataProxy) DisconnectArrayReset()
- func (ptr *QBarDataProxy) DisconnectColumnLabelsChanged()
- func (ptr *QBarDataProxy) DisconnectDestroyQBarDataProxy()
- func (ptr *QBarDataProxy) DisconnectItemChanged()
- func (ptr *QBarDataProxy) DisconnectRowCountChanged()
- func (ptr *QBarDataProxy) DisconnectRowLabelsChanged()
- func (ptr *QBarDataProxy) DisconnectRowsAdded()
- func (ptr *QBarDataProxy) DisconnectRowsChanged()
- func (ptr *QBarDataProxy) DisconnectRowsInserted()
- func (ptr *QBarDataProxy) DisconnectRowsRemoved()
- func (ptr *QBarDataProxy) DisconnectSeriesChanged()
- func (ptr *QBarDataProxy) ItemAt(rowIndex int, columnIndex int) *QBarDataItem
- func (ptr *QBarDataProxy) ItemAt2(position core.QPoint_ITF) *QBarDataItem
- func (ptr *QBarDataProxy) ItemChanged(rowIndex int, columnIndex int)
- func (ptr *QBarDataProxy) Pointer() unsafe.Pointer
- func (ptr *QBarDataProxy) QBarDataProxy_PTR() *QBarDataProxy
- func (ptr *QBarDataProxy) RemoveRows(rowIndex int, removeCount int, removeLabels bool)
- func (ptr *QBarDataProxy) ResetArray()
- func (ptr *QBarDataProxy) RowCount() int
- func (ptr *QBarDataProxy) RowCountChanged(count int)
- func (ptr *QBarDataProxy) RowLabels() []string
- func (ptr *QBarDataProxy) RowLabelsChanged()
- func (ptr *QBarDataProxy) RowsAdded(startIndex int, count int)
- func (ptr *QBarDataProxy) RowsChanged(startIndex int, count int)
- func (ptr *QBarDataProxy) RowsInserted(startIndex int, count int)
- func (ptr *QBarDataProxy) RowsRemoved(startIndex int, count int)
- func (ptr *QBarDataProxy) Series() *QBar3DSeries
- func (ptr *QBarDataProxy) SeriesChanged(series QBar3DSeries_ITF)
- func (ptr *QBarDataProxy) SetColumnLabels(labels []string)
- func (ptr *QBarDataProxy) SetItem(rowIndex int, columnIndex int, item QBarDataItem_ITF)
- func (ptr *QBarDataProxy) SetItem2(position core.QPoint_ITF, item QBarDataItem_ITF)
- func (ptr *QBarDataProxy) SetPointer(p unsafe.Pointer)
- func (ptr *QBarDataProxy) SetRowLabels(labels []string)
- type QBarDataProxy_ITF
- type QCategory3DAxis
- func (n *QCategory3DAxis) ClassNameInternalF() string
- func (ptr *QCategory3DAxis) ConnectDestroyQCategory3DAxis(f func())
- func (ptr *QCategory3DAxis) ConnectLabelsChanged(f func())
- func (ptr *QCategory3DAxis) DestroyQCategory3DAxis()
- func (ptr *QCategory3DAxis) DestroyQCategory3DAxisDefault()
- func (ptr *QCategory3DAxis) DisconnectDestroyQCategory3DAxis()
- func (ptr *QCategory3DAxis) DisconnectLabelsChanged()
- func (ptr *QCategory3DAxis) Labels() []string
- func (ptr *QCategory3DAxis) LabelsChanged()
- func (ptr *QCategory3DAxis) Pointer() unsafe.Pointer
- func (ptr *QCategory3DAxis) QCategory3DAxis_PTR() *QCategory3DAxis
- func (ptr *QCategory3DAxis) SetLabels(labels []string)
- func (ptr *QCategory3DAxis) SetPointer(p unsafe.Pointer)
- type QCategory3DAxis_ITF
- type QCustom3DItem
- func (n *QCustom3DItem) ClassNameInternalF() string
- func (ptr *QCustom3DItem) ConnectDestroyQCustom3DItem(f func())
- func (ptr *QCustom3DItem) ConnectMeshFileChanged(f func(meshFile string))
- func (ptr *QCustom3DItem) ConnectPositionAbsoluteChanged(f func(positionAbsolute bool))
- func (ptr *QCustom3DItem) ConnectPositionChanged(f func(position *gui.QVector3D))
- func (ptr *QCustom3DItem) ConnectRotationChanged(f func(rotation *gui.QQuaternion))
- func (ptr *QCustom3DItem) ConnectScalingAbsoluteChanged(f func(scalingAbsolute bool))
- func (ptr *QCustom3DItem) ConnectScalingChanged(f func(scaling *gui.QVector3D))
- func (ptr *QCustom3DItem) ConnectShadowCastingChanged(f func(shadowCasting bool))
- func (ptr *QCustom3DItem) ConnectTextureFileChanged(f func(textureFile string))
- func (ptr *QCustom3DItem) ConnectVisibleChanged(f func(visible bool))
- func (ptr *QCustom3DItem) DestroyQCustom3DItem()
- func (ptr *QCustom3DItem) DestroyQCustom3DItemDefault()
- func (ptr *QCustom3DItem) DisconnectDestroyQCustom3DItem()
- func (ptr *QCustom3DItem) DisconnectMeshFileChanged()
- func (ptr *QCustom3DItem) DisconnectPositionAbsoluteChanged()
- func (ptr *QCustom3DItem) DisconnectPositionChanged()
- func (ptr *QCustom3DItem) DisconnectRotationChanged()
- func (ptr *QCustom3DItem) DisconnectScalingAbsoluteChanged()
- func (ptr *QCustom3DItem) DisconnectScalingChanged()
- func (ptr *QCustom3DItem) DisconnectShadowCastingChanged()
- func (ptr *QCustom3DItem) DisconnectTextureFileChanged()
- func (ptr *QCustom3DItem) DisconnectVisibleChanged()
- func (ptr *QCustom3DItem) IsPositionAbsolute() bool
- func (ptr *QCustom3DItem) IsScalingAbsolute() bool
- func (ptr *QCustom3DItem) IsShadowCasting() bool
- func (ptr *QCustom3DItem) IsVisible() bool
- func (ptr *QCustom3DItem) MeshFile() string
- func (ptr *QCustom3DItem) MeshFileChanged(meshFile string)
- func (ptr *QCustom3DItem) Pointer() unsafe.Pointer
- func (ptr *QCustom3DItem) Position() *gui.QVector3D
- func (ptr *QCustom3DItem) PositionAbsoluteChanged(positionAbsolute bool)
- func (ptr *QCustom3DItem) PositionChanged(position gui.QVector3D_ITF)
- func (ptr *QCustom3DItem) QCustom3DItem_PTR() *QCustom3DItem
- func (ptr *QCustom3DItem) Rotation() *gui.QQuaternion
- func (ptr *QCustom3DItem) RotationChanged(rotation gui.QQuaternion_ITF)
- func (ptr *QCustom3DItem) Scaling() *gui.QVector3D
- func (ptr *QCustom3DItem) ScalingAbsoluteChanged(scalingAbsolute bool)
- func (ptr *QCustom3DItem) ScalingChanged(scaling gui.QVector3D_ITF)
- func (ptr *QCustom3DItem) SetMeshFile(meshFile string)
- func (ptr *QCustom3DItem) SetPointer(p unsafe.Pointer)
- func (ptr *QCustom3DItem) SetPosition(position gui.QVector3D_ITF)
- func (ptr *QCustom3DItem) SetPositionAbsolute(positionAbsolute bool)
- func (ptr *QCustom3DItem) SetRotation(rotation gui.QQuaternion_ITF)
- func (ptr *QCustom3DItem) SetRotationAxisAndAngle(axis gui.QVector3D_ITF, angle float32)
- func (ptr *QCustom3DItem) SetScaling(scaling gui.QVector3D_ITF)
- func (ptr *QCustom3DItem) SetScalingAbsolute(scalingAbsolute bool)
- func (ptr *QCustom3DItem) SetShadowCasting(enabled bool)
- func (ptr *QCustom3DItem) SetTextureFile(textureFile string)
- func (ptr *QCustom3DItem) SetTextureImage(textureImage gui.QImage_ITF)
- func (ptr *QCustom3DItem) SetVisible(visible bool)
- func (ptr *QCustom3DItem) ShadowCastingChanged(shadowCasting bool)
- func (ptr *QCustom3DItem) TextureFile() string
- func (ptr *QCustom3DItem) TextureFileChanged(textureFile string)
- func (ptr *QCustom3DItem) VisibleChanged(visible bool)
- type QCustom3DItem_ITF
- type QCustom3DLabel
- func (ptr *QCustom3DLabel) BackgroundColor() *gui.QColor
- func (ptr *QCustom3DLabel) BackgroundColorChanged(color gui.QColor_ITF)
- func (ptr *QCustom3DLabel) BackgroundEnabledChanged(enabled bool)
- func (ptr *QCustom3DLabel) BorderEnabledChanged(enabled bool)
- func (n *QCustom3DLabel) ClassNameInternalF() string
- func (ptr *QCustom3DLabel) ConnectBackgroundColorChanged(f func(color *gui.QColor))
- func (ptr *QCustom3DLabel) ConnectBackgroundEnabledChanged(f func(enabled bool))
- func (ptr *QCustom3DLabel) ConnectBorderEnabledChanged(f func(enabled bool))
- func (ptr *QCustom3DLabel) ConnectDestroyQCustom3DLabel(f func())
- func (ptr *QCustom3DLabel) ConnectFacingCameraChanged(f func(enabled bool))
- func (ptr *QCustom3DLabel) ConnectFontChanged(f func(font *gui.QFont))
- func (ptr *QCustom3DLabel) ConnectTextChanged(f func(text string))
- func (ptr *QCustom3DLabel) ConnectTextColorChanged(f func(color *gui.QColor))
- func (ptr *QCustom3DLabel) DestroyQCustom3DLabel()
- func (ptr *QCustom3DLabel) DestroyQCustom3DLabelDefault()
- func (ptr *QCustom3DLabel) DisconnectBackgroundColorChanged()
- func (ptr *QCustom3DLabel) DisconnectBackgroundEnabledChanged()
- func (ptr *QCustom3DLabel) DisconnectBorderEnabledChanged()
- func (ptr *QCustom3DLabel) DisconnectDestroyQCustom3DLabel()
- func (ptr *QCustom3DLabel) DisconnectFacingCameraChanged()
- func (ptr *QCustom3DLabel) DisconnectFontChanged()
- func (ptr *QCustom3DLabel) DisconnectTextChanged()
- func (ptr *QCustom3DLabel) DisconnectTextColorChanged()
- func (ptr *QCustom3DLabel) FacingCameraChanged(enabled bool)
- func (ptr *QCustom3DLabel) Font() *gui.QFont
- func (ptr *QCustom3DLabel) FontChanged(font gui.QFont_ITF)
- func (ptr *QCustom3DLabel) IsBackgroundEnabled() bool
- func (ptr *QCustom3DLabel) IsBorderEnabled() bool
- func (ptr *QCustom3DLabel) IsFacingCamera() bool
- func (ptr *QCustom3DLabel) Pointer() unsafe.Pointer
- func (ptr *QCustom3DLabel) QCustom3DLabel_PTR() *QCustom3DLabel
- func (ptr *QCustom3DLabel) SetBackgroundColor(color gui.QColor_ITF)
- func (ptr *QCustom3DLabel) SetBackgroundEnabled(enabled bool)
- func (ptr *QCustom3DLabel) SetBorderEnabled(enabled bool)
- func (ptr *QCustom3DLabel) SetFacingCamera(enabled bool)
- func (ptr *QCustom3DLabel) SetFont(font gui.QFont_ITF)
- func (ptr *QCustom3DLabel) SetPointer(p unsafe.Pointer)
- func (ptr *QCustom3DLabel) SetText(text string)
- func (ptr *QCustom3DLabel) SetTextColor(color gui.QColor_ITF)
- func (ptr *QCustom3DLabel) Text() string
- func (ptr *QCustom3DLabel) TextChanged(text string)
- func (ptr *QCustom3DLabel) TextColor() *gui.QColor
- func (ptr *QCustom3DLabel) TextColorChanged(color gui.QColor_ITF)
- type QCustom3DLabel_ITF
- type QCustom3DVolume
- func (ptr *QCustom3DVolume) AlphaMultiplier() float32
- func (ptr *QCustom3DVolume) AlphaMultiplierChanged(mult float32)
- func (n *QCustom3DVolume) ClassNameInternalF() string
- func (ptr *QCustom3DVolume) ColorTable() []uint
- func (ptr *QCustom3DVolume) ColorTableChanged()
- func (ptr *QCustom3DVolume) ConnectAlphaMultiplierChanged(f func(mult float32))
- func (ptr *QCustom3DVolume) ConnectColorTableChanged(f func())
- func (ptr *QCustom3DVolume) ConnectDestroyQCustom3DVolume(f func())
- func (ptr *QCustom3DVolume) ConnectDrawSliceFramesChanged(f func(enabled bool))
- func (ptr *QCustom3DVolume) ConnectDrawSlicesChanged(f func(enabled bool))
- func (ptr *QCustom3DVolume) ConnectPreserveOpacityChanged(f func(enabled bool))
- func (ptr *QCustom3DVolume) ConnectSliceFrameColorChanged(f func(color *gui.QColor))
- func (ptr *QCustom3DVolume) ConnectSliceFrameGapsChanged(f func(values *gui.QVector3D))
- func (ptr *QCustom3DVolume) ConnectSliceFrameThicknessesChanged(f func(values *gui.QVector3D))
- func (ptr *QCustom3DVolume) ConnectSliceFrameWidthsChanged(f func(values *gui.QVector3D))
- func (ptr *QCustom3DVolume) ConnectSliceIndexXChanged(f func(value int))
- func (ptr *QCustom3DVolume) ConnectSliceIndexYChanged(f func(value int))
- func (ptr *QCustom3DVolume) ConnectSliceIndexZChanged(f func(value int))
- func (ptr *QCustom3DVolume) ConnectTextureDepthChanged(f func(value int))
- func (ptr *QCustom3DVolume) ConnectTextureFormatChanged(f func(format gui.QImage__Format))
- func (ptr *QCustom3DVolume) ConnectTextureHeightChanged(f func(value int))
- func (ptr *QCustom3DVolume) ConnectTextureWidthChanged(f func(value int))
- func (ptr *QCustom3DVolume) ConnectUseHighDefShaderChanged(f func(enabled bool))
- func (ptr *QCustom3DVolume) DestroyQCustom3DVolume()
- func (ptr *QCustom3DVolume) DestroyQCustom3DVolumeDefault()
- func (ptr *QCustom3DVolume) DisconnectAlphaMultiplierChanged()
- func (ptr *QCustom3DVolume) DisconnectColorTableChanged()
- func (ptr *QCustom3DVolume) DisconnectDestroyQCustom3DVolume()
- func (ptr *QCustom3DVolume) DisconnectDrawSliceFramesChanged()
- func (ptr *QCustom3DVolume) DisconnectDrawSlicesChanged()
- func (ptr *QCustom3DVolume) DisconnectPreserveOpacityChanged()
- func (ptr *QCustom3DVolume) DisconnectSliceFrameColorChanged()
- func (ptr *QCustom3DVolume) DisconnectSliceFrameGapsChanged()
- func (ptr *QCustom3DVolume) DisconnectSliceFrameThicknessesChanged()
- func (ptr *QCustom3DVolume) DisconnectSliceFrameWidthsChanged()
- func (ptr *QCustom3DVolume) DisconnectSliceIndexXChanged()
- func (ptr *QCustom3DVolume) DisconnectSliceIndexYChanged()
- func (ptr *QCustom3DVolume) DisconnectSliceIndexZChanged()
- func (ptr *QCustom3DVolume) DisconnectTextureDepthChanged()
- func (ptr *QCustom3DVolume) DisconnectTextureFormatChanged()
- func (ptr *QCustom3DVolume) DisconnectTextureHeightChanged()
- func (ptr *QCustom3DVolume) DisconnectTextureWidthChanged()
- func (ptr *QCustom3DVolume) DisconnectUseHighDefShaderChanged()
- func (ptr *QCustom3DVolume) DrawSliceFrames() bool
- func (ptr *QCustom3DVolume) DrawSliceFramesChanged(enabled bool)
- func (ptr *QCustom3DVolume) DrawSlices() bool
- func (ptr *QCustom3DVolume) DrawSlicesChanged(enabled bool)
- func (ptr *QCustom3DVolume) Pointer() unsafe.Pointer
- func (ptr *QCustom3DVolume) PreserveOpacity() bool
- func (ptr *QCustom3DVolume) PreserveOpacityChanged(enabled bool)
- func (ptr *QCustom3DVolume) QCustom3DVolume_PTR() *QCustom3DVolume
- func (ptr *QCustom3DVolume) RenderSlice(axis core.Qt__Axis, index int) *gui.QImage
- func (ptr *QCustom3DVolume) SetAlphaMultiplier(mult float32)
- func (ptr *QCustom3DVolume) SetColorTable(colors []uint)
- func (ptr *QCustom3DVolume) SetDrawSliceFrames(enable bool)
- func (ptr *QCustom3DVolume) SetDrawSlices(enable bool)
- func (ptr *QCustom3DVolume) SetPointer(p unsafe.Pointer)
- func (ptr *QCustom3DVolume) SetPreserveOpacity(enable bool)
- func (ptr *QCustom3DVolume) SetSliceFrameColor(color gui.QColor_ITF)
- func (ptr *QCustom3DVolume) SetSliceFrameGaps(values gui.QVector3D_ITF)
- func (ptr *QCustom3DVolume) SetSliceFrameThicknesses(values gui.QVector3D_ITF)
- func (ptr *QCustom3DVolume) SetSliceFrameWidths(values gui.QVector3D_ITF)
- func (ptr *QCustom3DVolume) SetSliceIndexX(value int)
- func (ptr *QCustom3DVolume) SetSliceIndexY(value int)
- func (ptr *QCustom3DVolume) SetSliceIndexZ(value int)
- func (ptr *QCustom3DVolume) SetSliceIndices(x int, y int, z int)
- func (ptr *QCustom3DVolume) SetSubTextureData(axis core.Qt__Axis, index int, data string)
- func (ptr *QCustom3DVolume) SetSubTextureData2(axis core.Qt__Axis, index int, image gui.QImage_ITF)
- func (ptr *QCustom3DVolume) SetTextureDepth(value int)
- func (ptr *QCustom3DVolume) SetTextureDimensions(width int, height int, depth int)
- func (ptr *QCustom3DVolume) SetTextureFormat(format gui.QImage__Format)
- func (ptr *QCustom3DVolume) SetTextureHeight(value int)
- func (ptr *QCustom3DVolume) SetTextureWidth(value int)
- func (ptr *QCustom3DVolume) SetUseHighDefShader(enable bool)
- func (ptr *QCustom3DVolume) SliceFrameColor() *gui.QColor
- func (ptr *QCustom3DVolume) SliceFrameColorChanged(color gui.QColor_ITF)
- func (ptr *QCustom3DVolume) SliceFrameGaps() *gui.QVector3D
- func (ptr *QCustom3DVolume) SliceFrameGapsChanged(values gui.QVector3D_ITF)
- func (ptr *QCustom3DVolume) SliceFrameThicknesses() *gui.QVector3D
- func (ptr *QCustom3DVolume) SliceFrameThicknessesChanged(values gui.QVector3D_ITF)
- func (ptr *QCustom3DVolume) SliceFrameWidths() *gui.QVector3D
- func (ptr *QCustom3DVolume) SliceFrameWidthsChanged(values gui.QVector3D_ITF)
- func (ptr *QCustom3DVolume) SliceIndexX() int
- func (ptr *QCustom3DVolume) SliceIndexXChanged(value int)
- func (ptr *QCustom3DVolume) SliceIndexY() int
- func (ptr *QCustom3DVolume) SliceIndexYChanged(value int)
- func (ptr *QCustom3DVolume) SliceIndexZ() int
- func (ptr *QCustom3DVolume) SliceIndexZChanged(value int)
- func (ptr *QCustom3DVolume) TextureDepth() int
- func (ptr *QCustom3DVolume) TextureDepthChanged(value int)
- func (ptr *QCustom3DVolume) TextureFormat() gui.QImage__Format
- func (ptr *QCustom3DVolume) TextureFormatChanged(format gui.QImage__Format)
- func (ptr *QCustom3DVolume) TextureHeight() int
- func (ptr *QCustom3DVolume) TextureHeightChanged(value int)
- func (ptr *QCustom3DVolume) TextureWidth() int
- func (ptr *QCustom3DVolume) TextureWidthChanged(value int)
- func (ptr *QCustom3DVolume) UseHighDefShader() bool
- func (ptr *QCustom3DVolume) UseHighDefShaderChanged(enabled bool)
- type QCustom3DVolume_ITF
- type QHeightMapSurfaceDataProxy
- func NewQHeightMapSurfaceDataProxy(parent core.QObject_ITF) *QHeightMapSurfaceDataProxy
- func NewQHeightMapSurfaceDataProxy2(image gui.QImage_ITF, parent core.QObject_ITF) *QHeightMapSurfaceDataProxy
- func NewQHeightMapSurfaceDataProxy3(filename string, parent core.QObject_ITF) *QHeightMapSurfaceDataProxy
- func NewQHeightMapSurfaceDataProxyFromPointer(ptr unsafe.Pointer) (n *QHeightMapSurfaceDataProxy)
- func (n *QHeightMapSurfaceDataProxy) ClassNameInternalF() string
- func (ptr *QHeightMapSurfaceDataProxy) ConnectDestroyQHeightMapSurfaceDataProxy(f func())
- func (ptr *QHeightMapSurfaceDataProxy) ConnectHeightMapChanged(f func(image *gui.QImage))
- func (ptr *QHeightMapSurfaceDataProxy) ConnectHeightMapFileChanged(f func(filename string))
- func (ptr *QHeightMapSurfaceDataProxy) ConnectMaxXValueChanged(f func(value float32))
- func (ptr *QHeightMapSurfaceDataProxy) ConnectMaxZValueChanged(f func(value float32))
- func (ptr *QHeightMapSurfaceDataProxy) ConnectMinXValueChanged(f func(value float32))
- func (ptr *QHeightMapSurfaceDataProxy) ConnectMinZValueChanged(f func(value float32))
- func (ptr *QHeightMapSurfaceDataProxy) DestroyQHeightMapSurfaceDataProxy()
- func (ptr *QHeightMapSurfaceDataProxy) DestroyQHeightMapSurfaceDataProxyDefault()
- func (ptr *QHeightMapSurfaceDataProxy) DisconnectDestroyQHeightMapSurfaceDataProxy()
- func (ptr *QHeightMapSurfaceDataProxy) DisconnectHeightMapChanged()
- func (ptr *QHeightMapSurfaceDataProxy) DisconnectHeightMapFileChanged()
- func (ptr *QHeightMapSurfaceDataProxy) DisconnectMaxXValueChanged()
- func (ptr *QHeightMapSurfaceDataProxy) DisconnectMaxZValueChanged()
- func (ptr *QHeightMapSurfaceDataProxy) DisconnectMinXValueChanged()
- func (ptr *QHeightMapSurfaceDataProxy) DisconnectMinZValueChanged()
- func (ptr *QHeightMapSurfaceDataProxy) HeightMap() *gui.QImage
- func (ptr *QHeightMapSurfaceDataProxy) HeightMapChanged(image gui.QImage_ITF)
- func (ptr *QHeightMapSurfaceDataProxy) HeightMapFile() string
- func (ptr *QHeightMapSurfaceDataProxy) HeightMapFileChanged(filename string)
- func (ptr *QHeightMapSurfaceDataProxy) MaxXValue() float32
- func (ptr *QHeightMapSurfaceDataProxy) MaxXValueChanged(value float32)
- func (ptr *QHeightMapSurfaceDataProxy) MaxZValue() float32
- func (ptr *QHeightMapSurfaceDataProxy) MaxZValueChanged(value float32)
- func (ptr *QHeightMapSurfaceDataProxy) MinXValue() float32
- func (ptr *QHeightMapSurfaceDataProxy) MinXValueChanged(value float32)
- func (ptr *QHeightMapSurfaceDataProxy) MinZValue() float32
- func (ptr *QHeightMapSurfaceDataProxy) MinZValueChanged(value float32)
- func (ptr *QHeightMapSurfaceDataProxy) Pointer() unsafe.Pointer
- func (ptr *QHeightMapSurfaceDataProxy) QHeightMapSurfaceDataProxy_PTR() *QHeightMapSurfaceDataProxy
- func (ptr *QHeightMapSurfaceDataProxy) SetHeightMap(image gui.QImage_ITF)
- func (ptr *QHeightMapSurfaceDataProxy) SetHeightMapFile(filename string)
- func (ptr *QHeightMapSurfaceDataProxy) SetMaxXValue(max float32)
- func (ptr *QHeightMapSurfaceDataProxy) SetMaxZValue(max float32)
- func (ptr *QHeightMapSurfaceDataProxy) SetMinXValue(min float32)
- func (ptr *QHeightMapSurfaceDataProxy) SetMinZValue(min float32)
- func (ptr *QHeightMapSurfaceDataProxy) SetPointer(p unsafe.Pointer)
- func (ptr *QHeightMapSurfaceDataProxy) SetValueRanges(minX float32, maxX float32, minZ float32, maxZ float32)
- type QHeightMapSurfaceDataProxy_ITF
- type QItemModelBarDataProxy
- func NewQItemModelBarDataProxy(parent core.QObject_ITF) *QItemModelBarDataProxy
- func NewQItemModelBarDataProxy2(itemModel core.QAbstractItemModel_ITF, parent core.QObject_ITF) *QItemModelBarDataProxy
- func NewQItemModelBarDataProxy3(itemModel core.QAbstractItemModel_ITF, valueRole string, ...) *QItemModelBarDataProxy
- func NewQItemModelBarDataProxy4(itemModel core.QAbstractItemModel_ITF, rowRole string, columnRole string, ...) *QItemModelBarDataProxy
- func NewQItemModelBarDataProxy5(itemModel core.QAbstractItemModel_ITF, rowRole string, columnRole string, ...) *QItemModelBarDataProxy
- func NewQItemModelBarDataProxy6(itemModel core.QAbstractItemModel_ITF, rowRole string, columnRole string, ...) *QItemModelBarDataProxy
- func NewQItemModelBarDataProxy7(itemModel core.QAbstractItemModel_ITF, rowRole string, columnRole string, ...) *QItemModelBarDataProxy
- func NewQItemModelBarDataProxyFromPointer(ptr unsafe.Pointer) (n *QItemModelBarDataProxy)
- func (ptr *QItemModelBarDataProxy) AutoColumnCategories() bool
- func (ptr *QItemModelBarDataProxy) AutoColumnCategoriesChanged(enable bool)
- func (ptr *QItemModelBarDataProxy) AutoRowCategories() bool
- func (ptr *QItemModelBarDataProxy) AutoRowCategoriesChanged(enable bool)
- func (n *QItemModelBarDataProxy) ClassNameInternalF() string
- func (ptr *QItemModelBarDataProxy) ColumnCategories() []string
- func (ptr *QItemModelBarDataProxy) ColumnCategoriesChanged()
- func (ptr *QItemModelBarDataProxy) ColumnCategoryIndex(category string) int
- func (ptr *QItemModelBarDataProxy) ColumnRole() string
- func (ptr *QItemModelBarDataProxy) ColumnRoleChanged(role string)
- func (ptr *QItemModelBarDataProxy) ColumnRolePattern() *core.QRegExp
- func (ptr *QItemModelBarDataProxy) ColumnRolePatternChanged(pattern core.QRegExp_ITF)
- func (ptr *QItemModelBarDataProxy) ColumnRoleReplace() string
- func (ptr *QItemModelBarDataProxy) ColumnRoleReplaceChanged(replace string)
- func (ptr *QItemModelBarDataProxy) ConnectAutoColumnCategoriesChanged(f func(enable bool))
- func (ptr *QItemModelBarDataProxy) ConnectAutoRowCategoriesChanged(f func(enable bool))
- func (ptr *QItemModelBarDataProxy) ConnectColumnCategoriesChanged(f func())
- func (ptr *QItemModelBarDataProxy) ConnectColumnRoleChanged(f func(role string))
- func (ptr *QItemModelBarDataProxy) ConnectColumnRolePatternChanged(f func(pattern *core.QRegExp))
- func (ptr *QItemModelBarDataProxy) ConnectColumnRoleReplaceChanged(f func(replace string))
- func (ptr *QItemModelBarDataProxy) ConnectDestroyQItemModelBarDataProxy(f func())
- func (ptr *QItemModelBarDataProxy) ConnectItemModelChanged(f func(itemModel *core.QAbstractItemModel))
- func (ptr *QItemModelBarDataProxy) ConnectMultiMatchBehaviorChanged(f func(behavior QItemModelBarDataProxy__MultiMatchBehavior))
- func (ptr *QItemModelBarDataProxy) ConnectRotationRoleChanged(f func(role string))
- func (ptr *QItemModelBarDataProxy) ConnectRotationRolePatternChanged(f func(pattern *core.QRegExp))
- func (ptr *QItemModelBarDataProxy) ConnectRotationRoleReplaceChanged(f func(replace string))
- func (ptr *QItemModelBarDataProxy) ConnectRowCategoriesChanged(f func())
- func (ptr *QItemModelBarDataProxy) ConnectRowRoleChanged(f func(role string))
- func (ptr *QItemModelBarDataProxy) ConnectRowRolePatternChanged(f func(pattern *core.QRegExp))
- func (ptr *QItemModelBarDataProxy) ConnectRowRoleReplaceChanged(f func(replace string))
- func (ptr *QItemModelBarDataProxy) ConnectUseModelCategoriesChanged(f func(enable bool))
- func (ptr *QItemModelBarDataProxy) ConnectValueRoleChanged(f func(role string))
- func (ptr *QItemModelBarDataProxy) ConnectValueRolePatternChanged(f func(pattern *core.QRegExp))
- func (ptr *QItemModelBarDataProxy) ConnectValueRoleReplaceChanged(f func(replace string))
- func (ptr *QItemModelBarDataProxy) DestroyQItemModelBarDataProxy()
- func (ptr *QItemModelBarDataProxy) DestroyQItemModelBarDataProxyDefault()
- func (ptr *QItemModelBarDataProxy) DisconnectAutoColumnCategoriesChanged()
- func (ptr *QItemModelBarDataProxy) DisconnectAutoRowCategoriesChanged()
- func (ptr *QItemModelBarDataProxy) DisconnectColumnCategoriesChanged()
- func (ptr *QItemModelBarDataProxy) DisconnectColumnRoleChanged()
- func (ptr *QItemModelBarDataProxy) DisconnectColumnRolePatternChanged()
- func (ptr *QItemModelBarDataProxy) DisconnectColumnRoleReplaceChanged()
- func (ptr *QItemModelBarDataProxy) DisconnectDestroyQItemModelBarDataProxy()
- func (ptr *QItemModelBarDataProxy) DisconnectItemModelChanged()
- func (ptr *QItemModelBarDataProxy) DisconnectMultiMatchBehaviorChanged()
- func (ptr *QItemModelBarDataProxy) DisconnectRotationRoleChanged()
- func (ptr *QItemModelBarDataProxy) DisconnectRotationRolePatternChanged()
- func (ptr *QItemModelBarDataProxy) DisconnectRotationRoleReplaceChanged()
- func (ptr *QItemModelBarDataProxy) DisconnectRowCategoriesChanged()
- func (ptr *QItemModelBarDataProxy) DisconnectRowRoleChanged()
- func (ptr *QItemModelBarDataProxy) DisconnectRowRolePatternChanged()
- func (ptr *QItemModelBarDataProxy) DisconnectRowRoleReplaceChanged()
- func (ptr *QItemModelBarDataProxy) DisconnectUseModelCategoriesChanged()
- func (ptr *QItemModelBarDataProxy) DisconnectValueRoleChanged()
- func (ptr *QItemModelBarDataProxy) DisconnectValueRolePatternChanged()
- func (ptr *QItemModelBarDataProxy) DisconnectValueRoleReplaceChanged()
- func (ptr *QItemModelBarDataProxy) ItemModel() *core.QAbstractItemModel
- func (ptr *QItemModelBarDataProxy) ItemModelChanged(itemModel core.QAbstractItemModel_ITF)
- func (ptr *QItemModelBarDataProxy) MultiMatchBehavior() QItemModelBarDataProxy__MultiMatchBehavior
- func (ptr *QItemModelBarDataProxy) MultiMatchBehaviorChanged(behavior QItemModelBarDataProxy__MultiMatchBehavior)
- func (ptr *QItemModelBarDataProxy) Pointer() unsafe.Pointer
- func (ptr *QItemModelBarDataProxy) QItemModelBarDataProxy_PTR() *QItemModelBarDataProxy
- func (ptr *QItemModelBarDataProxy) Remap(rowRole string, columnRole string, valueRole string, rotationRole string, ...)
- func (ptr *QItemModelBarDataProxy) RotationRole() string
- func (ptr *QItemModelBarDataProxy) RotationRoleChanged(role string)
- func (ptr *QItemModelBarDataProxy) RotationRolePattern() *core.QRegExp
- func (ptr *QItemModelBarDataProxy) RotationRolePatternChanged(pattern core.QRegExp_ITF)
- func (ptr *QItemModelBarDataProxy) RotationRoleReplace() string
- func (ptr *QItemModelBarDataProxy) RotationRoleReplaceChanged(replace string)
- func (ptr *QItemModelBarDataProxy) RowCategories() []string
- func (ptr *QItemModelBarDataProxy) RowCategoriesChanged()
- func (ptr *QItemModelBarDataProxy) RowCategoryIndex(category string) int
- func (ptr *QItemModelBarDataProxy) RowRole() string
- func (ptr *QItemModelBarDataProxy) RowRoleChanged(role string)
- func (ptr *QItemModelBarDataProxy) RowRolePattern() *core.QRegExp
- func (ptr *QItemModelBarDataProxy) RowRolePatternChanged(pattern core.QRegExp_ITF)
- func (ptr *QItemModelBarDataProxy) RowRoleReplace() string
- func (ptr *QItemModelBarDataProxy) RowRoleReplaceChanged(replace string)
- func (ptr *QItemModelBarDataProxy) SetAutoColumnCategories(enable bool)
- func (ptr *QItemModelBarDataProxy) SetAutoRowCategories(enable bool)
- func (ptr *QItemModelBarDataProxy) SetColumnCategories(categories []string)
- func (ptr *QItemModelBarDataProxy) SetColumnRole(role string)
- func (ptr *QItemModelBarDataProxy) SetColumnRolePattern(pattern core.QRegExp_ITF)
- func (ptr *QItemModelBarDataProxy) SetColumnRoleReplace(replace string)
- func (ptr *QItemModelBarDataProxy) SetItemModel(itemModel core.QAbstractItemModel_ITF)
- func (ptr *QItemModelBarDataProxy) SetMultiMatchBehavior(behavior QItemModelBarDataProxy__MultiMatchBehavior)
- func (ptr *QItemModelBarDataProxy) SetPointer(p unsafe.Pointer)
- func (ptr *QItemModelBarDataProxy) SetRotationRole(role string)
- func (ptr *QItemModelBarDataProxy) SetRotationRolePattern(pattern core.QRegExp_ITF)
- func (ptr *QItemModelBarDataProxy) SetRotationRoleReplace(replace string)
- func (ptr *QItemModelBarDataProxy) SetRowCategories(categories []string)
- func (ptr *QItemModelBarDataProxy) SetRowRole(role string)
- func (ptr *QItemModelBarDataProxy) SetRowRolePattern(pattern core.QRegExp_ITF)
- func (ptr *QItemModelBarDataProxy) SetRowRoleReplace(replace string)
- func (ptr *QItemModelBarDataProxy) SetUseModelCategories(enable bool)
- func (ptr *QItemModelBarDataProxy) SetValueRole(role string)
- func (ptr *QItemModelBarDataProxy) SetValueRolePattern(pattern core.QRegExp_ITF)
- func (ptr *QItemModelBarDataProxy) SetValueRoleReplace(replace string)
- func (ptr *QItemModelBarDataProxy) UseModelCategories() bool
- func (ptr *QItemModelBarDataProxy) UseModelCategoriesChanged(enable bool)
- func (ptr *QItemModelBarDataProxy) ValueRole() string
- func (ptr *QItemModelBarDataProxy) ValueRoleChanged(role string)
- func (ptr *QItemModelBarDataProxy) ValueRolePattern() *core.QRegExp
- func (ptr *QItemModelBarDataProxy) ValueRolePatternChanged(pattern core.QRegExp_ITF)
- func (ptr *QItemModelBarDataProxy) ValueRoleReplace() string
- func (ptr *QItemModelBarDataProxy) ValueRoleReplaceChanged(replace string)
- type QItemModelBarDataProxy_ITF
- type QItemModelBarDataProxy__MultiMatchBehavior
- type QItemModelScatterDataProxy
- func NewQItemModelScatterDataProxy(parent core.QObject_ITF) *QItemModelScatterDataProxy
- func NewQItemModelScatterDataProxy2(itemModel core.QAbstractItemModel_ITF, parent core.QObject_ITF) *QItemModelScatterDataProxy
- func NewQItemModelScatterDataProxy3(itemModel core.QAbstractItemModel_ITF, xPosRole string, yPosRole string, ...) *QItemModelScatterDataProxy
- func NewQItemModelScatterDataProxy4(itemModel core.QAbstractItemModel_ITF, xPosRole string, yPosRole string, ...) *QItemModelScatterDataProxy
- func NewQItemModelScatterDataProxyFromPointer(ptr unsafe.Pointer) (n *QItemModelScatterDataProxy)
- func (n *QItemModelScatterDataProxy) ClassNameInternalF() string
- func (ptr *QItemModelScatterDataProxy) ConnectDestroyQItemModelScatterDataProxy(f func())
- func (ptr *QItemModelScatterDataProxy) ConnectItemModelChanged(f func(itemModel *core.QAbstractItemModel))
- func (ptr *QItemModelScatterDataProxy) ConnectRotationRoleChanged(f func(role string))
- func (ptr *QItemModelScatterDataProxy) ConnectRotationRolePatternChanged(f func(pattern *core.QRegExp))
- func (ptr *QItemModelScatterDataProxy) ConnectRotationRoleReplaceChanged(f func(replace string))
- func (ptr *QItemModelScatterDataProxy) ConnectXPosRoleChanged(f func(role string))
- func (ptr *QItemModelScatterDataProxy) ConnectXPosRolePatternChanged(f func(pattern *core.QRegExp))
- func (ptr *QItemModelScatterDataProxy) ConnectXPosRoleReplaceChanged(f func(replace string))
- func (ptr *QItemModelScatterDataProxy) ConnectYPosRoleChanged(f func(role string))
- func (ptr *QItemModelScatterDataProxy) ConnectYPosRolePatternChanged(f func(pattern *core.QRegExp))
- func (ptr *QItemModelScatterDataProxy) ConnectYPosRoleReplaceChanged(f func(replace string))
- func (ptr *QItemModelScatterDataProxy) ConnectZPosRoleChanged(f func(role string))
- func (ptr *QItemModelScatterDataProxy) ConnectZPosRolePatternChanged(f func(pattern *core.QRegExp))
- func (ptr *QItemModelScatterDataProxy) ConnectZPosRoleReplaceChanged(f func(replace string))
- func (ptr *QItemModelScatterDataProxy) DestroyQItemModelScatterDataProxy()
- func (ptr *QItemModelScatterDataProxy) DestroyQItemModelScatterDataProxyDefault()
- func (ptr *QItemModelScatterDataProxy) DisconnectDestroyQItemModelScatterDataProxy()
- func (ptr *QItemModelScatterDataProxy) DisconnectItemModelChanged()
- func (ptr *QItemModelScatterDataProxy) DisconnectRotationRoleChanged()
- func (ptr *QItemModelScatterDataProxy) DisconnectRotationRolePatternChanged()
- func (ptr *QItemModelScatterDataProxy) DisconnectRotationRoleReplaceChanged()
- func (ptr *QItemModelScatterDataProxy) DisconnectXPosRoleChanged()
- func (ptr *QItemModelScatterDataProxy) DisconnectXPosRolePatternChanged()
- func (ptr *QItemModelScatterDataProxy) DisconnectXPosRoleReplaceChanged()
- func (ptr *QItemModelScatterDataProxy) DisconnectYPosRoleChanged()
- func (ptr *QItemModelScatterDataProxy) DisconnectYPosRolePatternChanged()
- func (ptr *QItemModelScatterDataProxy) DisconnectYPosRoleReplaceChanged()
- func (ptr *QItemModelScatterDataProxy) DisconnectZPosRoleChanged()
- func (ptr *QItemModelScatterDataProxy) DisconnectZPosRolePatternChanged()
- func (ptr *QItemModelScatterDataProxy) DisconnectZPosRoleReplaceChanged()
- func (ptr *QItemModelScatterDataProxy) ItemModel() *core.QAbstractItemModel
- func (ptr *QItemModelScatterDataProxy) ItemModelChanged(itemModel core.QAbstractItemModel_ITF)
- func (ptr *QItemModelScatterDataProxy) Pointer() unsafe.Pointer
- func (ptr *QItemModelScatterDataProxy) QItemModelScatterDataProxy_PTR() *QItemModelScatterDataProxy
- func (ptr *QItemModelScatterDataProxy) Remap(xPosRole string, yPosRole string, zPosRole string, rotationRole string)
- func (ptr *QItemModelScatterDataProxy) RotationRole() string
- func (ptr *QItemModelScatterDataProxy) RotationRoleChanged(role string)
- func (ptr *QItemModelScatterDataProxy) RotationRolePattern() *core.QRegExp
- func (ptr *QItemModelScatterDataProxy) RotationRolePatternChanged(pattern core.QRegExp_ITF)
- func (ptr *QItemModelScatterDataProxy) RotationRoleReplace() string
- func (ptr *QItemModelScatterDataProxy) RotationRoleReplaceChanged(replace string)
- func (ptr *QItemModelScatterDataProxy) SetItemModel(itemModel core.QAbstractItemModel_ITF)
- func (ptr *QItemModelScatterDataProxy) SetPointer(p unsafe.Pointer)
- func (ptr *QItemModelScatterDataProxy) SetRotationRole(role string)
- func (ptr *QItemModelScatterDataProxy) SetRotationRolePattern(pattern core.QRegExp_ITF)
- func (ptr *QItemModelScatterDataProxy) SetRotationRoleReplace(replace string)
- func (ptr *QItemModelScatterDataProxy) SetXPosRole(role string)
- func (ptr *QItemModelScatterDataProxy) SetXPosRolePattern(pattern core.QRegExp_ITF)
- func (ptr *QItemModelScatterDataProxy) SetXPosRoleReplace(replace string)
- func (ptr *QItemModelScatterDataProxy) SetYPosRole(role string)
- func (ptr *QItemModelScatterDataProxy) SetYPosRolePattern(pattern core.QRegExp_ITF)
- func (ptr *QItemModelScatterDataProxy) SetYPosRoleReplace(replace string)
- func (ptr *QItemModelScatterDataProxy) SetZPosRole(role string)
- func (ptr *QItemModelScatterDataProxy) SetZPosRolePattern(pattern core.QRegExp_ITF)
- func (ptr *QItemModelScatterDataProxy) SetZPosRoleReplace(replace string)
- func (ptr *QItemModelScatterDataProxy) XPosRole() string
- func (ptr *QItemModelScatterDataProxy) XPosRoleChanged(role string)
- func (ptr *QItemModelScatterDataProxy) XPosRolePattern() *core.QRegExp
- func (ptr *QItemModelScatterDataProxy) XPosRolePatternChanged(pattern core.QRegExp_ITF)
- func (ptr *QItemModelScatterDataProxy) XPosRoleReplace() string
- func (ptr *QItemModelScatterDataProxy) XPosRoleReplaceChanged(replace string)
- func (ptr *QItemModelScatterDataProxy) YPosRole() string
- func (ptr *QItemModelScatterDataProxy) YPosRoleChanged(role string)
- func (ptr *QItemModelScatterDataProxy) YPosRolePattern() *core.QRegExp
- func (ptr *QItemModelScatterDataProxy) YPosRolePatternChanged(pattern core.QRegExp_ITF)
- func (ptr *QItemModelScatterDataProxy) YPosRoleReplace() string
- func (ptr *QItemModelScatterDataProxy) YPosRoleReplaceChanged(replace string)
- func (ptr *QItemModelScatterDataProxy) ZPosRole() string
- func (ptr *QItemModelScatterDataProxy) ZPosRoleChanged(role string)
- func (ptr *QItemModelScatterDataProxy) ZPosRolePattern() *core.QRegExp
- func (ptr *QItemModelScatterDataProxy) ZPosRolePatternChanged(pattern core.QRegExp_ITF)
- func (ptr *QItemModelScatterDataProxy) ZPosRoleReplace() string
- func (ptr *QItemModelScatterDataProxy) ZPosRoleReplaceChanged(replace string)
- type QItemModelScatterDataProxy_ITF
- type QItemModelSurfaceDataProxy
- func NewQItemModelSurfaceDataProxy(parent core.QObject_ITF) *QItemModelSurfaceDataProxy
- func NewQItemModelSurfaceDataProxy2(itemModel core.QAbstractItemModel_ITF, parent core.QObject_ITF) *QItemModelSurfaceDataProxy
- func NewQItemModelSurfaceDataProxy3(itemModel core.QAbstractItemModel_ITF, yPosRole string, ...) *QItemModelSurfaceDataProxy
- func NewQItemModelSurfaceDataProxy4(itemModel core.QAbstractItemModel_ITF, rowRole string, columnRole string, ...) *QItemModelSurfaceDataProxy
- func NewQItemModelSurfaceDataProxy5(itemModel core.QAbstractItemModel_ITF, rowRole string, columnRole string, ...) *QItemModelSurfaceDataProxy
- func NewQItemModelSurfaceDataProxy6(itemModel core.QAbstractItemModel_ITF, rowRole string, columnRole string, ...) *QItemModelSurfaceDataProxy
- func NewQItemModelSurfaceDataProxy7(itemModel core.QAbstractItemModel_ITF, rowRole string, columnRole string, ...) *QItemModelSurfaceDataProxy
- func NewQItemModelSurfaceDataProxyFromPointer(ptr unsafe.Pointer) (n *QItemModelSurfaceDataProxy)
- func (ptr *QItemModelSurfaceDataProxy) AutoColumnCategories() bool
- func (ptr *QItemModelSurfaceDataProxy) AutoColumnCategoriesChanged(enable bool)
- func (ptr *QItemModelSurfaceDataProxy) AutoRowCategories() bool
- func (ptr *QItemModelSurfaceDataProxy) AutoRowCategoriesChanged(enable bool)
- func (n *QItemModelSurfaceDataProxy) ClassNameInternalF() string
- func (ptr *QItemModelSurfaceDataProxy) ColumnCategories() []string
- func (ptr *QItemModelSurfaceDataProxy) ColumnCategoriesChanged()
- func (ptr *QItemModelSurfaceDataProxy) ColumnCategoryIndex(category string) int
- func (ptr *QItemModelSurfaceDataProxy) ColumnRole() string
- func (ptr *QItemModelSurfaceDataProxy) ColumnRoleChanged(role string)
- func (ptr *QItemModelSurfaceDataProxy) ColumnRolePattern() *core.QRegExp
- func (ptr *QItemModelSurfaceDataProxy) ColumnRolePatternChanged(pattern core.QRegExp_ITF)
- func (ptr *QItemModelSurfaceDataProxy) ColumnRoleReplace() string
- func (ptr *QItemModelSurfaceDataProxy) ColumnRoleReplaceChanged(replace string)
- func (ptr *QItemModelSurfaceDataProxy) ConnectAutoColumnCategoriesChanged(f func(enable bool))
- func (ptr *QItemModelSurfaceDataProxy) ConnectAutoRowCategoriesChanged(f func(enable bool))
- func (ptr *QItemModelSurfaceDataProxy) ConnectColumnCategoriesChanged(f func())
- func (ptr *QItemModelSurfaceDataProxy) ConnectColumnRoleChanged(f func(role string))
- func (ptr *QItemModelSurfaceDataProxy) ConnectColumnRolePatternChanged(f func(pattern *core.QRegExp))
- func (ptr *QItemModelSurfaceDataProxy) ConnectColumnRoleReplaceChanged(f func(replace string))
- func (ptr *QItemModelSurfaceDataProxy) ConnectDestroyQItemModelSurfaceDataProxy(f func())
- func (ptr *QItemModelSurfaceDataProxy) ConnectItemModelChanged(f func(itemModel *core.QAbstractItemModel))
- func (ptr *QItemModelSurfaceDataProxy) ConnectMultiMatchBehaviorChanged(f func(behavior QItemModelSurfaceDataProxy__MultiMatchBehavior))
- func (ptr *QItemModelSurfaceDataProxy) ConnectRowCategoriesChanged(f func())
- func (ptr *QItemModelSurfaceDataProxy) ConnectRowRoleChanged(f func(role string))
- func (ptr *QItemModelSurfaceDataProxy) ConnectRowRolePatternChanged(f func(pattern *core.QRegExp))
- func (ptr *QItemModelSurfaceDataProxy) ConnectRowRoleReplaceChanged(f func(replace string))
- func (ptr *QItemModelSurfaceDataProxy) ConnectUseModelCategoriesChanged(f func(enable bool))
- func (ptr *QItemModelSurfaceDataProxy) ConnectXPosRoleChanged(f func(role string))
- func (ptr *QItemModelSurfaceDataProxy) ConnectXPosRolePatternChanged(f func(pattern *core.QRegExp))
- func (ptr *QItemModelSurfaceDataProxy) ConnectXPosRoleReplaceChanged(f func(replace string))
- func (ptr *QItemModelSurfaceDataProxy) ConnectYPosRoleChanged(f func(role string))
- func (ptr *QItemModelSurfaceDataProxy) ConnectYPosRolePatternChanged(f func(pattern *core.QRegExp))
- func (ptr *QItemModelSurfaceDataProxy) ConnectYPosRoleReplaceChanged(f func(replace string))
- func (ptr *QItemModelSurfaceDataProxy) ConnectZPosRoleChanged(f func(role string))
- func (ptr *QItemModelSurfaceDataProxy) ConnectZPosRolePatternChanged(f func(pattern *core.QRegExp))
- func (ptr *QItemModelSurfaceDataProxy) ConnectZPosRoleReplaceChanged(f func(replace string))
- func (ptr *QItemModelSurfaceDataProxy) DestroyQItemModelSurfaceDataProxy()
- func (ptr *QItemModelSurfaceDataProxy) DestroyQItemModelSurfaceDataProxyDefault()
- func (ptr *QItemModelSurfaceDataProxy) DisconnectAutoColumnCategoriesChanged()
- func (ptr *QItemModelSurfaceDataProxy) DisconnectAutoRowCategoriesChanged()
- func (ptr *QItemModelSurfaceDataProxy) DisconnectColumnCategoriesChanged()
- func (ptr *QItemModelSurfaceDataProxy) DisconnectColumnRoleChanged()
- func (ptr *QItemModelSurfaceDataProxy) DisconnectColumnRolePatternChanged()
- func (ptr *QItemModelSurfaceDataProxy) DisconnectColumnRoleReplaceChanged()
- func (ptr *QItemModelSurfaceDataProxy) DisconnectDestroyQItemModelSurfaceDataProxy()
- func (ptr *QItemModelSurfaceDataProxy) DisconnectItemModelChanged()
- func (ptr *QItemModelSurfaceDataProxy) DisconnectMultiMatchBehaviorChanged()
- func (ptr *QItemModelSurfaceDataProxy) DisconnectRowCategoriesChanged()
- func (ptr *QItemModelSurfaceDataProxy) DisconnectRowRoleChanged()
- func (ptr *QItemModelSurfaceDataProxy) DisconnectRowRolePatternChanged()
- func (ptr *QItemModelSurfaceDataProxy) DisconnectRowRoleReplaceChanged()
- func (ptr *QItemModelSurfaceDataProxy) DisconnectUseModelCategoriesChanged()
- func (ptr *QItemModelSurfaceDataProxy) DisconnectXPosRoleChanged()
- func (ptr *QItemModelSurfaceDataProxy) DisconnectXPosRolePatternChanged()
- func (ptr *QItemModelSurfaceDataProxy) DisconnectXPosRoleReplaceChanged()
- func (ptr *QItemModelSurfaceDataProxy) DisconnectYPosRoleChanged()
- func (ptr *QItemModelSurfaceDataProxy) DisconnectYPosRolePatternChanged()
- func (ptr *QItemModelSurfaceDataProxy) DisconnectYPosRoleReplaceChanged()
- func (ptr *QItemModelSurfaceDataProxy) DisconnectZPosRoleChanged()
- func (ptr *QItemModelSurfaceDataProxy) DisconnectZPosRolePatternChanged()
- func (ptr *QItemModelSurfaceDataProxy) DisconnectZPosRoleReplaceChanged()
- func (ptr *QItemModelSurfaceDataProxy) ItemModel() *core.QAbstractItemModel
- func (ptr *QItemModelSurfaceDataProxy) ItemModelChanged(itemModel core.QAbstractItemModel_ITF)
- func (ptr *QItemModelSurfaceDataProxy) MultiMatchBehavior() QItemModelSurfaceDataProxy__MultiMatchBehavior
- func (ptr *QItemModelSurfaceDataProxy) MultiMatchBehaviorChanged(behavior QItemModelSurfaceDataProxy__MultiMatchBehavior)
- func (ptr *QItemModelSurfaceDataProxy) Pointer() unsafe.Pointer
- func (ptr *QItemModelSurfaceDataProxy) QItemModelSurfaceDataProxy_PTR() *QItemModelSurfaceDataProxy
- func (ptr *QItemModelSurfaceDataProxy) Remap(rowRole string, columnRole string, xPosRole string, yPosRole string, ...)
- func (ptr *QItemModelSurfaceDataProxy) RowCategories() []string
- func (ptr *QItemModelSurfaceDataProxy) RowCategoriesChanged()
- func (ptr *QItemModelSurfaceDataProxy) RowCategoryIndex(category string) int
- func (ptr *QItemModelSurfaceDataProxy) RowRole() string
- func (ptr *QItemModelSurfaceDataProxy) RowRoleChanged(role string)
- func (ptr *QItemModelSurfaceDataProxy) RowRolePattern() *core.QRegExp
- func (ptr *QItemModelSurfaceDataProxy) RowRolePatternChanged(pattern core.QRegExp_ITF)
- func (ptr *QItemModelSurfaceDataProxy) RowRoleReplace() string
- func (ptr *QItemModelSurfaceDataProxy) RowRoleReplaceChanged(replace string)
- func (ptr *QItemModelSurfaceDataProxy) SetAutoColumnCategories(enable bool)
- func (ptr *QItemModelSurfaceDataProxy) SetAutoRowCategories(enable bool)
- func (ptr *QItemModelSurfaceDataProxy) SetColumnCategories(categories []string)
- func (ptr *QItemModelSurfaceDataProxy) SetColumnRole(role string)
- func (ptr *QItemModelSurfaceDataProxy) SetColumnRolePattern(pattern core.QRegExp_ITF)
- func (ptr *QItemModelSurfaceDataProxy) SetColumnRoleReplace(replace string)
- func (ptr *QItemModelSurfaceDataProxy) SetItemModel(itemModel core.QAbstractItemModel_ITF)
- func (ptr *QItemModelSurfaceDataProxy) SetMultiMatchBehavior(behavior QItemModelSurfaceDataProxy__MultiMatchBehavior)
- func (ptr *QItemModelSurfaceDataProxy) SetPointer(p unsafe.Pointer)
- func (ptr *QItemModelSurfaceDataProxy) SetRowCategories(categories []string)
- func (ptr *QItemModelSurfaceDataProxy) SetRowRole(role string)
- func (ptr *QItemModelSurfaceDataProxy) SetRowRolePattern(pattern core.QRegExp_ITF)
- func (ptr *QItemModelSurfaceDataProxy) SetRowRoleReplace(replace string)
- func (ptr *QItemModelSurfaceDataProxy) SetUseModelCategories(enable bool)
- func (ptr *QItemModelSurfaceDataProxy) SetXPosRole(role string)
- func (ptr *QItemModelSurfaceDataProxy) SetXPosRolePattern(pattern core.QRegExp_ITF)
- func (ptr *QItemModelSurfaceDataProxy) SetXPosRoleReplace(replace string)
- func (ptr *QItemModelSurfaceDataProxy) SetYPosRole(role string)
- func (ptr *QItemModelSurfaceDataProxy) SetYPosRolePattern(pattern core.QRegExp_ITF)
- func (ptr *QItemModelSurfaceDataProxy) SetYPosRoleReplace(replace string)
- func (ptr *QItemModelSurfaceDataProxy) SetZPosRole(role string)
- func (ptr *QItemModelSurfaceDataProxy) SetZPosRolePattern(pattern core.QRegExp_ITF)
- func (ptr *QItemModelSurfaceDataProxy) SetZPosRoleReplace(replace string)
- func (ptr *QItemModelSurfaceDataProxy) UseModelCategories() bool
- func (ptr *QItemModelSurfaceDataProxy) UseModelCategoriesChanged(enable bool)
- func (ptr *QItemModelSurfaceDataProxy) XPosRole() string
- func (ptr *QItemModelSurfaceDataProxy) XPosRoleChanged(role string)
- func (ptr *QItemModelSurfaceDataProxy) XPosRolePattern() *core.QRegExp
- func (ptr *QItemModelSurfaceDataProxy) XPosRolePatternChanged(pattern core.QRegExp_ITF)
- func (ptr *QItemModelSurfaceDataProxy) XPosRoleReplace() string
- func (ptr *QItemModelSurfaceDataProxy) XPosRoleReplaceChanged(replace string)
- func (ptr *QItemModelSurfaceDataProxy) YPosRole() string
- func (ptr *QItemModelSurfaceDataProxy) YPosRoleChanged(role string)
- func (ptr *QItemModelSurfaceDataProxy) YPosRolePattern() *core.QRegExp
- func (ptr *QItemModelSurfaceDataProxy) YPosRolePatternChanged(pattern core.QRegExp_ITF)
- func (ptr *QItemModelSurfaceDataProxy) YPosRoleReplace() string
- func (ptr *QItemModelSurfaceDataProxy) YPosRoleReplaceChanged(replace string)
- func (ptr *QItemModelSurfaceDataProxy) ZPosRole() string
- func (ptr *QItemModelSurfaceDataProxy) ZPosRoleChanged(role string)
- func (ptr *QItemModelSurfaceDataProxy) ZPosRolePattern() *core.QRegExp
- func (ptr *QItemModelSurfaceDataProxy) ZPosRolePatternChanged(pattern core.QRegExp_ITF)
- func (ptr *QItemModelSurfaceDataProxy) ZPosRoleReplace() string
- func (ptr *QItemModelSurfaceDataProxy) ZPosRoleReplaceChanged(replace string)
- type QItemModelSurfaceDataProxy_ITF
- type QItemModelSurfaceDataProxy__MultiMatchBehavior
- type QLogValue3DAxisFormatter
- func (ptr *QLogValue3DAxisFormatter) AutoSubGrid() bool
- func (ptr *QLogValue3DAxisFormatter) AutoSubGridChanged(enabled bool)
- func (ptr *QLogValue3DAxisFormatter) Base() float64
- func (ptr *QLogValue3DAxisFormatter) BaseChanged(base float64)
- func (n *QLogValue3DAxisFormatter) ClassNameInternalF() string
- func (ptr *QLogValue3DAxisFormatter) ConnectAutoSubGridChanged(f func(enabled bool))
- func (ptr *QLogValue3DAxisFormatter) ConnectBaseChanged(f func(base float64))
- func (ptr *QLogValue3DAxisFormatter) ConnectDestroyQLogValue3DAxisFormatter(f func())
- func (ptr *QLogValue3DAxisFormatter) ConnectShowEdgeLabelsChanged(f func(enabled bool))
- func (ptr *QLogValue3DAxisFormatter) DestroyQLogValue3DAxisFormatter()
- func (ptr *QLogValue3DAxisFormatter) DestroyQLogValue3DAxisFormatterDefault()
- func (ptr *QLogValue3DAxisFormatter) DisconnectAutoSubGridChanged()
- func (ptr *QLogValue3DAxisFormatter) DisconnectBaseChanged()
- func (ptr *QLogValue3DAxisFormatter) DisconnectDestroyQLogValue3DAxisFormatter()
- func (ptr *QLogValue3DAxisFormatter) DisconnectShowEdgeLabelsChanged()
- func (ptr *QLogValue3DAxisFormatter) Pointer() unsafe.Pointer
- func (ptr *QLogValue3DAxisFormatter) QLogValue3DAxisFormatter_PTR() *QLogValue3DAxisFormatter
- func (ptr *QLogValue3DAxisFormatter) SetAutoSubGrid(enabled bool)
- func (ptr *QLogValue3DAxisFormatter) SetBase(base float64)
- func (ptr *QLogValue3DAxisFormatter) SetPointer(p unsafe.Pointer)
- func (ptr *QLogValue3DAxisFormatter) SetShowEdgeLabels(enabled bool)
- func (ptr *QLogValue3DAxisFormatter) ShowEdgeLabels() bool
- func (ptr *QLogValue3DAxisFormatter) ShowEdgeLabelsChanged(enabled bool)
- type QLogValue3DAxisFormatter_ITF
- type QScatter3DSeries
- func (n *QScatter3DSeries) ClassNameInternalF() string
- func (ptr *QScatter3DSeries) ConnectDataProxyChanged(f func(proxy *QScatterDataProxy))
- func (ptr *QScatter3DSeries) ConnectDestroyQScatter3DSeries(f func())
- func (ptr *QScatter3DSeries) ConnectItemSizeChanged(f func(size float32))
- func (ptr *QScatter3DSeries) ConnectSelectedItemChanged(f func(index int))
- func (ptr *QScatter3DSeries) DataProxy() *QScatterDataProxy
- func (ptr *QScatter3DSeries) DataProxyChanged(proxy QScatterDataProxy_ITF)
- func (ptr *QScatter3DSeries) DestroyQScatter3DSeries()
- func (ptr *QScatter3DSeries) DestroyQScatter3DSeriesDefault()
- func (ptr *QScatter3DSeries) DisconnectDataProxyChanged()
- func (ptr *QScatter3DSeries) DisconnectDestroyQScatter3DSeries()
- func (ptr *QScatter3DSeries) DisconnectItemSizeChanged()
- func (ptr *QScatter3DSeries) DisconnectSelectedItemChanged()
- func (ptr *QScatter3DSeries) InvalidSelectionIndex() int
- func (ptr *QScatter3DSeries) ItemSize() float32
- func (ptr *QScatter3DSeries) ItemSizeChanged(size float32)
- func (ptr *QScatter3DSeries) Pointer() unsafe.Pointer
- func (ptr *QScatter3DSeries) QScatter3DSeries_PTR() *QScatter3DSeries
- func (ptr *QScatter3DSeries) SelectedItem() int
- func (ptr *QScatter3DSeries) SelectedItemChanged(index int)
- func (ptr *QScatter3DSeries) SetDataProxy(proxy QScatterDataProxy_ITF)
- func (ptr *QScatter3DSeries) SetItemSize(size float32)
- func (ptr *QScatter3DSeries) SetPointer(p unsafe.Pointer)
- func (ptr *QScatter3DSeries) SetSelectedItem(index int)
- type QScatter3DSeries_ITF
- type QScatterDataItem
- func NewQScatterDataItem() *QScatterDataItem
- func NewQScatterDataItem2(position gui.QVector3D_ITF) *QScatterDataItem
- func NewQScatterDataItem3(position gui.QVector3D_ITF, rotation gui.QQuaternion_ITF) *QScatterDataItem
- func NewQScatterDataItem4(other QScatterDataItem_ITF) *QScatterDataItem
- func NewQScatterDataItemFromPointer(ptr unsafe.Pointer) (n *QScatterDataItem)
- func (n *QScatterDataItem) ClassNameInternalF() string
- func (ptr *QScatterDataItem) DestroyQScatterDataItem()
- func (ptr *QScatterDataItem) Pointer() unsafe.Pointer
- func (ptr *QScatterDataItem) Position() *gui.QVector3D
- func (ptr *QScatterDataItem) QScatterDataItem_PTR() *QScatterDataItem
- func (ptr *QScatterDataItem) Rotation() *gui.QQuaternion
- func (ptr *QScatterDataItem) SetPointer(p unsafe.Pointer)
- func (ptr *QScatterDataItem) SetPosition(pos gui.QVector3D_ITF)
- func (ptr *QScatterDataItem) SetRotation(rot gui.QQuaternion_ITF)
- func (ptr *QScatterDataItem) SetX(value float32)
- func (ptr *QScatterDataItem) SetY(value float32)
- func (ptr *QScatterDataItem) SetZ(value float32)
- func (ptr *QScatterDataItem) X() float32
- func (ptr *QScatterDataItem) Y() float32
- func (ptr *QScatterDataItem) Z() float32
- type QScatterDataItem_ITF
- type QScatterDataProxy
- func (ptr *QScatterDataProxy) AddItem(item QScatterDataItem_ITF) int
- func (ptr *QScatterDataProxy) ArrayReset()
- func (n *QScatterDataProxy) ClassNameInternalF() string
- func (ptr *QScatterDataProxy) ConnectArrayReset(f func())
- func (ptr *QScatterDataProxy) ConnectDestroyQScatterDataProxy(f func())
- func (ptr *QScatterDataProxy) ConnectItemCountChanged(f func(count int))
- func (ptr *QScatterDataProxy) ConnectItemsAdded(f func(startIndex int, count int))
- func (ptr *QScatterDataProxy) ConnectItemsChanged(f func(startIndex int, count int))
- func (ptr *QScatterDataProxy) ConnectItemsInserted(f func(startIndex int, count int))
- func (ptr *QScatterDataProxy) ConnectItemsRemoved(f func(startIndex int, count int))
- func (ptr *QScatterDataProxy) ConnectSeriesChanged(f func(series *QScatter3DSeries))
- func (ptr *QScatterDataProxy) DestroyQScatterDataProxy()
- func (ptr *QScatterDataProxy) DestroyQScatterDataProxyDefault()
- func (ptr *QScatterDataProxy) DisconnectArrayReset()
- func (ptr *QScatterDataProxy) DisconnectDestroyQScatterDataProxy()
- func (ptr *QScatterDataProxy) DisconnectItemCountChanged()
- func (ptr *QScatterDataProxy) DisconnectItemsAdded()
- func (ptr *QScatterDataProxy) DisconnectItemsChanged()
- func (ptr *QScatterDataProxy) DisconnectItemsInserted()
- func (ptr *QScatterDataProxy) DisconnectItemsRemoved()
- func (ptr *QScatterDataProxy) DisconnectSeriesChanged()
- func (ptr *QScatterDataProxy) InsertItem(index int, item QScatterDataItem_ITF)
- func (ptr *QScatterDataProxy) ItemAt(index int) *QScatterDataItem
- func (ptr *QScatterDataProxy) ItemCount() int
- func (ptr *QScatterDataProxy) ItemCountChanged(count int)
- func (ptr *QScatterDataProxy) ItemsAdded(startIndex int, count int)
- func (ptr *QScatterDataProxy) ItemsChanged(startIndex int, count int)
- func (ptr *QScatterDataProxy) ItemsInserted(startIndex int, count int)
- func (ptr *QScatterDataProxy) ItemsRemoved(startIndex int, count int)
- func (ptr *QScatterDataProxy) Pointer() unsafe.Pointer
- func (ptr *QScatterDataProxy) QScatterDataProxy_PTR() *QScatterDataProxy
- func (ptr *QScatterDataProxy) RemoveItems(index int, removeCount int)
- func (ptr *QScatterDataProxy) Series() *QScatter3DSeries
- func (ptr *QScatterDataProxy) SeriesChanged(series QScatter3DSeries_ITF)
- func (ptr *QScatterDataProxy) SetItem(index int, item QScatterDataItem_ITF)
- func (ptr *QScatterDataProxy) SetPointer(p unsafe.Pointer)
- type QScatterDataProxy_ITF
- type QSurface3DSeries
- func (n *QSurface3DSeries) ClassNameInternalF() string
- func (ptr *QSurface3DSeries) ConnectDataProxyChanged(f func(proxy *QSurfaceDataProxy))
- func (ptr *QSurface3DSeries) ConnectDestroyQSurface3DSeries(f func())
- func (ptr *QSurface3DSeries) ConnectDrawModeChanged(f func(mode QSurface3DSeries__DrawFlag))
- func (ptr *QSurface3DSeries) ConnectFlatShadingEnabledChanged(f func(enable bool))
- func (ptr *QSurface3DSeries) ConnectFlatShadingSupportedChanged(f func(enable bool))
- func (ptr *QSurface3DSeries) ConnectSelectedPointChanged(f func(position *core.QPoint))
- func (ptr *QSurface3DSeries) ConnectTextureChanged(f func(image *gui.QImage))
- func (ptr *QSurface3DSeries) ConnectTextureFileChanged(f func(filename string))
- func (ptr *QSurface3DSeries) DataProxy() *QSurfaceDataProxy
- func (ptr *QSurface3DSeries) DataProxyChanged(proxy QSurfaceDataProxy_ITF)
- func (ptr *QSurface3DSeries) DestroyQSurface3DSeries()
- func (ptr *QSurface3DSeries) DestroyQSurface3DSeriesDefault()
- func (ptr *QSurface3DSeries) DisconnectDataProxyChanged()
- func (ptr *QSurface3DSeries) DisconnectDestroyQSurface3DSeries()
- func (ptr *QSurface3DSeries) DisconnectDrawModeChanged()
- func (ptr *QSurface3DSeries) DisconnectFlatShadingEnabledChanged()
- func (ptr *QSurface3DSeries) DisconnectFlatShadingSupportedChanged()
- func (ptr *QSurface3DSeries) DisconnectSelectedPointChanged()
- func (ptr *QSurface3DSeries) DisconnectTextureChanged()
- func (ptr *QSurface3DSeries) DisconnectTextureFileChanged()
- func (ptr *QSurface3DSeries) DrawMode() QSurface3DSeries__DrawFlag
- func (ptr *QSurface3DSeries) DrawModeChanged(mode QSurface3DSeries__DrawFlag)
- func (ptr *QSurface3DSeries) FlatShadingEnabledChanged(enable bool)
- func (ptr *QSurface3DSeries) FlatShadingSupportedChanged(enable bool)
- func (ptr *QSurface3DSeries) InvalidSelectionPosition() *core.QPoint
- func (ptr *QSurface3DSeries) IsFlatShadingEnabled() bool
- func (ptr *QSurface3DSeries) IsFlatShadingSupported() bool
- func (ptr *QSurface3DSeries) Pointer() unsafe.Pointer
- func (ptr *QSurface3DSeries) QSurface3DSeries_PTR() *QSurface3DSeries
- func (ptr *QSurface3DSeries) SelectedPoint() *core.QPoint
- func (ptr *QSurface3DSeries) SelectedPointChanged(position core.QPoint_ITF)
- func (ptr *QSurface3DSeries) SetDataProxy(proxy QSurfaceDataProxy_ITF)
- func (ptr *QSurface3DSeries) SetDrawMode(mode QSurface3DSeries__DrawFlag)
- func (ptr *QSurface3DSeries) SetFlatShadingEnabled(enabled bool)
- func (ptr *QSurface3DSeries) SetPointer(p unsafe.Pointer)
- func (ptr *QSurface3DSeries) SetSelectedPoint(position core.QPoint_ITF)
- func (ptr *QSurface3DSeries) SetTexture(texture gui.QImage_ITF)
- func (ptr *QSurface3DSeries) SetTextureFile(filename string)
- func (ptr *QSurface3DSeries) Texture() *gui.QImage
- func (ptr *QSurface3DSeries) TextureChanged(image gui.QImage_ITF)
- func (ptr *QSurface3DSeries) TextureFile() string
- func (ptr *QSurface3DSeries) TextureFileChanged(filename string)
- type QSurface3DSeries_ITF
- type QSurface3DSeries__DrawFlag
- type QSurfaceDataItem
- func (n *QSurfaceDataItem) ClassNameInternalF() string
- func (ptr *QSurfaceDataItem) DestroyQSurfaceDataItem()
- func (ptr *QSurfaceDataItem) Pointer() unsafe.Pointer
- func (ptr *QSurfaceDataItem) Position() *gui.QVector3D
- func (ptr *QSurfaceDataItem) QSurfaceDataItem_PTR() *QSurfaceDataItem
- func (ptr *QSurfaceDataItem) SetPointer(p unsafe.Pointer)
- func (ptr *QSurfaceDataItem) SetPosition(pos gui.QVector3D_ITF)
- func (ptr *QSurfaceDataItem) SetX(value float32)
- func (ptr *QSurfaceDataItem) SetY(value float32)
- func (ptr *QSurfaceDataItem) SetZ(value float32)
- func (ptr *QSurfaceDataItem) X() float32
- func (ptr *QSurfaceDataItem) Y() float32
- func (ptr *QSurfaceDataItem) Z() float32
- type QSurfaceDataItem_ITF
- type QSurfaceDataProxy
- func (ptr *QSurfaceDataProxy) ArrayReset()
- func (n *QSurfaceDataProxy) ClassNameInternalF() string
- func (ptr *QSurfaceDataProxy) ColumnCount() int
- func (ptr *QSurfaceDataProxy) ColumnCountChanged(count int)
- func (ptr *QSurfaceDataProxy) ConnectArrayReset(f func())
- func (ptr *QSurfaceDataProxy) ConnectColumnCountChanged(f func(count int))
- func (ptr *QSurfaceDataProxy) ConnectDestroyQSurfaceDataProxy(f func())
- func (ptr *QSurfaceDataProxy) ConnectItemChanged(f func(rowIndex int, columnIndex int))
- func (ptr *QSurfaceDataProxy) ConnectRowCountChanged(f func(count int))
- func (ptr *QSurfaceDataProxy) ConnectRowsAdded(f func(startIndex int, count int))
- func (ptr *QSurfaceDataProxy) ConnectRowsChanged(f func(startIndex int, count int))
- func (ptr *QSurfaceDataProxy) ConnectRowsInserted(f func(startIndex int, count int))
- func (ptr *QSurfaceDataProxy) ConnectRowsRemoved(f func(startIndex int, count int))
- func (ptr *QSurfaceDataProxy) ConnectSeriesChanged(f func(series *QSurface3DSeries))
- func (ptr *QSurfaceDataProxy) DestroyQSurfaceDataProxy()
- func (ptr *QSurfaceDataProxy) DestroyQSurfaceDataProxyDefault()
- func (ptr *QSurfaceDataProxy) DisconnectArrayReset()
- func (ptr *QSurfaceDataProxy) DisconnectColumnCountChanged()
- func (ptr *QSurfaceDataProxy) DisconnectDestroyQSurfaceDataProxy()
- func (ptr *QSurfaceDataProxy) DisconnectItemChanged()
- func (ptr *QSurfaceDataProxy) DisconnectRowCountChanged()
- func (ptr *QSurfaceDataProxy) DisconnectRowsAdded()
- func (ptr *QSurfaceDataProxy) DisconnectRowsChanged()
- func (ptr *QSurfaceDataProxy) DisconnectRowsInserted()
- func (ptr *QSurfaceDataProxy) DisconnectRowsRemoved()
- func (ptr *QSurfaceDataProxy) DisconnectSeriesChanged()
- func (ptr *QSurfaceDataProxy) ItemAt(rowIndex int, columnIndex int) *QSurfaceDataItem
- func (ptr *QSurfaceDataProxy) ItemAt2(position core.QPoint_ITF) *QSurfaceDataItem
- func (ptr *QSurfaceDataProxy) ItemChanged(rowIndex int, columnIndex int)
- func (ptr *QSurfaceDataProxy) Pointer() unsafe.Pointer
- func (ptr *QSurfaceDataProxy) QSurfaceDataProxy_PTR() *QSurfaceDataProxy
- func (ptr *QSurfaceDataProxy) RemoveRows(rowIndex int, removeCount int)
- func (ptr *QSurfaceDataProxy) RowCount() int
- func (ptr *QSurfaceDataProxy) RowCountChanged(count int)
- func (ptr *QSurfaceDataProxy) RowsAdded(startIndex int, count int)
- func (ptr *QSurfaceDataProxy) RowsChanged(startIndex int, count int)
- func (ptr *QSurfaceDataProxy) RowsInserted(startIndex int, count int)
- func (ptr *QSurfaceDataProxy) RowsRemoved(startIndex int, count int)
- func (ptr *QSurfaceDataProxy) Series() *QSurface3DSeries
- func (ptr *QSurfaceDataProxy) SeriesChanged(series QSurface3DSeries_ITF)
- func (ptr *QSurfaceDataProxy) SetItem(rowIndex int, columnIndex int, item QSurfaceDataItem_ITF)
- func (ptr *QSurfaceDataProxy) SetItem2(position core.QPoint_ITF, item QSurfaceDataItem_ITF)
- func (ptr *QSurfaceDataProxy) SetPointer(p unsafe.Pointer)
- type QSurfaceDataProxy_ITF
- type QTouch3DInputHandler
- func (n *QTouch3DInputHandler) ClassNameInternalF() string
- func (ptr *QTouch3DInputHandler) ConnectDestroyQTouch3DInputHandler(f func())
- func (ptr *QTouch3DInputHandler) ConnectTouchEvent(f func(event *gui.QTouchEvent))
- func (ptr *QTouch3DInputHandler) DestroyQTouch3DInputHandler()
- func (ptr *QTouch3DInputHandler) DestroyQTouch3DInputHandlerDefault()
- func (ptr *QTouch3DInputHandler) DisconnectDestroyQTouch3DInputHandler()
- func (ptr *QTouch3DInputHandler) DisconnectTouchEvent()
- func (ptr *QTouch3DInputHandler) Pointer() unsafe.Pointer
- func (ptr *QTouch3DInputHandler) QTouch3DInputHandler_PTR() *QTouch3DInputHandler
- func (ptr *QTouch3DInputHandler) SetPointer(p unsafe.Pointer)
- func (ptr *QTouch3DInputHandler) TouchEvent(event gui.QTouchEvent_ITF)
- func (ptr *QTouch3DInputHandler) TouchEventDefault(event gui.QTouchEvent_ITF)
- type QTouch3DInputHandler_ITF
- type QValue3DAxis
- func (n *QValue3DAxis) ClassNameInternalF() string
- func (ptr *QValue3DAxis) ConnectDestroyQValue3DAxis(f func())
- func (ptr *QValue3DAxis) ConnectFormatterChanged(f func(formatter *QValue3DAxisFormatter))
- func (ptr *QValue3DAxis) ConnectLabelFormatChanged(f func(format string))
- func (ptr *QValue3DAxis) ConnectReversedChanged(f func(enable bool))
- func (ptr *QValue3DAxis) ConnectSegmentCountChanged(f func(count int))
- func (ptr *QValue3DAxis) ConnectSubSegmentCountChanged(f func(count int))
- func (ptr *QValue3DAxis) DestroyQValue3DAxis()
- func (ptr *QValue3DAxis) DestroyQValue3DAxisDefault()
- func (ptr *QValue3DAxis) DisconnectDestroyQValue3DAxis()
- func (ptr *QValue3DAxis) DisconnectFormatterChanged()
- func (ptr *QValue3DAxis) DisconnectLabelFormatChanged()
- func (ptr *QValue3DAxis) DisconnectReversedChanged()
- func (ptr *QValue3DAxis) DisconnectSegmentCountChanged()
- func (ptr *QValue3DAxis) DisconnectSubSegmentCountChanged()
- func (ptr *QValue3DAxis) Formatter() *QValue3DAxisFormatter
- func (ptr *QValue3DAxis) FormatterChanged(formatter QValue3DAxisFormatter_ITF)
- func (ptr *QValue3DAxis) LabelFormat() string
- func (ptr *QValue3DAxis) LabelFormatChanged(format string)
- func (ptr *QValue3DAxis) Pointer() unsafe.Pointer
- func (ptr *QValue3DAxis) QValue3DAxis_PTR() *QValue3DAxis
- func (ptr *QValue3DAxis) Reversed() bool
- func (ptr *QValue3DAxis) ReversedChanged(enable bool)
- func (ptr *QValue3DAxis) SegmentCount() int
- func (ptr *QValue3DAxis) SegmentCountChanged(count int)
- func (ptr *QValue3DAxis) SetFormatter(formatter QValue3DAxisFormatter_ITF)
- func (ptr *QValue3DAxis) SetLabelFormat(format string)
- func (ptr *QValue3DAxis) SetPointer(p unsafe.Pointer)
- func (ptr *QValue3DAxis) SetReversed(enable bool)
- func (ptr *QValue3DAxis) SetSegmentCount(count int)
- func (ptr *QValue3DAxis) SetSubSegmentCount(count int)
- func (ptr *QValue3DAxis) SubSegmentCount() int
- func (ptr *QValue3DAxis) SubSegmentCountChanged(count int)
- type QValue3DAxisFormatter
- func (ptr *QValue3DAxisFormatter) AllowNegatives() bool
- func (ptr *QValue3DAxisFormatter) AllowZero() bool
- func (ptr *QValue3DAxisFormatter) Axis() *QValue3DAxis
- func (n *QValue3DAxisFormatter) ClassNameInternalF() string
- func (ptr *QValue3DAxisFormatter) ConnectCreateNewInstance(f func() *QValue3DAxisFormatter)
- func (ptr *QValue3DAxisFormatter) ConnectDestroyQValue3DAxisFormatter(f func())
- func (ptr *QValue3DAxisFormatter) ConnectPopulateCopy(f func(copy *QValue3DAxisFormatter))
- func (ptr *QValue3DAxisFormatter) ConnectPositionAt(f func(value float32) float32)
- func (ptr *QValue3DAxisFormatter) ConnectRecalculate(f func())
- func (ptr *QValue3DAxisFormatter) ConnectStringForValue(f func(value float64, format string) string)
- func (ptr *QValue3DAxisFormatter) ConnectValueAt(f func(position float32) float32)
- func (ptr *QValue3DAxisFormatter) CreateNewInstance() *QValue3DAxisFormatter
- func (ptr *QValue3DAxisFormatter) CreateNewInstanceDefault() *QValue3DAxisFormatter
- func (ptr *QValue3DAxisFormatter) DestroyQValue3DAxisFormatter()
- func (ptr *QValue3DAxisFormatter) DestroyQValue3DAxisFormatterDefault()
- func (ptr *QValue3DAxisFormatter) DisconnectCreateNewInstance()
- func (ptr *QValue3DAxisFormatter) DisconnectDestroyQValue3DAxisFormatter()
- func (ptr *QValue3DAxisFormatter) DisconnectPopulateCopy()
- func (ptr *QValue3DAxisFormatter) DisconnectPositionAt()
- func (ptr *QValue3DAxisFormatter) DisconnectRecalculate()
- func (ptr *QValue3DAxisFormatter) DisconnectStringForValue()
- func (ptr *QValue3DAxisFormatter) DisconnectValueAt()
- func (ptr *QValue3DAxisFormatter) GridPositions() []float32
- func (ptr *QValue3DAxisFormatter) LabelPositions() []float32
- func (ptr *QValue3DAxisFormatter) LabelStrings() []string
- func (ptr *QValue3DAxisFormatter) Locale() *core.QLocale
- func (ptr *QValue3DAxisFormatter) MarkDirty(labelsChange bool)
- func (ptr *QValue3DAxisFormatter) Pointer() unsafe.Pointer
- func (ptr *QValue3DAxisFormatter) PopulateCopy(copy QValue3DAxisFormatter_ITF)
- func (ptr *QValue3DAxisFormatter) PopulateCopyDefault(copy QValue3DAxisFormatter_ITF)
- func (ptr *QValue3DAxisFormatter) PositionAt(value float32) float32
- func (ptr *QValue3DAxisFormatter) PositionAtDefault(value float32) float32
- func (ptr *QValue3DAxisFormatter) QValue3DAxisFormatter_PTR() *QValue3DAxisFormatter
- func (ptr *QValue3DAxisFormatter) Recalculate()
- func (ptr *QValue3DAxisFormatter) RecalculateDefault()
- func (ptr *QValue3DAxisFormatter) SetAllowNegatives(allow bool)
- func (ptr *QValue3DAxisFormatter) SetAllowZero(allow bool)
- func (ptr *QValue3DAxisFormatter) SetLocale(locale core.QLocale_ITF)
- func (ptr *QValue3DAxisFormatter) SetPointer(p unsafe.Pointer)
- func (ptr *QValue3DAxisFormatter) StringForValue(value float64, format string) string
- func (ptr *QValue3DAxisFormatter) StringForValueDefault(value float64, format string) string
- func (ptr *QValue3DAxisFormatter) SubGridPositions() []float32
- func (ptr *QValue3DAxisFormatter) ValueAt(position float32) float32
- func (ptr *QValue3DAxisFormatter) ValueAtDefault(position float32) float32
- type QValue3DAxisFormatter_ITF
- type QValue3DAxis_ITF
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PointerFromQ3DBars ¶
func PointerFromQ3DBars(ptr Q3DBars_ITF) unsafe.Pointer
func PointerFromQ3DCamera ¶
func PointerFromQ3DCamera(ptr Q3DCamera_ITF) unsafe.Pointer
func PointerFromQ3DInputHandler ¶
func PointerFromQ3DInputHandler(ptr Q3DInputHandler_ITF) unsafe.Pointer
func PointerFromQ3DLight ¶
func PointerFromQ3DLight(ptr Q3DLight_ITF) unsafe.Pointer
func PointerFromQ3DObject ¶
func PointerFromQ3DObject(ptr Q3DObject_ITF) unsafe.Pointer
func PointerFromQ3DScatter ¶
func PointerFromQ3DScatter(ptr Q3DScatter_ITF) unsafe.Pointer
func PointerFromQ3DScene ¶
func PointerFromQ3DScene(ptr Q3DScene_ITF) unsafe.Pointer
func PointerFromQ3DSurface ¶
func PointerFromQ3DSurface(ptr Q3DSurface_ITF) unsafe.Pointer
func PointerFromQ3DTheme ¶
func PointerFromQ3DTheme(ptr Q3DTheme_ITF) unsafe.Pointer
func PointerFromQAbstract3DAxis ¶
func PointerFromQAbstract3DAxis(ptr QAbstract3DAxis_ITF) unsafe.Pointer
func PointerFromQAbstract3DGraph ¶
func PointerFromQAbstract3DGraph(ptr QAbstract3DGraph_ITF) unsafe.Pointer
func PointerFromQAbstract3DInputHandler ¶
func PointerFromQAbstract3DInputHandler(ptr QAbstract3DInputHandler_ITF) unsafe.Pointer
func PointerFromQAbstract3DSeries ¶
func PointerFromQAbstract3DSeries(ptr QAbstract3DSeries_ITF) unsafe.Pointer
func PointerFromQAbstractDataProxy ¶
func PointerFromQAbstractDataProxy(ptr QAbstractDataProxy_ITF) unsafe.Pointer
func PointerFromQBar3DSeries ¶
func PointerFromQBar3DSeries(ptr QBar3DSeries_ITF) unsafe.Pointer
func PointerFromQBarDataItem ¶
func PointerFromQBarDataItem(ptr QBarDataItem_ITF) unsafe.Pointer
func PointerFromQBarDataProxy ¶
func PointerFromQBarDataProxy(ptr QBarDataProxy_ITF) unsafe.Pointer
func PointerFromQCategory3DAxis ¶
func PointerFromQCategory3DAxis(ptr QCategory3DAxis_ITF) unsafe.Pointer
func PointerFromQCustom3DItem ¶
func PointerFromQCustom3DItem(ptr QCustom3DItem_ITF) unsafe.Pointer
func PointerFromQCustom3DLabel ¶
func PointerFromQCustom3DLabel(ptr QCustom3DLabel_ITF) unsafe.Pointer
func PointerFromQCustom3DVolume ¶
func PointerFromQCustom3DVolume(ptr QCustom3DVolume_ITF) unsafe.Pointer
func PointerFromQHeightMapSurfaceDataProxy ¶
func PointerFromQHeightMapSurfaceDataProxy(ptr QHeightMapSurfaceDataProxy_ITF) unsafe.Pointer
func PointerFromQItemModelBarDataProxy ¶
func PointerFromQItemModelBarDataProxy(ptr QItemModelBarDataProxy_ITF) unsafe.Pointer
func PointerFromQItemModelScatterDataProxy ¶
func PointerFromQItemModelScatterDataProxy(ptr QItemModelScatterDataProxy_ITF) unsafe.Pointer
func PointerFromQItemModelSurfaceDataProxy ¶
func PointerFromQItemModelSurfaceDataProxy(ptr QItemModelSurfaceDataProxy_ITF) unsafe.Pointer
func PointerFromQLogValue3DAxisFormatter ¶
func PointerFromQLogValue3DAxisFormatter(ptr QLogValue3DAxisFormatter_ITF) unsafe.Pointer
func PointerFromQScatter3DSeries ¶
func PointerFromQScatter3DSeries(ptr QScatter3DSeries_ITF) unsafe.Pointer
func PointerFromQScatterDataItem ¶
func PointerFromQScatterDataItem(ptr QScatterDataItem_ITF) unsafe.Pointer
func PointerFromQScatterDataProxy ¶
func PointerFromQScatterDataProxy(ptr QScatterDataProxy_ITF) unsafe.Pointer
func PointerFromQSurface3DSeries ¶
func PointerFromQSurface3DSeries(ptr QSurface3DSeries_ITF) unsafe.Pointer
func PointerFromQSurfaceDataItem ¶
func PointerFromQSurfaceDataItem(ptr QSurfaceDataItem_ITF) unsafe.Pointer
func PointerFromQSurfaceDataProxy ¶
func PointerFromQSurfaceDataProxy(ptr QSurfaceDataProxy_ITF) unsafe.Pointer
func PointerFromQTouch3DInputHandler ¶
func PointerFromQTouch3DInputHandler(ptr QTouch3DInputHandler_ITF) unsafe.Pointer
func PointerFromQValue3DAxis ¶
func PointerFromQValue3DAxis(ptr QValue3DAxis_ITF) unsafe.Pointer
func PointerFromQValue3DAxisFormatter ¶
func PointerFromQValue3DAxisFormatter(ptr QValue3DAxisFormatter_ITF) unsafe.Pointer
func QScatter3DSeries_InvalidSelectionIndex ¶
func QScatter3DSeries_InvalidSelectionIndex() int
Types ¶
type Q3DBars ¶
func NewQ3DBars ¶
func NewQ3DBars(format gui.QSurfaceFormat_ITF, parent gui.QWindow_ITF) *Q3DBars
func NewQ3DBarsFromPointer ¶
func (*Q3DBars) AddAxis ¶
func (ptr *Q3DBars) AddAxis(axis QAbstract3DAxis_ITF)
func (*Q3DBars) AddSeries ¶
func (ptr *Q3DBars) AddSeries(series QBar3DSeries_ITF)
func (*Q3DBars) Axes ¶
func (ptr *Q3DBars) Axes() []*QAbstract3DAxis
func (*Q3DBars) BarSpacing ¶
func (*Q3DBars) BarSpacingChanged ¶
func (ptr *Q3DBars) BarSpacingChanged(spacing core.QSizeF_ITF)
func (*Q3DBars) BarSpacingRelativeChanged ¶
func (*Q3DBars) BarThickness ¶
func (*Q3DBars) BarThicknessChanged ¶
func (*Q3DBars) ClassNameInternalF ¶
func (*Q3DBars) ColumnAxis ¶
func (ptr *Q3DBars) ColumnAxis() *QCategory3DAxis
func (*Q3DBars) ColumnAxisChanged ¶
func (ptr *Q3DBars) ColumnAxisChanged(axis QCategory3DAxis_ITF)
func (*Q3DBars) ConnectBarSpacingChanged ¶
func (*Q3DBars) ConnectBarSpacingRelativeChanged ¶
func (*Q3DBars) ConnectBarThicknessChanged ¶
func (*Q3DBars) ConnectColumnAxisChanged ¶
func (ptr *Q3DBars) ConnectColumnAxisChanged(f func(axis *QCategory3DAxis))
func (*Q3DBars) ConnectDestroyQ3DBars ¶
func (ptr *Q3DBars) ConnectDestroyQ3DBars(f func())
func (*Q3DBars) ConnectFloorLevelChanged ¶
func (*Q3DBars) ConnectMultiSeriesUniformChanged ¶
func (*Q3DBars) ConnectPrimarySeriesChanged ¶
func (ptr *Q3DBars) ConnectPrimarySeriesChanged(f func(series *QBar3DSeries))
func (*Q3DBars) ConnectRowAxisChanged ¶
func (ptr *Q3DBars) ConnectRowAxisChanged(f func(axis *QCategory3DAxis))
func (*Q3DBars) ConnectSelectedSeriesChanged ¶
func (ptr *Q3DBars) ConnectSelectedSeriesChanged(f func(series *QBar3DSeries))
func (*Q3DBars) ConnectValueAxisChanged ¶
func (ptr *Q3DBars) ConnectValueAxisChanged(f func(axis *QValue3DAxis))
func (*Q3DBars) DestroyQ3DBars ¶
func (ptr *Q3DBars) DestroyQ3DBars()
func (*Q3DBars) DestroyQ3DBarsDefault ¶
func (ptr *Q3DBars) DestroyQ3DBarsDefault()
func (*Q3DBars) DisconnectBarSpacingChanged ¶
func (ptr *Q3DBars) DisconnectBarSpacingChanged()
func (*Q3DBars) DisconnectBarSpacingRelativeChanged ¶
func (ptr *Q3DBars) DisconnectBarSpacingRelativeChanged()
func (*Q3DBars) DisconnectBarThicknessChanged ¶
func (ptr *Q3DBars) DisconnectBarThicknessChanged()
func (*Q3DBars) DisconnectColumnAxisChanged ¶
func (ptr *Q3DBars) DisconnectColumnAxisChanged()
func (*Q3DBars) DisconnectDestroyQ3DBars ¶
func (ptr *Q3DBars) DisconnectDestroyQ3DBars()
func (*Q3DBars) DisconnectFloorLevelChanged ¶
func (ptr *Q3DBars) DisconnectFloorLevelChanged()
func (*Q3DBars) DisconnectMultiSeriesUniformChanged ¶
func (ptr *Q3DBars) DisconnectMultiSeriesUniformChanged()
func (*Q3DBars) DisconnectPrimarySeriesChanged ¶
func (ptr *Q3DBars) DisconnectPrimarySeriesChanged()
func (*Q3DBars) DisconnectRowAxisChanged ¶
func (ptr *Q3DBars) DisconnectRowAxisChanged()
func (*Q3DBars) DisconnectSelectedSeriesChanged ¶
func (ptr *Q3DBars) DisconnectSelectedSeriesChanged()
func (*Q3DBars) DisconnectValueAxisChanged ¶
func (ptr *Q3DBars) DisconnectValueAxisChanged()
func (*Q3DBars) FloorLevel ¶
func (*Q3DBars) FloorLevelChanged ¶
func (*Q3DBars) InsertSeries ¶
func (ptr *Q3DBars) InsertSeries(index int, series QBar3DSeries_ITF)
func (*Q3DBars) IsBarSpacingRelative ¶
func (*Q3DBars) IsMultiSeriesUniform ¶
func (*Q3DBars) MultiSeriesUniformChanged ¶
func (*Q3DBars) PrimarySeries ¶
func (ptr *Q3DBars) PrimarySeries() *QBar3DSeries
func (*Q3DBars) PrimarySeriesChanged ¶
func (ptr *Q3DBars) PrimarySeriesChanged(series QBar3DSeries_ITF)
func (*Q3DBars) Q3DBars_PTR ¶
func (*Q3DBars) ReleaseAxis ¶
func (ptr *Q3DBars) ReleaseAxis(axis QAbstract3DAxis_ITF)
func (*Q3DBars) RemoveSeries ¶
func (ptr *Q3DBars) RemoveSeries(series QBar3DSeries_ITF)
func (*Q3DBars) RowAxis ¶
func (ptr *Q3DBars) RowAxis() *QCategory3DAxis
func (*Q3DBars) RowAxisChanged ¶
func (ptr *Q3DBars) RowAxisChanged(axis QCategory3DAxis_ITF)
func (*Q3DBars) SelectedSeries ¶
func (ptr *Q3DBars) SelectedSeries() *QBar3DSeries
func (*Q3DBars) SelectedSeriesChanged ¶
func (ptr *Q3DBars) SelectedSeriesChanged(series QBar3DSeries_ITF)
func (*Q3DBars) SeriesList ¶
func (ptr *Q3DBars) SeriesList() []*QBar3DSeries
func (*Q3DBars) SetBarSpacing ¶
func (ptr *Q3DBars) SetBarSpacing(spacing core.QSizeF_ITF)
func (*Q3DBars) SetBarSpacingRelative ¶
func (*Q3DBars) SetBarThickness ¶
func (*Q3DBars) SetColumnAxis ¶
func (ptr *Q3DBars) SetColumnAxis(axis QCategory3DAxis_ITF)
func (*Q3DBars) SetFloorLevel ¶
func (*Q3DBars) SetMultiSeriesUniform ¶
func (*Q3DBars) SetPointer ¶
func (*Q3DBars) SetPrimarySeries ¶
func (ptr *Q3DBars) SetPrimarySeries(series QBar3DSeries_ITF)
func (*Q3DBars) SetRowAxis ¶
func (ptr *Q3DBars) SetRowAxis(axis QCategory3DAxis_ITF)
func (*Q3DBars) SetValueAxis ¶
func (ptr *Q3DBars) SetValueAxis(axis QValue3DAxis_ITF)
func (*Q3DBars) ValueAxis ¶
func (ptr *Q3DBars) ValueAxis() *QValue3DAxis
func (*Q3DBars) ValueAxisChanged ¶
func (ptr *Q3DBars) ValueAxisChanged(axis QValue3DAxis_ITF)
type Q3DBars_ITF ¶
type Q3DBars_ITF interface {
Q3DBars_PTR() *Q3DBars
}
type Q3DCamera ¶
func NewQ3DCamera ¶
func NewQ3DCamera(parent core.QObject_ITF) *Q3DCamera
func NewQ3DCameraFromPointer ¶
func (*Q3DCamera) CameraPreset ¶
func (ptr *Q3DCamera) CameraPreset() Q3DCamera__CameraPreset
func (*Q3DCamera) CameraPresetChanged ¶
func (ptr *Q3DCamera) CameraPresetChanged(preset Q3DCamera__CameraPreset)
func (*Q3DCamera) ClassNameInternalF ¶
func (*Q3DCamera) ConnectCameraPresetChanged ¶
func (ptr *Q3DCamera) ConnectCameraPresetChanged(f func(preset Q3DCamera__CameraPreset))
func (*Q3DCamera) ConnectCopyValuesFrom ¶
func (*Q3DCamera) ConnectDestroyQ3DCamera ¶
func (ptr *Q3DCamera) ConnectDestroyQ3DCamera(f func())
func (*Q3DCamera) ConnectMaxZoomLevelChanged ¶
func (*Q3DCamera) ConnectMinZoomLevelChanged ¶
func (*Q3DCamera) ConnectTargetChanged ¶
func (*Q3DCamera) ConnectWrapXRotationChanged ¶
func (*Q3DCamera) ConnectWrapYRotationChanged ¶
func (*Q3DCamera) ConnectXRotationChanged ¶
func (*Q3DCamera) ConnectYRotationChanged ¶
func (*Q3DCamera) ConnectZoomLevelChanged ¶
func (*Q3DCamera) CopyValuesFrom ¶
func (ptr *Q3DCamera) CopyValuesFrom(source Q3DObject_ITF)
func (*Q3DCamera) CopyValuesFromDefault ¶
func (ptr *Q3DCamera) CopyValuesFromDefault(source Q3DObject_ITF)
func (*Q3DCamera) DestroyQ3DCamera ¶
func (ptr *Q3DCamera) DestroyQ3DCamera()
func (*Q3DCamera) DestroyQ3DCameraDefault ¶
func (ptr *Q3DCamera) DestroyQ3DCameraDefault()
func (*Q3DCamera) DisconnectCameraPresetChanged ¶
func (ptr *Q3DCamera) DisconnectCameraPresetChanged()
func (*Q3DCamera) DisconnectCopyValuesFrom ¶
func (ptr *Q3DCamera) DisconnectCopyValuesFrom()
func (*Q3DCamera) DisconnectDestroyQ3DCamera ¶
func (ptr *Q3DCamera) DisconnectDestroyQ3DCamera()
func (*Q3DCamera) DisconnectMaxZoomLevelChanged ¶
func (ptr *Q3DCamera) DisconnectMaxZoomLevelChanged()
func (*Q3DCamera) DisconnectMinZoomLevelChanged ¶
func (ptr *Q3DCamera) DisconnectMinZoomLevelChanged()
func (*Q3DCamera) DisconnectTargetChanged ¶
func (ptr *Q3DCamera) DisconnectTargetChanged()
func (*Q3DCamera) DisconnectWrapXRotationChanged ¶
func (ptr *Q3DCamera) DisconnectWrapXRotationChanged()
func (*Q3DCamera) DisconnectWrapYRotationChanged ¶
func (ptr *Q3DCamera) DisconnectWrapYRotationChanged()
func (*Q3DCamera) DisconnectXRotationChanged ¶
func (ptr *Q3DCamera) DisconnectXRotationChanged()
func (*Q3DCamera) DisconnectYRotationChanged ¶
func (ptr *Q3DCamera) DisconnectYRotationChanged()
func (*Q3DCamera) DisconnectZoomLevelChanged ¶
func (ptr *Q3DCamera) DisconnectZoomLevelChanged()
func (*Q3DCamera) MaxZoomLevel ¶
func (*Q3DCamera) MaxZoomLevelChanged ¶
func (*Q3DCamera) MinZoomLevel ¶
func (*Q3DCamera) MinZoomLevelChanged ¶
func (*Q3DCamera) Q3DCamera_PTR ¶
func (*Q3DCamera) SetCameraPosition ¶
func (*Q3DCamera) SetCameraPreset ¶
func (ptr *Q3DCamera) SetCameraPreset(preset Q3DCamera__CameraPreset)
func (*Q3DCamera) SetMaxZoomLevel ¶
func (*Q3DCamera) SetMinZoomLevel ¶
func (*Q3DCamera) SetPointer ¶
func (*Q3DCamera) SetTarget ¶
func (ptr *Q3DCamera) SetTarget(target gui.QVector3D_ITF)
func (*Q3DCamera) SetWrapXRotation ¶
func (*Q3DCamera) SetWrapYRotation ¶
func (*Q3DCamera) SetXRotation ¶
func (*Q3DCamera) SetYRotation ¶
func (*Q3DCamera) SetZoomLevel ¶
func (*Q3DCamera) TargetChanged ¶
func (ptr *Q3DCamera) TargetChanged(target gui.QVector3D_ITF)
func (*Q3DCamera) WrapXRotation ¶
func (*Q3DCamera) WrapXRotationChanged ¶
func (*Q3DCamera) WrapYRotation ¶
func (*Q3DCamera) WrapYRotationChanged ¶
func (*Q3DCamera) XRotationChanged ¶
func (*Q3DCamera) YRotationChanged ¶
func (*Q3DCamera) ZoomLevelChanged ¶
type Q3DCamera_ITF ¶
type Q3DCamera_ITF interface {
Q3DCamera_PTR() *Q3DCamera
}
type Q3DCamera__CameraPreset ¶
type Q3DCamera__CameraPreset int64
Q3DCamera::CameraPreset
const ( Q3DCamera__CameraPresetNone Q3DCamera__CameraPreset = Q3DCamera__CameraPreset(-1) Q3DCamera__CameraPresetFrontLow Q3DCamera__CameraPreset = Q3DCamera__CameraPreset(0) Q3DCamera__CameraPresetFront Q3DCamera__CameraPreset = Q3DCamera__CameraPreset(1) Q3DCamera__CameraPresetFrontHigh Q3DCamera__CameraPreset = Q3DCamera__CameraPreset(2) Q3DCamera__CameraPresetLeftLow Q3DCamera__CameraPreset = Q3DCamera__CameraPreset(3) Q3DCamera__CameraPresetLeft Q3DCamera__CameraPreset = Q3DCamera__CameraPreset(4) Q3DCamera__CameraPresetLeftHigh Q3DCamera__CameraPreset = Q3DCamera__CameraPreset(5) Q3DCamera__CameraPresetRightLow Q3DCamera__CameraPreset = Q3DCamera__CameraPreset(6) Q3DCamera__CameraPresetRight Q3DCamera__CameraPreset = Q3DCamera__CameraPreset(7) Q3DCamera__CameraPresetRightHigh Q3DCamera__CameraPreset = Q3DCamera__CameraPreset(8) Q3DCamera__CameraPresetBehindLow Q3DCamera__CameraPreset = Q3DCamera__CameraPreset(9) Q3DCamera__CameraPresetBehind Q3DCamera__CameraPreset = Q3DCamera__CameraPreset(10) Q3DCamera__CameraPresetBehindHigh Q3DCamera__CameraPreset = Q3DCamera__CameraPreset(11) Q3DCamera__CameraPresetIsometricLeft Q3DCamera__CameraPreset = Q3DCamera__CameraPreset(12) Q3DCamera__CameraPresetIsometricLeftHigh Q3DCamera__CameraPreset = Q3DCamera__CameraPreset(13) Q3DCamera__CameraPresetIsometricRight Q3DCamera__CameraPreset = Q3DCamera__CameraPreset(14) Q3DCamera__CameraPresetIsometricRightHigh Q3DCamera__CameraPreset = Q3DCamera__CameraPreset(15) Q3DCamera__CameraPresetDirectlyAbove Q3DCamera__CameraPreset = Q3DCamera__CameraPreset(16) Q3DCamera__CameraPresetDirectlyAboveCW45 Q3DCamera__CameraPreset = Q3DCamera__CameraPreset(17) Q3DCamera__CameraPresetDirectlyAboveCCW45 Q3DCamera__CameraPreset = Q3DCamera__CameraPreset(18) Q3DCamera__CameraPresetFrontBelow Q3DCamera__CameraPreset = Q3DCamera__CameraPreset(19) Q3DCamera__CameraPresetLeftBelow Q3DCamera__CameraPreset = Q3DCamera__CameraPreset(20) Q3DCamera__CameraPresetRightBelow Q3DCamera__CameraPreset = Q3DCamera__CameraPreset(21) Q3DCamera__CameraPresetBehindBelow Q3DCamera__CameraPreset = Q3DCamera__CameraPreset(22) Q3DCamera__CameraPresetDirectlyBelow Q3DCamera__CameraPreset = Q3DCamera__CameraPreset(23) )
type Q3DInputHandler ¶
func NewQ3DInputHandler ¶
func NewQ3DInputHandler(parent core.QObject_ITF) *Q3DInputHandler
func NewQ3DInputHandlerFromPointer ¶
func NewQ3DInputHandlerFromPointer(ptr unsafe.Pointer) (n *Q3DInputHandler)
func (*Q3DInputHandler) ClassNameInternalF ¶
func (n *Q3DInputHandler) ClassNameInternalF() string
func (*Q3DInputHandler) ConnectDestroyQ3DInputHandler ¶
func (ptr *Q3DInputHandler) ConnectDestroyQ3DInputHandler(f func())
func (*Q3DInputHandler) ConnectMouseMoveEvent ¶
func (ptr *Q3DInputHandler) ConnectMouseMoveEvent(f func(event *gui.QMouseEvent, mousePos *core.QPoint))
func (*Q3DInputHandler) ConnectMousePressEvent ¶
func (ptr *Q3DInputHandler) ConnectMousePressEvent(f func(event *gui.QMouseEvent, mousePos *core.QPoint))
func (*Q3DInputHandler) ConnectMouseReleaseEvent ¶
func (ptr *Q3DInputHandler) ConnectMouseReleaseEvent(f func(event *gui.QMouseEvent, mousePos *core.QPoint))
func (*Q3DInputHandler) ConnectRotationEnabledChanged ¶
func (ptr *Q3DInputHandler) ConnectRotationEnabledChanged(f func(enable bool))
func (*Q3DInputHandler) ConnectSelectionEnabledChanged ¶
func (ptr *Q3DInputHandler) ConnectSelectionEnabledChanged(f func(enable bool))
func (*Q3DInputHandler) ConnectWheelEvent ¶
func (ptr *Q3DInputHandler) ConnectWheelEvent(f func(event *gui.QWheelEvent))
func (*Q3DInputHandler) ConnectZoomAtTargetEnabledChanged ¶
func (ptr *Q3DInputHandler) ConnectZoomAtTargetEnabledChanged(f func(enable bool))
func (*Q3DInputHandler) ConnectZoomEnabledChanged ¶
func (ptr *Q3DInputHandler) ConnectZoomEnabledChanged(f func(enable bool))
func (*Q3DInputHandler) DestroyQ3DInputHandler ¶
func (ptr *Q3DInputHandler) DestroyQ3DInputHandler()
func (*Q3DInputHandler) DestroyQ3DInputHandlerDefault ¶
func (ptr *Q3DInputHandler) DestroyQ3DInputHandlerDefault()
func (*Q3DInputHandler) DisconnectDestroyQ3DInputHandler ¶
func (ptr *Q3DInputHandler) DisconnectDestroyQ3DInputHandler()
func (*Q3DInputHandler) DisconnectMouseMoveEvent ¶
func (ptr *Q3DInputHandler) DisconnectMouseMoveEvent()
func (*Q3DInputHandler) DisconnectMousePressEvent ¶
func (ptr *Q3DInputHandler) DisconnectMousePressEvent()
func (*Q3DInputHandler) DisconnectMouseReleaseEvent ¶
func (ptr *Q3DInputHandler) DisconnectMouseReleaseEvent()
func (*Q3DInputHandler) DisconnectRotationEnabledChanged ¶
func (ptr *Q3DInputHandler) DisconnectRotationEnabledChanged()
func (*Q3DInputHandler) DisconnectSelectionEnabledChanged ¶
func (ptr *Q3DInputHandler) DisconnectSelectionEnabledChanged()
func (*Q3DInputHandler) DisconnectWheelEvent ¶
func (ptr *Q3DInputHandler) DisconnectWheelEvent()
func (*Q3DInputHandler) DisconnectZoomAtTargetEnabledChanged ¶
func (ptr *Q3DInputHandler) DisconnectZoomAtTargetEnabledChanged()
func (*Q3DInputHandler) DisconnectZoomEnabledChanged ¶
func (ptr *Q3DInputHandler) DisconnectZoomEnabledChanged()
func (*Q3DInputHandler) IsRotationEnabled ¶
func (ptr *Q3DInputHandler) IsRotationEnabled() bool
func (*Q3DInputHandler) IsSelectionEnabled ¶
func (ptr *Q3DInputHandler) IsSelectionEnabled() bool
func (*Q3DInputHandler) IsZoomAtTargetEnabled ¶
func (ptr *Q3DInputHandler) IsZoomAtTargetEnabled() bool
func (*Q3DInputHandler) IsZoomEnabled ¶
func (ptr *Q3DInputHandler) IsZoomEnabled() bool
func (*Q3DInputHandler) MouseMoveEvent ¶
func (ptr *Q3DInputHandler) MouseMoveEvent(event gui.QMouseEvent_ITF, mousePos core.QPoint_ITF)
func (*Q3DInputHandler) MouseMoveEventDefault ¶
func (ptr *Q3DInputHandler) MouseMoveEventDefault(event gui.QMouseEvent_ITF, mousePos core.QPoint_ITF)
func (*Q3DInputHandler) MousePressEvent ¶
func (ptr *Q3DInputHandler) MousePressEvent(event gui.QMouseEvent_ITF, mousePos core.QPoint_ITF)
func (*Q3DInputHandler) MousePressEventDefault ¶
func (ptr *Q3DInputHandler) MousePressEventDefault(event gui.QMouseEvent_ITF, mousePos core.QPoint_ITF)
func (*Q3DInputHandler) MouseReleaseEvent ¶
func (ptr *Q3DInputHandler) MouseReleaseEvent(event gui.QMouseEvent_ITF, mousePos core.QPoint_ITF)
func (*Q3DInputHandler) MouseReleaseEventDefault ¶
func (ptr *Q3DInputHandler) MouseReleaseEventDefault(event gui.QMouseEvent_ITF, mousePos core.QPoint_ITF)
func (*Q3DInputHandler) Pointer ¶
func (ptr *Q3DInputHandler) Pointer() unsafe.Pointer
func (*Q3DInputHandler) Q3DInputHandler_PTR ¶
func (ptr *Q3DInputHandler) Q3DInputHandler_PTR() *Q3DInputHandler
func (*Q3DInputHandler) RotationEnabledChanged ¶
func (ptr *Q3DInputHandler) RotationEnabledChanged(enable bool)
func (*Q3DInputHandler) SelectionEnabledChanged ¶
func (ptr *Q3DInputHandler) SelectionEnabledChanged(enable bool)
func (*Q3DInputHandler) SetPointer ¶
func (ptr *Q3DInputHandler) SetPointer(p unsafe.Pointer)
func (*Q3DInputHandler) SetRotationEnabled ¶
func (ptr *Q3DInputHandler) SetRotationEnabled(enable bool)
func (*Q3DInputHandler) SetSelectionEnabled ¶
func (ptr *Q3DInputHandler) SetSelectionEnabled(enable bool)
func (*Q3DInputHandler) SetZoomAtTargetEnabled ¶
func (ptr *Q3DInputHandler) SetZoomAtTargetEnabled(enable bool)
func (*Q3DInputHandler) SetZoomEnabled ¶
func (ptr *Q3DInputHandler) SetZoomEnabled(enable bool)
func (*Q3DInputHandler) WheelEvent ¶
func (ptr *Q3DInputHandler) WheelEvent(event gui.QWheelEvent_ITF)
func (*Q3DInputHandler) WheelEventDefault ¶
func (ptr *Q3DInputHandler) WheelEventDefault(event gui.QWheelEvent_ITF)
func (*Q3DInputHandler) ZoomAtTargetEnabledChanged ¶
func (ptr *Q3DInputHandler) ZoomAtTargetEnabledChanged(enable bool)
func (*Q3DInputHandler) ZoomEnabledChanged ¶
func (ptr *Q3DInputHandler) ZoomEnabledChanged(enable bool)
type Q3DInputHandler_ITF ¶
type Q3DInputHandler_ITF interface {
Q3DInputHandler_PTR() *Q3DInputHandler
}
type Q3DLight ¶
func NewQ3DLight ¶
func NewQ3DLight(parent core.QObject_ITF) *Q3DLight
func NewQ3DLightFromPointer ¶
func (*Q3DLight) AutoPositionChanged ¶
func (*Q3DLight) ClassNameInternalF ¶
func (*Q3DLight) ConnectAutoPositionChanged ¶
func (*Q3DLight) ConnectDestroyQ3DLight ¶
func (ptr *Q3DLight) ConnectDestroyQ3DLight(f func())
func (*Q3DLight) DestroyQ3DLight ¶
func (ptr *Q3DLight) DestroyQ3DLight()
func (*Q3DLight) DestroyQ3DLightDefault ¶
func (ptr *Q3DLight) DestroyQ3DLightDefault()
func (*Q3DLight) DisconnectAutoPositionChanged ¶
func (ptr *Q3DLight) DisconnectAutoPositionChanged()
func (*Q3DLight) DisconnectDestroyQ3DLight ¶
func (ptr *Q3DLight) DisconnectDestroyQ3DLight()
func (*Q3DLight) IsAutoPosition ¶
func (*Q3DLight) Q3DLight_PTR ¶
func (*Q3DLight) SetAutoPosition ¶
func (*Q3DLight) SetPointer ¶
type Q3DLight_ITF ¶
type Q3DLight_ITF interface {
Q3DLight_PTR() *Q3DLight
}
type Q3DObject ¶
func NewQ3DObject ¶
func NewQ3DObject(parent core.QObject_ITF) *Q3DObject
func NewQ3DObjectFromPointer ¶
func (*Q3DObject) ClassNameInternalF ¶
func (*Q3DObject) ConnectCopyValuesFrom ¶
func (*Q3DObject) ConnectDestroyQ3DObject ¶
func (ptr *Q3DObject) ConnectDestroyQ3DObject(f func())
func (*Q3DObject) ConnectPositionChanged ¶
func (*Q3DObject) CopyValuesFrom ¶
func (ptr *Q3DObject) CopyValuesFrom(source Q3DObject_ITF)
func (*Q3DObject) CopyValuesFromDefault ¶
func (ptr *Q3DObject) CopyValuesFromDefault(source Q3DObject_ITF)
func (*Q3DObject) DestroyQ3DObject ¶
func (ptr *Q3DObject) DestroyQ3DObject()
func (*Q3DObject) DestroyQ3DObjectDefault ¶
func (ptr *Q3DObject) DestroyQ3DObjectDefault()
func (*Q3DObject) DisconnectCopyValuesFrom ¶
func (ptr *Q3DObject) DisconnectCopyValuesFrom()
func (*Q3DObject) DisconnectDestroyQ3DObject ¶
func (ptr *Q3DObject) DisconnectDestroyQ3DObject()
func (*Q3DObject) DisconnectPositionChanged ¶
func (ptr *Q3DObject) DisconnectPositionChanged()
func (*Q3DObject) ParentScene ¶
func (*Q3DObject) PositionChanged ¶
func (ptr *Q3DObject) PositionChanged(position gui.QVector3D_ITF)
func (*Q3DObject) Q3DObject_PTR ¶
func (*Q3DObject) SetPointer ¶
func (*Q3DObject) SetPosition ¶
func (ptr *Q3DObject) SetPosition(position gui.QVector3D_ITF)
type Q3DObject_ITF ¶
type Q3DObject_ITF interface {
Q3DObject_PTR() *Q3DObject
}
type Q3DScatter ¶
func NewQ3DScatter ¶
func NewQ3DScatter(format gui.QSurfaceFormat_ITF, parent gui.QWindow_ITF) *Q3DScatter
func NewQ3DScatterFromPointer ¶
func NewQ3DScatterFromPointer(ptr unsafe.Pointer) (n *Q3DScatter)
func (*Q3DScatter) AddAxis ¶
func (ptr *Q3DScatter) AddAxis(axis QValue3DAxis_ITF)
func (*Q3DScatter) AddSeries ¶
func (ptr *Q3DScatter) AddSeries(series QScatter3DSeries_ITF)
func (*Q3DScatter) Axes ¶
func (ptr *Q3DScatter) Axes() []*QValue3DAxis
func (*Q3DScatter) AxisX ¶
func (ptr *Q3DScatter) AxisX() *QValue3DAxis
func (*Q3DScatter) AxisXChanged ¶
func (ptr *Q3DScatter) AxisXChanged(axis QValue3DAxis_ITF)
func (*Q3DScatter) AxisY ¶
func (ptr *Q3DScatter) AxisY() *QValue3DAxis
func (*Q3DScatter) AxisYChanged ¶
func (ptr *Q3DScatter) AxisYChanged(axis QValue3DAxis_ITF)
func (*Q3DScatter) AxisZ ¶
func (ptr *Q3DScatter) AxisZ() *QValue3DAxis
func (*Q3DScatter) AxisZChanged ¶
func (ptr *Q3DScatter) AxisZChanged(axis QValue3DAxis_ITF)
func (*Q3DScatter) ClassNameInternalF ¶
func (n *Q3DScatter) ClassNameInternalF() string
func (*Q3DScatter) ConnectAxisXChanged ¶
func (ptr *Q3DScatter) ConnectAxisXChanged(f func(axis *QValue3DAxis))
func (*Q3DScatter) ConnectAxisYChanged ¶
func (ptr *Q3DScatter) ConnectAxisYChanged(f func(axis *QValue3DAxis))
func (*Q3DScatter) ConnectAxisZChanged ¶
func (ptr *Q3DScatter) ConnectAxisZChanged(f func(axis *QValue3DAxis))
func (*Q3DScatter) ConnectDestroyQ3DScatter ¶
func (ptr *Q3DScatter) ConnectDestroyQ3DScatter(f func())
func (*Q3DScatter) ConnectSelectedSeriesChanged ¶
func (ptr *Q3DScatter) ConnectSelectedSeriesChanged(f func(series *QScatter3DSeries))
func (*Q3DScatter) DestroyQ3DScatter ¶
func (ptr *Q3DScatter) DestroyQ3DScatter()
func (*Q3DScatter) DestroyQ3DScatterDefault ¶
func (ptr *Q3DScatter) DestroyQ3DScatterDefault()
func (*Q3DScatter) DisconnectAxisXChanged ¶
func (ptr *Q3DScatter) DisconnectAxisXChanged()
func (*Q3DScatter) DisconnectAxisYChanged ¶
func (ptr *Q3DScatter) DisconnectAxisYChanged()
func (*Q3DScatter) DisconnectAxisZChanged ¶
func (ptr *Q3DScatter) DisconnectAxisZChanged()
func (*Q3DScatter) DisconnectDestroyQ3DScatter ¶
func (ptr *Q3DScatter) DisconnectDestroyQ3DScatter()
func (*Q3DScatter) DisconnectSelectedSeriesChanged ¶
func (ptr *Q3DScatter) DisconnectSelectedSeriesChanged()
func (*Q3DScatter) Pointer ¶
func (ptr *Q3DScatter) Pointer() unsafe.Pointer
func (*Q3DScatter) Q3DScatter_PTR ¶
func (ptr *Q3DScatter) Q3DScatter_PTR() *Q3DScatter
func (*Q3DScatter) ReleaseAxis ¶
func (ptr *Q3DScatter) ReleaseAxis(axis QValue3DAxis_ITF)
func (*Q3DScatter) RemoveSeries ¶
func (ptr *Q3DScatter) RemoveSeries(series QScatter3DSeries_ITF)
func (*Q3DScatter) SelectedSeries ¶
func (ptr *Q3DScatter) SelectedSeries() *QScatter3DSeries
func (*Q3DScatter) SelectedSeriesChanged ¶
func (ptr *Q3DScatter) SelectedSeriesChanged(series QScatter3DSeries_ITF)
func (*Q3DScatter) SeriesList ¶
func (ptr *Q3DScatter) SeriesList() []*QScatter3DSeries
func (*Q3DScatter) SetAxisX ¶
func (ptr *Q3DScatter) SetAxisX(axis QValue3DAxis_ITF)
func (*Q3DScatter) SetAxisY ¶
func (ptr *Q3DScatter) SetAxisY(axis QValue3DAxis_ITF)
func (*Q3DScatter) SetAxisZ ¶
func (ptr *Q3DScatter) SetAxisZ(axis QValue3DAxis_ITF)
func (*Q3DScatter) SetPointer ¶
func (ptr *Q3DScatter) SetPointer(p unsafe.Pointer)
type Q3DScatter_ITF ¶
type Q3DScatter_ITF interface {
Q3DScatter_PTR() *Q3DScatter
}
type Q3DScene ¶
func NewQ3DScene ¶
func NewQ3DScene(parent core.QObject_ITF) *Q3DScene
func NewQ3DSceneFromPointer ¶
func (*Q3DScene) ActiveCamera ¶
func (*Q3DScene) ActiveCameraChanged ¶
func (ptr *Q3DScene) ActiveCameraChanged(camera Q3DCamera_ITF)
func (*Q3DScene) ActiveLight ¶
func (*Q3DScene) ActiveLightChanged ¶
func (ptr *Q3DScene) ActiveLightChanged(light Q3DLight_ITF)
func (*Q3DScene) ClassNameInternalF ¶
func (*Q3DScene) ConnectActiveCameraChanged ¶
func (*Q3DScene) ConnectActiveLightChanged ¶
func (*Q3DScene) ConnectDestroyQ3DScene ¶
func (ptr *Q3DScene) ConnectDestroyQ3DScene(f func())
func (*Q3DScene) ConnectDevicePixelRatioChanged ¶
func (*Q3DScene) ConnectGraphPositionQueryChanged ¶
func (*Q3DScene) ConnectPrimarySubViewportChanged ¶
func (*Q3DScene) ConnectSecondarySubViewportChanged ¶
func (*Q3DScene) ConnectSecondarySubviewOnTopChanged ¶
func (*Q3DScene) ConnectSelectionQueryPositionChanged ¶
func (*Q3DScene) ConnectSlicingActiveChanged ¶
func (*Q3DScene) ConnectViewportChanged ¶
func (*Q3DScene) DestroyQ3DScene ¶
func (ptr *Q3DScene) DestroyQ3DScene()
func (*Q3DScene) DestroyQ3DSceneDefault ¶
func (ptr *Q3DScene) DestroyQ3DSceneDefault()
func (*Q3DScene) DevicePixelRatio ¶
func (*Q3DScene) DevicePixelRatioChanged ¶
func (*Q3DScene) DisconnectActiveCameraChanged ¶
func (ptr *Q3DScene) DisconnectActiveCameraChanged()
func (*Q3DScene) DisconnectActiveLightChanged ¶
func (ptr *Q3DScene) DisconnectActiveLightChanged()
func (*Q3DScene) DisconnectDestroyQ3DScene ¶
func (ptr *Q3DScene) DisconnectDestroyQ3DScene()
func (*Q3DScene) DisconnectDevicePixelRatioChanged ¶
func (ptr *Q3DScene) DisconnectDevicePixelRatioChanged()
func (*Q3DScene) DisconnectGraphPositionQueryChanged ¶
func (ptr *Q3DScene) DisconnectGraphPositionQueryChanged()
func (*Q3DScene) DisconnectPrimarySubViewportChanged ¶
func (ptr *Q3DScene) DisconnectPrimarySubViewportChanged()
func (*Q3DScene) DisconnectSecondarySubViewportChanged ¶
func (ptr *Q3DScene) DisconnectSecondarySubViewportChanged()
func (*Q3DScene) DisconnectSecondarySubviewOnTopChanged ¶
func (ptr *Q3DScene) DisconnectSecondarySubviewOnTopChanged()
func (*Q3DScene) DisconnectSelectionQueryPositionChanged ¶
func (ptr *Q3DScene) DisconnectSelectionQueryPositionChanged()
func (*Q3DScene) DisconnectSlicingActiveChanged ¶
func (ptr *Q3DScene) DisconnectSlicingActiveChanged()
func (*Q3DScene) DisconnectViewportChanged ¶
func (ptr *Q3DScene) DisconnectViewportChanged()
func (*Q3DScene) GraphPositionQuery ¶
func (*Q3DScene) GraphPositionQueryChanged ¶
func (ptr *Q3DScene) GraphPositionQueryChanged(position core.QPoint_ITF)
func (*Q3DScene) InvalidSelectionPoint ¶
func (*Q3DScene) IsPointInPrimarySubView ¶
func (ptr *Q3DScene) IsPointInPrimarySubView(point core.QPoint_ITF) bool
func (*Q3DScene) IsPointInSecondarySubView ¶
func (ptr *Q3DScene) IsPointInSecondarySubView(point core.QPoint_ITF) bool
func (*Q3DScene) IsSecondarySubviewOnTop ¶
func (*Q3DScene) IsSlicingActive ¶
func (*Q3DScene) PrimarySubViewport ¶
func (*Q3DScene) PrimarySubViewportChanged ¶
func (*Q3DScene) Q3DScene_PTR ¶
func (*Q3DScene) SecondarySubViewport ¶
func (*Q3DScene) SecondarySubViewportChanged ¶
func (*Q3DScene) SecondarySubviewOnTopChanged ¶
func (*Q3DScene) SelectionQueryPosition ¶
func (*Q3DScene) SelectionQueryPositionChanged ¶
func (ptr *Q3DScene) SelectionQueryPositionChanged(position core.QPoint_ITF)
func (*Q3DScene) SetActiveCamera ¶
func (ptr *Q3DScene) SetActiveCamera(camera Q3DCamera_ITF)
func (*Q3DScene) SetActiveLight ¶
func (ptr *Q3DScene) SetActiveLight(light Q3DLight_ITF)
func (*Q3DScene) SetDevicePixelRatio ¶
func (*Q3DScene) SetGraphPositionQuery ¶
func (ptr *Q3DScene) SetGraphPositionQuery(point core.QPoint_ITF)
func (*Q3DScene) SetPointer ¶
func (*Q3DScene) SetPrimarySubViewport ¶
func (*Q3DScene) SetSecondarySubViewport ¶
func (*Q3DScene) SetSecondarySubviewOnTop ¶
func (*Q3DScene) SetSelectionQueryPosition ¶
func (ptr *Q3DScene) SetSelectionQueryPosition(point core.QPoint_ITF)
func (*Q3DScene) SetSlicingActive ¶
func (*Q3DScene) SlicingActiveChanged ¶
func (*Q3DScene) ViewportChanged ¶
type Q3DScene_ITF ¶
type Q3DScene_ITF interface {
Q3DScene_PTR() *Q3DScene
}
type Q3DSurface ¶
func NewQ3DSurface ¶
func NewQ3DSurface(format gui.QSurfaceFormat_ITF, parent gui.QWindow_ITF) *Q3DSurface
func NewQ3DSurfaceFromPointer ¶
func NewQ3DSurfaceFromPointer(ptr unsafe.Pointer) (n *Q3DSurface)
func (*Q3DSurface) AddAxis ¶
func (ptr *Q3DSurface) AddAxis(axis QValue3DAxis_ITF)
func (*Q3DSurface) AddSeries ¶
func (ptr *Q3DSurface) AddSeries(series QSurface3DSeries_ITF)
func (*Q3DSurface) Axes ¶
func (ptr *Q3DSurface) Axes() []*QValue3DAxis
func (*Q3DSurface) AxisX ¶
func (ptr *Q3DSurface) AxisX() *QValue3DAxis
func (*Q3DSurface) AxisXChanged ¶
func (ptr *Q3DSurface) AxisXChanged(axis QValue3DAxis_ITF)
func (*Q3DSurface) AxisY ¶
func (ptr *Q3DSurface) AxisY() *QValue3DAxis
func (*Q3DSurface) AxisYChanged ¶
func (ptr *Q3DSurface) AxisYChanged(axis QValue3DAxis_ITF)
func (*Q3DSurface) AxisZ ¶
func (ptr *Q3DSurface) AxisZ() *QValue3DAxis
func (*Q3DSurface) AxisZChanged ¶
func (ptr *Q3DSurface) AxisZChanged(axis QValue3DAxis_ITF)
func (*Q3DSurface) ClassNameInternalF ¶
func (n *Q3DSurface) ClassNameInternalF() string
func (*Q3DSurface) ConnectAxisXChanged ¶
func (ptr *Q3DSurface) ConnectAxisXChanged(f func(axis *QValue3DAxis))
func (*Q3DSurface) ConnectAxisYChanged ¶
func (ptr *Q3DSurface) ConnectAxisYChanged(f func(axis *QValue3DAxis))
func (*Q3DSurface) ConnectAxisZChanged ¶
func (ptr *Q3DSurface) ConnectAxisZChanged(f func(axis *QValue3DAxis))
func (*Q3DSurface) ConnectDestroyQ3DSurface ¶
func (ptr *Q3DSurface) ConnectDestroyQ3DSurface(f func())
func (*Q3DSurface) ConnectFlipHorizontalGridChanged ¶
func (ptr *Q3DSurface) ConnectFlipHorizontalGridChanged(f func(flip bool))
func (*Q3DSurface) ConnectSelectedSeriesChanged ¶
func (ptr *Q3DSurface) ConnectSelectedSeriesChanged(f func(series *QSurface3DSeries))
func (*Q3DSurface) DestroyQ3DSurface ¶
func (ptr *Q3DSurface) DestroyQ3DSurface()
func (*Q3DSurface) DestroyQ3DSurfaceDefault ¶
func (ptr *Q3DSurface) DestroyQ3DSurfaceDefault()
func (*Q3DSurface) DisconnectAxisXChanged ¶
func (ptr *Q3DSurface) DisconnectAxisXChanged()
func (*Q3DSurface) DisconnectAxisYChanged ¶
func (ptr *Q3DSurface) DisconnectAxisYChanged()
func (*Q3DSurface) DisconnectAxisZChanged ¶
func (ptr *Q3DSurface) DisconnectAxisZChanged()
func (*Q3DSurface) DisconnectDestroyQ3DSurface ¶
func (ptr *Q3DSurface) DisconnectDestroyQ3DSurface()
func (*Q3DSurface) DisconnectFlipHorizontalGridChanged ¶
func (ptr *Q3DSurface) DisconnectFlipHorizontalGridChanged()
func (*Q3DSurface) DisconnectSelectedSeriesChanged ¶
func (ptr *Q3DSurface) DisconnectSelectedSeriesChanged()
func (*Q3DSurface) FlipHorizontalGrid ¶
func (ptr *Q3DSurface) FlipHorizontalGrid() bool
func (*Q3DSurface) FlipHorizontalGridChanged ¶
func (ptr *Q3DSurface) FlipHorizontalGridChanged(flip bool)
func (*Q3DSurface) Pointer ¶
func (ptr *Q3DSurface) Pointer() unsafe.Pointer
func (*Q3DSurface) Q3DSurface_PTR ¶
func (ptr *Q3DSurface) Q3DSurface_PTR() *Q3DSurface
func (*Q3DSurface) ReleaseAxis ¶
func (ptr *Q3DSurface) ReleaseAxis(axis QValue3DAxis_ITF)
func (*Q3DSurface) RemoveSeries ¶
func (ptr *Q3DSurface) RemoveSeries(series QSurface3DSeries_ITF)
func (*Q3DSurface) SelectedSeries ¶
func (ptr *Q3DSurface) SelectedSeries() *QSurface3DSeries
func (*Q3DSurface) SelectedSeriesChanged ¶
func (ptr *Q3DSurface) SelectedSeriesChanged(series QSurface3DSeries_ITF)
func (*Q3DSurface) SeriesList ¶
func (ptr *Q3DSurface) SeriesList() []*QSurface3DSeries
func (*Q3DSurface) SetAxisX ¶
func (ptr *Q3DSurface) SetAxisX(axis QValue3DAxis_ITF)
func (*Q3DSurface) SetAxisY ¶
func (ptr *Q3DSurface) SetAxisY(axis QValue3DAxis_ITF)
func (*Q3DSurface) SetAxisZ ¶
func (ptr *Q3DSurface) SetAxisZ(axis QValue3DAxis_ITF)
func (*Q3DSurface) SetFlipHorizontalGrid ¶
func (ptr *Q3DSurface) SetFlipHorizontalGrid(flip bool)
func (*Q3DSurface) SetPointer ¶
func (ptr *Q3DSurface) SetPointer(p unsafe.Pointer)
type Q3DSurface_ITF ¶
type Q3DSurface_ITF interface {
Q3DSurface_PTR() *Q3DSurface
}
type Q3DTheme ¶
func NewQ3DTheme ¶
func NewQ3DTheme(parent core.QObject_ITF) *Q3DTheme
func NewQ3DTheme2 ¶
func NewQ3DTheme2(themeType Q3DTheme__Theme, parent core.QObject_ITF) *Q3DTheme
func NewQ3DThemeFromPointer ¶
func (*Q3DTheme) AmbientLightStrength ¶
func (*Q3DTheme) AmbientLightStrengthChanged ¶
func (*Q3DTheme) BackgroundColor ¶
func (*Q3DTheme) BackgroundColorChanged ¶
func (ptr *Q3DTheme) BackgroundColorChanged(color gui.QColor_ITF)
func (*Q3DTheme) BackgroundEnabledChanged ¶
func (*Q3DTheme) BaseColors ¶
func (*Q3DTheme) BaseColorsChanged ¶
func (*Q3DTheme) BaseGradients ¶
func (ptr *Q3DTheme) BaseGradients() []*gui.QLinearGradient
func (*Q3DTheme) BaseGradientsChanged ¶
func (ptr *Q3DTheme) BaseGradientsChanged(gradients []*gui.QLinearGradient)
func (*Q3DTheme) ClassNameInternalF ¶
func (*Q3DTheme) ColorStyle ¶
func (ptr *Q3DTheme) ColorStyle() Q3DTheme__ColorStyle
func (*Q3DTheme) ColorStyleChanged ¶
func (ptr *Q3DTheme) ColorStyleChanged(style Q3DTheme__ColorStyle)
func (*Q3DTheme) ConnectAmbientLightStrengthChanged ¶
func (*Q3DTheme) ConnectBackgroundColorChanged ¶
func (*Q3DTheme) ConnectBackgroundEnabledChanged ¶
func (*Q3DTheme) ConnectBaseColorsChanged ¶
func (*Q3DTheme) ConnectBaseGradientsChanged ¶
func (ptr *Q3DTheme) ConnectBaseGradientsChanged(f func(gradients []*gui.QLinearGradient))
func (*Q3DTheme) ConnectColorStyleChanged ¶
func (ptr *Q3DTheme) ConnectColorStyleChanged(f func(style Q3DTheme__ColorStyle))
func (*Q3DTheme) ConnectDestroyQ3DTheme ¶
func (ptr *Q3DTheme) ConnectDestroyQ3DTheme(f func())
func (*Q3DTheme) ConnectFontChanged ¶
func (*Q3DTheme) ConnectGridEnabledChanged ¶
func (*Q3DTheme) ConnectGridLineColorChanged ¶
func (*Q3DTheme) ConnectHighlightLightStrengthChanged ¶
func (*Q3DTheme) ConnectLabelBackgroundColorChanged ¶
func (*Q3DTheme) ConnectLabelBackgroundEnabledChanged ¶
func (*Q3DTheme) ConnectLabelBorderEnabledChanged ¶
func (*Q3DTheme) ConnectLabelTextColorChanged ¶
func (*Q3DTheme) ConnectLightColorChanged ¶
func (*Q3DTheme) ConnectLightStrengthChanged ¶
func (*Q3DTheme) ConnectMultiHighlightColorChanged ¶
func (*Q3DTheme) ConnectMultiHighlightGradientChanged ¶
func (ptr *Q3DTheme) ConnectMultiHighlightGradientChanged(f func(gradient *gui.QLinearGradient))
func (*Q3DTheme) ConnectSingleHighlightColorChanged ¶
func (*Q3DTheme) ConnectSingleHighlightGradientChanged ¶
func (ptr *Q3DTheme) ConnectSingleHighlightGradientChanged(f func(gradient *gui.QLinearGradient))
func (*Q3DTheme) ConnectTypeChanged ¶
func (ptr *Q3DTheme) ConnectTypeChanged(f func(themeType Q3DTheme__Theme))
func (*Q3DTheme) ConnectWindowColorChanged ¶
func (*Q3DTheme) DestroyQ3DTheme ¶
func (ptr *Q3DTheme) DestroyQ3DTheme()
func (*Q3DTheme) DestroyQ3DThemeDefault ¶
func (ptr *Q3DTheme) DestroyQ3DThemeDefault()
func (*Q3DTheme) DisconnectAmbientLightStrengthChanged ¶
func (ptr *Q3DTheme) DisconnectAmbientLightStrengthChanged()
func (*Q3DTheme) DisconnectBackgroundColorChanged ¶
func (ptr *Q3DTheme) DisconnectBackgroundColorChanged()
func (*Q3DTheme) DisconnectBackgroundEnabledChanged ¶
func (ptr *Q3DTheme) DisconnectBackgroundEnabledChanged()
func (*Q3DTheme) DisconnectBaseColorsChanged ¶
func (ptr *Q3DTheme) DisconnectBaseColorsChanged()
func (*Q3DTheme) DisconnectBaseGradientsChanged ¶
func (ptr *Q3DTheme) DisconnectBaseGradientsChanged()
func (*Q3DTheme) DisconnectColorStyleChanged ¶
func (ptr *Q3DTheme) DisconnectColorStyleChanged()
func (*Q3DTheme) DisconnectDestroyQ3DTheme ¶
func (ptr *Q3DTheme) DisconnectDestroyQ3DTheme()
func (*Q3DTheme) DisconnectFontChanged ¶
func (ptr *Q3DTheme) DisconnectFontChanged()
func (*Q3DTheme) DisconnectGridEnabledChanged ¶
func (ptr *Q3DTheme) DisconnectGridEnabledChanged()
func (*Q3DTheme) DisconnectGridLineColorChanged ¶
func (ptr *Q3DTheme) DisconnectGridLineColorChanged()
func (*Q3DTheme) DisconnectHighlightLightStrengthChanged ¶
func (ptr *Q3DTheme) DisconnectHighlightLightStrengthChanged()
func (*Q3DTheme) DisconnectLabelBackgroundColorChanged ¶
func (ptr *Q3DTheme) DisconnectLabelBackgroundColorChanged()
func (*Q3DTheme) DisconnectLabelBackgroundEnabledChanged ¶
func (ptr *Q3DTheme) DisconnectLabelBackgroundEnabledChanged()
func (*Q3DTheme) DisconnectLabelBorderEnabledChanged ¶
func (ptr *Q3DTheme) DisconnectLabelBorderEnabledChanged()
func (*Q3DTheme) DisconnectLabelTextColorChanged ¶
func (ptr *Q3DTheme) DisconnectLabelTextColorChanged()
func (*Q3DTheme) DisconnectLightColorChanged ¶
func (ptr *Q3DTheme) DisconnectLightColorChanged()
func (*Q3DTheme) DisconnectLightStrengthChanged ¶
func (ptr *Q3DTheme) DisconnectLightStrengthChanged()
func (*Q3DTheme) DisconnectMultiHighlightColorChanged ¶
func (ptr *Q3DTheme) DisconnectMultiHighlightColorChanged()
func (*Q3DTheme) DisconnectMultiHighlightGradientChanged ¶
func (ptr *Q3DTheme) DisconnectMultiHighlightGradientChanged()
func (*Q3DTheme) DisconnectSingleHighlightColorChanged ¶
func (ptr *Q3DTheme) DisconnectSingleHighlightColorChanged()
func (*Q3DTheme) DisconnectSingleHighlightGradientChanged ¶
func (ptr *Q3DTheme) DisconnectSingleHighlightGradientChanged()
func (*Q3DTheme) DisconnectTypeChanged ¶
func (ptr *Q3DTheme) DisconnectTypeChanged()
func (*Q3DTheme) DisconnectWindowColorChanged ¶
func (ptr *Q3DTheme) DisconnectWindowColorChanged()
func (*Q3DTheme) FontChanged ¶
func (*Q3DTheme) GridEnabledChanged ¶
func (*Q3DTheme) GridLineColor ¶
func (*Q3DTheme) GridLineColorChanged ¶
func (ptr *Q3DTheme) GridLineColorChanged(color gui.QColor_ITF)
func (*Q3DTheme) HighlightLightStrength ¶
func (*Q3DTheme) HighlightLightStrengthChanged ¶
func (*Q3DTheme) IsBackgroundEnabled ¶
func (*Q3DTheme) IsGridEnabled ¶
func (*Q3DTheme) IsLabelBackgroundEnabled ¶
func (*Q3DTheme) IsLabelBorderEnabled ¶
func (*Q3DTheme) LabelBackgroundColor ¶
func (*Q3DTheme) LabelBackgroundColorChanged ¶
func (ptr *Q3DTheme) LabelBackgroundColorChanged(color gui.QColor_ITF)
func (*Q3DTheme) LabelBackgroundEnabledChanged ¶
func (*Q3DTheme) LabelBorderEnabledChanged ¶
func (*Q3DTheme) LabelTextColor ¶
func (*Q3DTheme) LabelTextColorChanged ¶
func (ptr *Q3DTheme) LabelTextColorChanged(color gui.QColor_ITF)
func (*Q3DTheme) LightColor ¶
func (*Q3DTheme) LightColorChanged ¶
func (ptr *Q3DTheme) LightColorChanged(color gui.QColor_ITF)
func (*Q3DTheme) LightStrength ¶
func (*Q3DTheme) LightStrengthChanged ¶
func (*Q3DTheme) MultiHighlightColor ¶
func (*Q3DTheme) MultiHighlightColorChanged ¶
func (ptr *Q3DTheme) MultiHighlightColorChanged(color gui.QColor_ITF)
func (*Q3DTheme) MultiHighlightGradient ¶
func (ptr *Q3DTheme) MultiHighlightGradient() *gui.QLinearGradient
func (*Q3DTheme) MultiHighlightGradientChanged ¶
func (ptr *Q3DTheme) MultiHighlightGradientChanged(gradient gui.QLinearGradient_ITF)
func (*Q3DTheme) Q3DTheme_PTR ¶
func (*Q3DTheme) SetAmbientLightStrength ¶
func (*Q3DTheme) SetBackgroundColor ¶
func (ptr *Q3DTheme) SetBackgroundColor(color gui.QColor_ITF)
func (*Q3DTheme) SetBackgroundEnabled ¶
func (*Q3DTheme) SetBaseColors ¶
func (*Q3DTheme) SetBaseGradients ¶
func (ptr *Q3DTheme) SetBaseGradients(gradients []*gui.QLinearGradient)
func (*Q3DTheme) SetColorStyle ¶
func (ptr *Q3DTheme) SetColorStyle(style Q3DTheme__ColorStyle)
func (*Q3DTheme) SetGridEnabled ¶
func (*Q3DTheme) SetGridLineColor ¶
func (ptr *Q3DTheme) SetGridLineColor(color gui.QColor_ITF)
func (*Q3DTheme) SetHighlightLightStrength ¶
func (*Q3DTheme) SetLabelBackgroundColor ¶
func (ptr *Q3DTheme) SetLabelBackgroundColor(color gui.QColor_ITF)
func (*Q3DTheme) SetLabelBackgroundEnabled ¶
func (*Q3DTheme) SetLabelBorderEnabled ¶
func (*Q3DTheme) SetLabelTextColor ¶
func (ptr *Q3DTheme) SetLabelTextColor(color gui.QColor_ITF)
func (*Q3DTheme) SetLightColor ¶
func (ptr *Q3DTheme) SetLightColor(color gui.QColor_ITF)
func (*Q3DTheme) SetLightStrength ¶
func (*Q3DTheme) SetMultiHighlightColor ¶
func (ptr *Q3DTheme) SetMultiHighlightColor(color gui.QColor_ITF)
func (*Q3DTheme) SetMultiHighlightGradient ¶
func (ptr *Q3DTheme) SetMultiHighlightGradient(gradient gui.QLinearGradient_ITF)
func (*Q3DTheme) SetPointer ¶
func (*Q3DTheme) SetSingleHighlightColor ¶
func (ptr *Q3DTheme) SetSingleHighlightColor(color gui.QColor_ITF)
func (*Q3DTheme) SetSingleHighlightGradient ¶
func (ptr *Q3DTheme) SetSingleHighlightGradient(gradient gui.QLinearGradient_ITF)
func (*Q3DTheme) SetType ¶
func (ptr *Q3DTheme) SetType(themeType Q3DTheme__Theme)
func (*Q3DTheme) SetWindowColor ¶
func (ptr *Q3DTheme) SetWindowColor(color gui.QColor_ITF)
func (*Q3DTheme) SingleHighlightColor ¶
func (*Q3DTheme) SingleHighlightColorChanged ¶
func (ptr *Q3DTheme) SingleHighlightColorChanged(color gui.QColor_ITF)
func (*Q3DTheme) SingleHighlightGradient ¶
func (ptr *Q3DTheme) SingleHighlightGradient() *gui.QLinearGradient
func (*Q3DTheme) SingleHighlightGradientChanged ¶
func (ptr *Q3DTheme) SingleHighlightGradientChanged(gradient gui.QLinearGradient_ITF)
func (*Q3DTheme) Type ¶
func (ptr *Q3DTheme) Type() Q3DTheme__Theme
func (*Q3DTheme) TypeChanged ¶
func (ptr *Q3DTheme) TypeChanged(themeType Q3DTheme__Theme)
func (*Q3DTheme) WindowColor ¶
func (*Q3DTheme) WindowColorChanged ¶
func (ptr *Q3DTheme) WindowColorChanged(color gui.QColor_ITF)
type Q3DTheme_ITF ¶
type Q3DTheme_ITF interface {
Q3DTheme_PTR() *Q3DTheme
}
type Q3DTheme__ColorStyle ¶
type Q3DTheme__ColorStyle int64
Q3DTheme::ColorStyle
var ( Q3DTheme__ColorStyleUniform Q3DTheme__ColorStyle = Q3DTheme__ColorStyle(0) Q3DTheme__ColorStyleObjectGradient Q3DTheme__ColorStyle = Q3DTheme__ColorStyle(1) Q3DTheme__ColorStyleRangeGradient Q3DTheme__ColorStyle = Q3DTheme__ColorStyle(2) )
type Q3DTheme__Theme ¶
type Q3DTheme__Theme int64
Q3DTheme::Theme
const ( Q3DTheme__ThemeQt Q3DTheme__Theme = Q3DTheme__Theme(0) Q3DTheme__ThemePrimaryColors Q3DTheme__Theme = Q3DTheme__Theme(1) Q3DTheme__ThemeDigia Q3DTheme__Theme = Q3DTheme__Theme(2) Q3DTheme__ThemeStoneMoss Q3DTheme__Theme = Q3DTheme__Theme(3) Q3DTheme__ThemeArmyBlue Q3DTheme__Theme = Q3DTheme__Theme(4) Q3DTheme__ThemeRetro Q3DTheme__Theme = Q3DTheme__Theme(5) Q3DTheme__ThemeEbony Q3DTheme__Theme = Q3DTheme__Theme(6) Q3DTheme__ThemeIsabelle Q3DTheme__Theme = Q3DTheme__Theme(7) Q3DTheme__ThemeUserDefined Q3DTheme__Theme = Q3DTheme__Theme(8) )
type QAbstract3DAxis ¶
func NewQAbstract3DAxisFromPointer ¶
func NewQAbstract3DAxisFromPointer(ptr unsafe.Pointer) (n *QAbstract3DAxis)
func (*QAbstract3DAxis) AutoAdjustRangeChanged ¶
func (ptr *QAbstract3DAxis) AutoAdjustRangeChanged(autoAdjust bool)
func (*QAbstract3DAxis) ClassNameInternalF ¶
func (n *QAbstract3DAxis) ClassNameInternalF() string
func (*QAbstract3DAxis) ConnectAutoAdjustRangeChanged ¶
func (ptr *QAbstract3DAxis) ConnectAutoAdjustRangeChanged(f func(autoAdjust bool))
func (*QAbstract3DAxis) ConnectDestroyQAbstract3DAxis ¶
func (ptr *QAbstract3DAxis) ConnectDestroyQAbstract3DAxis(f func())
func (*QAbstract3DAxis) ConnectLabelAutoRotationChanged ¶
func (ptr *QAbstract3DAxis) ConnectLabelAutoRotationChanged(f func(angle float32))
func (*QAbstract3DAxis) ConnectLabelsChanged ¶
func (ptr *QAbstract3DAxis) ConnectLabelsChanged(f func())
func (*QAbstract3DAxis) ConnectMaxChanged ¶
func (ptr *QAbstract3DAxis) ConnectMaxChanged(f func(value float32))
func (*QAbstract3DAxis) ConnectMinChanged ¶
func (ptr *QAbstract3DAxis) ConnectMinChanged(f func(value float32))
func (*QAbstract3DAxis) ConnectOrientationChanged ¶
func (ptr *QAbstract3DAxis) ConnectOrientationChanged(f func(orientation QAbstract3DAxis__AxisOrientation))
func (*QAbstract3DAxis) ConnectRangeChanged ¶
func (ptr *QAbstract3DAxis) ConnectRangeChanged(f func(min float32, max float32))
func (*QAbstract3DAxis) ConnectTitleChanged ¶
func (ptr *QAbstract3DAxis) ConnectTitleChanged(f func(newTitle string))
func (*QAbstract3DAxis) ConnectTitleFixedChanged ¶
func (ptr *QAbstract3DAxis) ConnectTitleFixedChanged(f func(fixed bool))
func (*QAbstract3DAxis) ConnectTitleVisibilityChanged ¶
func (ptr *QAbstract3DAxis) ConnectTitleVisibilityChanged(f func(visible bool))
func (*QAbstract3DAxis) DestroyQAbstract3DAxis ¶
func (ptr *QAbstract3DAxis) DestroyQAbstract3DAxis()
func (*QAbstract3DAxis) DestroyQAbstract3DAxisDefault ¶
func (ptr *QAbstract3DAxis) DestroyQAbstract3DAxisDefault()
func (*QAbstract3DAxis) DisconnectAutoAdjustRangeChanged ¶
func (ptr *QAbstract3DAxis) DisconnectAutoAdjustRangeChanged()
func (*QAbstract3DAxis) DisconnectDestroyQAbstract3DAxis ¶
func (ptr *QAbstract3DAxis) DisconnectDestroyQAbstract3DAxis()
func (*QAbstract3DAxis) DisconnectLabelAutoRotationChanged ¶
func (ptr *QAbstract3DAxis) DisconnectLabelAutoRotationChanged()
func (*QAbstract3DAxis) DisconnectLabelsChanged ¶
func (ptr *QAbstract3DAxis) DisconnectLabelsChanged()
func (*QAbstract3DAxis) DisconnectMaxChanged ¶
func (ptr *QAbstract3DAxis) DisconnectMaxChanged()
func (*QAbstract3DAxis) DisconnectMinChanged ¶
func (ptr *QAbstract3DAxis) DisconnectMinChanged()
func (*QAbstract3DAxis) DisconnectOrientationChanged ¶
func (ptr *QAbstract3DAxis) DisconnectOrientationChanged()
func (*QAbstract3DAxis) DisconnectRangeChanged ¶
func (ptr *QAbstract3DAxis) DisconnectRangeChanged()
func (*QAbstract3DAxis) DisconnectTitleChanged ¶
func (ptr *QAbstract3DAxis) DisconnectTitleChanged()
func (*QAbstract3DAxis) DisconnectTitleFixedChanged ¶
func (ptr *QAbstract3DAxis) DisconnectTitleFixedChanged()
func (*QAbstract3DAxis) DisconnectTitleVisibilityChanged ¶
func (ptr *QAbstract3DAxis) DisconnectTitleVisibilityChanged()
func (*QAbstract3DAxis) IsAutoAdjustRange ¶
func (ptr *QAbstract3DAxis) IsAutoAdjustRange() bool
func (*QAbstract3DAxis) IsTitleFixed ¶
func (ptr *QAbstract3DAxis) IsTitleFixed() bool
func (*QAbstract3DAxis) IsTitleVisible ¶
func (ptr *QAbstract3DAxis) IsTitleVisible() bool
func (*QAbstract3DAxis) LabelAutoRotation ¶
func (ptr *QAbstract3DAxis) LabelAutoRotation() float32
func (*QAbstract3DAxis) LabelAutoRotationChanged ¶
func (ptr *QAbstract3DAxis) LabelAutoRotationChanged(angle float32)
func (*QAbstract3DAxis) Labels ¶
func (ptr *QAbstract3DAxis) Labels() []string
func (*QAbstract3DAxis) LabelsChanged ¶
func (ptr *QAbstract3DAxis) LabelsChanged()
func (*QAbstract3DAxis) Max ¶
func (ptr *QAbstract3DAxis) Max() float32
func (*QAbstract3DAxis) MaxChanged ¶
func (ptr *QAbstract3DAxis) MaxChanged(value float32)
func (*QAbstract3DAxis) Min ¶
func (ptr *QAbstract3DAxis) Min() float32
func (*QAbstract3DAxis) MinChanged ¶
func (ptr *QAbstract3DAxis) MinChanged(value float32)
func (*QAbstract3DAxis) Orientation ¶
func (ptr *QAbstract3DAxis) Orientation() QAbstract3DAxis__AxisOrientation
func (*QAbstract3DAxis) OrientationChanged ¶
func (ptr *QAbstract3DAxis) OrientationChanged(orientation QAbstract3DAxis__AxisOrientation)
func (*QAbstract3DAxis) Pointer ¶
func (ptr *QAbstract3DAxis) Pointer() unsafe.Pointer
func (*QAbstract3DAxis) QAbstract3DAxis_PTR ¶
func (ptr *QAbstract3DAxis) QAbstract3DAxis_PTR() *QAbstract3DAxis
func (*QAbstract3DAxis) RangeChanged ¶
func (ptr *QAbstract3DAxis) RangeChanged(min float32, max float32)
func (*QAbstract3DAxis) SetAutoAdjustRange ¶
func (ptr *QAbstract3DAxis) SetAutoAdjustRange(autoAdjust bool)
func (*QAbstract3DAxis) SetLabelAutoRotation ¶
func (ptr *QAbstract3DAxis) SetLabelAutoRotation(angle float32)
func (*QAbstract3DAxis) SetLabels ¶
func (ptr *QAbstract3DAxis) SetLabels(labels []string)
func (*QAbstract3DAxis) SetMax ¶
func (ptr *QAbstract3DAxis) SetMax(max float32)
func (*QAbstract3DAxis) SetMin ¶
func (ptr *QAbstract3DAxis) SetMin(min float32)
func (*QAbstract3DAxis) SetPointer ¶
func (ptr *QAbstract3DAxis) SetPointer(p unsafe.Pointer)
func (*QAbstract3DAxis) SetRange ¶
func (ptr *QAbstract3DAxis) SetRange(min float32, max float32)
func (*QAbstract3DAxis) SetTitle ¶
func (ptr *QAbstract3DAxis) SetTitle(title string)
func (*QAbstract3DAxis) SetTitleFixed ¶
func (ptr *QAbstract3DAxis) SetTitleFixed(fixed bool)
func (*QAbstract3DAxis) SetTitleVisible ¶
func (ptr *QAbstract3DAxis) SetTitleVisible(visible bool)
func (*QAbstract3DAxis) Title ¶
func (ptr *QAbstract3DAxis) Title() string
func (*QAbstract3DAxis) TitleChanged ¶
func (ptr *QAbstract3DAxis) TitleChanged(newTitle string)
func (*QAbstract3DAxis) TitleFixedChanged ¶
func (ptr *QAbstract3DAxis) TitleFixedChanged(fixed bool)
func (*QAbstract3DAxis) TitleVisibilityChanged ¶
func (ptr *QAbstract3DAxis) TitleVisibilityChanged(visible bool)
func (*QAbstract3DAxis) Type ¶
func (ptr *QAbstract3DAxis) Type() QAbstract3DAxis__AxisType
type QAbstract3DAxis_ITF ¶
type QAbstract3DAxis_ITF interface {
QAbstract3DAxis_PTR() *QAbstract3DAxis
}
type QAbstract3DAxis__AxisOrientation ¶
type QAbstract3DAxis__AxisOrientation int64
QAbstract3DAxis::AxisOrientation
const ( QAbstract3DAxis__AxisOrientationNone QAbstract3DAxis__AxisOrientation = QAbstract3DAxis__AxisOrientation(0) QAbstract3DAxis__AxisOrientationX QAbstract3DAxis__AxisOrientation = QAbstract3DAxis__AxisOrientation(1) QAbstract3DAxis__AxisOrientationY QAbstract3DAxis__AxisOrientation = QAbstract3DAxis__AxisOrientation(2) QAbstract3DAxis__AxisOrientationZ QAbstract3DAxis__AxisOrientation = QAbstract3DAxis__AxisOrientation(4) )
type QAbstract3DAxis__AxisType ¶
type QAbstract3DAxis__AxisType int64
QAbstract3DAxis::AxisType
const ( QAbstract3DAxis__AxisTypeNone QAbstract3DAxis__AxisType = QAbstract3DAxis__AxisType(0) QAbstract3DAxis__AxisTypeCategory QAbstract3DAxis__AxisType = QAbstract3DAxis__AxisType(1) QAbstract3DAxis__AxisTypeValue QAbstract3DAxis__AxisType = QAbstract3DAxis__AxisType(2) )
type QAbstract3DGraph ¶
func NewQAbstract3DGraphFromPointer ¶
func NewQAbstract3DGraphFromPointer(ptr unsafe.Pointer) (n *QAbstract3DGraph)
func (*QAbstract3DGraph) ClassNameInternalF ¶
func (n *QAbstract3DGraph) ClassNameInternalF() string
func (*QAbstract3DGraph) Pointer ¶
func (ptr *QAbstract3DGraph) Pointer() unsafe.Pointer
func (*QAbstract3DGraph) QAbstract3DGraph_PTR ¶
func (ptr *QAbstract3DGraph) QAbstract3DGraph_PTR() *QAbstract3DGraph
func (*QAbstract3DGraph) SetPointer ¶
func (ptr *QAbstract3DGraph) SetPointer(p unsafe.Pointer)
type QAbstract3DGraph_ITF ¶
type QAbstract3DGraph_ITF interface {
QAbstract3DGraph_PTR() *QAbstract3DGraph
}
type QAbstract3DGraph__ElementType ¶
type QAbstract3DGraph__ElementType int64
QAbstract3DGraph::ElementType
const ( QAbstract3DGraph__ElementNone QAbstract3DGraph__ElementType = QAbstract3DGraph__ElementType(0) QAbstract3DGraph__ElementSeries QAbstract3DGraph__ElementType = QAbstract3DGraph__ElementType(1) QAbstract3DGraph__ElementAxisXLabel QAbstract3DGraph__ElementType = QAbstract3DGraph__ElementType(2) QAbstract3DGraph__ElementAxisYLabel QAbstract3DGraph__ElementType = QAbstract3DGraph__ElementType(3) QAbstract3DGraph__ElementAxisZLabel QAbstract3DGraph__ElementType = QAbstract3DGraph__ElementType(4) QAbstract3DGraph__ElementCustomItem QAbstract3DGraph__ElementType = QAbstract3DGraph__ElementType(5) )
type QAbstract3DGraph__OptimizationHint ¶
type QAbstract3DGraph__OptimizationHint int64
QAbstract3DGraph::OptimizationHint
const ( QAbstract3DGraph__OptimizationDefault QAbstract3DGraph__OptimizationHint = QAbstract3DGraph__OptimizationHint(0) QAbstract3DGraph__OptimizationStatic QAbstract3DGraph__OptimizationHint = QAbstract3DGraph__OptimizationHint(1) )
type QAbstract3DGraph__SelectionFlag ¶
type QAbstract3DGraph__SelectionFlag int64
QAbstract3DGraph::SelectionFlag
const ( QAbstract3DGraph__SelectionNone QAbstract3DGraph__SelectionFlag = QAbstract3DGraph__SelectionFlag(0) QAbstract3DGraph__SelectionItem QAbstract3DGraph__SelectionFlag = QAbstract3DGraph__SelectionFlag(1) QAbstract3DGraph__SelectionRow QAbstract3DGraph__SelectionFlag = QAbstract3DGraph__SelectionFlag(2) QAbstract3DGraph__SelectionItemAndRow QAbstract3DGraph__SelectionFlag = QAbstract3DGraph__SelectionFlag(QAbstract3DGraph__SelectionItem | QAbstract3DGraph__SelectionRow) QAbstract3DGraph__SelectionColumn QAbstract3DGraph__SelectionFlag = QAbstract3DGraph__SelectionFlag(4) QAbstract3DGraph__SelectionItemAndColumn QAbstract3DGraph__SelectionFlag = QAbstract3DGraph__SelectionFlag(QAbstract3DGraph__SelectionItem | QAbstract3DGraph__SelectionColumn) QAbstract3DGraph__SelectionRowAndColumn QAbstract3DGraph__SelectionFlag = QAbstract3DGraph__SelectionFlag(QAbstract3DGraph__SelectionRow | QAbstract3DGraph__SelectionColumn) QAbstract3DGraph__SelectionItemRowAndColumn QAbstract3DGraph__SelectionFlag = QAbstract3DGraph__SelectionFlag(QAbstract3DGraph__SelectionItem | QAbstract3DGraph__SelectionRow | QAbstract3DGraph__SelectionColumn) QAbstract3DGraph__SelectionSlice QAbstract3DGraph__SelectionFlag = QAbstract3DGraph__SelectionFlag(8) QAbstract3DGraph__SelectionMultiSeries QAbstract3DGraph__SelectionFlag = QAbstract3DGraph__SelectionFlag(16) )
type QAbstract3DGraph__ShadowQuality ¶
type QAbstract3DGraph__ShadowQuality int64
QAbstract3DGraph::ShadowQuality
const ( QAbstract3DGraph__ShadowQualityNone QAbstract3DGraph__ShadowQuality = QAbstract3DGraph__ShadowQuality(0) QAbstract3DGraph__ShadowQualityLow QAbstract3DGraph__ShadowQuality = QAbstract3DGraph__ShadowQuality(1) QAbstract3DGraph__ShadowQualityMedium QAbstract3DGraph__ShadowQuality = QAbstract3DGraph__ShadowQuality(2) QAbstract3DGraph__ShadowQualityHigh QAbstract3DGraph__ShadowQuality = QAbstract3DGraph__ShadowQuality(3) QAbstract3DGraph__ShadowQualitySoftLow QAbstract3DGraph__ShadowQuality = QAbstract3DGraph__ShadowQuality(4) QAbstract3DGraph__ShadowQualitySoftMedium QAbstract3DGraph__ShadowQuality = QAbstract3DGraph__ShadowQuality(5) QAbstract3DGraph__ShadowQualitySoftHigh QAbstract3DGraph__ShadowQuality = QAbstract3DGraph__ShadowQuality(6) )
type QAbstract3DInputHandler ¶
func NewQAbstract3DInputHandler ¶
func NewQAbstract3DInputHandler(parent core.QObject_ITF) *QAbstract3DInputHandler
func NewQAbstract3DInputHandlerFromPointer ¶
func NewQAbstract3DInputHandlerFromPointer(ptr unsafe.Pointer) (n *QAbstract3DInputHandler)
func (*QAbstract3DInputHandler) ClassNameInternalF ¶
func (n *QAbstract3DInputHandler) ClassNameInternalF() string
func (*QAbstract3DInputHandler) ConnectDestroyQAbstract3DInputHandler ¶
func (ptr *QAbstract3DInputHandler) ConnectDestroyQAbstract3DInputHandler(f func())
func (*QAbstract3DInputHandler) ConnectInputViewChanged ¶
func (ptr *QAbstract3DInputHandler) ConnectInputViewChanged(f func(view QAbstract3DInputHandler__InputView))
func (*QAbstract3DInputHandler) ConnectMouseDoubleClickEvent ¶
func (ptr *QAbstract3DInputHandler) ConnectMouseDoubleClickEvent(f func(event *gui.QMouseEvent))
func (*QAbstract3DInputHandler) ConnectMouseMoveEvent ¶
func (ptr *QAbstract3DInputHandler) ConnectMouseMoveEvent(f func(event *gui.QMouseEvent, mousePos *core.QPoint))
func (*QAbstract3DInputHandler) ConnectMousePressEvent ¶
func (ptr *QAbstract3DInputHandler) ConnectMousePressEvent(f func(event *gui.QMouseEvent, mousePos *core.QPoint))
func (*QAbstract3DInputHandler) ConnectMouseReleaseEvent ¶
func (ptr *QAbstract3DInputHandler) ConnectMouseReleaseEvent(f func(event *gui.QMouseEvent, mousePos *core.QPoint))
func (*QAbstract3DInputHandler) ConnectPositionChanged ¶
func (ptr *QAbstract3DInputHandler) ConnectPositionChanged(f func(position *core.QPoint))
func (*QAbstract3DInputHandler) ConnectSceneChanged ¶
func (ptr *QAbstract3DInputHandler) ConnectSceneChanged(f func(scene *Q3DScene))
func (*QAbstract3DInputHandler) ConnectTouchEvent ¶
func (ptr *QAbstract3DInputHandler) ConnectTouchEvent(f func(event *gui.QTouchEvent))
func (*QAbstract3DInputHandler) ConnectWheelEvent ¶
func (ptr *QAbstract3DInputHandler) ConnectWheelEvent(f func(event *gui.QWheelEvent))
func (*QAbstract3DInputHandler) DestroyQAbstract3DInputHandler ¶
func (ptr *QAbstract3DInputHandler) DestroyQAbstract3DInputHandler()
func (*QAbstract3DInputHandler) DestroyQAbstract3DInputHandlerDefault ¶
func (ptr *QAbstract3DInputHandler) DestroyQAbstract3DInputHandlerDefault()
func (*QAbstract3DInputHandler) DisconnectDestroyQAbstract3DInputHandler ¶
func (ptr *QAbstract3DInputHandler) DisconnectDestroyQAbstract3DInputHandler()
func (*QAbstract3DInputHandler) DisconnectInputViewChanged ¶
func (ptr *QAbstract3DInputHandler) DisconnectInputViewChanged()
func (*QAbstract3DInputHandler) DisconnectMouseDoubleClickEvent ¶
func (ptr *QAbstract3DInputHandler) DisconnectMouseDoubleClickEvent()
func (*QAbstract3DInputHandler) DisconnectMouseMoveEvent ¶
func (ptr *QAbstract3DInputHandler) DisconnectMouseMoveEvent()
func (*QAbstract3DInputHandler) DisconnectMousePressEvent ¶
func (ptr *QAbstract3DInputHandler) DisconnectMousePressEvent()
func (*QAbstract3DInputHandler) DisconnectMouseReleaseEvent ¶
func (ptr *QAbstract3DInputHandler) DisconnectMouseReleaseEvent()
func (*QAbstract3DInputHandler) DisconnectPositionChanged ¶
func (ptr *QAbstract3DInputHandler) DisconnectPositionChanged()
func (*QAbstract3DInputHandler) DisconnectSceneChanged ¶
func (ptr *QAbstract3DInputHandler) DisconnectSceneChanged()
func (*QAbstract3DInputHandler) DisconnectTouchEvent ¶
func (ptr *QAbstract3DInputHandler) DisconnectTouchEvent()
func (*QAbstract3DInputHandler) DisconnectWheelEvent ¶
func (ptr *QAbstract3DInputHandler) DisconnectWheelEvent()
func (*QAbstract3DInputHandler) InputPosition ¶
func (ptr *QAbstract3DInputHandler) InputPosition() *core.QPoint
func (*QAbstract3DInputHandler) InputView ¶
func (ptr *QAbstract3DInputHandler) InputView() QAbstract3DInputHandler__InputView
func (*QAbstract3DInputHandler) InputViewChanged ¶
func (ptr *QAbstract3DInputHandler) InputViewChanged(view QAbstract3DInputHandler__InputView)
func (*QAbstract3DInputHandler) MouseDoubleClickEvent ¶
func (ptr *QAbstract3DInputHandler) MouseDoubleClickEvent(event gui.QMouseEvent_ITF)
func (*QAbstract3DInputHandler) MouseDoubleClickEventDefault ¶
func (ptr *QAbstract3DInputHandler) MouseDoubleClickEventDefault(event gui.QMouseEvent_ITF)
func (*QAbstract3DInputHandler) MouseMoveEvent ¶
func (ptr *QAbstract3DInputHandler) MouseMoveEvent(event gui.QMouseEvent_ITF, mousePos core.QPoint_ITF)
func (*QAbstract3DInputHandler) MouseMoveEventDefault ¶
func (ptr *QAbstract3DInputHandler) MouseMoveEventDefault(event gui.QMouseEvent_ITF, mousePos core.QPoint_ITF)
func (*QAbstract3DInputHandler) MousePressEvent ¶
func (ptr *QAbstract3DInputHandler) MousePressEvent(event gui.QMouseEvent_ITF, mousePos core.QPoint_ITF)
func (*QAbstract3DInputHandler) MousePressEventDefault ¶
func (ptr *QAbstract3DInputHandler) MousePressEventDefault(event gui.QMouseEvent_ITF, mousePos core.QPoint_ITF)
func (*QAbstract3DInputHandler) MouseReleaseEvent ¶
func (ptr *QAbstract3DInputHandler) MouseReleaseEvent(event gui.QMouseEvent_ITF, mousePos core.QPoint_ITF)
func (*QAbstract3DInputHandler) MouseReleaseEventDefault ¶
func (ptr *QAbstract3DInputHandler) MouseReleaseEventDefault(event gui.QMouseEvent_ITF, mousePos core.QPoint_ITF)
func (*QAbstract3DInputHandler) Pointer ¶
func (ptr *QAbstract3DInputHandler) Pointer() unsafe.Pointer
func (*QAbstract3DInputHandler) PositionChanged ¶
func (ptr *QAbstract3DInputHandler) PositionChanged(position core.QPoint_ITF)
func (*QAbstract3DInputHandler) PrevDistance ¶
func (ptr *QAbstract3DInputHandler) PrevDistance() int
func (*QAbstract3DInputHandler) PreviousInputPos ¶
func (ptr *QAbstract3DInputHandler) PreviousInputPos() *core.QPoint
func (*QAbstract3DInputHandler) QAbstract3DInputHandler_PTR ¶
func (ptr *QAbstract3DInputHandler) QAbstract3DInputHandler_PTR() *QAbstract3DInputHandler
func (*QAbstract3DInputHandler) Scene ¶
func (ptr *QAbstract3DInputHandler) Scene() *Q3DScene
func (*QAbstract3DInputHandler) SceneChanged ¶
func (ptr *QAbstract3DInputHandler) SceneChanged(scene Q3DScene_ITF)
func (*QAbstract3DInputHandler) SetInputPosition ¶
func (ptr *QAbstract3DInputHandler) SetInputPosition(position core.QPoint_ITF)
func (*QAbstract3DInputHandler) SetInputView ¶
func (ptr *QAbstract3DInputHandler) SetInputView(inputView QAbstract3DInputHandler__InputView)
func (*QAbstract3DInputHandler) SetPointer ¶
func (ptr *QAbstract3DInputHandler) SetPointer(p unsafe.Pointer)
func (*QAbstract3DInputHandler) SetPrevDistance ¶
func (ptr *QAbstract3DInputHandler) SetPrevDistance(distance int)
func (*QAbstract3DInputHandler) SetPreviousInputPos ¶
func (ptr *QAbstract3DInputHandler) SetPreviousInputPos(position core.QPoint_ITF)
func (*QAbstract3DInputHandler) SetScene ¶
func (ptr *QAbstract3DInputHandler) SetScene(scene Q3DScene_ITF)
func (*QAbstract3DInputHandler) TouchEvent ¶
func (ptr *QAbstract3DInputHandler) TouchEvent(event gui.QTouchEvent_ITF)
func (*QAbstract3DInputHandler) TouchEventDefault ¶
func (ptr *QAbstract3DInputHandler) TouchEventDefault(event gui.QTouchEvent_ITF)
func (*QAbstract3DInputHandler) WheelEvent ¶
func (ptr *QAbstract3DInputHandler) WheelEvent(event gui.QWheelEvent_ITF)
func (*QAbstract3DInputHandler) WheelEventDefault ¶
func (ptr *QAbstract3DInputHandler) WheelEventDefault(event gui.QWheelEvent_ITF)
type QAbstract3DInputHandler_ITF ¶
type QAbstract3DInputHandler_ITF interface {
QAbstract3DInputHandler_PTR() *QAbstract3DInputHandler
}
type QAbstract3DInputHandler__InputView ¶
type QAbstract3DInputHandler__InputView int64
QAbstract3DInputHandler::InputView
const ( QAbstract3DInputHandler__InputViewNone QAbstract3DInputHandler__InputView = QAbstract3DInputHandler__InputView(0) QAbstract3DInputHandler__InputViewOnPrimary QAbstract3DInputHandler__InputView = QAbstract3DInputHandler__InputView(1) QAbstract3DInputHandler__InputViewOnSecondary QAbstract3DInputHandler__InputView = QAbstract3DInputHandler__InputView(2) )
type QAbstract3DSeries ¶
func NewQAbstract3DSeriesFromPointer ¶
func NewQAbstract3DSeriesFromPointer(ptr unsafe.Pointer) (n *QAbstract3DSeries)
func (*QAbstract3DSeries) BaseColor ¶
func (ptr *QAbstract3DSeries) BaseColor() *gui.QColor
func (*QAbstract3DSeries) BaseColorChanged ¶
func (ptr *QAbstract3DSeries) BaseColorChanged(color gui.QColor_ITF)
func (*QAbstract3DSeries) BaseGradient ¶
func (ptr *QAbstract3DSeries) BaseGradient() *gui.QLinearGradient
func (*QAbstract3DSeries) BaseGradientChanged ¶
func (ptr *QAbstract3DSeries) BaseGradientChanged(gradient gui.QLinearGradient_ITF)
func (*QAbstract3DSeries) ClassNameInternalF ¶
func (n *QAbstract3DSeries) ClassNameInternalF() string
func (*QAbstract3DSeries) ColorStyle ¶
func (ptr *QAbstract3DSeries) ColorStyle() Q3DTheme__ColorStyle
func (*QAbstract3DSeries) ColorStyleChanged ¶
func (ptr *QAbstract3DSeries) ColorStyleChanged(style Q3DTheme__ColorStyle)
func (*QAbstract3DSeries) ConnectBaseColorChanged ¶
func (ptr *QAbstract3DSeries) ConnectBaseColorChanged(f func(color *gui.QColor))
func (*QAbstract3DSeries) ConnectBaseGradientChanged ¶
func (ptr *QAbstract3DSeries) ConnectBaseGradientChanged(f func(gradient *gui.QLinearGradient))
func (*QAbstract3DSeries) ConnectColorStyleChanged ¶
func (ptr *QAbstract3DSeries) ConnectColorStyleChanged(f func(style Q3DTheme__ColorStyle))
func (*QAbstract3DSeries) ConnectDestroyQAbstract3DSeries ¶
func (ptr *QAbstract3DSeries) ConnectDestroyQAbstract3DSeries(f func())
func (*QAbstract3DSeries) ConnectItemLabelChanged ¶
func (ptr *QAbstract3DSeries) ConnectItemLabelChanged(f func(label string))
func (*QAbstract3DSeries) ConnectItemLabelFormatChanged ¶
func (ptr *QAbstract3DSeries) ConnectItemLabelFormatChanged(f func(format string))
func (*QAbstract3DSeries) ConnectItemLabelVisibilityChanged ¶
func (ptr *QAbstract3DSeries) ConnectItemLabelVisibilityChanged(f func(visible bool))
func (*QAbstract3DSeries) ConnectMeshChanged ¶
func (ptr *QAbstract3DSeries) ConnectMeshChanged(f func(mesh QAbstract3DSeries__Mesh))
func (*QAbstract3DSeries) ConnectMeshRotationChanged ¶
func (ptr *QAbstract3DSeries) ConnectMeshRotationChanged(f func(rotation *gui.QQuaternion))
func (*QAbstract3DSeries) ConnectMeshSmoothChanged ¶
func (ptr *QAbstract3DSeries) ConnectMeshSmoothChanged(f func(enabled bool))
func (*QAbstract3DSeries) ConnectMultiHighlightColorChanged ¶
func (ptr *QAbstract3DSeries) ConnectMultiHighlightColorChanged(f func(color *gui.QColor))
func (*QAbstract3DSeries) ConnectMultiHighlightGradientChanged ¶
func (ptr *QAbstract3DSeries) ConnectMultiHighlightGradientChanged(f func(gradient *gui.QLinearGradient))
func (*QAbstract3DSeries) ConnectNameChanged ¶
func (ptr *QAbstract3DSeries) ConnectNameChanged(f func(name string))
func (*QAbstract3DSeries) ConnectSingleHighlightColorChanged ¶
func (ptr *QAbstract3DSeries) ConnectSingleHighlightColorChanged(f func(color *gui.QColor))
func (*QAbstract3DSeries) ConnectSingleHighlightGradientChanged ¶
func (ptr *QAbstract3DSeries) ConnectSingleHighlightGradientChanged(f func(gradient *gui.QLinearGradient))
func (*QAbstract3DSeries) ConnectUserDefinedMeshChanged ¶
func (ptr *QAbstract3DSeries) ConnectUserDefinedMeshChanged(f func(fileName string))
func (*QAbstract3DSeries) ConnectVisibilityChanged ¶
func (ptr *QAbstract3DSeries) ConnectVisibilityChanged(f func(visible bool))
func (*QAbstract3DSeries) DestroyQAbstract3DSeries ¶
func (ptr *QAbstract3DSeries) DestroyQAbstract3DSeries()
func (*QAbstract3DSeries) DestroyQAbstract3DSeriesDefault ¶
func (ptr *QAbstract3DSeries) DestroyQAbstract3DSeriesDefault()
func (*QAbstract3DSeries) DisconnectBaseColorChanged ¶
func (ptr *QAbstract3DSeries) DisconnectBaseColorChanged()
func (*QAbstract3DSeries) DisconnectBaseGradientChanged ¶
func (ptr *QAbstract3DSeries) DisconnectBaseGradientChanged()
func (*QAbstract3DSeries) DisconnectColorStyleChanged ¶
func (ptr *QAbstract3DSeries) DisconnectColorStyleChanged()
func (*QAbstract3DSeries) DisconnectDestroyQAbstract3DSeries ¶
func (ptr *QAbstract3DSeries) DisconnectDestroyQAbstract3DSeries()
func (*QAbstract3DSeries) DisconnectItemLabelChanged ¶
func (ptr *QAbstract3DSeries) DisconnectItemLabelChanged()
func (*QAbstract3DSeries) DisconnectItemLabelFormatChanged ¶
func (ptr *QAbstract3DSeries) DisconnectItemLabelFormatChanged()
func (*QAbstract3DSeries) DisconnectItemLabelVisibilityChanged ¶
func (ptr *QAbstract3DSeries) DisconnectItemLabelVisibilityChanged()
func (*QAbstract3DSeries) DisconnectMeshChanged ¶
func (ptr *QAbstract3DSeries) DisconnectMeshChanged()
func (*QAbstract3DSeries) DisconnectMeshRotationChanged ¶
func (ptr *QAbstract3DSeries) DisconnectMeshRotationChanged()
func (*QAbstract3DSeries) DisconnectMeshSmoothChanged ¶
func (ptr *QAbstract3DSeries) DisconnectMeshSmoothChanged()
func (*QAbstract3DSeries) DisconnectMultiHighlightColorChanged ¶
func (ptr *QAbstract3DSeries) DisconnectMultiHighlightColorChanged()
func (*QAbstract3DSeries) DisconnectMultiHighlightGradientChanged ¶
func (ptr *QAbstract3DSeries) DisconnectMultiHighlightGradientChanged()
func (*QAbstract3DSeries) DisconnectNameChanged ¶
func (ptr *QAbstract3DSeries) DisconnectNameChanged()
func (*QAbstract3DSeries) DisconnectSingleHighlightColorChanged ¶
func (ptr *QAbstract3DSeries) DisconnectSingleHighlightColorChanged()
func (*QAbstract3DSeries) DisconnectSingleHighlightGradientChanged ¶
func (ptr *QAbstract3DSeries) DisconnectSingleHighlightGradientChanged()
func (*QAbstract3DSeries) DisconnectUserDefinedMeshChanged ¶
func (ptr *QAbstract3DSeries) DisconnectUserDefinedMeshChanged()
func (*QAbstract3DSeries) DisconnectVisibilityChanged ¶
func (ptr *QAbstract3DSeries) DisconnectVisibilityChanged()
func (*QAbstract3DSeries) IsItemLabelVisible ¶
func (ptr *QAbstract3DSeries) IsItemLabelVisible() bool
func (*QAbstract3DSeries) IsMeshSmooth ¶
func (ptr *QAbstract3DSeries) IsMeshSmooth() bool
func (*QAbstract3DSeries) IsVisible ¶
func (ptr *QAbstract3DSeries) IsVisible() bool
func (*QAbstract3DSeries) ItemLabel ¶
func (ptr *QAbstract3DSeries) ItemLabel() string
func (*QAbstract3DSeries) ItemLabelChanged ¶
func (ptr *QAbstract3DSeries) ItemLabelChanged(label string)
func (*QAbstract3DSeries) ItemLabelFormat ¶
func (ptr *QAbstract3DSeries) ItemLabelFormat() string
func (*QAbstract3DSeries) ItemLabelFormatChanged ¶
func (ptr *QAbstract3DSeries) ItemLabelFormatChanged(format string)
func (*QAbstract3DSeries) ItemLabelVisibilityChanged ¶
func (ptr *QAbstract3DSeries) ItemLabelVisibilityChanged(visible bool)
func (*QAbstract3DSeries) Mesh ¶
func (ptr *QAbstract3DSeries) Mesh() QAbstract3DSeries__Mesh
func (*QAbstract3DSeries) MeshChanged ¶
func (ptr *QAbstract3DSeries) MeshChanged(mesh QAbstract3DSeries__Mesh)
func (*QAbstract3DSeries) MeshRotation ¶
func (ptr *QAbstract3DSeries) MeshRotation() *gui.QQuaternion
func (*QAbstract3DSeries) MeshRotationChanged ¶
func (ptr *QAbstract3DSeries) MeshRotationChanged(rotation gui.QQuaternion_ITF)
func (*QAbstract3DSeries) MeshSmoothChanged ¶
func (ptr *QAbstract3DSeries) MeshSmoothChanged(enabled bool)
func (*QAbstract3DSeries) MultiHighlightColor ¶
func (ptr *QAbstract3DSeries) MultiHighlightColor() *gui.QColor
func (*QAbstract3DSeries) MultiHighlightColorChanged ¶
func (ptr *QAbstract3DSeries) MultiHighlightColorChanged(color gui.QColor_ITF)
func (*QAbstract3DSeries) MultiHighlightGradient ¶
func (ptr *QAbstract3DSeries) MultiHighlightGradient() *gui.QLinearGradient
func (*QAbstract3DSeries) MultiHighlightGradientChanged ¶
func (ptr *QAbstract3DSeries) MultiHighlightGradientChanged(gradient gui.QLinearGradient_ITF)
func (*QAbstract3DSeries) Name ¶
func (ptr *QAbstract3DSeries) Name() string
func (*QAbstract3DSeries) NameChanged ¶
func (ptr *QAbstract3DSeries) NameChanged(name string)
func (*QAbstract3DSeries) Pointer ¶
func (ptr *QAbstract3DSeries) Pointer() unsafe.Pointer
func (*QAbstract3DSeries) QAbstract3DSeries_PTR ¶
func (ptr *QAbstract3DSeries) QAbstract3DSeries_PTR() *QAbstract3DSeries
func (*QAbstract3DSeries) SetBaseColor ¶
func (ptr *QAbstract3DSeries) SetBaseColor(color gui.QColor_ITF)
func (*QAbstract3DSeries) SetBaseGradient ¶
func (ptr *QAbstract3DSeries) SetBaseGradient(gradient gui.QLinearGradient_ITF)
func (*QAbstract3DSeries) SetColorStyle ¶
func (ptr *QAbstract3DSeries) SetColorStyle(style Q3DTheme__ColorStyle)
func (*QAbstract3DSeries) SetItemLabelFormat ¶
func (ptr *QAbstract3DSeries) SetItemLabelFormat(format string)
func (*QAbstract3DSeries) SetItemLabelVisible ¶
func (ptr *QAbstract3DSeries) SetItemLabelVisible(visible bool)
func (*QAbstract3DSeries) SetMesh ¶
func (ptr *QAbstract3DSeries) SetMesh(mesh QAbstract3DSeries__Mesh)
func (*QAbstract3DSeries) SetMeshAxisAndAngle ¶
func (ptr *QAbstract3DSeries) SetMeshAxisAndAngle(axis gui.QVector3D_ITF, angle float32)
func (*QAbstract3DSeries) SetMeshRotation ¶
func (ptr *QAbstract3DSeries) SetMeshRotation(rotation gui.QQuaternion_ITF)
func (*QAbstract3DSeries) SetMeshSmooth ¶
func (ptr *QAbstract3DSeries) SetMeshSmooth(enable bool)
func (*QAbstract3DSeries) SetMultiHighlightColor ¶
func (ptr *QAbstract3DSeries) SetMultiHighlightColor(color gui.QColor_ITF)
func (*QAbstract3DSeries) SetMultiHighlightGradient ¶
func (ptr *QAbstract3DSeries) SetMultiHighlightGradient(gradient gui.QLinearGradient_ITF)
func (*QAbstract3DSeries) SetName ¶
func (ptr *QAbstract3DSeries) SetName(name string)
func (*QAbstract3DSeries) SetPointer ¶
func (ptr *QAbstract3DSeries) SetPointer(p unsafe.Pointer)
func (*QAbstract3DSeries) SetSingleHighlightColor ¶
func (ptr *QAbstract3DSeries) SetSingleHighlightColor(color gui.QColor_ITF)
func (*QAbstract3DSeries) SetSingleHighlightGradient ¶
func (ptr *QAbstract3DSeries) SetSingleHighlightGradient(gradient gui.QLinearGradient_ITF)
func (*QAbstract3DSeries) SetUserDefinedMesh ¶
func (ptr *QAbstract3DSeries) SetUserDefinedMesh(fileName string)
func (*QAbstract3DSeries) SetVisible ¶
func (ptr *QAbstract3DSeries) SetVisible(visible bool)
func (*QAbstract3DSeries) SingleHighlightColor ¶
func (ptr *QAbstract3DSeries) SingleHighlightColor() *gui.QColor
func (*QAbstract3DSeries) SingleHighlightColorChanged ¶
func (ptr *QAbstract3DSeries) SingleHighlightColorChanged(color gui.QColor_ITF)
func (*QAbstract3DSeries) SingleHighlightGradient ¶
func (ptr *QAbstract3DSeries) SingleHighlightGradient() *gui.QLinearGradient
func (*QAbstract3DSeries) SingleHighlightGradientChanged ¶
func (ptr *QAbstract3DSeries) SingleHighlightGradientChanged(gradient gui.QLinearGradient_ITF)
func (*QAbstract3DSeries) Type ¶
func (ptr *QAbstract3DSeries) Type() QAbstract3DSeries__SeriesType
func (*QAbstract3DSeries) UserDefinedMesh ¶
func (ptr *QAbstract3DSeries) UserDefinedMesh() string
func (*QAbstract3DSeries) UserDefinedMeshChanged ¶
func (ptr *QAbstract3DSeries) UserDefinedMeshChanged(fileName string)
func (*QAbstract3DSeries) VisibilityChanged ¶
func (ptr *QAbstract3DSeries) VisibilityChanged(visible bool)
type QAbstract3DSeries_ITF ¶
type QAbstract3DSeries_ITF interface {
QAbstract3DSeries_PTR() *QAbstract3DSeries
}
type QAbstract3DSeries__Mesh ¶
type QAbstract3DSeries__Mesh int64
QAbstract3DSeries::Mesh
const ( QAbstract3DSeries__MeshUserDefined QAbstract3DSeries__Mesh = QAbstract3DSeries__Mesh(0) QAbstract3DSeries__MeshBar QAbstract3DSeries__Mesh = QAbstract3DSeries__Mesh(1) QAbstract3DSeries__MeshCube QAbstract3DSeries__Mesh = QAbstract3DSeries__Mesh(2) QAbstract3DSeries__MeshPyramid QAbstract3DSeries__Mesh = QAbstract3DSeries__Mesh(3) QAbstract3DSeries__MeshCone QAbstract3DSeries__Mesh = QAbstract3DSeries__Mesh(4) QAbstract3DSeries__MeshCylinder QAbstract3DSeries__Mesh = QAbstract3DSeries__Mesh(5) QAbstract3DSeries__MeshBevelBar QAbstract3DSeries__Mesh = QAbstract3DSeries__Mesh(6) QAbstract3DSeries__MeshBevelCube QAbstract3DSeries__Mesh = QAbstract3DSeries__Mesh(7) QAbstract3DSeries__MeshSphere QAbstract3DSeries__Mesh = QAbstract3DSeries__Mesh(8) QAbstract3DSeries__MeshMinimal QAbstract3DSeries__Mesh = QAbstract3DSeries__Mesh(9) QAbstract3DSeries__MeshArrow QAbstract3DSeries__Mesh = QAbstract3DSeries__Mesh(10) QAbstract3DSeries__MeshPoint QAbstract3DSeries__Mesh = QAbstract3DSeries__Mesh(11) )
type QAbstract3DSeries__SeriesType ¶
type QAbstract3DSeries__SeriesType int64
QAbstract3DSeries::SeriesType
const ( QAbstract3DSeries__SeriesTypeNone QAbstract3DSeries__SeriesType = QAbstract3DSeries__SeriesType(0) QAbstract3DSeries__SeriesTypeBar QAbstract3DSeries__SeriesType = QAbstract3DSeries__SeriesType(1) QAbstract3DSeries__SeriesTypeScatter QAbstract3DSeries__SeriesType = QAbstract3DSeries__SeriesType(2) QAbstract3DSeries__SeriesTypeSurface QAbstract3DSeries__SeriesType = QAbstract3DSeries__SeriesType(4) )
type QAbstractDataProxy ¶
func NewQAbstractDataProxyFromPointer ¶
func NewQAbstractDataProxyFromPointer(ptr unsafe.Pointer) (n *QAbstractDataProxy)
func (*QAbstractDataProxy) ClassNameInternalF ¶
func (n *QAbstractDataProxy) ClassNameInternalF() string
func (*QAbstractDataProxy) ConnectDestroyQAbstractDataProxy ¶
func (ptr *QAbstractDataProxy) ConnectDestroyQAbstractDataProxy(f func())
func (*QAbstractDataProxy) DestroyQAbstractDataProxy ¶
func (ptr *QAbstractDataProxy) DestroyQAbstractDataProxy()
func (*QAbstractDataProxy) DestroyQAbstractDataProxyDefault ¶
func (ptr *QAbstractDataProxy) DestroyQAbstractDataProxyDefault()
func (*QAbstractDataProxy) DisconnectDestroyQAbstractDataProxy ¶
func (ptr *QAbstractDataProxy) DisconnectDestroyQAbstractDataProxy()
func (*QAbstractDataProxy) Pointer ¶
func (ptr *QAbstractDataProxy) Pointer() unsafe.Pointer
func (*QAbstractDataProxy) QAbstractDataProxy_PTR ¶
func (ptr *QAbstractDataProxy) QAbstractDataProxy_PTR() *QAbstractDataProxy
func (*QAbstractDataProxy) SetPointer ¶
func (ptr *QAbstractDataProxy) SetPointer(p unsafe.Pointer)
func (*QAbstractDataProxy) Type ¶
func (ptr *QAbstractDataProxy) Type() QAbstractDataProxy__DataType
type QAbstractDataProxy_ITF ¶
type QAbstractDataProxy_ITF interface {
QAbstractDataProxy_PTR() *QAbstractDataProxy
}
type QAbstractDataProxy__DataType ¶
type QAbstractDataProxy__DataType int64
QAbstractDataProxy::DataType
const ( QAbstractDataProxy__DataTypeNone QAbstractDataProxy__DataType = QAbstractDataProxy__DataType(0) QAbstractDataProxy__DataTypeBar QAbstractDataProxy__DataType = QAbstractDataProxy__DataType(1) QAbstractDataProxy__DataTypeScatter QAbstractDataProxy__DataType = QAbstractDataProxy__DataType(2) QAbstractDataProxy__DataTypeSurface QAbstractDataProxy__DataType = QAbstractDataProxy__DataType(4) )
type QBar3DSeries ¶
func NewQBar3DSeries ¶
func NewQBar3DSeries(parent core.QObject_ITF) *QBar3DSeries
func NewQBar3DSeries2 ¶
func NewQBar3DSeries2(dataProxy QBarDataProxy_ITF, parent core.QObject_ITF) *QBar3DSeries
func NewQBar3DSeriesFromPointer ¶
func NewQBar3DSeriesFromPointer(ptr unsafe.Pointer) (n *QBar3DSeries)
func (*QBar3DSeries) ClassNameInternalF ¶
func (n *QBar3DSeries) ClassNameInternalF() string
func (*QBar3DSeries) ConnectDataProxyChanged ¶
func (ptr *QBar3DSeries) ConnectDataProxyChanged(f func(proxy *QBarDataProxy))
func (*QBar3DSeries) ConnectDestroyQBar3DSeries ¶
func (ptr *QBar3DSeries) ConnectDestroyQBar3DSeries(f func())
func (*QBar3DSeries) ConnectMeshAngleChanged ¶
func (ptr *QBar3DSeries) ConnectMeshAngleChanged(f func(angle float32))
func (*QBar3DSeries) ConnectSelectedBarChanged ¶
func (ptr *QBar3DSeries) ConnectSelectedBarChanged(f func(position *core.QPoint))
func (*QBar3DSeries) DataProxy ¶
func (ptr *QBar3DSeries) DataProxy() *QBarDataProxy
func (*QBar3DSeries) DataProxyChanged ¶
func (ptr *QBar3DSeries) DataProxyChanged(proxy QBarDataProxy_ITF)
func (*QBar3DSeries) DestroyQBar3DSeries ¶
func (ptr *QBar3DSeries) DestroyQBar3DSeries()
func (*QBar3DSeries) DestroyQBar3DSeriesDefault ¶
func (ptr *QBar3DSeries) DestroyQBar3DSeriesDefault()
func (*QBar3DSeries) DisconnectDataProxyChanged ¶
func (ptr *QBar3DSeries) DisconnectDataProxyChanged()
func (*QBar3DSeries) DisconnectDestroyQBar3DSeries ¶
func (ptr *QBar3DSeries) DisconnectDestroyQBar3DSeries()
func (*QBar3DSeries) DisconnectMeshAngleChanged ¶
func (ptr *QBar3DSeries) DisconnectMeshAngleChanged()
func (*QBar3DSeries) DisconnectSelectedBarChanged ¶
func (ptr *QBar3DSeries) DisconnectSelectedBarChanged()
func (*QBar3DSeries) InvalidSelectionPosition ¶
func (ptr *QBar3DSeries) InvalidSelectionPosition() *core.QPoint
func (*QBar3DSeries) MeshAngle ¶
func (ptr *QBar3DSeries) MeshAngle() float32
func (*QBar3DSeries) MeshAngleChanged ¶
func (ptr *QBar3DSeries) MeshAngleChanged(angle float32)
func (*QBar3DSeries) Pointer ¶
func (ptr *QBar3DSeries) Pointer() unsafe.Pointer
func (*QBar3DSeries) QBar3DSeries_PTR ¶
func (ptr *QBar3DSeries) QBar3DSeries_PTR() *QBar3DSeries
func (*QBar3DSeries) SelectedBar ¶
func (ptr *QBar3DSeries) SelectedBar() *core.QPoint
func (*QBar3DSeries) SelectedBarChanged ¶
func (ptr *QBar3DSeries) SelectedBarChanged(position core.QPoint_ITF)
func (*QBar3DSeries) SetDataProxy ¶
func (ptr *QBar3DSeries) SetDataProxy(proxy QBarDataProxy_ITF)
func (*QBar3DSeries) SetMeshAngle ¶
func (ptr *QBar3DSeries) SetMeshAngle(angle float32)
func (*QBar3DSeries) SetPointer ¶
func (ptr *QBar3DSeries) SetPointer(p unsafe.Pointer)
func (*QBar3DSeries) SetSelectedBar ¶
func (ptr *QBar3DSeries) SetSelectedBar(position core.QPoint_ITF)
type QBar3DSeries_ITF ¶
type QBar3DSeries_ITF interface {
QBar3DSeries_PTR() *QBar3DSeries
}
type QBarDataItem ¶
func NewQBarDataItem ¶
func NewQBarDataItem() *QBarDataItem
func NewQBarDataItem2 ¶
func NewQBarDataItem2(value float32) *QBarDataItem
func NewQBarDataItem3 ¶
func NewQBarDataItem3(value float32, angle float32) *QBarDataItem
func NewQBarDataItem4 ¶
func NewQBarDataItem4(other QBarDataItem_ITF) *QBarDataItem
func NewQBarDataItemFromPointer ¶
func NewQBarDataItemFromPointer(ptr unsafe.Pointer) (n *QBarDataItem)
func (*QBarDataItem) ClassNameInternalF ¶
func (n *QBarDataItem) ClassNameInternalF() string
func (*QBarDataItem) DestroyQBarDataItem ¶
func (ptr *QBarDataItem) DestroyQBarDataItem()
func (*QBarDataItem) Pointer ¶
func (ptr *QBarDataItem) Pointer() unsafe.Pointer
func (*QBarDataItem) QBarDataItem_PTR ¶
func (ptr *QBarDataItem) QBarDataItem_PTR() *QBarDataItem
func (*QBarDataItem) Rotation ¶
func (ptr *QBarDataItem) Rotation() float32
func (*QBarDataItem) SetPointer ¶
func (ptr *QBarDataItem) SetPointer(p unsafe.Pointer)
func (*QBarDataItem) SetRotation ¶
func (ptr *QBarDataItem) SetRotation(angle float32)
func (*QBarDataItem) SetValue ¶
func (ptr *QBarDataItem) SetValue(val float32)
func (*QBarDataItem) Value ¶
func (ptr *QBarDataItem) Value() float32
type QBarDataItem_ITF ¶
type QBarDataItem_ITF interface {
QBarDataItem_PTR() *QBarDataItem
}
type QBarDataProxy ¶
func NewQBarDataProxy ¶
func NewQBarDataProxy(parent core.QObject_ITF) *QBarDataProxy
func NewQBarDataProxyFromPointer ¶
func NewQBarDataProxyFromPointer(ptr unsafe.Pointer) (n *QBarDataProxy)
func (*QBarDataProxy) ArrayReset ¶
func (ptr *QBarDataProxy) ArrayReset()
func (*QBarDataProxy) ClassNameInternalF ¶
func (n *QBarDataProxy) ClassNameInternalF() string
func (*QBarDataProxy) ColumnLabels ¶
func (ptr *QBarDataProxy) ColumnLabels() []string
func (*QBarDataProxy) ColumnLabelsChanged ¶
func (ptr *QBarDataProxy) ColumnLabelsChanged()
func (*QBarDataProxy) ConnectArrayReset ¶
func (ptr *QBarDataProxy) ConnectArrayReset(f func())
func (*QBarDataProxy) ConnectColumnLabelsChanged ¶
func (ptr *QBarDataProxy) ConnectColumnLabelsChanged(f func())
func (*QBarDataProxy) ConnectDestroyQBarDataProxy ¶
func (ptr *QBarDataProxy) ConnectDestroyQBarDataProxy(f func())
func (*QBarDataProxy) ConnectItemChanged ¶
func (ptr *QBarDataProxy) ConnectItemChanged(f func(rowIndex int, columnIndex int))
func (*QBarDataProxy) ConnectRowCountChanged ¶
func (ptr *QBarDataProxy) ConnectRowCountChanged(f func(count int))
func (*QBarDataProxy) ConnectRowLabelsChanged ¶
func (ptr *QBarDataProxy) ConnectRowLabelsChanged(f func())
func (*QBarDataProxy) ConnectRowsAdded ¶
func (ptr *QBarDataProxy) ConnectRowsAdded(f func(startIndex int, count int))
func (*QBarDataProxy) ConnectRowsChanged ¶
func (ptr *QBarDataProxy) ConnectRowsChanged(f func(startIndex int, count int))
func (*QBarDataProxy) ConnectRowsInserted ¶
func (ptr *QBarDataProxy) ConnectRowsInserted(f func(startIndex int, count int))
func (*QBarDataProxy) ConnectRowsRemoved ¶
func (ptr *QBarDataProxy) ConnectRowsRemoved(f func(startIndex int, count int))
func (*QBarDataProxy) ConnectSeriesChanged ¶
func (ptr *QBarDataProxy) ConnectSeriesChanged(f func(series *QBar3DSeries))
func (*QBarDataProxy) DestroyQBarDataProxy ¶
func (ptr *QBarDataProxy) DestroyQBarDataProxy()
func (*QBarDataProxy) DestroyQBarDataProxyDefault ¶
func (ptr *QBarDataProxy) DestroyQBarDataProxyDefault()
func (*QBarDataProxy) DisconnectArrayReset ¶
func (ptr *QBarDataProxy) DisconnectArrayReset()
func (*QBarDataProxy) DisconnectColumnLabelsChanged ¶
func (ptr *QBarDataProxy) DisconnectColumnLabelsChanged()
func (*QBarDataProxy) DisconnectDestroyQBarDataProxy ¶
func (ptr *QBarDataProxy) DisconnectDestroyQBarDataProxy()
func (*QBarDataProxy) DisconnectItemChanged ¶
func (ptr *QBarDataProxy) DisconnectItemChanged()
func (*QBarDataProxy) DisconnectRowCountChanged ¶
func (ptr *QBarDataProxy) DisconnectRowCountChanged()
func (*QBarDataProxy) DisconnectRowLabelsChanged ¶
func (ptr *QBarDataProxy) DisconnectRowLabelsChanged()
func (*QBarDataProxy) DisconnectRowsAdded ¶
func (ptr *QBarDataProxy) DisconnectRowsAdded()
func (*QBarDataProxy) DisconnectRowsChanged ¶
func (ptr *QBarDataProxy) DisconnectRowsChanged()
func (*QBarDataProxy) DisconnectRowsInserted ¶
func (ptr *QBarDataProxy) DisconnectRowsInserted()
func (*QBarDataProxy) DisconnectRowsRemoved ¶
func (ptr *QBarDataProxy) DisconnectRowsRemoved()
func (*QBarDataProxy) DisconnectSeriesChanged ¶
func (ptr *QBarDataProxy) DisconnectSeriesChanged()
func (*QBarDataProxy) ItemAt ¶
func (ptr *QBarDataProxy) ItemAt(rowIndex int, columnIndex int) *QBarDataItem
func (*QBarDataProxy) ItemAt2 ¶
func (ptr *QBarDataProxy) ItemAt2(position core.QPoint_ITF) *QBarDataItem
func (*QBarDataProxy) ItemChanged ¶
func (ptr *QBarDataProxy) ItemChanged(rowIndex int, columnIndex int)
func (*QBarDataProxy) Pointer ¶
func (ptr *QBarDataProxy) Pointer() unsafe.Pointer
func (*QBarDataProxy) QBarDataProxy_PTR ¶
func (ptr *QBarDataProxy) QBarDataProxy_PTR() *QBarDataProxy
func (*QBarDataProxy) RemoveRows ¶
func (ptr *QBarDataProxy) RemoveRows(rowIndex int, removeCount int, removeLabels bool)
func (*QBarDataProxy) ResetArray ¶
func (ptr *QBarDataProxy) ResetArray()
func (*QBarDataProxy) RowCount ¶
func (ptr *QBarDataProxy) RowCount() int
func (*QBarDataProxy) RowCountChanged ¶
func (ptr *QBarDataProxy) RowCountChanged(count int)
func (*QBarDataProxy) RowLabels ¶
func (ptr *QBarDataProxy) RowLabels() []string
func (*QBarDataProxy) RowLabelsChanged ¶
func (ptr *QBarDataProxy) RowLabelsChanged()
func (*QBarDataProxy) RowsAdded ¶
func (ptr *QBarDataProxy) RowsAdded(startIndex int, count int)
func (*QBarDataProxy) RowsChanged ¶
func (ptr *QBarDataProxy) RowsChanged(startIndex int, count int)
func (*QBarDataProxy) RowsInserted ¶
func (ptr *QBarDataProxy) RowsInserted(startIndex int, count int)
func (*QBarDataProxy) RowsRemoved ¶
func (ptr *QBarDataProxy) RowsRemoved(startIndex int, count int)
func (*QBarDataProxy) Series ¶
func (ptr *QBarDataProxy) Series() *QBar3DSeries
func (*QBarDataProxy) SeriesChanged ¶
func (ptr *QBarDataProxy) SeriesChanged(series QBar3DSeries_ITF)
func (*QBarDataProxy) SetColumnLabels ¶
func (ptr *QBarDataProxy) SetColumnLabels(labels []string)
func (*QBarDataProxy) SetItem ¶
func (ptr *QBarDataProxy) SetItem(rowIndex int, columnIndex int, item QBarDataItem_ITF)
func (*QBarDataProxy) SetItem2 ¶
func (ptr *QBarDataProxy) SetItem2(position core.QPoint_ITF, item QBarDataItem_ITF)
func (*QBarDataProxy) SetPointer ¶
func (ptr *QBarDataProxy) SetPointer(p unsafe.Pointer)
func (*QBarDataProxy) SetRowLabels ¶
func (ptr *QBarDataProxy) SetRowLabels(labels []string)
type QBarDataProxy_ITF ¶
type QBarDataProxy_ITF interface {
QBarDataProxy_PTR() *QBarDataProxy
}
type QCategory3DAxis ¶
func NewQCategory3DAxis ¶
func NewQCategory3DAxis(parent core.QObject_ITF) *QCategory3DAxis
func NewQCategory3DAxisFromPointer ¶
func NewQCategory3DAxisFromPointer(ptr unsafe.Pointer) (n *QCategory3DAxis)
func (*QCategory3DAxis) ClassNameInternalF ¶
func (n *QCategory3DAxis) ClassNameInternalF() string
func (*QCategory3DAxis) ConnectDestroyQCategory3DAxis ¶
func (ptr *QCategory3DAxis) ConnectDestroyQCategory3DAxis(f func())
func (*QCategory3DAxis) ConnectLabelsChanged ¶
func (ptr *QCategory3DAxis) ConnectLabelsChanged(f func())
func (*QCategory3DAxis) DestroyQCategory3DAxis ¶
func (ptr *QCategory3DAxis) DestroyQCategory3DAxis()
func (*QCategory3DAxis) DestroyQCategory3DAxisDefault ¶
func (ptr *QCategory3DAxis) DestroyQCategory3DAxisDefault()
func (*QCategory3DAxis) DisconnectDestroyQCategory3DAxis ¶
func (ptr *QCategory3DAxis) DisconnectDestroyQCategory3DAxis()
func (*QCategory3DAxis) DisconnectLabelsChanged ¶
func (ptr *QCategory3DAxis) DisconnectLabelsChanged()
func (*QCategory3DAxis) Labels ¶
func (ptr *QCategory3DAxis) Labels() []string
func (*QCategory3DAxis) LabelsChanged ¶
func (ptr *QCategory3DAxis) LabelsChanged()
func (*QCategory3DAxis) Pointer ¶
func (ptr *QCategory3DAxis) Pointer() unsafe.Pointer
func (*QCategory3DAxis) QCategory3DAxis_PTR ¶
func (ptr *QCategory3DAxis) QCategory3DAxis_PTR() *QCategory3DAxis
func (*QCategory3DAxis) SetLabels ¶
func (ptr *QCategory3DAxis) SetLabels(labels []string)
func (*QCategory3DAxis) SetPointer ¶
func (ptr *QCategory3DAxis) SetPointer(p unsafe.Pointer)
type QCategory3DAxis_ITF ¶
type QCategory3DAxis_ITF interface {
QCategory3DAxis_PTR() *QCategory3DAxis
}
type QCustom3DItem ¶
func NewQCustom3DItem ¶
func NewQCustom3DItem(parent core.QObject_ITF) *QCustom3DItem
func NewQCustom3DItem2 ¶
func NewQCustom3DItem2(meshFile string, position gui.QVector3D_ITF, scaling gui.QVector3D_ITF, rotation gui.QQuaternion_ITF, texture gui.QImage_ITF, parent core.QObject_ITF) *QCustom3DItem
func NewQCustom3DItemFromPointer ¶
func NewQCustom3DItemFromPointer(ptr unsafe.Pointer) (n *QCustom3DItem)
func (*QCustom3DItem) ClassNameInternalF ¶
func (n *QCustom3DItem) ClassNameInternalF() string
func (*QCustom3DItem) ConnectDestroyQCustom3DItem ¶
func (ptr *QCustom3DItem) ConnectDestroyQCustom3DItem(f func())
func (*QCustom3DItem) ConnectMeshFileChanged ¶
func (ptr *QCustom3DItem) ConnectMeshFileChanged(f func(meshFile string))
func (*QCustom3DItem) ConnectPositionAbsoluteChanged ¶
func (ptr *QCustom3DItem) ConnectPositionAbsoluteChanged(f func(positionAbsolute bool))
func (*QCustom3DItem) ConnectPositionChanged ¶
func (ptr *QCustom3DItem) ConnectPositionChanged(f func(position *gui.QVector3D))
func (*QCustom3DItem) ConnectRotationChanged ¶
func (ptr *QCustom3DItem) ConnectRotationChanged(f func(rotation *gui.QQuaternion))
func (*QCustom3DItem) ConnectScalingAbsoluteChanged ¶
func (ptr *QCustom3DItem) ConnectScalingAbsoluteChanged(f func(scalingAbsolute bool))
func (*QCustom3DItem) ConnectScalingChanged ¶
func (ptr *QCustom3DItem) ConnectScalingChanged(f func(scaling *gui.QVector3D))
func (*QCustom3DItem) ConnectShadowCastingChanged ¶
func (ptr *QCustom3DItem) ConnectShadowCastingChanged(f func(shadowCasting bool))
func (*QCustom3DItem) ConnectTextureFileChanged ¶
func (ptr *QCustom3DItem) ConnectTextureFileChanged(f func(textureFile string))
func (*QCustom3DItem) ConnectVisibleChanged ¶
func (ptr *QCustom3DItem) ConnectVisibleChanged(f func(visible bool))
func (*QCustom3DItem) DestroyQCustom3DItem ¶
func (ptr *QCustom3DItem) DestroyQCustom3DItem()
func (*QCustom3DItem) DestroyQCustom3DItemDefault ¶
func (ptr *QCustom3DItem) DestroyQCustom3DItemDefault()
func (*QCustom3DItem) DisconnectDestroyQCustom3DItem ¶
func (ptr *QCustom3DItem) DisconnectDestroyQCustom3DItem()
func (*QCustom3DItem) DisconnectMeshFileChanged ¶
func (ptr *QCustom3DItem) DisconnectMeshFileChanged()
func (*QCustom3DItem) DisconnectPositionAbsoluteChanged ¶
func (ptr *QCustom3DItem) DisconnectPositionAbsoluteChanged()
func (*QCustom3DItem) DisconnectPositionChanged ¶
func (ptr *QCustom3DItem) DisconnectPositionChanged()
func (*QCustom3DItem) DisconnectRotationChanged ¶
func (ptr *QCustom3DItem) DisconnectRotationChanged()
func (*QCustom3DItem) DisconnectScalingAbsoluteChanged ¶
func (ptr *QCustom3DItem) DisconnectScalingAbsoluteChanged()
func (*QCustom3DItem) DisconnectScalingChanged ¶
func (ptr *QCustom3DItem) DisconnectScalingChanged()
func (*QCustom3DItem) DisconnectShadowCastingChanged ¶
func (ptr *QCustom3DItem) DisconnectShadowCastingChanged()
func (*QCustom3DItem) DisconnectTextureFileChanged ¶
func (ptr *QCustom3DItem) DisconnectTextureFileChanged()
func (*QCustom3DItem) DisconnectVisibleChanged ¶
func (ptr *QCustom3DItem) DisconnectVisibleChanged()
func (*QCustom3DItem) IsPositionAbsolute ¶
func (ptr *QCustom3DItem) IsPositionAbsolute() bool
func (*QCustom3DItem) IsScalingAbsolute ¶
func (ptr *QCustom3DItem) IsScalingAbsolute() bool
func (*QCustom3DItem) IsShadowCasting ¶
func (ptr *QCustom3DItem) IsShadowCasting() bool
func (*QCustom3DItem) IsVisible ¶
func (ptr *QCustom3DItem) IsVisible() bool
func (*QCustom3DItem) MeshFile ¶
func (ptr *QCustom3DItem) MeshFile() string
func (*QCustom3DItem) MeshFileChanged ¶
func (ptr *QCustom3DItem) MeshFileChanged(meshFile string)
func (*QCustom3DItem) Pointer ¶
func (ptr *QCustom3DItem) Pointer() unsafe.Pointer
func (*QCustom3DItem) Position ¶
func (ptr *QCustom3DItem) Position() *gui.QVector3D
func (*QCustom3DItem) PositionAbsoluteChanged ¶
func (ptr *QCustom3DItem) PositionAbsoluteChanged(positionAbsolute bool)
func (*QCustom3DItem) PositionChanged ¶
func (ptr *QCustom3DItem) PositionChanged(position gui.QVector3D_ITF)
func (*QCustom3DItem) QCustom3DItem_PTR ¶
func (ptr *QCustom3DItem) QCustom3DItem_PTR() *QCustom3DItem
func (*QCustom3DItem) Rotation ¶
func (ptr *QCustom3DItem) Rotation() *gui.QQuaternion
func (*QCustom3DItem) RotationChanged ¶
func (ptr *QCustom3DItem) RotationChanged(rotation gui.QQuaternion_ITF)
func (*QCustom3DItem) Scaling ¶
func (ptr *QCustom3DItem) Scaling() *gui.QVector3D
func (*QCustom3DItem) ScalingAbsoluteChanged ¶
func (ptr *QCustom3DItem) ScalingAbsoluteChanged(scalingAbsolute bool)
func (*QCustom3DItem) ScalingChanged ¶
func (ptr *QCustom3DItem) ScalingChanged(scaling gui.QVector3D_ITF)
func (*QCustom3DItem) SetMeshFile ¶
func (ptr *QCustom3DItem) SetMeshFile(meshFile string)
func (*QCustom3DItem) SetPointer ¶
func (ptr *QCustom3DItem) SetPointer(p unsafe.Pointer)
func (*QCustom3DItem) SetPosition ¶
func (ptr *QCustom3DItem) SetPosition(position gui.QVector3D_ITF)
func (*QCustom3DItem) SetPositionAbsolute ¶
func (ptr *QCustom3DItem) SetPositionAbsolute(positionAbsolute bool)
func (*QCustom3DItem) SetRotation ¶
func (ptr *QCustom3DItem) SetRotation(rotation gui.QQuaternion_ITF)
func (*QCustom3DItem) SetRotationAxisAndAngle ¶
func (ptr *QCustom3DItem) SetRotationAxisAndAngle(axis gui.QVector3D_ITF, angle float32)
func (*QCustom3DItem) SetScaling ¶
func (ptr *QCustom3DItem) SetScaling(scaling gui.QVector3D_ITF)
func (*QCustom3DItem) SetScalingAbsolute ¶
func (ptr *QCustom3DItem) SetScalingAbsolute(scalingAbsolute bool)
func (*QCustom3DItem) SetShadowCasting ¶
func (ptr *QCustom3DItem) SetShadowCasting(enabled bool)
func (*QCustom3DItem) SetTextureFile ¶
func (ptr *QCustom3DItem) SetTextureFile(textureFile string)
func (*QCustom3DItem) SetTextureImage ¶
func (ptr *QCustom3DItem) SetTextureImage(textureImage gui.QImage_ITF)
func (*QCustom3DItem) SetVisible ¶
func (ptr *QCustom3DItem) SetVisible(visible bool)
func (*QCustom3DItem) ShadowCastingChanged ¶
func (ptr *QCustom3DItem) ShadowCastingChanged(shadowCasting bool)
func (*QCustom3DItem) TextureFile ¶
func (ptr *QCustom3DItem) TextureFile() string
func (*QCustom3DItem) TextureFileChanged ¶
func (ptr *QCustom3DItem) TextureFileChanged(textureFile string)
func (*QCustom3DItem) VisibleChanged ¶
func (ptr *QCustom3DItem) VisibleChanged(visible bool)
type QCustom3DItem_ITF ¶
type QCustom3DItem_ITF interface {
QCustom3DItem_PTR() *QCustom3DItem
}
type QCustom3DLabel ¶
func NewQCustom3DLabel ¶
func NewQCustom3DLabel(parent core.QObject_ITF) *QCustom3DLabel
func NewQCustom3DLabel2 ¶
func NewQCustom3DLabel2(text string, font gui.QFont_ITF, position gui.QVector3D_ITF, scaling gui.QVector3D_ITF, rotation gui.QQuaternion_ITF, parent core.QObject_ITF) *QCustom3DLabel
func NewQCustom3DLabelFromPointer ¶
func NewQCustom3DLabelFromPointer(ptr unsafe.Pointer) (n *QCustom3DLabel)
func (*QCustom3DLabel) BackgroundColor ¶
func (ptr *QCustom3DLabel) BackgroundColor() *gui.QColor
func (*QCustom3DLabel) BackgroundColorChanged ¶
func (ptr *QCustom3DLabel) BackgroundColorChanged(color gui.QColor_ITF)
func (*QCustom3DLabel) BackgroundEnabledChanged ¶
func (ptr *QCustom3DLabel) BackgroundEnabledChanged(enabled bool)
func (*QCustom3DLabel) BorderEnabledChanged ¶
func (ptr *QCustom3DLabel) BorderEnabledChanged(enabled bool)
func (*QCustom3DLabel) ClassNameInternalF ¶
func (n *QCustom3DLabel) ClassNameInternalF() string
func (*QCustom3DLabel) ConnectBackgroundColorChanged ¶
func (ptr *QCustom3DLabel) ConnectBackgroundColorChanged(f func(color *gui.QColor))
func (*QCustom3DLabel) ConnectBackgroundEnabledChanged ¶
func (ptr *QCustom3DLabel) ConnectBackgroundEnabledChanged(f func(enabled bool))
func (*QCustom3DLabel) ConnectBorderEnabledChanged ¶
func (ptr *QCustom3DLabel) ConnectBorderEnabledChanged(f func(enabled bool))
func (*QCustom3DLabel) ConnectDestroyQCustom3DLabel ¶
func (ptr *QCustom3DLabel) ConnectDestroyQCustom3DLabel(f func())
func (*QCustom3DLabel) ConnectFacingCameraChanged ¶
func (ptr *QCustom3DLabel) ConnectFacingCameraChanged(f func(enabled bool))
func (*QCustom3DLabel) ConnectFontChanged ¶
func (ptr *QCustom3DLabel) ConnectFontChanged(f func(font *gui.QFont))
func (*QCustom3DLabel) ConnectTextChanged ¶
func (ptr *QCustom3DLabel) ConnectTextChanged(f func(text string))
func (*QCustom3DLabel) ConnectTextColorChanged ¶
func (ptr *QCustom3DLabel) ConnectTextColorChanged(f func(color *gui.QColor))
func (*QCustom3DLabel) DestroyQCustom3DLabel ¶
func (ptr *QCustom3DLabel) DestroyQCustom3DLabel()
func (*QCustom3DLabel) DestroyQCustom3DLabelDefault ¶
func (ptr *QCustom3DLabel) DestroyQCustom3DLabelDefault()
func (*QCustom3DLabel) DisconnectBackgroundColorChanged ¶
func (ptr *QCustom3DLabel) DisconnectBackgroundColorChanged()
func (*QCustom3DLabel) DisconnectBackgroundEnabledChanged ¶
func (ptr *QCustom3DLabel) DisconnectBackgroundEnabledChanged()
func (*QCustom3DLabel) DisconnectBorderEnabledChanged ¶
func (ptr *QCustom3DLabel) DisconnectBorderEnabledChanged()
func (*QCustom3DLabel) DisconnectDestroyQCustom3DLabel ¶
func (ptr *QCustom3DLabel) DisconnectDestroyQCustom3DLabel()
func (*QCustom3DLabel) DisconnectFacingCameraChanged ¶
func (ptr *QCustom3DLabel) DisconnectFacingCameraChanged()
func (*QCustom3DLabel) DisconnectFontChanged ¶
func (ptr *QCustom3DLabel) DisconnectFontChanged()
func (*QCustom3DLabel) DisconnectTextChanged ¶
func (ptr *QCustom3DLabel) DisconnectTextChanged()
func (*QCustom3DLabel) DisconnectTextColorChanged ¶
func (ptr *QCustom3DLabel) DisconnectTextColorChanged()
func (*QCustom3DLabel) FacingCameraChanged ¶
func (ptr *QCustom3DLabel) FacingCameraChanged(enabled bool)
func (*QCustom3DLabel) Font ¶
func (ptr *QCustom3DLabel) Font() *gui.QFont
func (*QCustom3DLabel) FontChanged ¶
func (ptr *QCustom3DLabel) FontChanged(font gui.QFont_ITF)
func (*QCustom3DLabel) IsBackgroundEnabled ¶
func (ptr *QCustom3DLabel) IsBackgroundEnabled() bool
func (*QCustom3DLabel) IsBorderEnabled ¶
func (ptr *QCustom3DLabel) IsBorderEnabled() bool
func (*QCustom3DLabel) IsFacingCamera ¶
func (ptr *QCustom3DLabel) IsFacingCamera() bool
func (*QCustom3DLabel) Pointer ¶
func (ptr *QCustom3DLabel) Pointer() unsafe.Pointer
func (*QCustom3DLabel) QCustom3DLabel_PTR ¶
func (ptr *QCustom3DLabel) QCustom3DLabel_PTR() *QCustom3DLabel
func (*QCustom3DLabel) SetBackgroundColor ¶
func (ptr *QCustom3DLabel) SetBackgroundColor(color gui.QColor_ITF)
func (*QCustom3DLabel) SetBackgroundEnabled ¶
func (ptr *QCustom3DLabel) SetBackgroundEnabled(enabled bool)
func (*QCustom3DLabel) SetBorderEnabled ¶
func (ptr *QCustom3DLabel) SetBorderEnabled(enabled bool)
func (*QCustom3DLabel) SetFacingCamera ¶
func (ptr *QCustom3DLabel) SetFacingCamera(enabled bool)
func (*QCustom3DLabel) SetFont ¶
func (ptr *QCustom3DLabel) SetFont(font gui.QFont_ITF)
func (*QCustom3DLabel) SetPointer ¶
func (ptr *QCustom3DLabel) SetPointer(p unsafe.Pointer)
func (*QCustom3DLabel) SetText ¶
func (ptr *QCustom3DLabel) SetText(text string)
func (*QCustom3DLabel) SetTextColor ¶
func (ptr *QCustom3DLabel) SetTextColor(color gui.QColor_ITF)
func (*QCustom3DLabel) Text ¶
func (ptr *QCustom3DLabel) Text() string
func (*QCustom3DLabel) TextChanged ¶
func (ptr *QCustom3DLabel) TextChanged(text string)
func (*QCustom3DLabel) TextColor ¶
func (ptr *QCustom3DLabel) TextColor() *gui.QColor
func (*QCustom3DLabel) TextColorChanged ¶
func (ptr *QCustom3DLabel) TextColorChanged(color gui.QColor_ITF)
type QCustom3DLabel_ITF ¶
type QCustom3DLabel_ITF interface {
QCustom3DLabel_PTR() *QCustom3DLabel
}
type QCustom3DVolume ¶
func NewQCustom3DVolume ¶
func NewQCustom3DVolume(parent core.QObject_ITF) *QCustom3DVolume
func NewQCustom3DVolumeFromPointer ¶
func NewQCustom3DVolumeFromPointer(ptr unsafe.Pointer) (n *QCustom3DVolume)
func (*QCustom3DVolume) AlphaMultiplier ¶
func (ptr *QCustom3DVolume) AlphaMultiplier() float32
func (*QCustom3DVolume) AlphaMultiplierChanged ¶
func (ptr *QCustom3DVolume) AlphaMultiplierChanged(mult float32)
func (*QCustom3DVolume) ClassNameInternalF ¶
func (n *QCustom3DVolume) ClassNameInternalF() string
func (*QCustom3DVolume) ColorTable ¶
func (ptr *QCustom3DVolume) ColorTable() []uint
func (*QCustom3DVolume) ColorTableChanged ¶
func (ptr *QCustom3DVolume) ColorTableChanged()
func (*QCustom3DVolume) ConnectAlphaMultiplierChanged ¶
func (ptr *QCustom3DVolume) ConnectAlphaMultiplierChanged(f func(mult float32))
func (*QCustom3DVolume) ConnectColorTableChanged ¶
func (ptr *QCustom3DVolume) ConnectColorTableChanged(f func())
func (*QCustom3DVolume) ConnectDestroyQCustom3DVolume ¶
func (ptr *QCustom3DVolume) ConnectDestroyQCustom3DVolume(f func())
func (*QCustom3DVolume) ConnectDrawSliceFramesChanged ¶
func (ptr *QCustom3DVolume) ConnectDrawSliceFramesChanged(f func(enabled bool))
func (*QCustom3DVolume) ConnectDrawSlicesChanged ¶
func (ptr *QCustom3DVolume) ConnectDrawSlicesChanged(f func(enabled bool))
func (*QCustom3DVolume) ConnectPreserveOpacityChanged ¶
func (ptr *QCustom3DVolume) ConnectPreserveOpacityChanged(f func(enabled bool))
func (*QCustom3DVolume) ConnectSliceFrameColorChanged ¶
func (ptr *QCustom3DVolume) ConnectSliceFrameColorChanged(f func(color *gui.QColor))
func (*QCustom3DVolume) ConnectSliceFrameGapsChanged ¶
func (ptr *QCustom3DVolume) ConnectSliceFrameGapsChanged(f func(values *gui.QVector3D))
func (*QCustom3DVolume) ConnectSliceFrameThicknessesChanged ¶
func (ptr *QCustom3DVolume) ConnectSliceFrameThicknessesChanged(f func(values *gui.QVector3D))
func (*QCustom3DVolume) ConnectSliceFrameWidthsChanged ¶
func (ptr *QCustom3DVolume) ConnectSliceFrameWidthsChanged(f func(values *gui.QVector3D))
func (*QCustom3DVolume) ConnectSliceIndexXChanged ¶
func (ptr *QCustom3DVolume) ConnectSliceIndexXChanged(f func(value int))
func (*QCustom3DVolume) ConnectSliceIndexYChanged ¶
func (ptr *QCustom3DVolume) ConnectSliceIndexYChanged(f func(value int))
func (*QCustom3DVolume) ConnectSliceIndexZChanged ¶
func (ptr *QCustom3DVolume) ConnectSliceIndexZChanged(f func(value int))
func (*QCustom3DVolume) ConnectTextureDepthChanged ¶
func (ptr *QCustom3DVolume) ConnectTextureDepthChanged(f func(value int))
func (*QCustom3DVolume) ConnectTextureFormatChanged ¶
func (ptr *QCustom3DVolume) ConnectTextureFormatChanged(f func(format gui.QImage__Format))
func (*QCustom3DVolume) ConnectTextureHeightChanged ¶
func (ptr *QCustom3DVolume) ConnectTextureHeightChanged(f func(value int))
func (*QCustom3DVolume) ConnectTextureWidthChanged ¶
func (ptr *QCustom3DVolume) ConnectTextureWidthChanged(f func(value int))
func (*QCustom3DVolume) ConnectUseHighDefShaderChanged ¶
func (ptr *QCustom3DVolume) ConnectUseHighDefShaderChanged(f func(enabled bool))
func (*QCustom3DVolume) DestroyQCustom3DVolume ¶
func (ptr *QCustom3DVolume) DestroyQCustom3DVolume()
func (*QCustom3DVolume) DestroyQCustom3DVolumeDefault ¶
func (ptr *QCustom3DVolume) DestroyQCustom3DVolumeDefault()
func (*QCustom3DVolume) DisconnectAlphaMultiplierChanged ¶
func (ptr *QCustom3DVolume) DisconnectAlphaMultiplierChanged()
func (*QCustom3DVolume) DisconnectColorTableChanged ¶
func (ptr *QCustom3DVolume) DisconnectColorTableChanged()
func (*QCustom3DVolume) DisconnectDestroyQCustom3DVolume ¶
func (ptr *QCustom3DVolume) DisconnectDestroyQCustom3DVolume()
func (*QCustom3DVolume) DisconnectDrawSliceFramesChanged ¶
func (ptr *QCustom3DVolume) DisconnectDrawSliceFramesChanged()
func (*QCustom3DVolume) DisconnectDrawSlicesChanged ¶
func (ptr *QCustom3DVolume) DisconnectDrawSlicesChanged()
func (*QCustom3DVolume) DisconnectPreserveOpacityChanged ¶
func (ptr *QCustom3DVolume) DisconnectPreserveOpacityChanged()
func (*QCustom3DVolume) DisconnectSliceFrameColorChanged ¶
func (ptr *QCustom3DVolume) DisconnectSliceFrameColorChanged()
func (*QCustom3DVolume) DisconnectSliceFrameGapsChanged ¶
func (ptr *QCustom3DVolume) DisconnectSliceFrameGapsChanged()
func (*QCustom3DVolume) DisconnectSliceFrameThicknessesChanged ¶
func (ptr *QCustom3DVolume) DisconnectSliceFrameThicknessesChanged()
func (*QCustom3DVolume) DisconnectSliceFrameWidthsChanged ¶
func (ptr *QCustom3DVolume) DisconnectSliceFrameWidthsChanged()
func (*QCustom3DVolume) DisconnectSliceIndexXChanged ¶
func (ptr *QCustom3DVolume) DisconnectSliceIndexXChanged()
func (*QCustom3DVolume) DisconnectSliceIndexYChanged ¶
func (ptr *QCustom3DVolume) DisconnectSliceIndexYChanged()
func (*QCustom3DVolume) DisconnectSliceIndexZChanged ¶
func (ptr *QCustom3DVolume) DisconnectSliceIndexZChanged()
func (*QCustom3DVolume) DisconnectTextureDepthChanged ¶
func (ptr *QCustom3DVolume) DisconnectTextureDepthChanged()
func (*QCustom3DVolume) DisconnectTextureFormatChanged ¶
func (ptr *QCustom3DVolume) DisconnectTextureFormatChanged()
func (*QCustom3DVolume) DisconnectTextureHeightChanged ¶
func (ptr *QCustom3DVolume) DisconnectTextureHeightChanged()
func (*QCustom3DVolume) DisconnectTextureWidthChanged ¶
func (ptr *QCustom3DVolume) DisconnectTextureWidthChanged()
func (*QCustom3DVolume) DisconnectUseHighDefShaderChanged ¶
func (ptr *QCustom3DVolume) DisconnectUseHighDefShaderChanged()
func (*QCustom3DVolume) DrawSliceFrames ¶
func (ptr *QCustom3DVolume) DrawSliceFrames() bool
func (*QCustom3DVolume) DrawSliceFramesChanged ¶
func (ptr *QCustom3DVolume) DrawSliceFramesChanged(enabled bool)
func (*QCustom3DVolume) DrawSlices ¶
func (ptr *QCustom3DVolume) DrawSlices() bool
func (*QCustom3DVolume) DrawSlicesChanged ¶
func (ptr *QCustom3DVolume) DrawSlicesChanged(enabled bool)
func (*QCustom3DVolume) Pointer ¶
func (ptr *QCustom3DVolume) Pointer() unsafe.Pointer
func (*QCustom3DVolume) PreserveOpacity ¶
func (ptr *QCustom3DVolume) PreserveOpacity() bool
func (*QCustom3DVolume) PreserveOpacityChanged ¶
func (ptr *QCustom3DVolume) PreserveOpacityChanged(enabled bool)
func (*QCustom3DVolume) QCustom3DVolume_PTR ¶
func (ptr *QCustom3DVolume) QCustom3DVolume_PTR() *QCustom3DVolume
func (*QCustom3DVolume) RenderSlice ¶
func (*QCustom3DVolume) SetAlphaMultiplier ¶
func (ptr *QCustom3DVolume) SetAlphaMultiplier(mult float32)
func (*QCustom3DVolume) SetColorTable ¶
func (ptr *QCustom3DVolume) SetColorTable(colors []uint)
func (*QCustom3DVolume) SetDrawSliceFrames ¶
func (ptr *QCustom3DVolume) SetDrawSliceFrames(enable bool)
func (*QCustom3DVolume) SetDrawSlices ¶
func (ptr *QCustom3DVolume) SetDrawSlices(enable bool)
func (*QCustom3DVolume) SetPointer ¶
func (ptr *QCustom3DVolume) SetPointer(p unsafe.Pointer)
func (*QCustom3DVolume) SetPreserveOpacity ¶
func (ptr *QCustom3DVolume) SetPreserveOpacity(enable bool)
func (*QCustom3DVolume) SetSliceFrameColor ¶
func (ptr *QCustom3DVolume) SetSliceFrameColor(color gui.QColor_ITF)
func (*QCustom3DVolume) SetSliceFrameGaps ¶
func (ptr *QCustom3DVolume) SetSliceFrameGaps(values gui.QVector3D_ITF)
func (*QCustom3DVolume) SetSliceFrameThicknesses ¶
func (ptr *QCustom3DVolume) SetSliceFrameThicknesses(values gui.QVector3D_ITF)
func (*QCustom3DVolume) SetSliceFrameWidths ¶
func (ptr *QCustom3DVolume) SetSliceFrameWidths(values gui.QVector3D_ITF)
func (*QCustom3DVolume) SetSliceIndexX ¶
func (ptr *QCustom3DVolume) SetSliceIndexX(value int)
func (*QCustom3DVolume) SetSliceIndexY ¶
func (ptr *QCustom3DVolume) SetSliceIndexY(value int)
func (*QCustom3DVolume) SetSliceIndexZ ¶
func (ptr *QCustom3DVolume) SetSliceIndexZ(value int)
func (*QCustom3DVolume) SetSliceIndices ¶
func (ptr *QCustom3DVolume) SetSliceIndices(x int, y int, z int)
func (*QCustom3DVolume) SetSubTextureData ¶
func (ptr *QCustom3DVolume) SetSubTextureData(axis core.Qt__Axis, index int, data string)
func (*QCustom3DVolume) SetSubTextureData2 ¶
func (ptr *QCustom3DVolume) SetSubTextureData2(axis core.Qt__Axis, index int, image gui.QImage_ITF)
func (*QCustom3DVolume) SetTextureDepth ¶
func (ptr *QCustom3DVolume) SetTextureDepth(value int)
func (*QCustom3DVolume) SetTextureDimensions ¶
func (ptr *QCustom3DVolume) SetTextureDimensions(width int, height int, depth int)
func (*QCustom3DVolume) SetTextureFormat ¶
func (ptr *QCustom3DVolume) SetTextureFormat(format gui.QImage__Format)
func (*QCustom3DVolume) SetTextureHeight ¶
func (ptr *QCustom3DVolume) SetTextureHeight(value int)
func (*QCustom3DVolume) SetTextureWidth ¶
func (ptr *QCustom3DVolume) SetTextureWidth(value int)
func (*QCustom3DVolume) SetUseHighDefShader ¶
func (ptr *QCustom3DVolume) SetUseHighDefShader(enable bool)
func (*QCustom3DVolume) SliceFrameColor ¶
func (ptr *QCustom3DVolume) SliceFrameColor() *gui.QColor
func (*QCustom3DVolume) SliceFrameColorChanged ¶
func (ptr *QCustom3DVolume) SliceFrameColorChanged(color gui.QColor_ITF)
func (*QCustom3DVolume) SliceFrameGaps ¶
func (ptr *QCustom3DVolume) SliceFrameGaps() *gui.QVector3D
func (*QCustom3DVolume) SliceFrameGapsChanged ¶
func (ptr *QCustom3DVolume) SliceFrameGapsChanged(values gui.QVector3D_ITF)
func (*QCustom3DVolume) SliceFrameThicknesses ¶
func (ptr *QCustom3DVolume) SliceFrameThicknesses() *gui.QVector3D
func (*QCustom3DVolume) SliceFrameThicknessesChanged ¶
func (ptr *QCustom3DVolume) SliceFrameThicknessesChanged(values gui.QVector3D_ITF)
func (*QCustom3DVolume) SliceFrameWidths ¶
func (ptr *QCustom3DVolume) SliceFrameWidths() *gui.QVector3D
func (*QCustom3DVolume) SliceFrameWidthsChanged ¶
func (ptr *QCustom3DVolume) SliceFrameWidthsChanged(values gui.QVector3D_ITF)
func (*QCustom3DVolume) SliceIndexX ¶
func (ptr *QCustom3DVolume) SliceIndexX() int
func (*QCustom3DVolume) SliceIndexXChanged ¶
func (ptr *QCustom3DVolume) SliceIndexXChanged(value int)
func (*QCustom3DVolume) SliceIndexY ¶
func (ptr *QCustom3DVolume) SliceIndexY() int
func (*QCustom3DVolume) SliceIndexYChanged ¶
func (ptr *QCustom3DVolume) SliceIndexYChanged(value int)
func (*QCustom3DVolume) SliceIndexZ ¶
func (ptr *QCustom3DVolume) SliceIndexZ() int
func (*QCustom3DVolume) SliceIndexZChanged ¶
func (ptr *QCustom3DVolume) SliceIndexZChanged(value int)
func (*QCustom3DVolume) TextureDepth ¶
func (ptr *QCustom3DVolume) TextureDepth() int
func (*QCustom3DVolume) TextureDepthChanged ¶
func (ptr *QCustom3DVolume) TextureDepthChanged(value int)
func (*QCustom3DVolume) TextureFormat ¶
func (ptr *QCustom3DVolume) TextureFormat() gui.QImage__Format
func (*QCustom3DVolume) TextureFormatChanged ¶
func (ptr *QCustom3DVolume) TextureFormatChanged(format gui.QImage__Format)
func (*QCustom3DVolume) TextureHeight ¶
func (ptr *QCustom3DVolume) TextureHeight() int
func (*QCustom3DVolume) TextureHeightChanged ¶
func (ptr *QCustom3DVolume) TextureHeightChanged(value int)
func (*QCustom3DVolume) TextureWidth ¶
func (ptr *QCustom3DVolume) TextureWidth() int
func (*QCustom3DVolume) TextureWidthChanged ¶
func (ptr *QCustom3DVolume) TextureWidthChanged(value int)
func (*QCustom3DVolume) UseHighDefShader ¶
func (ptr *QCustom3DVolume) UseHighDefShader() bool
func (*QCustom3DVolume) UseHighDefShaderChanged ¶
func (ptr *QCustom3DVolume) UseHighDefShaderChanged(enabled bool)
type QCustom3DVolume_ITF ¶
type QCustom3DVolume_ITF interface {
QCustom3DVolume_PTR() *QCustom3DVolume
}
type QHeightMapSurfaceDataProxy ¶
func NewQHeightMapSurfaceDataProxy ¶
func NewQHeightMapSurfaceDataProxy(parent core.QObject_ITF) *QHeightMapSurfaceDataProxy
func NewQHeightMapSurfaceDataProxy2 ¶
func NewQHeightMapSurfaceDataProxy2(image gui.QImage_ITF, parent core.QObject_ITF) *QHeightMapSurfaceDataProxy
func NewQHeightMapSurfaceDataProxy3 ¶
func NewQHeightMapSurfaceDataProxy3(filename string, parent core.QObject_ITF) *QHeightMapSurfaceDataProxy
func NewQHeightMapSurfaceDataProxyFromPointer ¶
func NewQHeightMapSurfaceDataProxyFromPointer(ptr unsafe.Pointer) (n *QHeightMapSurfaceDataProxy)
func (*QHeightMapSurfaceDataProxy) ClassNameInternalF ¶
func (n *QHeightMapSurfaceDataProxy) ClassNameInternalF() string
func (*QHeightMapSurfaceDataProxy) ConnectDestroyQHeightMapSurfaceDataProxy ¶
func (ptr *QHeightMapSurfaceDataProxy) ConnectDestroyQHeightMapSurfaceDataProxy(f func())
func (*QHeightMapSurfaceDataProxy) ConnectHeightMapChanged ¶
func (ptr *QHeightMapSurfaceDataProxy) ConnectHeightMapChanged(f func(image *gui.QImage))
func (*QHeightMapSurfaceDataProxy) ConnectHeightMapFileChanged ¶
func (ptr *QHeightMapSurfaceDataProxy) ConnectHeightMapFileChanged(f func(filename string))
func (*QHeightMapSurfaceDataProxy) ConnectMaxXValueChanged ¶
func (ptr *QHeightMapSurfaceDataProxy) ConnectMaxXValueChanged(f func(value float32))
func (*QHeightMapSurfaceDataProxy) ConnectMaxZValueChanged ¶
func (ptr *QHeightMapSurfaceDataProxy) ConnectMaxZValueChanged(f func(value float32))
func (*QHeightMapSurfaceDataProxy) ConnectMinXValueChanged ¶
func (ptr *QHeightMapSurfaceDataProxy) ConnectMinXValueChanged(f func(value float32))
func (*QHeightMapSurfaceDataProxy) ConnectMinZValueChanged ¶
func (ptr *QHeightMapSurfaceDataProxy) ConnectMinZValueChanged(f func(value float32))
func (*QHeightMapSurfaceDataProxy) DestroyQHeightMapSurfaceDataProxy ¶
func (ptr *QHeightMapSurfaceDataProxy) DestroyQHeightMapSurfaceDataProxy()
func (*QHeightMapSurfaceDataProxy) DestroyQHeightMapSurfaceDataProxyDefault ¶
func (ptr *QHeightMapSurfaceDataProxy) DestroyQHeightMapSurfaceDataProxyDefault()
func (*QHeightMapSurfaceDataProxy) DisconnectDestroyQHeightMapSurfaceDataProxy ¶
func (ptr *QHeightMapSurfaceDataProxy) DisconnectDestroyQHeightMapSurfaceDataProxy()
func (*QHeightMapSurfaceDataProxy) DisconnectHeightMapChanged ¶
func (ptr *QHeightMapSurfaceDataProxy) DisconnectHeightMapChanged()
func (*QHeightMapSurfaceDataProxy) DisconnectHeightMapFileChanged ¶
func (ptr *QHeightMapSurfaceDataProxy) DisconnectHeightMapFileChanged()
func (*QHeightMapSurfaceDataProxy) DisconnectMaxXValueChanged ¶
func (ptr *QHeightMapSurfaceDataProxy) DisconnectMaxXValueChanged()
func (*QHeightMapSurfaceDataProxy) DisconnectMaxZValueChanged ¶
func (ptr *QHeightMapSurfaceDataProxy) DisconnectMaxZValueChanged()
func (*QHeightMapSurfaceDataProxy) DisconnectMinXValueChanged ¶
func (ptr *QHeightMapSurfaceDataProxy) DisconnectMinXValueChanged()
func (*QHeightMapSurfaceDataProxy) DisconnectMinZValueChanged ¶
func (ptr *QHeightMapSurfaceDataProxy) DisconnectMinZValueChanged()
func (*QHeightMapSurfaceDataProxy) HeightMap ¶
func (ptr *QHeightMapSurfaceDataProxy) HeightMap() *gui.QImage
func (*QHeightMapSurfaceDataProxy) HeightMapChanged ¶
func (ptr *QHeightMapSurfaceDataProxy) HeightMapChanged(image gui.QImage_ITF)
func (*QHeightMapSurfaceDataProxy) HeightMapFile ¶
func (ptr *QHeightMapSurfaceDataProxy) HeightMapFile() string
func (*QHeightMapSurfaceDataProxy) HeightMapFileChanged ¶
func (ptr *QHeightMapSurfaceDataProxy) HeightMapFileChanged(filename string)
func (*QHeightMapSurfaceDataProxy) MaxXValue ¶
func (ptr *QHeightMapSurfaceDataProxy) MaxXValue() float32
func (*QHeightMapSurfaceDataProxy) MaxXValueChanged ¶
func (ptr *QHeightMapSurfaceDataProxy) MaxXValueChanged(value float32)
func (*QHeightMapSurfaceDataProxy) MaxZValue ¶
func (ptr *QHeightMapSurfaceDataProxy) MaxZValue() float32
func (*QHeightMapSurfaceDataProxy) MaxZValueChanged ¶
func (ptr *QHeightMapSurfaceDataProxy) MaxZValueChanged(value float32)
func (*QHeightMapSurfaceDataProxy) MinXValue ¶
func (ptr *QHeightMapSurfaceDataProxy) MinXValue() float32
func (*QHeightMapSurfaceDataProxy) MinXValueChanged ¶
func (ptr *QHeightMapSurfaceDataProxy) MinXValueChanged(value float32)
func (*QHeightMapSurfaceDataProxy) MinZValue ¶
func (ptr *QHeightMapSurfaceDataProxy) MinZValue() float32
func (*QHeightMapSurfaceDataProxy) MinZValueChanged ¶
func (ptr *QHeightMapSurfaceDataProxy) MinZValueChanged(value float32)
func (*QHeightMapSurfaceDataProxy) Pointer ¶
func (ptr *QHeightMapSurfaceDataProxy) Pointer() unsafe.Pointer
func (*QHeightMapSurfaceDataProxy) QHeightMapSurfaceDataProxy_PTR ¶
func (ptr *QHeightMapSurfaceDataProxy) QHeightMapSurfaceDataProxy_PTR() *QHeightMapSurfaceDataProxy
func (*QHeightMapSurfaceDataProxy) SetHeightMap ¶
func (ptr *QHeightMapSurfaceDataProxy) SetHeightMap(image gui.QImage_ITF)
func (*QHeightMapSurfaceDataProxy) SetHeightMapFile ¶
func (ptr *QHeightMapSurfaceDataProxy) SetHeightMapFile(filename string)
func (*QHeightMapSurfaceDataProxy) SetMaxXValue ¶
func (ptr *QHeightMapSurfaceDataProxy) SetMaxXValue(max float32)
func (*QHeightMapSurfaceDataProxy) SetMaxZValue ¶
func (ptr *QHeightMapSurfaceDataProxy) SetMaxZValue(max float32)
func (*QHeightMapSurfaceDataProxy) SetMinXValue ¶
func (ptr *QHeightMapSurfaceDataProxy) SetMinXValue(min float32)
func (*QHeightMapSurfaceDataProxy) SetMinZValue ¶
func (ptr *QHeightMapSurfaceDataProxy) SetMinZValue(min float32)
func (*QHeightMapSurfaceDataProxy) SetPointer ¶
func (ptr *QHeightMapSurfaceDataProxy) SetPointer(p unsafe.Pointer)
func (*QHeightMapSurfaceDataProxy) SetValueRanges ¶
func (ptr *QHeightMapSurfaceDataProxy) SetValueRanges(minX float32, maxX float32, minZ float32, maxZ float32)
type QHeightMapSurfaceDataProxy_ITF ¶
type QHeightMapSurfaceDataProxy_ITF interface {
QHeightMapSurfaceDataProxy_PTR() *QHeightMapSurfaceDataProxy
}
type QItemModelBarDataProxy ¶
func NewQItemModelBarDataProxy ¶
func NewQItemModelBarDataProxy(parent core.QObject_ITF) *QItemModelBarDataProxy
func NewQItemModelBarDataProxy2 ¶
func NewQItemModelBarDataProxy2(itemModel core.QAbstractItemModel_ITF, parent core.QObject_ITF) *QItemModelBarDataProxy
func NewQItemModelBarDataProxy3 ¶
func NewQItemModelBarDataProxy3(itemModel core.QAbstractItemModel_ITF, valueRole string, parent core.QObject_ITF) *QItemModelBarDataProxy
func NewQItemModelBarDataProxy4 ¶
func NewQItemModelBarDataProxy4(itemModel core.QAbstractItemModel_ITF, rowRole string, columnRole string, valueRole string, parent core.QObject_ITF) *QItemModelBarDataProxy
func NewQItemModelBarDataProxy5 ¶
func NewQItemModelBarDataProxy5(itemModel core.QAbstractItemModel_ITF, rowRole string, columnRole string, valueRole string, rotationRole string, parent core.QObject_ITF) *QItemModelBarDataProxy
func NewQItemModelBarDataProxy6 ¶
func NewQItemModelBarDataProxy6(itemModel core.QAbstractItemModel_ITF, rowRole string, columnRole string, valueRole string, rowCategories []string, columnCategories []string, parent core.QObject_ITF) *QItemModelBarDataProxy
func NewQItemModelBarDataProxy7 ¶
func NewQItemModelBarDataProxy7(itemModel core.QAbstractItemModel_ITF, rowRole string, columnRole string, valueRole string, rotationRole string, rowCategories []string, columnCategories []string, parent core.QObject_ITF) *QItemModelBarDataProxy
func NewQItemModelBarDataProxyFromPointer ¶
func NewQItemModelBarDataProxyFromPointer(ptr unsafe.Pointer) (n *QItemModelBarDataProxy)
func (*QItemModelBarDataProxy) AutoColumnCategories ¶
func (ptr *QItemModelBarDataProxy) AutoColumnCategories() bool
func (*QItemModelBarDataProxy) AutoColumnCategoriesChanged ¶
func (ptr *QItemModelBarDataProxy) AutoColumnCategoriesChanged(enable bool)
func (*QItemModelBarDataProxy) AutoRowCategories ¶
func (ptr *QItemModelBarDataProxy) AutoRowCategories() bool
func (*QItemModelBarDataProxy) AutoRowCategoriesChanged ¶
func (ptr *QItemModelBarDataProxy) AutoRowCategoriesChanged(enable bool)
func (*QItemModelBarDataProxy) ClassNameInternalF ¶
func (n *QItemModelBarDataProxy) ClassNameInternalF() string
func (*QItemModelBarDataProxy) ColumnCategories ¶
func (ptr *QItemModelBarDataProxy) ColumnCategories() []string
func (*QItemModelBarDataProxy) ColumnCategoriesChanged ¶
func (ptr *QItemModelBarDataProxy) ColumnCategoriesChanged()
func (*QItemModelBarDataProxy) ColumnCategoryIndex ¶
func (ptr *QItemModelBarDataProxy) ColumnCategoryIndex(category string) int
func (*QItemModelBarDataProxy) ColumnRole ¶
func (ptr *QItemModelBarDataProxy) ColumnRole() string
func (*QItemModelBarDataProxy) ColumnRoleChanged ¶
func (ptr *QItemModelBarDataProxy) ColumnRoleChanged(role string)
func (*QItemModelBarDataProxy) ColumnRolePattern ¶
func (ptr *QItemModelBarDataProxy) ColumnRolePattern() *core.QRegExp
func (*QItemModelBarDataProxy) ColumnRolePatternChanged ¶
func (ptr *QItemModelBarDataProxy) ColumnRolePatternChanged(pattern core.QRegExp_ITF)
func (*QItemModelBarDataProxy) ColumnRoleReplace ¶
func (ptr *QItemModelBarDataProxy) ColumnRoleReplace() string
func (*QItemModelBarDataProxy) ColumnRoleReplaceChanged ¶
func (ptr *QItemModelBarDataProxy) ColumnRoleReplaceChanged(replace string)
func (*QItemModelBarDataProxy) ConnectAutoColumnCategoriesChanged ¶
func (ptr *QItemModelBarDataProxy) ConnectAutoColumnCategoriesChanged(f func(enable bool))
func (*QItemModelBarDataProxy) ConnectAutoRowCategoriesChanged ¶
func (ptr *QItemModelBarDataProxy) ConnectAutoRowCategoriesChanged(f func(enable bool))
func (*QItemModelBarDataProxy) ConnectColumnCategoriesChanged ¶
func (ptr *QItemModelBarDataProxy) ConnectColumnCategoriesChanged(f func())
func (*QItemModelBarDataProxy) ConnectColumnRoleChanged ¶
func (ptr *QItemModelBarDataProxy) ConnectColumnRoleChanged(f func(role string))
func (*QItemModelBarDataProxy) ConnectColumnRolePatternChanged ¶
func (ptr *QItemModelBarDataProxy) ConnectColumnRolePatternChanged(f func(pattern *core.QRegExp))
func (*QItemModelBarDataProxy) ConnectColumnRoleReplaceChanged ¶
func (ptr *QItemModelBarDataProxy) ConnectColumnRoleReplaceChanged(f func(replace string))
func (*QItemModelBarDataProxy) ConnectDestroyQItemModelBarDataProxy ¶
func (ptr *QItemModelBarDataProxy) ConnectDestroyQItemModelBarDataProxy(f func())
func (*QItemModelBarDataProxy) ConnectItemModelChanged ¶
func (ptr *QItemModelBarDataProxy) ConnectItemModelChanged(f func(itemModel *core.QAbstractItemModel))
func (*QItemModelBarDataProxy) ConnectMultiMatchBehaviorChanged ¶
func (ptr *QItemModelBarDataProxy) ConnectMultiMatchBehaviorChanged(f func(behavior QItemModelBarDataProxy__MultiMatchBehavior))
func (*QItemModelBarDataProxy) ConnectRotationRoleChanged ¶
func (ptr *QItemModelBarDataProxy) ConnectRotationRoleChanged(f func(role string))
func (*QItemModelBarDataProxy) ConnectRotationRolePatternChanged ¶
func (ptr *QItemModelBarDataProxy) ConnectRotationRolePatternChanged(f func(pattern *core.QRegExp))
func (*QItemModelBarDataProxy) ConnectRotationRoleReplaceChanged ¶
func (ptr *QItemModelBarDataProxy) ConnectRotationRoleReplaceChanged(f func(replace string))
func (*QItemModelBarDataProxy) ConnectRowCategoriesChanged ¶
func (ptr *QItemModelBarDataProxy) ConnectRowCategoriesChanged(f func())
func (*QItemModelBarDataProxy) ConnectRowRoleChanged ¶
func (ptr *QItemModelBarDataProxy) ConnectRowRoleChanged(f func(role string))
func (*QItemModelBarDataProxy) ConnectRowRolePatternChanged ¶
func (ptr *QItemModelBarDataProxy) ConnectRowRolePatternChanged(f func(pattern *core.QRegExp))
func (*QItemModelBarDataProxy) ConnectRowRoleReplaceChanged ¶
func (ptr *QItemModelBarDataProxy) ConnectRowRoleReplaceChanged(f func(replace string))
func (*QItemModelBarDataProxy) ConnectUseModelCategoriesChanged ¶
func (ptr *QItemModelBarDataProxy) ConnectUseModelCategoriesChanged(f func(enable bool))
func (*QItemModelBarDataProxy) ConnectValueRoleChanged ¶
func (ptr *QItemModelBarDataProxy) ConnectValueRoleChanged(f func(role string))
func (*QItemModelBarDataProxy) ConnectValueRolePatternChanged ¶
func (ptr *QItemModelBarDataProxy) ConnectValueRolePatternChanged(f func(pattern *core.QRegExp))
func (*QItemModelBarDataProxy) ConnectValueRoleReplaceChanged ¶
func (ptr *QItemModelBarDataProxy) ConnectValueRoleReplaceChanged(f func(replace string))
func (*QItemModelBarDataProxy) DestroyQItemModelBarDataProxy ¶
func (ptr *QItemModelBarDataProxy) DestroyQItemModelBarDataProxy()
func (*QItemModelBarDataProxy) DestroyQItemModelBarDataProxyDefault ¶
func (ptr *QItemModelBarDataProxy) DestroyQItemModelBarDataProxyDefault()
func (*QItemModelBarDataProxy) DisconnectAutoColumnCategoriesChanged ¶
func (ptr *QItemModelBarDataProxy) DisconnectAutoColumnCategoriesChanged()
func (*QItemModelBarDataProxy) DisconnectAutoRowCategoriesChanged ¶
func (ptr *QItemModelBarDataProxy) DisconnectAutoRowCategoriesChanged()
func (*QItemModelBarDataProxy) DisconnectColumnCategoriesChanged ¶
func (ptr *QItemModelBarDataProxy) DisconnectColumnCategoriesChanged()
func (*QItemModelBarDataProxy) DisconnectColumnRoleChanged ¶
func (ptr *QItemModelBarDataProxy) DisconnectColumnRoleChanged()
func (*QItemModelBarDataProxy) DisconnectColumnRolePatternChanged ¶
func (ptr *QItemModelBarDataProxy) DisconnectColumnRolePatternChanged()
func (*QItemModelBarDataProxy) DisconnectColumnRoleReplaceChanged ¶
func (ptr *QItemModelBarDataProxy) DisconnectColumnRoleReplaceChanged()
func (*QItemModelBarDataProxy) DisconnectDestroyQItemModelBarDataProxy ¶
func (ptr *QItemModelBarDataProxy) DisconnectDestroyQItemModelBarDataProxy()
func (*QItemModelBarDataProxy) DisconnectItemModelChanged ¶
func (ptr *QItemModelBarDataProxy) DisconnectItemModelChanged()
func (*QItemModelBarDataProxy) DisconnectMultiMatchBehaviorChanged ¶
func (ptr *QItemModelBarDataProxy) DisconnectMultiMatchBehaviorChanged()
func (*QItemModelBarDataProxy) DisconnectRotationRoleChanged ¶
func (ptr *QItemModelBarDataProxy) DisconnectRotationRoleChanged()
func (*QItemModelBarDataProxy) DisconnectRotationRolePatternChanged ¶
func (ptr *QItemModelBarDataProxy) DisconnectRotationRolePatternChanged()
func (*QItemModelBarDataProxy) DisconnectRotationRoleReplaceChanged ¶
func (ptr *QItemModelBarDataProxy) DisconnectRotationRoleReplaceChanged()
func (*QItemModelBarDataProxy) DisconnectRowCategoriesChanged ¶
func (ptr *QItemModelBarDataProxy) DisconnectRowCategoriesChanged()
func (*QItemModelBarDataProxy) DisconnectRowRoleChanged ¶
func (ptr *QItemModelBarDataProxy) DisconnectRowRoleChanged()
func (*QItemModelBarDataProxy) DisconnectRowRolePatternChanged ¶
func (ptr *QItemModelBarDataProxy) DisconnectRowRolePatternChanged()
func (*QItemModelBarDataProxy) DisconnectRowRoleReplaceChanged ¶
func (ptr *QItemModelBarDataProxy) DisconnectRowRoleReplaceChanged()
func (*QItemModelBarDataProxy) DisconnectUseModelCategoriesChanged ¶
func (ptr *QItemModelBarDataProxy) DisconnectUseModelCategoriesChanged()
func (*QItemModelBarDataProxy) DisconnectValueRoleChanged ¶
func (ptr *QItemModelBarDataProxy) DisconnectValueRoleChanged()
func (*QItemModelBarDataProxy) DisconnectValueRolePatternChanged ¶
func (ptr *QItemModelBarDataProxy) DisconnectValueRolePatternChanged()
func (*QItemModelBarDataProxy) DisconnectValueRoleReplaceChanged ¶
func (ptr *QItemModelBarDataProxy) DisconnectValueRoleReplaceChanged()
func (*QItemModelBarDataProxy) ItemModel ¶
func (ptr *QItemModelBarDataProxy) ItemModel() *core.QAbstractItemModel
func (*QItemModelBarDataProxy) ItemModelChanged ¶
func (ptr *QItemModelBarDataProxy) ItemModelChanged(itemModel core.QAbstractItemModel_ITF)
func (*QItemModelBarDataProxy) MultiMatchBehavior ¶
func (ptr *QItemModelBarDataProxy) MultiMatchBehavior() QItemModelBarDataProxy__MultiMatchBehavior
func (*QItemModelBarDataProxy) MultiMatchBehaviorChanged ¶
func (ptr *QItemModelBarDataProxy) MultiMatchBehaviorChanged(behavior QItemModelBarDataProxy__MultiMatchBehavior)
func (*QItemModelBarDataProxy) Pointer ¶
func (ptr *QItemModelBarDataProxy) Pointer() unsafe.Pointer
func (*QItemModelBarDataProxy) QItemModelBarDataProxy_PTR ¶
func (ptr *QItemModelBarDataProxy) QItemModelBarDataProxy_PTR() *QItemModelBarDataProxy
func (*QItemModelBarDataProxy) RotationRole ¶
func (ptr *QItemModelBarDataProxy) RotationRole() string
func (*QItemModelBarDataProxy) RotationRoleChanged ¶
func (ptr *QItemModelBarDataProxy) RotationRoleChanged(role string)
func (*QItemModelBarDataProxy) RotationRolePattern ¶
func (ptr *QItemModelBarDataProxy) RotationRolePattern() *core.QRegExp
func (*QItemModelBarDataProxy) RotationRolePatternChanged ¶
func (ptr *QItemModelBarDataProxy) RotationRolePatternChanged(pattern core.QRegExp_ITF)
func (*QItemModelBarDataProxy) RotationRoleReplace ¶
func (ptr *QItemModelBarDataProxy) RotationRoleReplace() string
func (*QItemModelBarDataProxy) RotationRoleReplaceChanged ¶
func (ptr *QItemModelBarDataProxy) RotationRoleReplaceChanged(replace string)
func (*QItemModelBarDataProxy) RowCategories ¶
func (ptr *QItemModelBarDataProxy) RowCategories() []string
func (*QItemModelBarDataProxy) RowCategoriesChanged ¶
func (ptr *QItemModelBarDataProxy) RowCategoriesChanged()
func (*QItemModelBarDataProxy) RowCategoryIndex ¶
func (ptr *QItemModelBarDataProxy) RowCategoryIndex(category string) int
func (*QItemModelBarDataProxy) RowRole ¶
func (ptr *QItemModelBarDataProxy) RowRole() string
func (*QItemModelBarDataProxy) RowRoleChanged ¶
func (ptr *QItemModelBarDataProxy) RowRoleChanged(role string)
func (*QItemModelBarDataProxy) RowRolePattern ¶
func (ptr *QItemModelBarDataProxy) RowRolePattern() *core.QRegExp
func (*QItemModelBarDataProxy) RowRolePatternChanged ¶
func (ptr *QItemModelBarDataProxy) RowRolePatternChanged(pattern core.QRegExp_ITF)
func (*QItemModelBarDataProxy) RowRoleReplace ¶
func (ptr *QItemModelBarDataProxy) RowRoleReplace() string
func (*QItemModelBarDataProxy) RowRoleReplaceChanged ¶
func (ptr *QItemModelBarDataProxy) RowRoleReplaceChanged(replace string)
func (*QItemModelBarDataProxy) SetAutoColumnCategories ¶
func (ptr *QItemModelBarDataProxy) SetAutoColumnCategories(enable bool)
func (*QItemModelBarDataProxy) SetAutoRowCategories ¶
func (ptr *QItemModelBarDataProxy) SetAutoRowCategories(enable bool)
func (*QItemModelBarDataProxy) SetColumnCategories ¶
func (ptr *QItemModelBarDataProxy) SetColumnCategories(categories []string)
func (*QItemModelBarDataProxy) SetColumnRole ¶
func (ptr *QItemModelBarDataProxy) SetColumnRole(role string)
func (*QItemModelBarDataProxy) SetColumnRolePattern ¶
func (ptr *QItemModelBarDataProxy) SetColumnRolePattern(pattern core.QRegExp_ITF)
func (*QItemModelBarDataProxy) SetColumnRoleReplace ¶
func (ptr *QItemModelBarDataProxy) SetColumnRoleReplace(replace string)
func (*QItemModelBarDataProxy) SetItemModel ¶
func (ptr *QItemModelBarDataProxy) SetItemModel(itemModel core.QAbstractItemModel_ITF)
func (*QItemModelBarDataProxy) SetMultiMatchBehavior ¶
func (ptr *QItemModelBarDataProxy) SetMultiMatchBehavior(behavior QItemModelBarDataProxy__MultiMatchBehavior)
func (*QItemModelBarDataProxy) SetPointer ¶
func (ptr *QItemModelBarDataProxy) SetPointer(p unsafe.Pointer)
func (*QItemModelBarDataProxy) SetRotationRole ¶
func (ptr *QItemModelBarDataProxy) SetRotationRole(role string)
func (*QItemModelBarDataProxy) SetRotationRolePattern ¶
func (ptr *QItemModelBarDataProxy) SetRotationRolePattern(pattern core.QRegExp_ITF)
func (*QItemModelBarDataProxy) SetRotationRoleReplace ¶
func (ptr *QItemModelBarDataProxy) SetRotationRoleReplace(replace string)
func (*QItemModelBarDataProxy) SetRowCategories ¶
func (ptr *QItemModelBarDataProxy) SetRowCategories(categories []string)
func (*QItemModelBarDataProxy) SetRowRole ¶
func (ptr *QItemModelBarDataProxy) SetRowRole(role string)
func (*QItemModelBarDataProxy) SetRowRolePattern ¶
func (ptr *QItemModelBarDataProxy) SetRowRolePattern(pattern core.QRegExp_ITF)
func (*QItemModelBarDataProxy) SetRowRoleReplace ¶
func (ptr *QItemModelBarDataProxy) SetRowRoleReplace(replace string)
func (*QItemModelBarDataProxy) SetUseModelCategories ¶
func (ptr *QItemModelBarDataProxy) SetUseModelCategories(enable bool)
func (*QItemModelBarDataProxy) SetValueRole ¶
func (ptr *QItemModelBarDataProxy) SetValueRole(role string)
func (*QItemModelBarDataProxy) SetValueRolePattern ¶
func (ptr *QItemModelBarDataProxy) SetValueRolePattern(pattern core.QRegExp_ITF)
func (*QItemModelBarDataProxy) SetValueRoleReplace ¶
func (ptr *QItemModelBarDataProxy) SetValueRoleReplace(replace string)
func (*QItemModelBarDataProxy) UseModelCategories ¶
func (ptr *QItemModelBarDataProxy) UseModelCategories() bool
func (*QItemModelBarDataProxy) UseModelCategoriesChanged ¶
func (ptr *QItemModelBarDataProxy) UseModelCategoriesChanged(enable bool)
func (*QItemModelBarDataProxy) ValueRole ¶
func (ptr *QItemModelBarDataProxy) ValueRole() string
func (*QItemModelBarDataProxy) ValueRoleChanged ¶
func (ptr *QItemModelBarDataProxy) ValueRoleChanged(role string)
func (*QItemModelBarDataProxy) ValueRolePattern ¶
func (ptr *QItemModelBarDataProxy) ValueRolePattern() *core.QRegExp
func (*QItemModelBarDataProxy) ValueRolePatternChanged ¶
func (ptr *QItemModelBarDataProxy) ValueRolePatternChanged(pattern core.QRegExp_ITF)
func (*QItemModelBarDataProxy) ValueRoleReplace ¶
func (ptr *QItemModelBarDataProxy) ValueRoleReplace() string
func (*QItemModelBarDataProxy) ValueRoleReplaceChanged ¶
func (ptr *QItemModelBarDataProxy) ValueRoleReplaceChanged(replace string)
type QItemModelBarDataProxy_ITF ¶
type QItemModelBarDataProxy_ITF interface {
QItemModelBarDataProxy_PTR() *QItemModelBarDataProxy
}
type QItemModelBarDataProxy__MultiMatchBehavior ¶
type QItemModelBarDataProxy__MultiMatchBehavior int64
QItemModelBarDataProxy::MultiMatchBehavior
const ( QItemModelBarDataProxy__MMBFirst QItemModelBarDataProxy__MultiMatchBehavior = QItemModelBarDataProxy__MultiMatchBehavior(0) QItemModelBarDataProxy__MMBLast QItemModelBarDataProxy__MultiMatchBehavior = QItemModelBarDataProxy__MultiMatchBehavior(1) QItemModelBarDataProxy__MMBAverage QItemModelBarDataProxy__MultiMatchBehavior = QItemModelBarDataProxy__MultiMatchBehavior(2) QItemModelBarDataProxy__MMBCumulative QItemModelBarDataProxy__MultiMatchBehavior = QItemModelBarDataProxy__MultiMatchBehavior(3) )
type QItemModelScatterDataProxy ¶
func NewQItemModelScatterDataProxy ¶
func NewQItemModelScatterDataProxy(parent core.QObject_ITF) *QItemModelScatterDataProxy
func NewQItemModelScatterDataProxy2 ¶
func NewQItemModelScatterDataProxy2(itemModel core.QAbstractItemModel_ITF, parent core.QObject_ITF) *QItemModelScatterDataProxy
func NewQItemModelScatterDataProxy3 ¶
func NewQItemModelScatterDataProxy3(itemModel core.QAbstractItemModel_ITF, xPosRole string, yPosRole string, zPosRole string, parent core.QObject_ITF) *QItemModelScatterDataProxy
func NewQItemModelScatterDataProxy4 ¶
func NewQItemModelScatterDataProxy4(itemModel core.QAbstractItemModel_ITF, xPosRole string, yPosRole string, zPosRole string, rotationRole string, parent core.QObject_ITF) *QItemModelScatterDataProxy
func NewQItemModelScatterDataProxyFromPointer ¶
func NewQItemModelScatterDataProxyFromPointer(ptr unsafe.Pointer) (n *QItemModelScatterDataProxy)
func (*QItemModelScatterDataProxy) ClassNameInternalF ¶
func (n *QItemModelScatterDataProxy) ClassNameInternalF() string
func (*QItemModelScatterDataProxy) ConnectDestroyQItemModelScatterDataProxy ¶
func (ptr *QItemModelScatterDataProxy) ConnectDestroyQItemModelScatterDataProxy(f func())
func (*QItemModelScatterDataProxy) ConnectItemModelChanged ¶
func (ptr *QItemModelScatterDataProxy) ConnectItemModelChanged(f func(itemModel *core.QAbstractItemModel))
func (*QItemModelScatterDataProxy) ConnectRotationRoleChanged ¶
func (ptr *QItemModelScatterDataProxy) ConnectRotationRoleChanged(f func(role string))
func (*QItemModelScatterDataProxy) ConnectRotationRolePatternChanged ¶
func (ptr *QItemModelScatterDataProxy) ConnectRotationRolePatternChanged(f func(pattern *core.QRegExp))
func (*QItemModelScatterDataProxy) ConnectRotationRoleReplaceChanged ¶
func (ptr *QItemModelScatterDataProxy) ConnectRotationRoleReplaceChanged(f func(replace string))
func (*QItemModelScatterDataProxy) ConnectXPosRoleChanged ¶
func (ptr *QItemModelScatterDataProxy) ConnectXPosRoleChanged(f func(role string))
func (*QItemModelScatterDataProxy) ConnectXPosRolePatternChanged ¶
func (ptr *QItemModelScatterDataProxy) ConnectXPosRolePatternChanged(f func(pattern *core.QRegExp))
func (*QItemModelScatterDataProxy) ConnectXPosRoleReplaceChanged ¶
func (ptr *QItemModelScatterDataProxy) ConnectXPosRoleReplaceChanged(f func(replace string))
func (*QItemModelScatterDataProxy) ConnectYPosRoleChanged ¶
func (ptr *QItemModelScatterDataProxy) ConnectYPosRoleChanged(f func(role string))
func (*QItemModelScatterDataProxy) ConnectYPosRolePatternChanged ¶
func (ptr *QItemModelScatterDataProxy) ConnectYPosRolePatternChanged(f func(pattern *core.QRegExp))
func (*QItemModelScatterDataProxy) ConnectYPosRoleReplaceChanged ¶
func (ptr *QItemModelScatterDataProxy) ConnectYPosRoleReplaceChanged(f func(replace string))
func (*QItemModelScatterDataProxy) ConnectZPosRoleChanged ¶
func (ptr *QItemModelScatterDataProxy) ConnectZPosRoleChanged(f func(role string))
func (*QItemModelScatterDataProxy) ConnectZPosRolePatternChanged ¶
func (ptr *QItemModelScatterDataProxy) ConnectZPosRolePatternChanged(f func(pattern *core.QRegExp))
func (*QItemModelScatterDataProxy) ConnectZPosRoleReplaceChanged ¶
func (ptr *QItemModelScatterDataProxy) ConnectZPosRoleReplaceChanged(f func(replace string))
func (*QItemModelScatterDataProxy) DestroyQItemModelScatterDataProxy ¶
func (ptr *QItemModelScatterDataProxy) DestroyQItemModelScatterDataProxy()
func (*QItemModelScatterDataProxy) DestroyQItemModelScatterDataProxyDefault ¶
func (ptr *QItemModelScatterDataProxy) DestroyQItemModelScatterDataProxyDefault()
func (*QItemModelScatterDataProxy) DisconnectDestroyQItemModelScatterDataProxy ¶
func (ptr *QItemModelScatterDataProxy) DisconnectDestroyQItemModelScatterDataProxy()
func (*QItemModelScatterDataProxy) DisconnectItemModelChanged ¶
func (ptr *QItemModelScatterDataProxy) DisconnectItemModelChanged()
func (*QItemModelScatterDataProxy) DisconnectRotationRoleChanged ¶
func (ptr *QItemModelScatterDataProxy) DisconnectRotationRoleChanged()
func (*QItemModelScatterDataProxy) DisconnectRotationRolePatternChanged ¶
func (ptr *QItemModelScatterDataProxy) DisconnectRotationRolePatternChanged()
func (*QItemModelScatterDataProxy) DisconnectRotationRoleReplaceChanged ¶
func (ptr *QItemModelScatterDataProxy) DisconnectRotationRoleReplaceChanged()
func (*QItemModelScatterDataProxy) DisconnectXPosRoleChanged ¶
func (ptr *QItemModelScatterDataProxy) DisconnectXPosRoleChanged()
func (*QItemModelScatterDataProxy) DisconnectXPosRolePatternChanged ¶
func (ptr *QItemModelScatterDataProxy) DisconnectXPosRolePatternChanged()
func (*QItemModelScatterDataProxy) DisconnectXPosRoleReplaceChanged ¶
func (ptr *QItemModelScatterDataProxy) DisconnectXPosRoleReplaceChanged()
func (*QItemModelScatterDataProxy) DisconnectYPosRoleChanged ¶
func (ptr *QItemModelScatterDataProxy) DisconnectYPosRoleChanged()
func (*QItemModelScatterDataProxy) DisconnectYPosRolePatternChanged ¶
func (ptr *QItemModelScatterDataProxy) DisconnectYPosRolePatternChanged()
func (*QItemModelScatterDataProxy) DisconnectYPosRoleReplaceChanged ¶
func (ptr *QItemModelScatterDataProxy) DisconnectYPosRoleReplaceChanged()
func (*QItemModelScatterDataProxy) DisconnectZPosRoleChanged ¶
func (ptr *QItemModelScatterDataProxy) DisconnectZPosRoleChanged()
func (*QItemModelScatterDataProxy) DisconnectZPosRolePatternChanged ¶
func (ptr *QItemModelScatterDataProxy) DisconnectZPosRolePatternChanged()
func (*QItemModelScatterDataProxy) DisconnectZPosRoleReplaceChanged ¶
func (ptr *QItemModelScatterDataProxy) DisconnectZPosRoleReplaceChanged()
func (*QItemModelScatterDataProxy) ItemModel ¶
func (ptr *QItemModelScatterDataProxy) ItemModel() *core.QAbstractItemModel
func (*QItemModelScatterDataProxy) ItemModelChanged ¶
func (ptr *QItemModelScatterDataProxy) ItemModelChanged(itemModel core.QAbstractItemModel_ITF)
func (*QItemModelScatterDataProxy) Pointer ¶
func (ptr *QItemModelScatterDataProxy) Pointer() unsafe.Pointer
func (*QItemModelScatterDataProxy) QItemModelScatterDataProxy_PTR ¶
func (ptr *QItemModelScatterDataProxy) QItemModelScatterDataProxy_PTR() *QItemModelScatterDataProxy
func (*QItemModelScatterDataProxy) Remap ¶
func (ptr *QItemModelScatterDataProxy) Remap(xPosRole string, yPosRole string, zPosRole string, rotationRole string)
func (*QItemModelScatterDataProxy) RotationRole ¶
func (ptr *QItemModelScatterDataProxy) RotationRole() string
func (*QItemModelScatterDataProxy) RotationRoleChanged ¶
func (ptr *QItemModelScatterDataProxy) RotationRoleChanged(role string)
func (*QItemModelScatterDataProxy) RotationRolePattern ¶
func (ptr *QItemModelScatterDataProxy) RotationRolePattern() *core.QRegExp
func (*QItemModelScatterDataProxy) RotationRolePatternChanged ¶
func (ptr *QItemModelScatterDataProxy) RotationRolePatternChanged(pattern core.QRegExp_ITF)
func (*QItemModelScatterDataProxy) RotationRoleReplace ¶
func (ptr *QItemModelScatterDataProxy) RotationRoleReplace() string
func (*QItemModelScatterDataProxy) RotationRoleReplaceChanged ¶
func (ptr *QItemModelScatterDataProxy) RotationRoleReplaceChanged(replace string)
func (*QItemModelScatterDataProxy) SetItemModel ¶
func (ptr *QItemModelScatterDataProxy) SetItemModel(itemModel core.QAbstractItemModel_ITF)
func (*QItemModelScatterDataProxy) SetPointer ¶
func (ptr *QItemModelScatterDataProxy) SetPointer(p unsafe.Pointer)
func (*QItemModelScatterDataProxy) SetRotationRole ¶
func (ptr *QItemModelScatterDataProxy) SetRotationRole(role string)
func (*QItemModelScatterDataProxy) SetRotationRolePattern ¶
func (ptr *QItemModelScatterDataProxy) SetRotationRolePattern(pattern core.QRegExp_ITF)
func (*QItemModelScatterDataProxy) SetRotationRoleReplace ¶
func (ptr *QItemModelScatterDataProxy) SetRotationRoleReplace(replace string)
func (*QItemModelScatterDataProxy) SetXPosRole ¶
func (ptr *QItemModelScatterDataProxy) SetXPosRole(role string)
func (*QItemModelScatterDataProxy) SetXPosRolePattern ¶
func (ptr *QItemModelScatterDataProxy) SetXPosRolePattern(pattern core.QRegExp_ITF)
func (*QItemModelScatterDataProxy) SetXPosRoleReplace ¶
func (ptr *QItemModelScatterDataProxy) SetXPosRoleReplace(replace string)
func (*QItemModelScatterDataProxy) SetYPosRole ¶
func (ptr *QItemModelScatterDataProxy) SetYPosRole(role string)
func (*QItemModelScatterDataProxy) SetYPosRolePattern ¶
func (ptr *QItemModelScatterDataProxy) SetYPosRolePattern(pattern core.QRegExp_ITF)
func (*QItemModelScatterDataProxy) SetYPosRoleReplace ¶
func (ptr *QItemModelScatterDataProxy) SetYPosRoleReplace(replace string)
func (*QItemModelScatterDataProxy) SetZPosRole ¶
func (ptr *QItemModelScatterDataProxy) SetZPosRole(role string)
func (*QItemModelScatterDataProxy) SetZPosRolePattern ¶
func (ptr *QItemModelScatterDataProxy) SetZPosRolePattern(pattern core.QRegExp_ITF)
func (*QItemModelScatterDataProxy) SetZPosRoleReplace ¶
func (ptr *QItemModelScatterDataProxy) SetZPosRoleReplace(replace string)
func (*QItemModelScatterDataProxy) XPosRole ¶
func (ptr *QItemModelScatterDataProxy) XPosRole() string
func (*QItemModelScatterDataProxy) XPosRoleChanged ¶
func (ptr *QItemModelScatterDataProxy) XPosRoleChanged(role string)
func (*QItemModelScatterDataProxy) XPosRolePattern ¶
func (ptr *QItemModelScatterDataProxy) XPosRolePattern() *core.QRegExp
func (*QItemModelScatterDataProxy) XPosRolePatternChanged ¶
func (ptr *QItemModelScatterDataProxy) XPosRolePatternChanged(pattern core.QRegExp_ITF)
func (*QItemModelScatterDataProxy) XPosRoleReplace ¶
func (ptr *QItemModelScatterDataProxy) XPosRoleReplace() string
func (*QItemModelScatterDataProxy) XPosRoleReplaceChanged ¶
func (ptr *QItemModelScatterDataProxy) XPosRoleReplaceChanged(replace string)
func (*QItemModelScatterDataProxy) YPosRole ¶
func (ptr *QItemModelScatterDataProxy) YPosRole() string
func (*QItemModelScatterDataProxy) YPosRoleChanged ¶
func (ptr *QItemModelScatterDataProxy) YPosRoleChanged(role string)
func (*QItemModelScatterDataProxy) YPosRolePattern ¶
func (ptr *QItemModelScatterDataProxy) YPosRolePattern() *core.QRegExp
func (*QItemModelScatterDataProxy) YPosRolePatternChanged ¶
func (ptr *QItemModelScatterDataProxy) YPosRolePatternChanged(pattern core.QRegExp_ITF)
func (*QItemModelScatterDataProxy) YPosRoleReplace ¶
func (ptr *QItemModelScatterDataProxy) YPosRoleReplace() string
func (*QItemModelScatterDataProxy) YPosRoleReplaceChanged ¶
func (ptr *QItemModelScatterDataProxy) YPosRoleReplaceChanged(replace string)
func (*QItemModelScatterDataProxy) ZPosRole ¶
func (ptr *QItemModelScatterDataProxy) ZPosRole() string
func (*QItemModelScatterDataProxy) ZPosRoleChanged ¶
func (ptr *QItemModelScatterDataProxy) ZPosRoleChanged(role string)
func (*QItemModelScatterDataProxy) ZPosRolePattern ¶
func (ptr *QItemModelScatterDataProxy) ZPosRolePattern() *core.QRegExp
func (*QItemModelScatterDataProxy) ZPosRolePatternChanged ¶
func (ptr *QItemModelScatterDataProxy) ZPosRolePatternChanged(pattern core.QRegExp_ITF)
func (*QItemModelScatterDataProxy) ZPosRoleReplace ¶
func (ptr *QItemModelScatterDataProxy) ZPosRoleReplace() string
func (*QItemModelScatterDataProxy) ZPosRoleReplaceChanged ¶
func (ptr *QItemModelScatterDataProxy) ZPosRoleReplaceChanged(replace string)
type QItemModelScatterDataProxy_ITF ¶
type QItemModelScatterDataProxy_ITF interface {
QItemModelScatterDataProxy_PTR() *QItemModelScatterDataProxy
}
type QItemModelSurfaceDataProxy ¶
func NewQItemModelSurfaceDataProxy ¶
func NewQItemModelSurfaceDataProxy(parent core.QObject_ITF) *QItemModelSurfaceDataProxy
func NewQItemModelSurfaceDataProxy2 ¶
func NewQItemModelSurfaceDataProxy2(itemModel core.QAbstractItemModel_ITF, parent core.QObject_ITF) *QItemModelSurfaceDataProxy
func NewQItemModelSurfaceDataProxy3 ¶
func NewQItemModelSurfaceDataProxy3(itemModel core.QAbstractItemModel_ITF, yPosRole string, parent core.QObject_ITF) *QItemModelSurfaceDataProxy
func NewQItemModelSurfaceDataProxy4 ¶
func NewQItemModelSurfaceDataProxy4(itemModel core.QAbstractItemModel_ITF, rowRole string, columnRole string, yPosRole string, parent core.QObject_ITF) *QItemModelSurfaceDataProxy
func NewQItemModelSurfaceDataProxy5 ¶
func NewQItemModelSurfaceDataProxy5(itemModel core.QAbstractItemModel_ITF, rowRole string, columnRole string, xPosRole string, yPosRole string, zPosRole string, parent core.QObject_ITF) *QItemModelSurfaceDataProxy
func NewQItemModelSurfaceDataProxy6 ¶
func NewQItemModelSurfaceDataProxy6(itemModel core.QAbstractItemModel_ITF, rowRole string, columnRole string, yPosRole string, rowCategories []string, columnCategories []string, parent core.QObject_ITF) *QItemModelSurfaceDataProxy
func NewQItemModelSurfaceDataProxy7 ¶
func NewQItemModelSurfaceDataProxy7(itemModel core.QAbstractItemModel_ITF, rowRole string, columnRole string, xPosRole string, yPosRole string, zPosRole string, rowCategories []string, columnCategories []string, parent core.QObject_ITF) *QItemModelSurfaceDataProxy
func NewQItemModelSurfaceDataProxyFromPointer ¶
func NewQItemModelSurfaceDataProxyFromPointer(ptr unsafe.Pointer) (n *QItemModelSurfaceDataProxy)
func (*QItemModelSurfaceDataProxy) AutoColumnCategories ¶
func (ptr *QItemModelSurfaceDataProxy) AutoColumnCategories() bool
func (*QItemModelSurfaceDataProxy) AutoColumnCategoriesChanged ¶
func (ptr *QItemModelSurfaceDataProxy) AutoColumnCategoriesChanged(enable bool)
func (*QItemModelSurfaceDataProxy) AutoRowCategories ¶
func (ptr *QItemModelSurfaceDataProxy) AutoRowCategories() bool
func (*QItemModelSurfaceDataProxy) AutoRowCategoriesChanged ¶
func (ptr *QItemModelSurfaceDataProxy) AutoRowCategoriesChanged(enable bool)
func (*QItemModelSurfaceDataProxy) ClassNameInternalF ¶
func (n *QItemModelSurfaceDataProxy) ClassNameInternalF() string
func (*QItemModelSurfaceDataProxy) ColumnCategories ¶
func (ptr *QItemModelSurfaceDataProxy) ColumnCategories() []string
func (*QItemModelSurfaceDataProxy) ColumnCategoriesChanged ¶
func (ptr *QItemModelSurfaceDataProxy) ColumnCategoriesChanged()
func (*QItemModelSurfaceDataProxy) ColumnCategoryIndex ¶
func (ptr *QItemModelSurfaceDataProxy) ColumnCategoryIndex(category string) int
func (*QItemModelSurfaceDataProxy) ColumnRole ¶
func (ptr *QItemModelSurfaceDataProxy) ColumnRole() string
func (*QItemModelSurfaceDataProxy) ColumnRoleChanged ¶
func (ptr *QItemModelSurfaceDataProxy) ColumnRoleChanged(role string)
func (*QItemModelSurfaceDataProxy) ColumnRolePattern ¶
func (ptr *QItemModelSurfaceDataProxy) ColumnRolePattern() *core.QRegExp
func (*QItemModelSurfaceDataProxy) ColumnRolePatternChanged ¶
func (ptr *QItemModelSurfaceDataProxy) ColumnRolePatternChanged(pattern core.QRegExp_ITF)
func (*QItemModelSurfaceDataProxy) ColumnRoleReplace ¶
func (ptr *QItemModelSurfaceDataProxy) ColumnRoleReplace() string
func (*QItemModelSurfaceDataProxy) ColumnRoleReplaceChanged ¶
func (ptr *QItemModelSurfaceDataProxy) ColumnRoleReplaceChanged(replace string)
func (*QItemModelSurfaceDataProxy) ConnectAutoColumnCategoriesChanged ¶
func (ptr *QItemModelSurfaceDataProxy) ConnectAutoColumnCategoriesChanged(f func(enable bool))
func (*QItemModelSurfaceDataProxy) ConnectAutoRowCategoriesChanged ¶
func (ptr *QItemModelSurfaceDataProxy) ConnectAutoRowCategoriesChanged(f func(enable bool))
func (*QItemModelSurfaceDataProxy) ConnectColumnCategoriesChanged ¶
func (ptr *QItemModelSurfaceDataProxy) ConnectColumnCategoriesChanged(f func())
func (*QItemModelSurfaceDataProxy) ConnectColumnRoleChanged ¶
func (ptr *QItemModelSurfaceDataProxy) ConnectColumnRoleChanged(f func(role string))
func (*QItemModelSurfaceDataProxy) ConnectColumnRolePatternChanged ¶
func (ptr *QItemModelSurfaceDataProxy) ConnectColumnRolePatternChanged(f func(pattern *core.QRegExp))
func (*QItemModelSurfaceDataProxy) ConnectColumnRoleReplaceChanged ¶
func (ptr *QItemModelSurfaceDataProxy) ConnectColumnRoleReplaceChanged(f func(replace string))
func (*QItemModelSurfaceDataProxy) ConnectDestroyQItemModelSurfaceDataProxy ¶
func (ptr *QItemModelSurfaceDataProxy) ConnectDestroyQItemModelSurfaceDataProxy(f func())
func (*QItemModelSurfaceDataProxy) ConnectItemModelChanged ¶
func (ptr *QItemModelSurfaceDataProxy) ConnectItemModelChanged(f func(itemModel *core.QAbstractItemModel))
func (*QItemModelSurfaceDataProxy) ConnectMultiMatchBehaviorChanged ¶
func (ptr *QItemModelSurfaceDataProxy) ConnectMultiMatchBehaviorChanged(f func(behavior QItemModelSurfaceDataProxy__MultiMatchBehavior))
func (*QItemModelSurfaceDataProxy) ConnectRowCategoriesChanged ¶
func (ptr *QItemModelSurfaceDataProxy) ConnectRowCategoriesChanged(f func())
func (*QItemModelSurfaceDataProxy) ConnectRowRoleChanged ¶
func (ptr *QItemModelSurfaceDataProxy) ConnectRowRoleChanged(f func(role string))
func (*QItemModelSurfaceDataProxy) ConnectRowRolePatternChanged ¶
func (ptr *QItemModelSurfaceDataProxy) ConnectRowRolePatternChanged(f func(pattern *core.QRegExp))
func (*QItemModelSurfaceDataProxy) ConnectRowRoleReplaceChanged ¶
func (ptr *QItemModelSurfaceDataProxy) ConnectRowRoleReplaceChanged(f func(replace string))
func (*QItemModelSurfaceDataProxy) ConnectUseModelCategoriesChanged ¶
func (ptr *QItemModelSurfaceDataProxy) ConnectUseModelCategoriesChanged(f func(enable bool))
func (*QItemModelSurfaceDataProxy) ConnectXPosRoleChanged ¶
func (ptr *QItemModelSurfaceDataProxy) ConnectXPosRoleChanged(f func(role string))
func (*QItemModelSurfaceDataProxy) ConnectXPosRolePatternChanged ¶
func (ptr *QItemModelSurfaceDataProxy) ConnectXPosRolePatternChanged(f func(pattern *core.QRegExp))
func (*QItemModelSurfaceDataProxy) ConnectXPosRoleReplaceChanged ¶
func (ptr *QItemModelSurfaceDataProxy) ConnectXPosRoleReplaceChanged(f func(replace string))
func (*QItemModelSurfaceDataProxy) ConnectYPosRoleChanged ¶
func (ptr *QItemModelSurfaceDataProxy) ConnectYPosRoleChanged(f func(role string))
func (*QItemModelSurfaceDataProxy) ConnectYPosRolePatternChanged ¶
func (ptr *QItemModelSurfaceDataProxy) ConnectYPosRolePatternChanged(f func(pattern *core.QRegExp))
func (*QItemModelSurfaceDataProxy) ConnectYPosRoleReplaceChanged ¶
func (ptr *QItemModelSurfaceDataProxy) ConnectYPosRoleReplaceChanged(f func(replace string))
func (*QItemModelSurfaceDataProxy) ConnectZPosRoleChanged ¶
func (ptr *QItemModelSurfaceDataProxy) ConnectZPosRoleChanged(f func(role string))
func (*QItemModelSurfaceDataProxy) ConnectZPosRolePatternChanged ¶
func (ptr *QItemModelSurfaceDataProxy) ConnectZPosRolePatternChanged(f func(pattern *core.QRegExp))
func (*QItemModelSurfaceDataProxy) ConnectZPosRoleReplaceChanged ¶
func (ptr *QItemModelSurfaceDataProxy) ConnectZPosRoleReplaceChanged(f func(replace string))
func (*QItemModelSurfaceDataProxy) DestroyQItemModelSurfaceDataProxy ¶
func (ptr *QItemModelSurfaceDataProxy) DestroyQItemModelSurfaceDataProxy()
func (*QItemModelSurfaceDataProxy) DestroyQItemModelSurfaceDataProxyDefault ¶
func (ptr *QItemModelSurfaceDataProxy) DestroyQItemModelSurfaceDataProxyDefault()
func (*QItemModelSurfaceDataProxy) DisconnectAutoColumnCategoriesChanged ¶
func (ptr *QItemModelSurfaceDataProxy) DisconnectAutoColumnCategoriesChanged()
func (*QItemModelSurfaceDataProxy) DisconnectAutoRowCategoriesChanged ¶
func (ptr *QItemModelSurfaceDataProxy) DisconnectAutoRowCategoriesChanged()
func (*QItemModelSurfaceDataProxy) DisconnectColumnCategoriesChanged ¶
func (ptr *QItemModelSurfaceDataProxy) DisconnectColumnCategoriesChanged()
func (*QItemModelSurfaceDataProxy) DisconnectColumnRoleChanged ¶
func (ptr *QItemModelSurfaceDataProxy) DisconnectColumnRoleChanged()
func (*QItemModelSurfaceDataProxy) DisconnectColumnRolePatternChanged ¶
func (ptr *QItemModelSurfaceDataProxy) DisconnectColumnRolePatternChanged()
func (*QItemModelSurfaceDataProxy) DisconnectColumnRoleReplaceChanged ¶
func (ptr *QItemModelSurfaceDataProxy) DisconnectColumnRoleReplaceChanged()
func (*QItemModelSurfaceDataProxy) DisconnectDestroyQItemModelSurfaceDataProxy ¶
func (ptr *QItemModelSurfaceDataProxy) DisconnectDestroyQItemModelSurfaceDataProxy()
func (*QItemModelSurfaceDataProxy) DisconnectItemModelChanged ¶
func (ptr *QItemModelSurfaceDataProxy) DisconnectItemModelChanged()
func (*QItemModelSurfaceDataProxy) DisconnectMultiMatchBehaviorChanged ¶
func (ptr *QItemModelSurfaceDataProxy) DisconnectMultiMatchBehaviorChanged()
func (*QItemModelSurfaceDataProxy) DisconnectRowCategoriesChanged ¶
func (ptr *QItemModelSurfaceDataProxy) DisconnectRowCategoriesChanged()
func (*QItemModelSurfaceDataProxy) DisconnectRowRoleChanged ¶
func (ptr *QItemModelSurfaceDataProxy) DisconnectRowRoleChanged()
func (*QItemModelSurfaceDataProxy) DisconnectRowRolePatternChanged ¶
func (ptr *QItemModelSurfaceDataProxy) DisconnectRowRolePatternChanged()
func (*QItemModelSurfaceDataProxy) DisconnectRowRoleReplaceChanged ¶
func (ptr *QItemModelSurfaceDataProxy) DisconnectRowRoleReplaceChanged()
func (*QItemModelSurfaceDataProxy) DisconnectUseModelCategoriesChanged ¶
func (ptr *QItemModelSurfaceDataProxy) DisconnectUseModelCategoriesChanged()
func (*QItemModelSurfaceDataProxy) DisconnectXPosRoleChanged ¶
func (ptr *QItemModelSurfaceDataProxy) DisconnectXPosRoleChanged()
func (*QItemModelSurfaceDataProxy) DisconnectXPosRolePatternChanged ¶
func (ptr *QItemModelSurfaceDataProxy) DisconnectXPosRolePatternChanged()
func (*QItemModelSurfaceDataProxy) DisconnectXPosRoleReplaceChanged ¶
func (ptr *QItemModelSurfaceDataProxy) DisconnectXPosRoleReplaceChanged()
func (*QItemModelSurfaceDataProxy) DisconnectYPosRoleChanged ¶
func (ptr *QItemModelSurfaceDataProxy) DisconnectYPosRoleChanged()
func (*QItemModelSurfaceDataProxy) DisconnectYPosRolePatternChanged ¶
func (ptr *QItemModelSurfaceDataProxy) DisconnectYPosRolePatternChanged()
func (*QItemModelSurfaceDataProxy) DisconnectYPosRoleReplaceChanged ¶
func (ptr *QItemModelSurfaceDataProxy) DisconnectYPosRoleReplaceChanged()
func (*QItemModelSurfaceDataProxy) DisconnectZPosRoleChanged ¶
func (ptr *QItemModelSurfaceDataProxy) DisconnectZPosRoleChanged()
func (*QItemModelSurfaceDataProxy) DisconnectZPosRolePatternChanged ¶
func (ptr *QItemModelSurfaceDataProxy) DisconnectZPosRolePatternChanged()
func (*QItemModelSurfaceDataProxy) DisconnectZPosRoleReplaceChanged ¶
func (ptr *QItemModelSurfaceDataProxy) DisconnectZPosRoleReplaceChanged()
func (*QItemModelSurfaceDataProxy) ItemModel ¶
func (ptr *QItemModelSurfaceDataProxy) ItemModel() *core.QAbstractItemModel
func (*QItemModelSurfaceDataProxy) ItemModelChanged ¶
func (ptr *QItemModelSurfaceDataProxy) ItemModelChanged(itemModel core.QAbstractItemModel_ITF)
func (*QItemModelSurfaceDataProxy) MultiMatchBehavior ¶
func (ptr *QItemModelSurfaceDataProxy) MultiMatchBehavior() QItemModelSurfaceDataProxy__MultiMatchBehavior
func (*QItemModelSurfaceDataProxy) MultiMatchBehaviorChanged ¶
func (ptr *QItemModelSurfaceDataProxy) MultiMatchBehaviorChanged(behavior QItemModelSurfaceDataProxy__MultiMatchBehavior)
func (*QItemModelSurfaceDataProxy) Pointer ¶
func (ptr *QItemModelSurfaceDataProxy) Pointer() unsafe.Pointer
func (*QItemModelSurfaceDataProxy) QItemModelSurfaceDataProxy_PTR ¶
func (ptr *QItemModelSurfaceDataProxy) QItemModelSurfaceDataProxy_PTR() *QItemModelSurfaceDataProxy
func (*QItemModelSurfaceDataProxy) RowCategories ¶
func (ptr *QItemModelSurfaceDataProxy) RowCategories() []string
func (*QItemModelSurfaceDataProxy) RowCategoriesChanged ¶
func (ptr *QItemModelSurfaceDataProxy) RowCategoriesChanged()
func (*QItemModelSurfaceDataProxy) RowCategoryIndex ¶
func (ptr *QItemModelSurfaceDataProxy) RowCategoryIndex(category string) int
func (*QItemModelSurfaceDataProxy) RowRole ¶
func (ptr *QItemModelSurfaceDataProxy) RowRole() string
func (*QItemModelSurfaceDataProxy) RowRoleChanged ¶
func (ptr *QItemModelSurfaceDataProxy) RowRoleChanged(role string)
func (*QItemModelSurfaceDataProxy) RowRolePattern ¶
func (ptr *QItemModelSurfaceDataProxy) RowRolePattern() *core.QRegExp
func (*QItemModelSurfaceDataProxy) RowRolePatternChanged ¶
func (ptr *QItemModelSurfaceDataProxy) RowRolePatternChanged(pattern core.QRegExp_ITF)
func (*QItemModelSurfaceDataProxy) RowRoleReplace ¶
func (ptr *QItemModelSurfaceDataProxy) RowRoleReplace() string
func (*QItemModelSurfaceDataProxy) RowRoleReplaceChanged ¶
func (ptr *QItemModelSurfaceDataProxy) RowRoleReplaceChanged(replace string)
func (*QItemModelSurfaceDataProxy) SetAutoColumnCategories ¶
func (ptr *QItemModelSurfaceDataProxy) SetAutoColumnCategories(enable bool)
func (*QItemModelSurfaceDataProxy) SetAutoRowCategories ¶
func (ptr *QItemModelSurfaceDataProxy) SetAutoRowCategories(enable bool)
func (*QItemModelSurfaceDataProxy) SetColumnCategories ¶
func (ptr *QItemModelSurfaceDataProxy) SetColumnCategories(categories []string)
func (*QItemModelSurfaceDataProxy) SetColumnRole ¶
func (ptr *QItemModelSurfaceDataProxy) SetColumnRole(role string)
func (*QItemModelSurfaceDataProxy) SetColumnRolePattern ¶
func (ptr *QItemModelSurfaceDataProxy) SetColumnRolePattern(pattern core.QRegExp_ITF)
func (*QItemModelSurfaceDataProxy) SetColumnRoleReplace ¶
func (ptr *QItemModelSurfaceDataProxy) SetColumnRoleReplace(replace string)
func (*QItemModelSurfaceDataProxy) SetItemModel ¶
func (ptr *QItemModelSurfaceDataProxy) SetItemModel(itemModel core.QAbstractItemModel_ITF)
func (*QItemModelSurfaceDataProxy) SetMultiMatchBehavior ¶
func (ptr *QItemModelSurfaceDataProxy) SetMultiMatchBehavior(behavior QItemModelSurfaceDataProxy__MultiMatchBehavior)
func (*QItemModelSurfaceDataProxy) SetPointer ¶
func (ptr *QItemModelSurfaceDataProxy) SetPointer(p unsafe.Pointer)
func (*QItemModelSurfaceDataProxy) SetRowCategories ¶
func (ptr *QItemModelSurfaceDataProxy) SetRowCategories(categories []string)
func (*QItemModelSurfaceDataProxy) SetRowRole ¶
func (ptr *QItemModelSurfaceDataProxy) SetRowRole(role string)
func (*QItemModelSurfaceDataProxy) SetRowRolePattern ¶
func (ptr *QItemModelSurfaceDataProxy) SetRowRolePattern(pattern core.QRegExp_ITF)
func (*QItemModelSurfaceDataProxy) SetRowRoleReplace ¶
func (ptr *QItemModelSurfaceDataProxy) SetRowRoleReplace(replace string)
func (*QItemModelSurfaceDataProxy) SetUseModelCategories ¶
func (ptr *QItemModelSurfaceDataProxy) SetUseModelCategories(enable bool)
func (*QItemModelSurfaceDataProxy) SetXPosRole ¶
func (ptr *QItemModelSurfaceDataProxy) SetXPosRole(role string)
func (*QItemModelSurfaceDataProxy) SetXPosRolePattern ¶
func (ptr *QItemModelSurfaceDataProxy) SetXPosRolePattern(pattern core.QRegExp_ITF)
func (*QItemModelSurfaceDataProxy) SetXPosRoleReplace ¶
func (ptr *QItemModelSurfaceDataProxy) SetXPosRoleReplace(replace string)
func (*QItemModelSurfaceDataProxy) SetYPosRole ¶
func (ptr *QItemModelSurfaceDataProxy) SetYPosRole(role string)
func (*QItemModelSurfaceDataProxy) SetYPosRolePattern ¶
func (ptr *QItemModelSurfaceDataProxy) SetYPosRolePattern(pattern core.QRegExp_ITF)
func (*QItemModelSurfaceDataProxy) SetYPosRoleReplace ¶
func (ptr *QItemModelSurfaceDataProxy) SetYPosRoleReplace(replace string)
func (*QItemModelSurfaceDataProxy) SetZPosRole ¶
func (ptr *QItemModelSurfaceDataProxy) SetZPosRole(role string)
func (*QItemModelSurfaceDataProxy) SetZPosRolePattern ¶
func (ptr *QItemModelSurfaceDataProxy) SetZPosRolePattern(pattern core.QRegExp_ITF)
func (*QItemModelSurfaceDataProxy) SetZPosRoleReplace ¶
func (ptr *QItemModelSurfaceDataProxy) SetZPosRoleReplace(replace string)
func (*QItemModelSurfaceDataProxy) UseModelCategories ¶
func (ptr *QItemModelSurfaceDataProxy) UseModelCategories() bool
func (*QItemModelSurfaceDataProxy) UseModelCategoriesChanged ¶
func (ptr *QItemModelSurfaceDataProxy) UseModelCategoriesChanged(enable bool)
func (*QItemModelSurfaceDataProxy) XPosRole ¶
func (ptr *QItemModelSurfaceDataProxy) XPosRole() string
func (*QItemModelSurfaceDataProxy) XPosRoleChanged ¶
func (ptr *QItemModelSurfaceDataProxy) XPosRoleChanged(role string)
func (*QItemModelSurfaceDataProxy) XPosRolePattern ¶
func (ptr *QItemModelSurfaceDataProxy) XPosRolePattern() *core.QRegExp
func (*QItemModelSurfaceDataProxy) XPosRolePatternChanged ¶
func (ptr *QItemModelSurfaceDataProxy) XPosRolePatternChanged(pattern core.QRegExp_ITF)
func (*QItemModelSurfaceDataProxy) XPosRoleReplace ¶
func (ptr *QItemModelSurfaceDataProxy) XPosRoleReplace() string
func (*QItemModelSurfaceDataProxy) XPosRoleReplaceChanged ¶
func (ptr *QItemModelSurfaceDataProxy) XPosRoleReplaceChanged(replace string)
func (*QItemModelSurfaceDataProxy) YPosRole ¶
func (ptr *QItemModelSurfaceDataProxy) YPosRole() string
func (*QItemModelSurfaceDataProxy) YPosRoleChanged ¶
func (ptr *QItemModelSurfaceDataProxy) YPosRoleChanged(role string)
func (*QItemModelSurfaceDataProxy) YPosRolePattern ¶
func (ptr *QItemModelSurfaceDataProxy) YPosRolePattern() *core.QRegExp
func (*QItemModelSurfaceDataProxy) YPosRolePatternChanged ¶
func (ptr *QItemModelSurfaceDataProxy) YPosRolePatternChanged(pattern core.QRegExp_ITF)
func (*QItemModelSurfaceDataProxy) YPosRoleReplace ¶
func (ptr *QItemModelSurfaceDataProxy) YPosRoleReplace() string
func (*QItemModelSurfaceDataProxy) YPosRoleReplaceChanged ¶
func (ptr *QItemModelSurfaceDataProxy) YPosRoleReplaceChanged(replace string)
func (*QItemModelSurfaceDataProxy) ZPosRole ¶
func (ptr *QItemModelSurfaceDataProxy) ZPosRole() string
func (*QItemModelSurfaceDataProxy) ZPosRoleChanged ¶
func (ptr *QItemModelSurfaceDataProxy) ZPosRoleChanged(role string)
func (*QItemModelSurfaceDataProxy) ZPosRolePattern ¶
func (ptr *QItemModelSurfaceDataProxy) ZPosRolePattern() *core.QRegExp
func (*QItemModelSurfaceDataProxy) ZPosRolePatternChanged ¶
func (ptr *QItemModelSurfaceDataProxy) ZPosRolePatternChanged(pattern core.QRegExp_ITF)
func (*QItemModelSurfaceDataProxy) ZPosRoleReplace ¶
func (ptr *QItemModelSurfaceDataProxy) ZPosRoleReplace() string
func (*QItemModelSurfaceDataProxy) ZPosRoleReplaceChanged ¶
func (ptr *QItemModelSurfaceDataProxy) ZPosRoleReplaceChanged(replace string)
type QItemModelSurfaceDataProxy_ITF ¶
type QItemModelSurfaceDataProxy_ITF interface {
QItemModelSurfaceDataProxy_PTR() *QItemModelSurfaceDataProxy
}
type QItemModelSurfaceDataProxy__MultiMatchBehavior ¶
type QItemModelSurfaceDataProxy__MultiMatchBehavior int64
QItemModelSurfaceDataProxy::MultiMatchBehavior
const ( QItemModelSurfaceDataProxy__MMBFirst QItemModelSurfaceDataProxy__MultiMatchBehavior = QItemModelSurfaceDataProxy__MultiMatchBehavior(0) QItemModelSurfaceDataProxy__MMBLast QItemModelSurfaceDataProxy__MultiMatchBehavior = QItemModelSurfaceDataProxy__MultiMatchBehavior(1) QItemModelSurfaceDataProxy__MMBAverage QItemModelSurfaceDataProxy__MultiMatchBehavior = QItemModelSurfaceDataProxy__MultiMatchBehavior(2) QItemModelSurfaceDataProxy__MMBCumulativeY QItemModelSurfaceDataProxy__MultiMatchBehavior = QItemModelSurfaceDataProxy__MultiMatchBehavior(3) )
type QLogValue3DAxisFormatter ¶
func NewQLogValue3DAxisFormatter2 ¶
func NewQLogValue3DAxisFormatter2(parent core.QObject_ITF) *QLogValue3DAxisFormatter
func NewQLogValue3DAxisFormatterFromPointer ¶
func NewQLogValue3DAxisFormatterFromPointer(ptr unsafe.Pointer) (n *QLogValue3DAxisFormatter)
func (*QLogValue3DAxisFormatter) AutoSubGrid ¶
func (ptr *QLogValue3DAxisFormatter) AutoSubGrid() bool
func (*QLogValue3DAxisFormatter) AutoSubGridChanged ¶
func (ptr *QLogValue3DAxisFormatter) AutoSubGridChanged(enabled bool)
func (*QLogValue3DAxisFormatter) Base ¶
func (ptr *QLogValue3DAxisFormatter) Base() float64
func (*QLogValue3DAxisFormatter) BaseChanged ¶
func (ptr *QLogValue3DAxisFormatter) BaseChanged(base float64)
func (*QLogValue3DAxisFormatter) ClassNameInternalF ¶
func (n *QLogValue3DAxisFormatter) ClassNameInternalF() string
func (*QLogValue3DAxisFormatter) ConnectAutoSubGridChanged ¶
func (ptr *QLogValue3DAxisFormatter) ConnectAutoSubGridChanged(f func(enabled bool))
func (*QLogValue3DAxisFormatter) ConnectBaseChanged ¶
func (ptr *QLogValue3DAxisFormatter) ConnectBaseChanged(f func(base float64))
func (*QLogValue3DAxisFormatter) ConnectDestroyQLogValue3DAxisFormatter ¶
func (ptr *QLogValue3DAxisFormatter) ConnectDestroyQLogValue3DAxisFormatter(f func())
func (*QLogValue3DAxisFormatter) ConnectShowEdgeLabelsChanged ¶
func (ptr *QLogValue3DAxisFormatter) ConnectShowEdgeLabelsChanged(f func(enabled bool))
func (*QLogValue3DAxisFormatter) DestroyQLogValue3DAxisFormatter ¶
func (ptr *QLogValue3DAxisFormatter) DestroyQLogValue3DAxisFormatter()
func (*QLogValue3DAxisFormatter) DestroyQLogValue3DAxisFormatterDefault ¶
func (ptr *QLogValue3DAxisFormatter) DestroyQLogValue3DAxisFormatterDefault()
func (*QLogValue3DAxisFormatter) DisconnectAutoSubGridChanged ¶
func (ptr *QLogValue3DAxisFormatter) DisconnectAutoSubGridChanged()
func (*QLogValue3DAxisFormatter) DisconnectBaseChanged ¶
func (ptr *QLogValue3DAxisFormatter) DisconnectBaseChanged()
func (*QLogValue3DAxisFormatter) DisconnectDestroyQLogValue3DAxisFormatter ¶
func (ptr *QLogValue3DAxisFormatter) DisconnectDestroyQLogValue3DAxisFormatter()
func (*QLogValue3DAxisFormatter) DisconnectShowEdgeLabelsChanged ¶
func (ptr *QLogValue3DAxisFormatter) DisconnectShowEdgeLabelsChanged()
func (*QLogValue3DAxisFormatter) Pointer ¶
func (ptr *QLogValue3DAxisFormatter) Pointer() unsafe.Pointer
func (*QLogValue3DAxisFormatter) QLogValue3DAxisFormatter_PTR ¶
func (ptr *QLogValue3DAxisFormatter) QLogValue3DAxisFormatter_PTR() *QLogValue3DAxisFormatter
func (*QLogValue3DAxisFormatter) SetAutoSubGrid ¶
func (ptr *QLogValue3DAxisFormatter) SetAutoSubGrid(enabled bool)
func (*QLogValue3DAxisFormatter) SetBase ¶
func (ptr *QLogValue3DAxisFormatter) SetBase(base float64)
func (*QLogValue3DAxisFormatter) SetPointer ¶
func (ptr *QLogValue3DAxisFormatter) SetPointer(p unsafe.Pointer)
func (*QLogValue3DAxisFormatter) SetShowEdgeLabels ¶
func (ptr *QLogValue3DAxisFormatter) SetShowEdgeLabels(enabled bool)
func (*QLogValue3DAxisFormatter) ShowEdgeLabels ¶
func (ptr *QLogValue3DAxisFormatter) ShowEdgeLabels() bool
func (*QLogValue3DAxisFormatter) ShowEdgeLabelsChanged ¶
func (ptr *QLogValue3DAxisFormatter) ShowEdgeLabelsChanged(enabled bool)
type QLogValue3DAxisFormatter_ITF ¶
type QLogValue3DAxisFormatter_ITF interface {
QLogValue3DAxisFormatter_PTR() *QLogValue3DAxisFormatter
}
type QScatter3DSeries ¶
func NewQScatter3DSeries ¶
func NewQScatter3DSeries(parent core.QObject_ITF) *QScatter3DSeries
func NewQScatter3DSeries2 ¶
func NewQScatter3DSeries2(dataProxy QScatterDataProxy_ITF, parent core.QObject_ITF) *QScatter3DSeries
func NewQScatter3DSeriesFromPointer ¶
func NewQScatter3DSeriesFromPointer(ptr unsafe.Pointer) (n *QScatter3DSeries)
func (*QScatter3DSeries) ClassNameInternalF ¶
func (n *QScatter3DSeries) ClassNameInternalF() string
func (*QScatter3DSeries) ConnectDataProxyChanged ¶
func (ptr *QScatter3DSeries) ConnectDataProxyChanged(f func(proxy *QScatterDataProxy))
func (*QScatter3DSeries) ConnectDestroyQScatter3DSeries ¶
func (ptr *QScatter3DSeries) ConnectDestroyQScatter3DSeries(f func())
func (*QScatter3DSeries) ConnectItemSizeChanged ¶
func (ptr *QScatter3DSeries) ConnectItemSizeChanged(f func(size float32))
func (*QScatter3DSeries) ConnectSelectedItemChanged ¶
func (ptr *QScatter3DSeries) ConnectSelectedItemChanged(f func(index int))
func (*QScatter3DSeries) DataProxy ¶
func (ptr *QScatter3DSeries) DataProxy() *QScatterDataProxy
func (*QScatter3DSeries) DataProxyChanged ¶
func (ptr *QScatter3DSeries) DataProxyChanged(proxy QScatterDataProxy_ITF)
func (*QScatter3DSeries) DestroyQScatter3DSeries ¶
func (ptr *QScatter3DSeries) DestroyQScatter3DSeries()
func (*QScatter3DSeries) DestroyQScatter3DSeriesDefault ¶
func (ptr *QScatter3DSeries) DestroyQScatter3DSeriesDefault()
func (*QScatter3DSeries) DisconnectDataProxyChanged ¶
func (ptr *QScatter3DSeries) DisconnectDataProxyChanged()
func (*QScatter3DSeries) DisconnectDestroyQScatter3DSeries ¶
func (ptr *QScatter3DSeries) DisconnectDestroyQScatter3DSeries()
func (*QScatter3DSeries) DisconnectItemSizeChanged ¶
func (ptr *QScatter3DSeries) DisconnectItemSizeChanged()
func (*QScatter3DSeries) DisconnectSelectedItemChanged ¶
func (ptr *QScatter3DSeries) DisconnectSelectedItemChanged()
func (*QScatter3DSeries) InvalidSelectionIndex ¶
func (ptr *QScatter3DSeries) InvalidSelectionIndex() int
func (*QScatter3DSeries) ItemSize ¶
func (ptr *QScatter3DSeries) ItemSize() float32
func (*QScatter3DSeries) ItemSizeChanged ¶
func (ptr *QScatter3DSeries) ItemSizeChanged(size float32)
func (*QScatter3DSeries) Pointer ¶
func (ptr *QScatter3DSeries) Pointer() unsafe.Pointer
func (*QScatter3DSeries) QScatter3DSeries_PTR ¶
func (ptr *QScatter3DSeries) QScatter3DSeries_PTR() *QScatter3DSeries
func (*QScatter3DSeries) SelectedItem ¶
func (ptr *QScatter3DSeries) SelectedItem() int
func (*QScatter3DSeries) SelectedItemChanged ¶
func (ptr *QScatter3DSeries) SelectedItemChanged(index int)
func (*QScatter3DSeries) SetDataProxy ¶
func (ptr *QScatter3DSeries) SetDataProxy(proxy QScatterDataProxy_ITF)
func (*QScatter3DSeries) SetItemSize ¶
func (ptr *QScatter3DSeries) SetItemSize(size float32)
func (*QScatter3DSeries) SetPointer ¶
func (ptr *QScatter3DSeries) SetPointer(p unsafe.Pointer)
func (*QScatter3DSeries) SetSelectedItem ¶
func (ptr *QScatter3DSeries) SetSelectedItem(index int)
type QScatter3DSeries_ITF ¶
type QScatter3DSeries_ITF interface {
QScatter3DSeries_PTR() *QScatter3DSeries
}
type QScatterDataItem ¶
func NewQScatterDataItem ¶
func NewQScatterDataItem() *QScatterDataItem
func NewQScatterDataItem2 ¶
func NewQScatterDataItem2(position gui.QVector3D_ITF) *QScatterDataItem
func NewQScatterDataItem3 ¶
func NewQScatterDataItem3(position gui.QVector3D_ITF, rotation gui.QQuaternion_ITF) *QScatterDataItem
func NewQScatterDataItem4 ¶
func NewQScatterDataItem4(other QScatterDataItem_ITF) *QScatterDataItem
func NewQScatterDataItemFromPointer ¶
func NewQScatterDataItemFromPointer(ptr unsafe.Pointer) (n *QScatterDataItem)
func (*QScatterDataItem) ClassNameInternalF ¶
func (n *QScatterDataItem) ClassNameInternalF() string
func (*QScatterDataItem) DestroyQScatterDataItem ¶
func (ptr *QScatterDataItem) DestroyQScatterDataItem()
func (*QScatterDataItem) Pointer ¶
func (ptr *QScatterDataItem) Pointer() unsafe.Pointer
func (*QScatterDataItem) Position ¶
func (ptr *QScatterDataItem) Position() *gui.QVector3D
func (*QScatterDataItem) QScatterDataItem_PTR ¶
func (ptr *QScatterDataItem) QScatterDataItem_PTR() *QScatterDataItem
func (*QScatterDataItem) Rotation ¶
func (ptr *QScatterDataItem) Rotation() *gui.QQuaternion
func (*QScatterDataItem) SetPointer ¶
func (ptr *QScatterDataItem) SetPointer(p unsafe.Pointer)
func (*QScatterDataItem) SetPosition ¶
func (ptr *QScatterDataItem) SetPosition(pos gui.QVector3D_ITF)
func (*QScatterDataItem) SetRotation ¶
func (ptr *QScatterDataItem) SetRotation(rot gui.QQuaternion_ITF)
func (*QScatterDataItem) SetX ¶
func (ptr *QScatterDataItem) SetX(value float32)
func (*QScatterDataItem) SetY ¶
func (ptr *QScatterDataItem) SetY(value float32)
func (*QScatterDataItem) SetZ ¶
func (ptr *QScatterDataItem) SetZ(value float32)
func (*QScatterDataItem) X ¶
func (ptr *QScatterDataItem) X() float32
func (*QScatterDataItem) Y ¶
func (ptr *QScatterDataItem) Y() float32
func (*QScatterDataItem) Z ¶
func (ptr *QScatterDataItem) Z() float32
type QScatterDataItem_ITF ¶
type QScatterDataItem_ITF interface {
QScatterDataItem_PTR() *QScatterDataItem
}
type QScatterDataProxy ¶
func NewQScatterDataProxy ¶
func NewQScatterDataProxy(parent core.QObject_ITF) *QScatterDataProxy
func NewQScatterDataProxyFromPointer ¶
func NewQScatterDataProxyFromPointer(ptr unsafe.Pointer) (n *QScatterDataProxy)
func (*QScatterDataProxy) AddItem ¶
func (ptr *QScatterDataProxy) AddItem(item QScatterDataItem_ITF) int
func (*QScatterDataProxy) ArrayReset ¶
func (ptr *QScatterDataProxy) ArrayReset()
func (*QScatterDataProxy) ClassNameInternalF ¶
func (n *QScatterDataProxy) ClassNameInternalF() string
func (*QScatterDataProxy) ConnectArrayReset ¶
func (ptr *QScatterDataProxy) ConnectArrayReset(f func())
func (*QScatterDataProxy) ConnectDestroyQScatterDataProxy ¶
func (ptr *QScatterDataProxy) ConnectDestroyQScatterDataProxy(f func())
func (*QScatterDataProxy) ConnectItemCountChanged ¶
func (ptr *QScatterDataProxy) ConnectItemCountChanged(f func(count int))
func (*QScatterDataProxy) ConnectItemsAdded ¶
func (ptr *QScatterDataProxy) ConnectItemsAdded(f func(startIndex int, count int))
func (*QScatterDataProxy) ConnectItemsChanged ¶
func (ptr *QScatterDataProxy) ConnectItemsChanged(f func(startIndex int, count int))
func (*QScatterDataProxy) ConnectItemsInserted ¶
func (ptr *QScatterDataProxy) ConnectItemsInserted(f func(startIndex int, count int))
func (*QScatterDataProxy) ConnectItemsRemoved ¶
func (ptr *QScatterDataProxy) ConnectItemsRemoved(f func(startIndex int, count int))
func (*QScatterDataProxy) ConnectSeriesChanged ¶
func (ptr *QScatterDataProxy) ConnectSeriesChanged(f func(series *QScatter3DSeries))
func (*QScatterDataProxy) DestroyQScatterDataProxy ¶
func (ptr *QScatterDataProxy) DestroyQScatterDataProxy()
func (*QScatterDataProxy) DestroyQScatterDataProxyDefault ¶
func (ptr *QScatterDataProxy) DestroyQScatterDataProxyDefault()
func (*QScatterDataProxy) DisconnectArrayReset ¶
func (ptr *QScatterDataProxy) DisconnectArrayReset()
func (*QScatterDataProxy) DisconnectDestroyQScatterDataProxy ¶
func (ptr *QScatterDataProxy) DisconnectDestroyQScatterDataProxy()
func (*QScatterDataProxy) DisconnectItemCountChanged ¶
func (ptr *QScatterDataProxy) DisconnectItemCountChanged()
func (*QScatterDataProxy) DisconnectItemsAdded ¶
func (ptr *QScatterDataProxy) DisconnectItemsAdded()
func (*QScatterDataProxy) DisconnectItemsChanged ¶
func (ptr *QScatterDataProxy) DisconnectItemsChanged()
func (*QScatterDataProxy) DisconnectItemsInserted ¶
func (ptr *QScatterDataProxy) DisconnectItemsInserted()
func (*QScatterDataProxy) DisconnectItemsRemoved ¶
func (ptr *QScatterDataProxy) DisconnectItemsRemoved()
func (*QScatterDataProxy) DisconnectSeriesChanged ¶
func (ptr *QScatterDataProxy) DisconnectSeriesChanged()
func (*QScatterDataProxy) InsertItem ¶
func (ptr *QScatterDataProxy) InsertItem(index int, item QScatterDataItem_ITF)
func (*QScatterDataProxy) ItemAt ¶
func (ptr *QScatterDataProxy) ItemAt(index int) *QScatterDataItem
func (*QScatterDataProxy) ItemCount ¶
func (ptr *QScatterDataProxy) ItemCount() int
func (*QScatterDataProxy) ItemCountChanged ¶
func (ptr *QScatterDataProxy) ItemCountChanged(count int)
func (*QScatterDataProxy) ItemsAdded ¶
func (ptr *QScatterDataProxy) ItemsAdded(startIndex int, count int)
func (*QScatterDataProxy) ItemsChanged ¶
func (ptr *QScatterDataProxy) ItemsChanged(startIndex int, count int)
func (*QScatterDataProxy) ItemsInserted ¶
func (ptr *QScatterDataProxy) ItemsInserted(startIndex int, count int)
func (*QScatterDataProxy) ItemsRemoved ¶
func (ptr *QScatterDataProxy) ItemsRemoved(startIndex int, count int)
func (*QScatterDataProxy) Pointer ¶
func (ptr *QScatterDataProxy) Pointer() unsafe.Pointer
func (*QScatterDataProxy) QScatterDataProxy_PTR ¶
func (ptr *QScatterDataProxy) QScatterDataProxy_PTR() *QScatterDataProxy
func (*QScatterDataProxy) RemoveItems ¶
func (ptr *QScatterDataProxy) RemoveItems(index int, removeCount int)
func (*QScatterDataProxy) Series ¶
func (ptr *QScatterDataProxy) Series() *QScatter3DSeries
func (*QScatterDataProxy) SeriesChanged ¶
func (ptr *QScatterDataProxy) SeriesChanged(series QScatter3DSeries_ITF)
func (*QScatterDataProxy) SetItem ¶
func (ptr *QScatterDataProxy) SetItem(index int, item QScatterDataItem_ITF)
func (*QScatterDataProxy) SetPointer ¶
func (ptr *QScatterDataProxy) SetPointer(p unsafe.Pointer)
type QScatterDataProxy_ITF ¶
type QScatterDataProxy_ITF interface {
QScatterDataProxy_PTR() *QScatterDataProxy
}
type QSurface3DSeries ¶
func NewQSurface3DSeries ¶
func NewQSurface3DSeries(parent core.QObject_ITF) *QSurface3DSeries
func NewQSurface3DSeries2 ¶
func NewQSurface3DSeries2(dataProxy QSurfaceDataProxy_ITF, parent core.QObject_ITF) *QSurface3DSeries
func NewQSurface3DSeriesFromPointer ¶
func NewQSurface3DSeriesFromPointer(ptr unsafe.Pointer) (n *QSurface3DSeries)
func (*QSurface3DSeries) ClassNameInternalF ¶
func (n *QSurface3DSeries) ClassNameInternalF() string
func (*QSurface3DSeries) ConnectDataProxyChanged ¶
func (ptr *QSurface3DSeries) ConnectDataProxyChanged(f func(proxy *QSurfaceDataProxy))
func (*QSurface3DSeries) ConnectDestroyQSurface3DSeries ¶
func (ptr *QSurface3DSeries) ConnectDestroyQSurface3DSeries(f func())
func (*QSurface3DSeries) ConnectDrawModeChanged ¶
func (ptr *QSurface3DSeries) ConnectDrawModeChanged(f func(mode QSurface3DSeries__DrawFlag))
func (*QSurface3DSeries) ConnectFlatShadingEnabledChanged ¶
func (ptr *QSurface3DSeries) ConnectFlatShadingEnabledChanged(f func(enable bool))
func (*QSurface3DSeries) ConnectFlatShadingSupportedChanged ¶
func (ptr *QSurface3DSeries) ConnectFlatShadingSupportedChanged(f func(enable bool))
func (*QSurface3DSeries) ConnectSelectedPointChanged ¶
func (ptr *QSurface3DSeries) ConnectSelectedPointChanged(f func(position *core.QPoint))
func (*QSurface3DSeries) ConnectTextureChanged ¶
func (ptr *QSurface3DSeries) ConnectTextureChanged(f func(image *gui.QImage))
func (*QSurface3DSeries) ConnectTextureFileChanged ¶
func (ptr *QSurface3DSeries) ConnectTextureFileChanged(f func(filename string))
func (*QSurface3DSeries) DataProxy ¶
func (ptr *QSurface3DSeries) DataProxy() *QSurfaceDataProxy
func (*QSurface3DSeries) DataProxyChanged ¶
func (ptr *QSurface3DSeries) DataProxyChanged(proxy QSurfaceDataProxy_ITF)
func (*QSurface3DSeries) DestroyQSurface3DSeries ¶
func (ptr *QSurface3DSeries) DestroyQSurface3DSeries()
func (*QSurface3DSeries) DestroyQSurface3DSeriesDefault ¶
func (ptr *QSurface3DSeries) DestroyQSurface3DSeriesDefault()
func (*QSurface3DSeries) DisconnectDataProxyChanged ¶
func (ptr *QSurface3DSeries) DisconnectDataProxyChanged()
func (*QSurface3DSeries) DisconnectDestroyQSurface3DSeries ¶
func (ptr *QSurface3DSeries) DisconnectDestroyQSurface3DSeries()
func (*QSurface3DSeries) DisconnectDrawModeChanged ¶
func (ptr *QSurface3DSeries) DisconnectDrawModeChanged()
func (*QSurface3DSeries) DisconnectFlatShadingEnabledChanged ¶
func (ptr *QSurface3DSeries) DisconnectFlatShadingEnabledChanged()
func (*QSurface3DSeries) DisconnectFlatShadingSupportedChanged ¶
func (ptr *QSurface3DSeries) DisconnectFlatShadingSupportedChanged()
func (*QSurface3DSeries) DisconnectSelectedPointChanged ¶
func (ptr *QSurface3DSeries) DisconnectSelectedPointChanged()
func (*QSurface3DSeries) DisconnectTextureChanged ¶
func (ptr *QSurface3DSeries) DisconnectTextureChanged()
func (*QSurface3DSeries) DisconnectTextureFileChanged ¶
func (ptr *QSurface3DSeries) DisconnectTextureFileChanged()
func (*QSurface3DSeries) DrawMode ¶
func (ptr *QSurface3DSeries) DrawMode() QSurface3DSeries__DrawFlag
func (*QSurface3DSeries) DrawModeChanged ¶
func (ptr *QSurface3DSeries) DrawModeChanged(mode QSurface3DSeries__DrawFlag)
func (*QSurface3DSeries) FlatShadingEnabledChanged ¶
func (ptr *QSurface3DSeries) FlatShadingEnabledChanged(enable bool)
func (*QSurface3DSeries) FlatShadingSupportedChanged ¶
func (ptr *QSurface3DSeries) FlatShadingSupportedChanged(enable bool)
func (*QSurface3DSeries) InvalidSelectionPosition ¶
func (ptr *QSurface3DSeries) InvalidSelectionPosition() *core.QPoint
func (*QSurface3DSeries) IsFlatShadingEnabled ¶
func (ptr *QSurface3DSeries) IsFlatShadingEnabled() bool
func (*QSurface3DSeries) IsFlatShadingSupported ¶
func (ptr *QSurface3DSeries) IsFlatShadingSupported() bool
func (*QSurface3DSeries) Pointer ¶
func (ptr *QSurface3DSeries) Pointer() unsafe.Pointer
func (*QSurface3DSeries) QSurface3DSeries_PTR ¶
func (ptr *QSurface3DSeries) QSurface3DSeries_PTR() *QSurface3DSeries
func (*QSurface3DSeries) SelectedPoint ¶
func (ptr *QSurface3DSeries) SelectedPoint() *core.QPoint
func (*QSurface3DSeries) SelectedPointChanged ¶
func (ptr *QSurface3DSeries) SelectedPointChanged(position core.QPoint_ITF)
func (*QSurface3DSeries) SetDataProxy ¶
func (ptr *QSurface3DSeries) SetDataProxy(proxy QSurfaceDataProxy_ITF)
func (*QSurface3DSeries) SetDrawMode ¶
func (ptr *QSurface3DSeries) SetDrawMode(mode QSurface3DSeries__DrawFlag)
func (*QSurface3DSeries) SetFlatShadingEnabled ¶
func (ptr *QSurface3DSeries) SetFlatShadingEnabled(enabled bool)
func (*QSurface3DSeries) SetPointer ¶
func (ptr *QSurface3DSeries) SetPointer(p unsafe.Pointer)
func (*QSurface3DSeries) SetSelectedPoint ¶
func (ptr *QSurface3DSeries) SetSelectedPoint(position core.QPoint_ITF)
func (*QSurface3DSeries) SetTexture ¶
func (ptr *QSurface3DSeries) SetTexture(texture gui.QImage_ITF)
func (*QSurface3DSeries) SetTextureFile ¶
func (ptr *QSurface3DSeries) SetTextureFile(filename string)
func (*QSurface3DSeries) Texture ¶
func (ptr *QSurface3DSeries) Texture() *gui.QImage
func (*QSurface3DSeries) TextureChanged ¶
func (ptr *QSurface3DSeries) TextureChanged(image gui.QImage_ITF)
func (*QSurface3DSeries) TextureFile ¶
func (ptr *QSurface3DSeries) TextureFile() string
func (*QSurface3DSeries) TextureFileChanged ¶
func (ptr *QSurface3DSeries) TextureFileChanged(filename string)
type QSurface3DSeries_ITF ¶
type QSurface3DSeries_ITF interface {
QSurface3DSeries_PTR() *QSurface3DSeries
}
type QSurface3DSeries__DrawFlag ¶
type QSurface3DSeries__DrawFlag int64
QSurface3DSeries::DrawFlag
const ( QSurface3DSeries__DrawWireframe QSurface3DSeries__DrawFlag = QSurface3DSeries__DrawFlag(1) QSurface3DSeries__DrawSurface QSurface3DSeries__DrawFlag = QSurface3DSeries__DrawFlag(2) QSurface3DSeries__DrawSurfaceAndWireframe QSurface3DSeries__DrawFlag = QSurface3DSeries__DrawFlag(QSurface3DSeries__DrawWireframe | QSurface3DSeries__DrawSurface) )
type QSurfaceDataItem ¶
func NewQSurfaceDataItem ¶
func NewQSurfaceDataItem() *QSurfaceDataItem
func NewQSurfaceDataItem2 ¶
func NewQSurfaceDataItem2(position gui.QVector3D_ITF) *QSurfaceDataItem
func NewQSurfaceDataItem3 ¶
func NewQSurfaceDataItem3(other QSurfaceDataItem_ITF) *QSurfaceDataItem
func NewQSurfaceDataItemFromPointer ¶
func NewQSurfaceDataItemFromPointer(ptr unsafe.Pointer) (n *QSurfaceDataItem)
func (*QSurfaceDataItem) ClassNameInternalF ¶
func (n *QSurfaceDataItem) ClassNameInternalF() string
func (*QSurfaceDataItem) DestroyQSurfaceDataItem ¶
func (ptr *QSurfaceDataItem) DestroyQSurfaceDataItem()
func (*QSurfaceDataItem) Pointer ¶
func (ptr *QSurfaceDataItem) Pointer() unsafe.Pointer
func (*QSurfaceDataItem) Position ¶
func (ptr *QSurfaceDataItem) Position() *gui.QVector3D
func (*QSurfaceDataItem) QSurfaceDataItem_PTR ¶
func (ptr *QSurfaceDataItem) QSurfaceDataItem_PTR() *QSurfaceDataItem
func (*QSurfaceDataItem) SetPointer ¶
func (ptr *QSurfaceDataItem) SetPointer(p unsafe.Pointer)
func (*QSurfaceDataItem) SetPosition ¶
func (ptr *QSurfaceDataItem) SetPosition(pos gui.QVector3D_ITF)
func (*QSurfaceDataItem) SetX ¶
func (ptr *QSurfaceDataItem) SetX(value float32)
func (*QSurfaceDataItem) SetY ¶
func (ptr *QSurfaceDataItem) SetY(value float32)
func (*QSurfaceDataItem) SetZ ¶
func (ptr *QSurfaceDataItem) SetZ(value float32)
func (*QSurfaceDataItem) X ¶
func (ptr *QSurfaceDataItem) X() float32
func (*QSurfaceDataItem) Y ¶
func (ptr *QSurfaceDataItem) Y() float32
func (*QSurfaceDataItem) Z ¶
func (ptr *QSurfaceDataItem) Z() float32
type QSurfaceDataItem_ITF ¶
type QSurfaceDataItem_ITF interface {
QSurfaceDataItem_PTR() *QSurfaceDataItem
}
type QSurfaceDataProxy ¶
func NewQSurfaceDataProxy ¶
func NewQSurfaceDataProxy(parent core.QObject_ITF) *QSurfaceDataProxy
func NewQSurfaceDataProxyFromPointer ¶
func NewQSurfaceDataProxyFromPointer(ptr unsafe.Pointer) (n *QSurfaceDataProxy)
func (*QSurfaceDataProxy) ArrayReset ¶
func (ptr *QSurfaceDataProxy) ArrayReset()
func (*QSurfaceDataProxy) ClassNameInternalF ¶
func (n *QSurfaceDataProxy) ClassNameInternalF() string
func (*QSurfaceDataProxy) ColumnCount ¶
func (ptr *QSurfaceDataProxy) ColumnCount() int
func (*QSurfaceDataProxy) ColumnCountChanged ¶
func (ptr *QSurfaceDataProxy) ColumnCountChanged(count int)
func (*QSurfaceDataProxy) ConnectArrayReset ¶
func (ptr *QSurfaceDataProxy) ConnectArrayReset(f func())
func (*QSurfaceDataProxy) ConnectColumnCountChanged ¶
func (ptr *QSurfaceDataProxy) ConnectColumnCountChanged(f func(count int))
func (*QSurfaceDataProxy) ConnectDestroyQSurfaceDataProxy ¶
func (ptr *QSurfaceDataProxy) ConnectDestroyQSurfaceDataProxy(f func())
func (*QSurfaceDataProxy) ConnectItemChanged ¶
func (ptr *QSurfaceDataProxy) ConnectItemChanged(f func(rowIndex int, columnIndex int))
func (*QSurfaceDataProxy) ConnectRowCountChanged ¶
func (ptr *QSurfaceDataProxy) ConnectRowCountChanged(f func(count int))
func (*QSurfaceDataProxy) ConnectRowsAdded ¶
func (ptr *QSurfaceDataProxy) ConnectRowsAdded(f func(startIndex int, count int))
func (*QSurfaceDataProxy) ConnectRowsChanged ¶
func (ptr *QSurfaceDataProxy) ConnectRowsChanged(f func(startIndex int, count int))
func (*QSurfaceDataProxy) ConnectRowsInserted ¶
func (ptr *QSurfaceDataProxy) ConnectRowsInserted(f func(startIndex int, count int))
func (*QSurfaceDataProxy) ConnectRowsRemoved ¶
func (ptr *QSurfaceDataProxy) ConnectRowsRemoved(f func(startIndex int, count int))
func (*QSurfaceDataProxy) ConnectSeriesChanged ¶
func (ptr *QSurfaceDataProxy) ConnectSeriesChanged(f func(series *QSurface3DSeries))
func (*QSurfaceDataProxy) DestroyQSurfaceDataProxy ¶
func (ptr *QSurfaceDataProxy) DestroyQSurfaceDataProxy()
func (*QSurfaceDataProxy) DestroyQSurfaceDataProxyDefault ¶
func (ptr *QSurfaceDataProxy) DestroyQSurfaceDataProxyDefault()
func (*QSurfaceDataProxy) DisconnectArrayReset ¶
func (ptr *QSurfaceDataProxy) DisconnectArrayReset()
func (*QSurfaceDataProxy) DisconnectColumnCountChanged ¶
func (ptr *QSurfaceDataProxy) DisconnectColumnCountChanged()
func (*QSurfaceDataProxy) DisconnectDestroyQSurfaceDataProxy ¶
func (ptr *QSurfaceDataProxy) DisconnectDestroyQSurfaceDataProxy()
func (*QSurfaceDataProxy) DisconnectItemChanged ¶
func (ptr *QSurfaceDataProxy) DisconnectItemChanged()
func (*QSurfaceDataProxy) DisconnectRowCountChanged ¶
func (ptr *QSurfaceDataProxy) DisconnectRowCountChanged()
func (*QSurfaceDataProxy) DisconnectRowsAdded ¶
func (ptr *QSurfaceDataProxy) DisconnectRowsAdded()
func (*QSurfaceDataProxy) DisconnectRowsChanged ¶
func (ptr *QSurfaceDataProxy) DisconnectRowsChanged()
func (*QSurfaceDataProxy) DisconnectRowsInserted ¶
func (ptr *QSurfaceDataProxy) DisconnectRowsInserted()
func (*QSurfaceDataProxy) DisconnectRowsRemoved ¶
func (ptr *QSurfaceDataProxy) DisconnectRowsRemoved()
func (*QSurfaceDataProxy) DisconnectSeriesChanged ¶
func (ptr *QSurfaceDataProxy) DisconnectSeriesChanged()
func (*QSurfaceDataProxy) ItemAt ¶
func (ptr *QSurfaceDataProxy) ItemAt(rowIndex int, columnIndex int) *QSurfaceDataItem
func (*QSurfaceDataProxy) ItemAt2 ¶
func (ptr *QSurfaceDataProxy) ItemAt2(position core.QPoint_ITF) *QSurfaceDataItem
func (*QSurfaceDataProxy) ItemChanged ¶
func (ptr *QSurfaceDataProxy) ItemChanged(rowIndex int, columnIndex int)
func (*QSurfaceDataProxy) Pointer ¶
func (ptr *QSurfaceDataProxy) Pointer() unsafe.Pointer
func (*QSurfaceDataProxy) QSurfaceDataProxy_PTR ¶
func (ptr *QSurfaceDataProxy) QSurfaceDataProxy_PTR() *QSurfaceDataProxy
func (*QSurfaceDataProxy) RemoveRows ¶
func (ptr *QSurfaceDataProxy) RemoveRows(rowIndex int, removeCount int)
func (*QSurfaceDataProxy) RowCount ¶
func (ptr *QSurfaceDataProxy) RowCount() int
func (*QSurfaceDataProxy) RowCountChanged ¶
func (ptr *QSurfaceDataProxy) RowCountChanged(count int)
func (*QSurfaceDataProxy) RowsAdded ¶
func (ptr *QSurfaceDataProxy) RowsAdded(startIndex int, count int)
func (*QSurfaceDataProxy) RowsChanged ¶
func (ptr *QSurfaceDataProxy) RowsChanged(startIndex int, count int)
func (*QSurfaceDataProxy) RowsInserted ¶
func (ptr *QSurfaceDataProxy) RowsInserted(startIndex int, count int)
func (*QSurfaceDataProxy) RowsRemoved ¶
func (ptr *QSurfaceDataProxy) RowsRemoved(startIndex int, count int)
func (*QSurfaceDataProxy) Series ¶
func (ptr *QSurfaceDataProxy) Series() *QSurface3DSeries
func (*QSurfaceDataProxy) SeriesChanged ¶
func (ptr *QSurfaceDataProxy) SeriesChanged(series QSurface3DSeries_ITF)
func (*QSurfaceDataProxy) SetItem ¶
func (ptr *QSurfaceDataProxy) SetItem(rowIndex int, columnIndex int, item QSurfaceDataItem_ITF)
func (*QSurfaceDataProxy) SetItem2 ¶
func (ptr *QSurfaceDataProxy) SetItem2(position core.QPoint_ITF, item QSurfaceDataItem_ITF)
func (*QSurfaceDataProxy) SetPointer ¶
func (ptr *QSurfaceDataProxy) SetPointer(p unsafe.Pointer)
type QSurfaceDataProxy_ITF ¶
type QSurfaceDataProxy_ITF interface {
QSurfaceDataProxy_PTR() *QSurfaceDataProxy
}
type QTouch3DInputHandler ¶
func NewQTouch3DInputHandler ¶
func NewQTouch3DInputHandler(parent core.QObject_ITF) *QTouch3DInputHandler
func NewQTouch3DInputHandlerFromPointer ¶
func NewQTouch3DInputHandlerFromPointer(ptr unsafe.Pointer) (n *QTouch3DInputHandler)
func (*QTouch3DInputHandler) ClassNameInternalF ¶
func (n *QTouch3DInputHandler) ClassNameInternalF() string
func (*QTouch3DInputHandler) ConnectDestroyQTouch3DInputHandler ¶
func (ptr *QTouch3DInputHandler) ConnectDestroyQTouch3DInputHandler(f func())
func (*QTouch3DInputHandler) ConnectTouchEvent ¶
func (ptr *QTouch3DInputHandler) ConnectTouchEvent(f func(event *gui.QTouchEvent))
func (*QTouch3DInputHandler) DestroyQTouch3DInputHandler ¶
func (ptr *QTouch3DInputHandler) DestroyQTouch3DInputHandler()
func (*QTouch3DInputHandler) DestroyQTouch3DInputHandlerDefault ¶
func (ptr *QTouch3DInputHandler) DestroyQTouch3DInputHandlerDefault()
func (*QTouch3DInputHandler) DisconnectDestroyQTouch3DInputHandler ¶
func (ptr *QTouch3DInputHandler) DisconnectDestroyQTouch3DInputHandler()
func (*QTouch3DInputHandler) DisconnectTouchEvent ¶
func (ptr *QTouch3DInputHandler) DisconnectTouchEvent()
func (*QTouch3DInputHandler) Pointer ¶
func (ptr *QTouch3DInputHandler) Pointer() unsafe.Pointer
func (*QTouch3DInputHandler) QTouch3DInputHandler_PTR ¶
func (ptr *QTouch3DInputHandler) QTouch3DInputHandler_PTR() *QTouch3DInputHandler
func (*QTouch3DInputHandler) SetPointer ¶
func (ptr *QTouch3DInputHandler) SetPointer(p unsafe.Pointer)
func (*QTouch3DInputHandler) TouchEvent ¶
func (ptr *QTouch3DInputHandler) TouchEvent(event gui.QTouchEvent_ITF)
func (*QTouch3DInputHandler) TouchEventDefault ¶
func (ptr *QTouch3DInputHandler) TouchEventDefault(event gui.QTouchEvent_ITF)
type QTouch3DInputHandler_ITF ¶
type QTouch3DInputHandler_ITF interface {
QTouch3DInputHandler_PTR() *QTouch3DInputHandler
}
type QValue3DAxis ¶
func NewQValue3DAxis ¶
func NewQValue3DAxis(parent core.QObject_ITF) *QValue3DAxis
func NewQValue3DAxisFromPointer ¶
func NewQValue3DAxisFromPointer(ptr unsafe.Pointer) (n *QValue3DAxis)
func (*QValue3DAxis) ClassNameInternalF ¶
func (n *QValue3DAxis) ClassNameInternalF() string
func (*QValue3DAxis) ConnectDestroyQValue3DAxis ¶
func (ptr *QValue3DAxis) ConnectDestroyQValue3DAxis(f func())
func (*QValue3DAxis) ConnectFormatterChanged ¶
func (ptr *QValue3DAxis) ConnectFormatterChanged(f func(formatter *QValue3DAxisFormatter))
func (*QValue3DAxis) ConnectLabelFormatChanged ¶
func (ptr *QValue3DAxis) ConnectLabelFormatChanged(f func(format string))
func (*QValue3DAxis) ConnectReversedChanged ¶
func (ptr *QValue3DAxis) ConnectReversedChanged(f func(enable bool))
func (*QValue3DAxis) ConnectSegmentCountChanged ¶
func (ptr *QValue3DAxis) ConnectSegmentCountChanged(f func(count int))
func (*QValue3DAxis) ConnectSubSegmentCountChanged ¶
func (ptr *QValue3DAxis) ConnectSubSegmentCountChanged(f func(count int))
func (*QValue3DAxis) DestroyQValue3DAxis ¶
func (ptr *QValue3DAxis) DestroyQValue3DAxis()
func (*QValue3DAxis) DestroyQValue3DAxisDefault ¶
func (ptr *QValue3DAxis) DestroyQValue3DAxisDefault()
func (*QValue3DAxis) DisconnectDestroyQValue3DAxis ¶
func (ptr *QValue3DAxis) DisconnectDestroyQValue3DAxis()
func (*QValue3DAxis) DisconnectFormatterChanged ¶
func (ptr *QValue3DAxis) DisconnectFormatterChanged()
func (*QValue3DAxis) DisconnectLabelFormatChanged ¶
func (ptr *QValue3DAxis) DisconnectLabelFormatChanged()
func (*QValue3DAxis) DisconnectReversedChanged ¶
func (ptr *QValue3DAxis) DisconnectReversedChanged()
func (*QValue3DAxis) DisconnectSegmentCountChanged ¶
func (ptr *QValue3DAxis) DisconnectSegmentCountChanged()
func (*QValue3DAxis) DisconnectSubSegmentCountChanged ¶
func (ptr *QValue3DAxis) DisconnectSubSegmentCountChanged()
func (*QValue3DAxis) Formatter ¶
func (ptr *QValue3DAxis) Formatter() *QValue3DAxisFormatter
func (*QValue3DAxis) FormatterChanged ¶
func (ptr *QValue3DAxis) FormatterChanged(formatter QValue3DAxisFormatter_ITF)
func (*QValue3DAxis) LabelFormat ¶
func (ptr *QValue3DAxis) LabelFormat() string
func (*QValue3DAxis) LabelFormatChanged ¶
func (ptr *QValue3DAxis) LabelFormatChanged(format string)
func (*QValue3DAxis) Pointer ¶
func (ptr *QValue3DAxis) Pointer() unsafe.Pointer
func (*QValue3DAxis) QValue3DAxis_PTR ¶
func (ptr *QValue3DAxis) QValue3DAxis_PTR() *QValue3DAxis
func (*QValue3DAxis) Reversed ¶
func (ptr *QValue3DAxis) Reversed() bool
func (*QValue3DAxis) ReversedChanged ¶
func (ptr *QValue3DAxis) ReversedChanged(enable bool)
func (*QValue3DAxis) SegmentCount ¶
func (ptr *QValue3DAxis) SegmentCount() int
func (*QValue3DAxis) SegmentCountChanged ¶
func (ptr *QValue3DAxis) SegmentCountChanged(count int)
func (*QValue3DAxis) SetFormatter ¶
func (ptr *QValue3DAxis) SetFormatter(formatter QValue3DAxisFormatter_ITF)
func (*QValue3DAxis) SetLabelFormat ¶
func (ptr *QValue3DAxis) SetLabelFormat(format string)
func (*QValue3DAxis) SetPointer ¶
func (ptr *QValue3DAxis) SetPointer(p unsafe.Pointer)
func (*QValue3DAxis) SetReversed ¶
func (ptr *QValue3DAxis) SetReversed(enable bool)
func (*QValue3DAxis) SetSegmentCount ¶
func (ptr *QValue3DAxis) SetSegmentCount(count int)
func (*QValue3DAxis) SetSubSegmentCount ¶
func (ptr *QValue3DAxis) SetSubSegmentCount(count int)
func (*QValue3DAxis) SubSegmentCount ¶
func (ptr *QValue3DAxis) SubSegmentCount() int
func (*QValue3DAxis) SubSegmentCountChanged ¶
func (ptr *QValue3DAxis) SubSegmentCountChanged(count int)
type QValue3DAxisFormatter ¶
func NewQValue3DAxisFormatter2 ¶
func NewQValue3DAxisFormatter2(parent core.QObject_ITF) *QValue3DAxisFormatter
func NewQValue3DAxisFormatterFromPointer ¶
func NewQValue3DAxisFormatterFromPointer(ptr unsafe.Pointer) (n *QValue3DAxisFormatter)
func (*QValue3DAxisFormatter) AllowNegatives ¶
func (ptr *QValue3DAxisFormatter) AllowNegatives() bool
func (*QValue3DAxisFormatter) AllowZero ¶
func (ptr *QValue3DAxisFormatter) AllowZero() bool
func (*QValue3DAxisFormatter) Axis ¶
func (ptr *QValue3DAxisFormatter) Axis() *QValue3DAxis
func (*QValue3DAxisFormatter) ClassNameInternalF ¶
func (n *QValue3DAxisFormatter) ClassNameInternalF() string
func (*QValue3DAxisFormatter) ConnectCreateNewInstance ¶
func (ptr *QValue3DAxisFormatter) ConnectCreateNewInstance(f func() *QValue3DAxisFormatter)
func (*QValue3DAxisFormatter) ConnectDestroyQValue3DAxisFormatter ¶
func (ptr *QValue3DAxisFormatter) ConnectDestroyQValue3DAxisFormatter(f func())
func (*QValue3DAxisFormatter) ConnectPopulateCopy ¶
func (ptr *QValue3DAxisFormatter) ConnectPopulateCopy(f func(copy *QValue3DAxisFormatter))
func (*QValue3DAxisFormatter) ConnectPositionAt ¶
func (ptr *QValue3DAxisFormatter) ConnectPositionAt(f func(value float32) float32)
func (*QValue3DAxisFormatter) ConnectRecalculate ¶
func (ptr *QValue3DAxisFormatter) ConnectRecalculate(f func())
func (*QValue3DAxisFormatter) ConnectStringForValue ¶
func (ptr *QValue3DAxisFormatter) ConnectStringForValue(f func(value float64, format string) string)
func (*QValue3DAxisFormatter) ConnectValueAt ¶
func (ptr *QValue3DAxisFormatter) ConnectValueAt(f func(position float32) float32)
func (*QValue3DAxisFormatter) CreateNewInstance ¶
func (ptr *QValue3DAxisFormatter) CreateNewInstance() *QValue3DAxisFormatter
func (*QValue3DAxisFormatter) CreateNewInstanceDefault ¶
func (ptr *QValue3DAxisFormatter) CreateNewInstanceDefault() *QValue3DAxisFormatter
func (*QValue3DAxisFormatter) DestroyQValue3DAxisFormatter ¶
func (ptr *QValue3DAxisFormatter) DestroyQValue3DAxisFormatter()
func (*QValue3DAxisFormatter) DestroyQValue3DAxisFormatterDefault ¶
func (ptr *QValue3DAxisFormatter) DestroyQValue3DAxisFormatterDefault()
func (*QValue3DAxisFormatter) DisconnectCreateNewInstance ¶
func (ptr *QValue3DAxisFormatter) DisconnectCreateNewInstance()
func (*QValue3DAxisFormatter) DisconnectDestroyQValue3DAxisFormatter ¶
func (ptr *QValue3DAxisFormatter) DisconnectDestroyQValue3DAxisFormatter()
func (*QValue3DAxisFormatter) DisconnectPopulateCopy ¶
func (ptr *QValue3DAxisFormatter) DisconnectPopulateCopy()
func (*QValue3DAxisFormatter) DisconnectPositionAt ¶
func (ptr *QValue3DAxisFormatter) DisconnectPositionAt()
func (*QValue3DAxisFormatter) DisconnectRecalculate ¶
func (ptr *QValue3DAxisFormatter) DisconnectRecalculate()
func (*QValue3DAxisFormatter) DisconnectStringForValue ¶
func (ptr *QValue3DAxisFormatter) DisconnectStringForValue()
func (*QValue3DAxisFormatter) DisconnectValueAt ¶
func (ptr *QValue3DAxisFormatter) DisconnectValueAt()
func (*QValue3DAxisFormatter) GridPositions ¶
func (ptr *QValue3DAxisFormatter) GridPositions() []float32
func (*QValue3DAxisFormatter) LabelPositions ¶
func (ptr *QValue3DAxisFormatter) LabelPositions() []float32
func (*QValue3DAxisFormatter) LabelStrings ¶
func (ptr *QValue3DAxisFormatter) LabelStrings() []string
func (*QValue3DAxisFormatter) Locale ¶
func (ptr *QValue3DAxisFormatter) Locale() *core.QLocale
func (*QValue3DAxisFormatter) MarkDirty ¶
func (ptr *QValue3DAxisFormatter) MarkDirty(labelsChange bool)
func (*QValue3DAxisFormatter) Pointer ¶
func (ptr *QValue3DAxisFormatter) Pointer() unsafe.Pointer
func (*QValue3DAxisFormatter) PopulateCopy ¶
func (ptr *QValue3DAxisFormatter) PopulateCopy(copy QValue3DAxisFormatter_ITF)
func (*QValue3DAxisFormatter) PopulateCopyDefault ¶
func (ptr *QValue3DAxisFormatter) PopulateCopyDefault(copy QValue3DAxisFormatter_ITF)
func (*QValue3DAxisFormatter) PositionAt ¶
func (ptr *QValue3DAxisFormatter) PositionAt(value float32) float32
func (*QValue3DAxisFormatter) PositionAtDefault ¶
func (ptr *QValue3DAxisFormatter) PositionAtDefault(value float32) float32
func (*QValue3DAxisFormatter) QValue3DAxisFormatter_PTR ¶
func (ptr *QValue3DAxisFormatter) QValue3DAxisFormatter_PTR() *QValue3DAxisFormatter
func (*QValue3DAxisFormatter) Recalculate ¶
func (ptr *QValue3DAxisFormatter) Recalculate()
func (*QValue3DAxisFormatter) RecalculateDefault ¶
func (ptr *QValue3DAxisFormatter) RecalculateDefault()
func (*QValue3DAxisFormatter) SetAllowNegatives ¶
func (ptr *QValue3DAxisFormatter) SetAllowNegatives(allow bool)
func (*QValue3DAxisFormatter) SetAllowZero ¶
func (ptr *QValue3DAxisFormatter) SetAllowZero(allow bool)
func (*QValue3DAxisFormatter) SetLocale ¶
func (ptr *QValue3DAxisFormatter) SetLocale(locale core.QLocale_ITF)
func (*QValue3DAxisFormatter) SetPointer ¶
func (ptr *QValue3DAxisFormatter) SetPointer(p unsafe.Pointer)
func (*QValue3DAxisFormatter) StringForValue ¶
func (ptr *QValue3DAxisFormatter) StringForValue(value float64, format string) string
func (*QValue3DAxisFormatter) StringForValueDefault ¶
func (ptr *QValue3DAxisFormatter) StringForValueDefault(value float64, format string) string
func (*QValue3DAxisFormatter) SubGridPositions ¶
func (ptr *QValue3DAxisFormatter) SubGridPositions() []float32
func (*QValue3DAxisFormatter) ValueAt ¶
func (ptr *QValue3DAxisFormatter) ValueAt(position float32) float32
func (*QValue3DAxisFormatter) ValueAtDefault ¶
func (ptr *QValue3DAxisFormatter) ValueAtDefault(position float32) float32
type QValue3DAxisFormatter_ITF ¶
type QValue3DAxisFormatter_ITF interface {
QValue3DAxisFormatter_PTR() *QValue3DAxisFormatter
}
type QValue3DAxis_ITF ¶
type QValue3DAxis_ITF interface {
QValue3DAxis_PTR() *QValue3DAxis
}
Click to show internal directories.
Click to hide internal directories.