Documentation ¶
Index ¶
- func PointerFromQAbstractAxis(ptr QAbstractAxis_ITF) unsafe.Pointer
- func PointerFromQAbstractBarSeries(ptr QAbstractBarSeries_ITF) unsafe.Pointer
- func PointerFromQAbstractSeries(ptr QAbstractSeries_ITF) unsafe.Pointer
- func PointerFromQAreaLegendMarker(ptr QAreaLegendMarker_ITF) unsafe.Pointer
- func PointerFromQAreaSeries(ptr QAreaSeries_ITF) unsafe.Pointer
- func PointerFromQBarCategoryAxis(ptr QBarCategoryAxis_ITF) unsafe.Pointer
- func PointerFromQBarLegendMarker(ptr QBarLegendMarker_ITF) unsafe.Pointer
- func PointerFromQBarSeries(ptr QBarSeries_ITF) unsafe.Pointer
- func PointerFromQBarSet(ptr QBarSet_ITF) unsafe.Pointer
- func PointerFromQBoxPlotLegendMarker(ptr QBoxPlotLegendMarker_ITF) unsafe.Pointer
- func PointerFromQBoxPlotSeries(ptr QBoxPlotSeries_ITF) unsafe.Pointer
- func PointerFromQBoxSet(ptr QBoxSet_ITF) unsafe.Pointer
- func PointerFromQCandlestickLegendMarker(ptr QCandlestickLegendMarker_ITF) unsafe.Pointer
- func PointerFromQCandlestickModelMapper(ptr QCandlestickModelMapper_ITF) unsafe.Pointer
- func PointerFromQCandlestickSeries(ptr QCandlestickSeries_ITF) unsafe.Pointer
- func PointerFromQCandlestickSet(ptr QCandlestickSet_ITF) unsafe.Pointer
- func PointerFromQCategoryAxis(ptr QCategoryAxis_ITF) unsafe.Pointer
- func PointerFromQChart(ptr QChart_ITF) unsafe.Pointer
- func PointerFromQChartView(ptr QChartView_ITF) unsafe.Pointer
- func PointerFromQDateTimeAxis(ptr QDateTimeAxis_ITF) unsafe.Pointer
- func PointerFromQHBarModelMapper(ptr QHBarModelMapper_ITF) unsafe.Pointer
- func PointerFromQHBoxPlotModelMapper(ptr QHBoxPlotModelMapper_ITF) unsafe.Pointer
- func PointerFromQHCandlestickModelMapper(ptr QHCandlestickModelMapper_ITF) unsafe.Pointer
- func PointerFromQHPieModelMapper(ptr QHPieModelMapper_ITF) unsafe.Pointer
- func PointerFromQHXYModelMapper(ptr QHXYModelMapper_ITF) unsafe.Pointer
- func PointerFromQHorizontalBarSeries(ptr QHorizontalBarSeries_ITF) unsafe.Pointer
- func PointerFromQHorizontalPercentBarSeries(ptr QHorizontalPercentBarSeries_ITF) unsafe.Pointer
- func PointerFromQHorizontalStackedBarSeries(ptr QHorizontalStackedBarSeries_ITF) unsafe.Pointer
- func PointerFromQLegend(ptr QLegend_ITF) unsafe.Pointer
- func PointerFromQLegendMarker(ptr QLegendMarker_ITF) unsafe.Pointer
- func PointerFromQLineSeries(ptr QLineSeries_ITF) unsafe.Pointer
- func PointerFromQLogValueAxis(ptr QLogValueAxis_ITF) unsafe.Pointer
- func PointerFromQPercentBarSeries(ptr QPercentBarSeries_ITF) unsafe.Pointer
- func PointerFromQPieLegendMarker(ptr QPieLegendMarker_ITF) unsafe.Pointer
- func PointerFromQPieModelMapper(ptr QPieModelMapper_ITF) unsafe.Pointer
- func PointerFromQPieSeries(ptr QPieSeries_ITF) unsafe.Pointer
- func PointerFromQPieSlice(ptr QPieSlice_ITF) unsafe.Pointer
- func PointerFromQPolarChart(ptr QPolarChart_ITF) unsafe.Pointer
- func PointerFromQScatterSeries(ptr QScatterSeries_ITF) unsafe.Pointer
- func PointerFromQSplineSeries(ptr QSplineSeries_ITF) unsafe.Pointer
- func PointerFromQStackedBarSeries(ptr QStackedBarSeries_ITF) unsafe.Pointer
- func PointerFromQVBarModelMapper(ptr QVBarModelMapper_ITF) unsafe.Pointer
- func PointerFromQVBoxPlotModelMapper(ptr QVBoxPlotModelMapper_ITF) unsafe.Pointer
- func PointerFromQVCandlestickModelMapper(ptr QVCandlestickModelMapper_ITF) unsafe.Pointer
- func PointerFromQVPieModelMapper(ptr QVPieModelMapper_ITF) unsafe.Pointer
- func PointerFromQVXYModelMapper(ptr QVXYModelMapper_ITF) unsafe.Pointer
- func PointerFromQValueAxis(ptr QValueAxis_ITF) unsafe.Pointer
- func PointerFromQXYLegendMarker(ptr QXYLegendMarker_ITF) unsafe.Pointer
- func PointerFromQXYModelMapper(ptr QXYModelMapper_ITF) unsafe.Pointer
- func PointerFromQXYSeries(ptr QXYSeries_ITF) unsafe.Pointer
- type QAbstractAxis
- func (ptr *QAbstractAxis) Alignment() core.Qt__AlignmentFlag
- func (ptr *QAbstractAxis) ChildEventDefault(event core.QChildEvent_ITF)
- func (n *QAbstractAxis) ClassNameInternalF() string
- func (ptr *QAbstractAxis) ColorChanged(color gui.QColor_ITF)
- func (ptr *QAbstractAxis) ConnectColorChanged(f func(color *gui.QColor))
- func (ptr *QAbstractAxis) ConnectDestroyQAbstractAxis(f func())
- func (ptr *QAbstractAxis) ConnectGridLineColorChanged(f func(color *gui.QColor))
- func (ptr *QAbstractAxis) ConnectGridLinePenChanged(f func(pen *gui.QPen))
- func (ptr *QAbstractAxis) ConnectGridVisibleChanged(f func(visible bool))
- func (ptr *QAbstractAxis) ConnectLabelsAngleChanged(f func(angle int))
- func (ptr *QAbstractAxis) ConnectLabelsBrushChanged(f func(brush *gui.QBrush))
- func (ptr *QAbstractAxis) ConnectLabelsColorChanged(f func(color *gui.QColor))
- func (ptr *QAbstractAxis) ConnectLabelsEditableChanged(f func(editable bool))
- func (ptr *QAbstractAxis) ConnectLabelsFontChanged(f func(font *gui.QFont))
- func (ptr *QAbstractAxis) ConnectLabelsVisibleChanged(f func(visible bool))
- func (ptr *QAbstractAxis) ConnectLinePenChanged(f func(pen *gui.QPen))
- func (ptr *QAbstractAxis) ConnectLineVisibleChanged(f func(visible bool))
- func (ptr *QAbstractAxis) ConnectMinorGridLineColorChanged(f func(color *gui.QColor))
- func (ptr *QAbstractAxis) ConnectMinorGridLinePenChanged(f func(pen *gui.QPen))
- func (ptr *QAbstractAxis) ConnectMinorGridVisibleChanged(f func(visible bool))
- func (ptr *QAbstractAxis) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QAbstractAxis) ConnectReverseChanged(f func(reverse bool))
- func (ptr *QAbstractAxis) ConnectShadesBorderColorChanged(f func(color *gui.QColor))
- func (ptr *QAbstractAxis) ConnectShadesBrushChanged(f func(brush *gui.QBrush))
- func (ptr *QAbstractAxis) ConnectShadesColorChanged(f func(color *gui.QColor))
- func (ptr *QAbstractAxis) ConnectShadesPenChanged(f func(pen *gui.QPen))
- func (ptr *QAbstractAxis) ConnectShadesVisibleChanged(f func(visible bool))
- func (ptr *QAbstractAxis) ConnectTitleBrushChanged(f func(brush *gui.QBrush))
- func (ptr *QAbstractAxis) ConnectTitleFontChanged(f func(font *gui.QFont))
- func (ptr *QAbstractAxis) ConnectTitleTextChanged(f func(text string))
- func (ptr *QAbstractAxis) ConnectTitleVisibleChanged(f func(visible bool))
- func (ptr *QAbstractAxis) ConnectType(f func() QAbstractAxis__AxisType)
- func (ptr *QAbstractAxis) ConnectVisibleChanged(f func(visible bool))
- func (ptr *QAbstractAxis) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QAbstractAxis) DeleteLaterDefault()
- func (ptr *QAbstractAxis) DestroyQAbstractAxis()
- func (ptr *QAbstractAxis) DestroyQAbstractAxisDefault()
- func (ptr *QAbstractAxis) DisconnectColorChanged()
- func (ptr *QAbstractAxis) DisconnectDestroyQAbstractAxis()
- func (ptr *QAbstractAxis) DisconnectGridLineColorChanged()
- func (ptr *QAbstractAxis) DisconnectGridLinePenChanged()
- func (ptr *QAbstractAxis) DisconnectGridVisibleChanged()
- func (ptr *QAbstractAxis) DisconnectLabelsAngleChanged()
- func (ptr *QAbstractAxis) DisconnectLabelsBrushChanged()
- func (ptr *QAbstractAxis) DisconnectLabelsColorChanged()
- func (ptr *QAbstractAxis) DisconnectLabelsEditableChanged()
- func (ptr *QAbstractAxis) DisconnectLabelsFontChanged()
- func (ptr *QAbstractAxis) DisconnectLabelsVisibleChanged()
- func (ptr *QAbstractAxis) DisconnectLinePenChanged()
- func (ptr *QAbstractAxis) DisconnectLineVisibleChanged()
- func (ptr *QAbstractAxis) DisconnectMinorGridLineColorChanged()
- func (ptr *QAbstractAxis) DisconnectMinorGridLinePenChanged()
- func (ptr *QAbstractAxis) DisconnectMinorGridVisibleChanged()
- func (ptr *QAbstractAxis) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QAbstractAxis) DisconnectReverseChanged()
- func (ptr *QAbstractAxis) DisconnectShadesBorderColorChanged()
- func (ptr *QAbstractAxis) DisconnectShadesBrushChanged()
- func (ptr *QAbstractAxis) DisconnectShadesColorChanged()
- func (ptr *QAbstractAxis) DisconnectShadesPenChanged()
- func (ptr *QAbstractAxis) DisconnectShadesVisibleChanged()
- func (ptr *QAbstractAxis) DisconnectTitleBrushChanged()
- func (ptr *QAbstractAxis) DisconnectTitleFontChanged()
- func (ptr *QAbstractAxis) DisconnectTitleTextChanged()
- func (ptr *QAbstractAxis) DisconnectTitleVisibleChanged()
- func (ptr *QAbstractAxis) DisconnectType()
- func (ptr *QAbstractAxis) DisconnectVisibleChanged()
- func (ptr *QAbstractAxis) EventDefault(e core.QEvent_ITF) bool
- func (ptr *QAbstractAxis) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QAbstractAxis) GridLineColor() *gui.QColor
- func (ptr *QAbstractAxis) GridLineColorChanged(color gui.QColor_ITF)
- func (ptr *QAbstractAxis) GridLinePen() *gui.QPen
- func (ptr *QAbstractAxis) GridLinePenChanged(pen gui.QPen_ITF)
- func (ptr *QAbstractAxis) GridVisibleChanged(visible bool)
- func (ptr *QAbstractAxis) Hide()
- func (n *QAbstractAxis) InitFromInternal(ptr uintptr, name string)
- func (ptr *QAbstractAxis) IsGridLineVisible() bool
- func (ptr *QAbstractAxis) IsLineVisible() bool
- func (ptr *QAbstractAxis) IsMinorGridLineVisible() bool
- func (ptr *QAbstractAxis) IsReverse() bool
- func (ptr *QAbstractAxis) IsTitleVisible() bool
- func (ptr *QAbstractAxis) IsVisible() bool
- func (ptr *QAbstractAxis) LabelsAngle() int
- func (ptr *QAbstractAxis) LabelsAngleChanged(angle int)
- func (ptr *QAbstractAxis) LabelsBrush() *gui.QBrush
- func (ptr *QAbstractAxis) LabelsBrushChanged(brush gui.QBrush_ITF)
- func (ptr *QAbstractAxis) LabelsColor() *gui.QColor
- func (ptr *QAbstractAxis) LabelsColorChanged(color gui.QColor_ITF)
- func (ptr *QAbstractAxis) LabelsEditable() bool
- func (ptr *QAbstractAxis) LabelsEditableChanged(editable bool)
- func (ptr *QAbstractAxis) LabelsFont() *gui.QFont
- func (ptr *QAbstractAxis) LabelsFontChanged(font gui.QFont_ITF)
- func (ptr *QAbstractAxis) LabelsVisible() bool
- func (ptr *QAbstractAxis) LabelsVisibleChanged(visible bool)
- func (ptr *QAbstractAxis) LinePen() *gui.QPen
- func (ptr *QAbstractAxis) LinePenChanged(pen gui.QPen_ITF)
- func (ptr *QAbstractAxis) LinePenColor() *gui.QColor
- func (ptr *QAbstractAxis) LineVisibleChanged(visible bool)
- func (ptr *QAbstractAxis) MetaObjectDefault() *core.QMetaObject
- func (ptr *QAbstractAxis) MinorGridLineColor() *gui.QColor
- func (ptr *QAbstractAxis) MinorGridLineColorChanged(color gui.QColor_ITF)
- func (ptr *QAbstractAxis) MinorGridLinePen() *gui.QPen
- func (ptr *QAbstractAxis) MinorGridLinePenChanged(pen gui.QPen_ITF)
- func (ptr *QAbstractAxis) MinorGridVisibleChanged(visible bool)
- func (ptr *QAbstractAxis) Orientation() core.Qt__Orientation
- func (ptr *QAbstractAxis) Pointer() unsafe.Pointer
- func (ptr *QAbstractAxis) QAbstractAxis_PTR() *QAbstractAxis
- func (ptr *QAbstractAxis) ReverseChanged(reverse bool)
- func (ptr *QAbstractAxis) SetGridLineColor(color gui.QColor_ITF)
- func (ptr *QAbstractAxis) SetGridLinePen(pen gui.QPen_ITF)
- func (ptr *QAbstractAxis) SetGridLineVisible(visible bool)
- func (ptr *QAbstractAxis) SetLabelsAngle(angle int)
- func (ptr *QAbstractAxis) SetLabelsBrush(brush gui.QBrush_ITF)
- func (ptr *QAbstractAxis) SetLabelsColor(color gui.QColor_ITF)
- func (ptr *QAbstractAxis) SetLabelsEditable(editable bool)
- func (ptr *QAbstractAxis) SetLabelsFont(font gui.QFont_ITF)
- func (ptr *QAbstractAxis) SetLabelsVisible(visible bool)
- func (ptr *QAbstractAxis) SetLinePen(pen gui.QPen_ITF)
- func (ptr *QAbstractAxis) SetLinePenColor(color gui.QColor_ITF)
- func (ptr *QAbstractAxis) SetLineVisible(visible bool)
- func (ptr *QAbstractAxis) SetMax(max core.QVariant_ITF)
- func (ptr *QAbstractAxis) SetMin(min core.QVariant_ITF)
- func (ptr *QAbstractAxis) SetMinorGridLineColor(color gui.QColor_ITF)
- func (ptr *QAbstractAxis) SetMinorGridLinePen(pen gui.QPen_ITF)
- func (ptr *QAbstractAxis) SetMinorGridLineVisible(visible bool)
- func (ptr *QAbstractAxis) SetPointer(p unsafe.Pointer)
- func (ptr *QAbstractAxis) SetRange(min core.QVariant_ITF, max core.QVariant_ITF)
- func (ptr *QAbstractAxis) SetReverse(reverse bool)
- func (ptr *QAbstractAxis) SetShadesBorderColor(color gui.QColor_ITF)
- func (ptr *QAbstractAxis) SetShadesBrush(brush gui.QBrush_ITF)
- func (ptr *QAbstractAxis) SetShadesColor(color gui.QColor_ITF)
- func (ptr *QAbstractAxis) SetShadesPen(pen gui.QPen_ITF)
- func (ptr *QAbstractAxis) SetShadesVisible(visible bool)
- func (ptr *QAbstractAxis) SetTitleBrush(brush gui.QBrush_ITF)
- func (ptr *QAbstractAxis) SetTitleFont(font gui.QFont_ITF)
- func (ptr *QAbstractAxis) SetTitleText(title string)
- func (ptr *QAbstractAxis) SetTitleVisible(visible bool)
- func (ptr *QAbstractAxis) SetVisible(visible bool)
- func (ptr *QAbstractAxis) ShadesBorderColor() *gui.QColor
- func (ptr *QAbstractAxis) ShadesBorderColorChanged(color gui.QColor_ITF)
- func (ptr *QAbstractAxis) ShadesBrush() *gui.QBrush
- func (ptr *QAbstractAxis) ShadesBrushChanged(brush gui.QBrush_ITF)
- func (ptr *QAbstractAxis) ShadesColor() *gui.QColor
- func (ptr *QAbstractAxis) ShadesColorChanged(color gui.QColor_ITF)
- func (ptr *QAbstractAxis) ShadesPen() *gui.QPen
- func (ptr *QAbstractAxis) ShadesPenChanged(pen gui.QPen_ITF)
- func (ptr *QAbstractAxis) ShadesVisible() bool
- func (ptr *QAbstractAxis) ShadesVisibleChanged(visible bool)
- func (ptr *QAbstractAxis) Show()
- func (ptr *QAbstractAxis) TimerEventDefault(event core.QTimerEvent_ITF)
- func (ptr *QAbstractAxis) TitleBrush() *gui.QBrush
- func (ptr *QAbstractAxis) TitleBrushChanged(brush gui.QBrush_ITF)
- func (ptr *QAbstractAxis) TitleFont() *gui.QFont
- func (ptr *QAbstractAxis) TitleFontChanged(font gui.QFont_ITF)
- func (ptr *QAbstractAxis) TitleText() string
- func (ptr *QAbstractAxis) TitleTextChanged(text string)
- func (ptr *QAbstractAxis) TitleVisibleChanged(visible bool)
- func (ptr *QAbstractAxis) Type() QAbstractAxis__AxisType
- func (ptr *QAbstractAxis) VisibleChanged(visible bool)
- type QAbstractAxis_ITF
- type QAbstractAxis__AxisType
- type QAbstractBarSeries
- func (ptr *QAbstractBarSeries) Append(set QBarSet_ITF) bool
- func (ptr *QAbstractBarSeries) Append2(sets []*QBarSet) bool
- func (ptr *QAbstractBarSeries) BarSets() []*QBarSet
- func (ptr *QAbstractBarSeries) BarWidth() float64
- func (ptr *QAbstractBarSeries) BarsetsAdded(sets []*QBarSet)
- func (ptr *QAbstractBarSeries) BarsetsRemoved(sets []*QBarSet)
- func (n *QAbstractBarSeries) ClassNameInternalF() string
- func (ptr *QAbstractBarSeries) Clear()
- func (ptr *QAbstractBarSeries) Clicked(index int, barset QBarSet_ITF)
- func (ptr *QAbstractBarSeries) ConnectBarsetsAdded(f func(sets []*QBarSet))
- func (ptr *QAbstractBarSeries) ConnectBarsetsRemoved(f func(sets []*QBarSet))
- func (ptr *QAbstractBarSeries) ConnectClicked(f func(index int, barset *QBarSet))
- func (ptr *QAbstractBarSeries) ConnectCountChanged(f func())
- func (ptr *QAbstractBarSeries) ConnectDestroyQAbstractBarSeries(f func())
- func (ptr *QAbstractBarSeries) ConnectDoubleClicked(f func(index int, barset *QBarSet))
- func (ptr *QAbstractBarSeries) ConnectHovered(f func(status bool, index int, barset *QBarSet))
- func (ptr *QAbstractBarSeries) ConnectLabelsAngleChanged(f func(angle float64))
- func (ptr *QAbstractBarSeries) ConnectLabelsFormatChanged(f func(format string))
- func (ptr *QAbstractBarSeries) ConnectLabelsPositionChanged(f func(position QAbstractBarSeries__LabelsPosition))
- func (ptr *QAbstractBarSeries) ConnectLabelsPrecisionChanged(f func(precision int))
- func (ptr *QAbstractBarSeries) ConnectLabelsVisibleChanged(f func())
- func (ptr *QAbstractBarSeries) ConnectPressed(f func(index int, barset *QBarSet))
- func (ptr *QAbstractBarSeries) ConnectReleased(f func(index int, barset *QBarSet))
- func (ptr *QAbstractBarSeries) Count() int
- func (ptr *QAbstractBarSeries) CountChanged()
- func (ptr *QAbstractBarSeries) DestroyQAbstractBarSeries()
- func (ptr *QAbstractBarSeries) DestroyQAbstractBarSeriesDefault()
- func (ptr *QAbstractBarSeries) DisconnectBarsetsAdded()
- func (ptr *QAbstractBarSeries) DisconnectBarsetsRemoved()
- func (ptr *QAbstractBarSeries) DisconnectClicked()
- func (ptr *QAbstractBarSeries) DisconnectCountChanged()
- func (ptr *QAbstractBarSeries) DisconnectDestroyQAbstractBarSeries()
- func (ptr *QAbstractBarSeries) DisconnectDoubleClicked()
- func (ptr *QAbstractBarSeries) DisconnectHovered()
- func (ptr *QAbstractBarSeries) DisconnectLabelsAngleChanged()
- func (ptr *QAbstractBarSeries) DisconnectLabelsFormatChanged()
- func (ptr *QAbstractBarSeries) DisconnectLabelsPositionChanged()
- func (ptr *QAbstractBarSeries) DisconnectLabelsPrecisionChanged()
- func (ptr *QAbstractBarSeries) DisconnectLabelsVisibleChanged()
- func (ptr *QAbstractBarSeries) DisconnectPressed()
- func (ptr *QAbstractBarSeries) DisconnectReleased()
- func (ptr *QAbstractBarSeries) DoubleClicked(index int, barset QBarSet_ITF)
- func (ptr *QAbstractBarSeries) Hovered(status bool, index int, barset QBarSet_ITF)
- func (n *QAbstractBarSeries) InitFromInternal(ptr uintptr, name string)
- func (ptr *QAbstractBarSeries) Insert(index int, set QBarSet_ITF) bool
- func (ptr *QAbstractBarSeries) IsLabelsVisible() bool
- func (ptr *QAbstractBarSeries) LabelsAngle() float64
- func (ptr *QAbstractBarSeries) LabelsAngleChanged(angle float64)
- func (ptr *QAbstractBarSeries) LabelsFormat() string
- func (ptr *QAbstractBarSeries) LabelsFormatChanged(format string)
- func (ptr *QAbstractBarSeries) LabelsPosition() QAbstractBarSeries__LabelsPosition
- func (ptr *QAbstractBarSeries) LabelsPositionChanged(position QAbstractBarSeries__LabelsPosition)
- func (ptr *QAbstractBarSeries) LabelsPrecision() int
- func (ptr *QAbstractBarSeries) LabelsPrecisionChanged(precision int)
- func (ptr *QAbstractBarSeries) LabelsVisibleChanged()
- func (ptr *QAbstractBarSeries) Pointer() unsafe.Pointer
- func (ptr *QAbstractBarSeries) Pressed(index int, barset QBarSet_ITF)
- func (ptr *QAbstractBarSeries) QAbstractBarSeries_PTR() *QAbstractBarSeries
- func (ptr *QAbstractBarSeries) Released(index int, barset QBarSet_ITF)
- func (ptr *QAbstractBarSeries) Remove(set QBarSet_ITF) bool
- func (ptr *QAbstractBarSeries) SetBarWidth(width float64)
- func (ptr *QAbstractBarSeries) SetLabelsAngle(angle float64)
- func (ptr *QAbstractBarSeries) SetLabelsFormat(format string)
- func (ptr *QAbstractBarSeries) SetLabelsPosition(position QAbstractBarSeries__LabelsPosition)
- func (ptr *QAbstractBarSeries) SetLabelsPrecision(precision int)
- func (ptr *QAbstractBarSeries) SetLabelsVisible(visible bool)
- func (ptr *QAbstractBarSeries) SetPointer(p unsafe.Pointer)
- func (ptr *QAbstractBarSeries) Take(set QBarSet_ITF) bool
- func (ptr *QAbstractBarSeries) Type() QAbstractSeries__SeriesType
- func (ptr *QAbstractBarSeries) TypeDefault() QAbstractSeries__SeriesType
- type QAbstractBarSeries_ITF
- type QAbstractBarSeries__LabelsPosition
- type QAbstractSeries
- func (ptr *QAbstractSeries) AttachAxis(axis QAbstractAxis_ITF) bool
- func (ptr *QAbstractSeries) AttachedAxes() []*QAbstractAxis
- func (ptr *QAbstractSeries) Chart() *QChart
- func (ptr *QAbstractSeries) ChildEventDefault(event core.QChildEvent_ITF)
- func (n *QAbstractSeries) ClassNameInternalF() string
- func (ptr *QAbstractSeries) ConnectDestroyQAbstractSeries(f func())
- func (ptr *QAbstractSeries) ConnectNameChanged(f func())
- func (ptr *QAbstractSeries) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QAbstractSeries) ConnectOpacityChanged(f func())
- func (ptr *QAbstractSeries) ConnectType(f func() QAbstractSeries__SeriesType)
- func (ptr *QAbstractSeries) ConnectUseOpenGLChanged(f func())
- func (ptr *QAbstractSeries) ConnectVisibleChanged(f func())
- func (ptr *QAbstractSeries) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QAbstractSeries) DeleteLaterDefault()
- func (ptr *QAbstractSeries) DestroyQAbstractSeries()
- func (ptr *QAbstractSeries) DestroyQAbstractSeriesDefault()
- func (ptr *QAbstractSeries) DetachAxis(axis QAbstractAxis_ITF) bool
- func (ptr *QAbstractSeries) DisconnectDestroyQAbstractSeries()
- func (ptr *QAbstractSeries) DisconnectNameChanged()
- func (ptr *QAbstractSeries) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QAbstractSeries) DisconnectOpacityChanged()
- func (ptr *QAbstractSeries) DisconnectType()
- func (ptr *QAbstractSeries) DisconnectUseOpenGLChanged()
- func (ptr *QAbstractSeries) DisconnectVisibleChanged()
- func (ptr *QAbstractSeries) EventDefault(e core.QEvent_ITF) bool
- func (ptr *QAbstractSeries) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QAbstractSeries) Hide()
- func (n *QAbstractSeries) InitFromInternal(ptr uintptr, name string)
- func (ptr *QAbstractSeries) IsVisible() bool
- func (ptr *QAbstractSeries) MetaObjectDefault() *core.QMetaObject
- func (ptr *QAbstractSeries) Name() string
- func (ptr *QAbstractSeries) NameChanged()
- func (ptr *QAbstractSeries) Opacity() float64
- func (ptr *QAbstractSeries) OpacityChanged()
- func (ptr *QAbstractSeries) Pointer() unsafe.Pointer
- func (ptr *QAbstractSeries) QAbstractSeries_PTR() *QAbstractSeries
- func (ptr *QAbstractSeries) SetName(name string)
- func (ptr *QAbstractSeries) SetOpacity(opacity float64)
- func (ptr *QAbstractSeries) SetPointer(p unsafe.Pointer)
- func (ptr *QAbstractSeries) SetUseOpenGL(enable bool)
- func (ptr *QAbstractSeries) SetVisible(visible bool)
- func (ptr *QAbstractSeries) Show()
- func (ptr *QAbstractSeries) TimerEventDefault(event core.QTimerEvent_ITF)
- func (ptr *QAbstractSeries) Type() QAbstractSeries__SeriesType
- func (ptr *QAbstractSeries) UseOpenGL() bool
- func (ptr *QAbstractSeries) UseOpenGLChanged()
- func (ptr *QAbstractSeries) VisibleChanged()
- type QAbstractSeries_ITF
- type QAbstractSeries__SeriesType
- type QAreaLegendMarker
- func (n *QAreaLegendMarker) ClassNameInternalF() string
- func (ptr *QAreaLegendMarker) ConnectDestroyQAreaLegendMarker(f func())
- func (ptr *QAreaLegendMarker) ConnectSeries(f func() *QAreaSeries)
- func (ptr *QAreaLegendMarker) ConnectType(f func() QLegendMarker__LegendMarkerType)
- func (ptr *QAreaLegendMarker) DestroyQAreaLegendMarker()
- func (ptr *QAreaLegendMarker) DestroyQAreaLegendMarkerDefault()
- func (ptr *QAreaLegendMarker) DisconnectDestroyQAreaLegendMarker()
- func (ptr *QAreaLegendMarker) DisconnectSeries()
- func (ptr *QAreaLegendMarker) DisconnectType()
- func (n *QAreaLegendMarker) InitFromInternal(ptr uintptr, name string)
- func (ptr *QAreaLegendMarker) Pointer() unsafe.Pointer
- func (ptr *QAreaLegendMarker) QAreaLegendMarker_PTR() *QAreaLegendMarker
- func (ptr *QAreaLegendMarker) Series() *QAreaSeries
- func (ptr *QAreaLegendMarker) SeriesDefault() *QAreaSeries
- func (ptr *QAreaLegendMarker) SetPointer(p unsafe.Pointer)
- func (ptr *QAreaLegendMarker) Type() QLegendMarker__LegendMarkerType
- func (ptr *QAreaLegendMarker) TypeDefault() QLegendMarker__LegendMarkerType
- type QAreaLegendMarker_ITF
- type QAreaSeries
- func (ptr *QAreaSeries) BorderColor() *gui.QColor
- func (ptr *QAreaSeries) BorderColorChanged(color gui.QColor_ITF)
- func (ptr *QAreaSeries) Brush() *gui.QBrush
- func (n *QAreaSeries) ClassNameInternalF() string
- func (ptr *QAreaSeries) Clicked(point core.QPointF_ITF)
- func (ptr *QAreaSeries) Color() *gui.QColor
- func (ptr *QAreaSeries) ColorChanged(color gui.QColor_ITF)
- func (ptr *QAreaSeries) ConnectBorderColorChanged(f func(color *gui.QColor))
- func (ptr *QAreaSeries) ConnectClicked(f func(point *core.QPointF))
- func (ptr *QAreaSeries) ConnectColorChanged(f func(color *gui.QColor))
- func (ptr *QAreaSeries) ConnectDestroyQAreaSeries(f func())
- func (ptr *QAreaSeries) ConnectDoubleClicked(f func(point *core.QPointF))
- func (ptr *QAreaSeries) ConnectHovered(f func(point *core.QPointF, state bool))
- func (ptr *QAreaSeries) ConnectPointLabelsClippingChanged(f func(clipping bool))
- func (ptr *QAreaSeries) ConnectPointLabelsColorChanged(f func(color *gui.QColor))
- func (ptr *QAreaSeries) ConnectPointLabelsFontChanged(f func(font *gui.QFont))
- func (ptr *QAreaSeries) ConnectPointLabelsFormatChanged(f func(format string))
- func (ptr *QAreaSeries) ConnectPointLabelsVisibilityChanged(f func(visible bool))
- func (ptr *QAreaSeries) ConnectPressed(f func(point *core.QPointF))
- func (ptr *QAreaSeries) ConnectReleased(f func(point *core.QPointF))
- func (ptr *QAreaSeries) ConnectType(f func() QAbstractSeries__SeriesType)
- func (ptr *QAreaSeries) DestroyQAreaSeries()
- func (ptr *QAreaSeries) DestroyQAreaSeriesDefault()
- func (ptr *QAreaSeries) DisconnectBorderColorChanged()
- func (ptr *QAreaSeries) DisconnectClicked()
- func (ptr *QAreaSeries) DisconnectColorChanged()
- func (ptr *QAreaSeries) DisconnectDestroyQAreaSeries()
- func (ptr *QAreaSeries) DisconnectDoubleClicked()
- func (ptr *QAreaSeries) DisconnectHovered()
- func (ptr *QAreaSeries) DisconnectPointLabelsClippingChanged()
- func (ptr *QAreaSeries) DisconnectPointLabelsColorChanged()
- func (ptr *QAreaSeries) DisconnectPointLabelsFontChanged()
- func (ptr *QAreaSeries) DisconnectPointLabelsFormatChanged()
- func (ptr *QAreaSeries) DisconnectPointLabelsVisibilityChanged()
- func (ptr *QAreaSeries) DisconnectPressed()
- func (ptr *QAreaSeries) DisconnectReleased()
- func (ptr *QAreaSeries) DisconnectType()
- func (ptr *QAreaSeries) DoubleClicked(point core.QPointF_ITF)
- func (ptr *QAreaSeries) Hovered(point core.QPointF_ITF, state bool)
- func (n *QAreaSeries) InitFromInternal(ptr uintptr, name string)
- func (ptr *QAreaSeries) LowerSeries() *QLineSeries
- func (ptr *QAreaSeries) Pen() *gui.QPen
- func (ptr *QAreaSeries) PointLabelsClipping() bool
- func (ptr *QAreaSeries) PointLabelsClippingChanged(clipping bool)
- func (ptr *QAreaSeries) PointLabelsColor() *gui.QColor
- func (ptr *QAreaSeries) PointLabelsColorChanged(color gui.QColor_ITF)
- func (ptr *QAreaSeries) PointLabelsFont() *gui.QFont
- func (ptr *QAreaSeries) PointLabelsFontChanged(font gui.QFont_ITF)
- func (ptr *QAreaSeries) PointLabelsFormat() string
- func (ptr *QAreaSeries) PointLabelsFormatChanged(format string)
- func (ptr *QAreaSeries) PointLabelsVisibilityChanged(visible bool)
- func (ptr *QAreaSeries) PointLabelsVisible() bool
- func (ptr *QAreaSeries) Pointer() unsafe.Pointer
- func (ptr *QAreaSeries) PointsVisible() bool
- func (ptr *QAreaSeries) Pressed(point core.QPointF_ITF)
- func (ptr *QAreaSeries) QAreaSeries_PTR() *QAreaSeries
- func (ptr *QAreaSeries) Released(point core.QPointF_ITF)
- func (ptr *QAreaSeries) SetBorderColor(color gui.QColor_ITF)
- func (ptr *QAreaSeries) SetBrush(brush gui.QBrush_ITF)
- func (ptr *QAreaSeries) SetColor(color gui.QColor_ITF)
- func (ptr *QAreaSeries) SetLowerSeries(series QLineSeries_ITF)
- func (ptr *QAreaSeries) SetPen(pen gui.QPen_ITF)
- func (ptr *QAreaSeries) SetPointLabelsClipping(enabled bool)
- func (ptr *QAreaSeries) SetPointLabelsColor(color gui.QColor_ITF)
- func (ptr *QAreaSeries) SetPointLabelsFont(font gui.QFont_ITF)
- func (ptr *QAreaSeries) SetPointLabelsFormat(format string)
- func (ptr *QAreaSeries) SetPointLabelsVisible(visible bool)
- func (ptr *QAreaSeries) SetPointer(p unsafe.Pointer)
- func (ptr *QAreaSeries) SetPointsVisible(visible bool)
- func (ptr *QAreaSeries) SetUpperSeries(series QLineSeries_ITF)
- func (ptr *QAreaSeries) Type() QAbstractSeries__SeriesType
- func (ptr *QAreaSeries) TypeDefault() QAbstractSeries__SeriesType
- func (ptr *QAreaSeries) UpperSeries() *QLineSeries
- type QAreaSeries_ITF
- type QBarCategoryAxis
- func (ptr *QBarCategoryAxis) Append(categories []string)
- func (ptr *QBarCategoryAxis) Append2(category string)
- func (ptr *QBarCategoryAxis) At(index int) string
- func (ptr *QBarCategoryAxis) Categories() []string
- func (ptr *QBarCategoryAxis) CategoriesChanged()
- func (n *QBarCategoryAxis) ClassNameInternalF() string
- func (ptr *QBarCategoryAxis) Clear()
- func (ptr *QBarCategoryAxis) ConnectCategoriesChanged(f func())
- func (ptr *QBarCategoryAxis) ConnectCountChanged(f func())
- func (ptr *QBarCategoryAxis) ConnectDestroyQBarCategoryAxis(f func())
- func (ptr *QBarCategoryAxis) ConnectMaxChanged(f func(max string))
- func (ptr *QBarCategoryAxis) ConnectMinChanged(f func(min string))
- func (ptr *QBarCategoryAxis) ConnectRangeChanged(f func(min string, max string))
- func (ptr *QBarCategoryAxis) ConnectType(f func() QAbstractAxis__AxisType)
- func (ptr *QBarCategoryAxis) Count() int
- func (ptr *QBarCategoryAxis) CountChanged()
- func (ptr *QBarCategoryAxis) DestroyQBarCategoryAxis()
- func (ptr *QBarCategoryAxis) DestroyQBarCategoryAxisDefault()
- func (ptr *QBarCategoryAxis) DisconnectCategoriesChanged()
- func (ptr *QBarCategoryAxis) DisconnectCountChanged()
- func (ptr *QBarCategoryAxis) DisconnectDestroyQBarCategoryAxis()
- func (ptr *QBarCategoryAxis) DisconnectMaxChanged()
- func (ptr *QBarCategoryAxis) DisconnectMinChanged()
- func (ptr *QBarCategoryAxis) DisconnectRangeChanged()
- func (ptr *QBarCategoryAxis) DisconnectType()
- func (n *QBarCategoryAxis) InitFromInternal(ptr uintptr, name string)
- func (ptr *QBarCategoryAxis) Insert(index int, category string)
- func (ptr *QBarCategoryAxis) Max() string
- func (ptr *QBarCategoryAxis) MaxChanged(max string)
- func (ptr *QBarCategoryAxis) Min() string
- func (ptr *QBarCategoryAxis) MinChanged(min string)
- func (ptr *QBarCategoryAxis) Pointer() unsafe.Pointer
- func (ptr *QBarCategoryAxis) QBarCategoryAxis_PTR() *QBarCategoryAxis
- func (ptr *QBarCategoryAxis) RangeChanged(min string, max string)
- func (ptr *QBarCategoryAxis) Remove(category string)
- func (ptr *QBarCategoryAxis) Replace(oldCategory string, newCategory string)
- func (ptr *QBarCategoryAxis) SetCategories(categories []string)
- func (ptr *QBarCategoryAxis) SetMax(max string)
- func (ptr *QBarCategoryAxis) SetMin(min string)
- func (ptr *QBarCategoryAxis) SetPointer(p unsafe.Pointer)
- func (ptr *QBarCategoryAxis) SetRange(minCategory string, maxCategory string)
- func (ptr *QBarCategoryAxis) Type() QAbstractAxis__AxisType
- func (ptr *QBarCategoryAxis) TypeDefault() QAbstractAxis__AxisType
- type QBarCategoryAxis_ITF
- type QBarLegendMarker
- func (ptr *QBarLegendMarker) Barset() *QBarSet
- func (n *QBarLegendMarker) ClassNameInternalF() string
- func (ptr *QBarLegendMarker) ConnectDestroyQBarLegendMarker(f func())
- func (ptr *QBarLegendMarker) ConnectSeries(f func() *QAbstractBarSeries)
- func (ptr *QBarLegendMarker) ConnectType(f func() QLegendMarker__LegendMarkerType)
- func (ptr *QBarLegendMarker) DestroyQBarLegendMarker()
- func (ptr *QBarLegendMarker) DestroyQBarLegendMarkerDefault()
- func (ptr *QBarLegendMarker) DisconnectDestroyQBarLegendMarker()
- func (ptr *QBarLegendMarker) DisconnectSeries()
- func (ptr *QBarLegendMarker) DisconnectType()
- func (n *QBarLegendMarker) InitFromInternal(ptr uintptr, name string)
- func (ptr *QBarLegendMarker) Pointer() unsafe.Pointer
- func (ptr *QBarLegendMarker) QBarLegendMarker_PTR() *QBarLegendMarker
- func (ptr *QBarLegendMarker) Series() *QAbstractBarSeries
- func (ptr *QBarLegendMarker) SeriesDefault() *QAbstractBarSeries
- func (ptr *QBarLegendMarker) SetPointer(p unsafe.Pointer)
- func (ptr *QBarLegendMarker) Type() QLegendMarker__LegendMarkerType
- func (ptr *QBarLegendMarker) TypeDefault() QLegendMarker__LegendMarkerType
- type QBarLegendMarker_ITF
- type QBarSeries
- func (n *QBarSeries) ClassNameInternalF() string
- func (ptr *QBarSeries) ConnectDestroyQBarSeries(f func())
- func (ptr *QBarSeries) ConnectType(f func() QAbstractSeries__SeriesType)
- func (ptr *QBarSeries) DestroyQBarSeries()
- func (ptr *QBarSeries) DestroyQBarSeriesDefault()
- func (ptr *QBarSeries) DisconnectDestroyQBarSeries()
- func (ptr *QBarSeries) DisconnectType()
- func (n *QBarSeries) InitFromInternal(ptr uintptr, name string)
- func (ptr *QBarSeries) Pointer() unsafe.Pointer
- func (ptr *QBarSeries) QBarSeries_PTR() *QBarSeries
- func (ptr *QBarSeries) SetPointer(p unsafe.Pointer)
- func (ptr *QBarSeries) Type() QAbstractSeries__SeriesType
- func (ptr *QBarSeries) TypeDefault() QAbstractSeries__SeriesType
- type QBarSeries_ITF
- type QBarSet
- func (ptr *QBarSet) Append(value float64)
- func (ptr *QBarSet) Append2(values []float64)
- func (ptr *QBarSet) At(index int) float64
- func (ptr *QBarSet) BorderColor() *gui.QColor
- func (ptr *QBarSet) BorderColorChanged(color gui.QColor_ITF)
- func (ptr *QBarSet) Brush() *gui.QBrush
- func (ptr *QBarSet) BrushChanged()
- func (ptr *QBarSet) ChildEventDefault(event core.QChildEvent_ITF)
- func (n *QBarSet) ClassNameInternalF() string
- func (ptr *QBarSet) Clicked(index int)
- func (ptr *QBarSet) Color() *gui.QColor
- func (ptr *QBarSet) ColorChanged(color gui.QColor_ITF)
- func (ptr *QBarSet) ConnectBorderColorChanged(f func(color *gui.QColor))
- func (ptr *QBarSet) ConnectBrushChanged(f func())
- func (ptr *QBarSet) ConnectClicked(f func(index int))
- func (ptr *QBarSet) ConnectColorChanged(f func(color *gui.QColor))
- func (ptr *QBarSet) ConnectDestroyQBarSet(f func())
- func (ptr *QBarSet) ConnectDoubleClicked(f func(index int))
- func (ptr *QBarSet) ConnectHovered(f func(status bool, index int))
- func (ptr *QBarSet) ConnectLabelBrushChanged(f func())
- func (ptr *QBarSet) ConnectLabelChanged(f func())
- func (ptr *QBarSet) ConnectLabelColorChanged(f func(color *gui.QColor))
- func (ptr *QBarSet) ConnectLabelFontChanged(f func())
- func (ptr *QBarSet) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QBarSet) ConnectPenChanged(f func())
- func (ptr *QBarSet) ConnectPressed(f func(index int))
- func (ptr *QBarSet) ConnectReleased(f func(index int))
- func (ptr *QBarSet) ConnectValueChanged(f func(index int))
- func (ptr *QBarSet) ConnectValuesAdded(f func(index int, count int))
- func (ptr *QBarSet) ConnectValuesRemoved(f func(index int, count int))
- func (ptr *QBarSet) Count() int
- func (ptr *QBarSet) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QBarSet) DeleteLaterDefault()
- func (ptr *QBarSet) DestroyQBarSet()
- func (ptr *QBarSet) DestroyQBarSetDefault()
- func (ptr *QBarSet) DisconnectBorderColorChanged()
- func (ptr *QBarSet) DisconnectBrushChanged()
- func (ptr *QBarSet) DisconnectClicked()
- func (ptr *QBarSet) DisconnectColorChanged()
- func (ptr *QBarSet) DisconnectDestroyQBarSet()
- func (ptr *QBarSet) DisconnectDoubleClicked()
- func (ptr *QBarSet) DisconnectHovered()
- func (ptr *QBarSet) DisconnectLabelBrushChanged()
- func (ptr *QBarSet) DisconnectLabelChanged()
- func (ptr *QBarSet) DisconnectLabelColorChanged()
- func (ptr *QBarSet) DisconnectLabelFontChanged()
- func (ptr *QBarSet) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QBarSet) DisconnectPenChanged()
- func (ptr *QBarSet) DisconnectPressed()
- func (ptr *QBarSet) DisconnectReleased()
- func (ptr *QBarSet) DisconnectValueChanged()
- func (ptr *QBarSet) DisconnectValuesAdded()
- func (ptr *QBarSet) DisconnectValuesRemoved()
- func (ptr *QBarSet) DoubleClicked(index int)
- func (ptr *QBarSet) EventDefault(e core.QEvent_ITF) bool
- func (ptr *QBarSet) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QBarSet) Hovered(status bool, index int)
- func (n *QBarSet) InitFromInternal(ptr uintptr, name string)
- func (ptr *QBarSet) Insert(index int, value float64)
- func (ptr *QBarSet) Label() string
- func (ptr *QBarSet) LabelBrush() *gui.QBrush
- func (ptr *QBarSet) LabelBrushChanged()
- func (ptr *QBarSet) LabelChanged()
- func (ptr *QBarSet) LabelColor() *gui.QColor
- func (ptr *QBarSet) LabelColorChanged(color gui.QColor_ITF)
- func (ptr *QBarSet) LabelFont() *gui.QFont
- func (ptr *QBarSet) LabelFontChanged()
- func (ptr *QBarSet) MetaObjectDefault() *core.QMetaObject
- func (ptr *QBarSet) Pen() *gui.QPen
- func (ptr *QBarSet) PenChanged()
- func (ptr *QBarSet) Pointer() unsafe.Pointer
- func (ptr *QBarSet) Pressed(index int)
- func (ptr *QBarSet) QBarSet_PTR() *QBarSet
- func (ptr *QBarSet) Released(index int)
- func (ptr *QBarSet) Remove(index int, count int)
- func (ptr *QBarSet) Replace(index int, value float64)
- func (ptr *QBarSet) SetBorderColor(color gui.QColor_ITF)
- func (ptr *QBarSet) SetBrush(brush gui.QBrush_ITF)
- func (ptr *QBarSet) SetColor(color gui.QColor_ITF)
- func (ptr *QBarSet) SetLabel(label string)
- func (ptr *QBarSet) SetLabelBrush(brush gui.QBrush_ITF)
- func (ptr *QBarSet) SetLabelColor(color gui.QColor_ITF)
- func (ptr *QBarSet) SetLabelFont(font gui.QFont_ITF)
- func (ptr *QBarSet) SetPen(pen gui.QPen_ITF)
- func (ptr *QBarSet) SetPointer(p unsafe.Pointer)
- func (ptr *QBarSet) Sum() float64
- func (ptr *QBarSet) TimerEventDefault(event core.QTimerEvent_ITF)
- func (ptr *QBarSet) ValueChanged(index int)
- func (ptr *QBarSet) ValuesAdded(index int, count int)
- func (ptr *QBarSet) ValuesRemoved(index int, count int)
- type QBarSet_ITF
- type QBoxPlotLegendMarker
- func (n *QBoxPlotLegendMarker) ClassNameInternalF() string
- func (ptr *QBoxPlotLegendMarker) ConnectDestroyQBoxPlotLegendMarker(f func())
- func (ptr *QBoxPlotLegendMarker) ConnectSeries(f func() *QBoxPlotSeries)
- func (ptr *QBoxPlotLegendMarker) ConnectType(f func() QLegendMarker__LegendMarkerType)
- func (ptr *QBoxPlotLegendMarker) DestroyQBoxPlotLegendMarker()
- func (ptr *QBoxPlotLegendMarker) DestroyQBoxPlotLegendMarkerDefault()
- func (ptr *QBoxPlotLegendMarker) DisconnectDestroyQBoxPlotLegendMarker()
- func (ptr *QBoxPlotLegendMarker) DisconnectSeries()
- func (ptr *QBoxPlotLegendMarker) DisconnectType()
- func (n *QBoxPlotLegendMarker) InitFromInternal(ptr uintptr, name string)
- func (ptr *QBoxPlotLegendMarker) Pointer() unsafe.Pointer
- func (ptr *QBoxPlotLegendMarker) QBoxPlotLegendMarker_PTR() *QBoxPlotLegendMarker
- func (ptr *QBoxPlotLegendMarker) Series() *QBoxPlotSeries
- func (ptr *QBoxPlotLegendMarker) SeriesDefault() *QBoxPlotSeries
- func (ptr *QBoxPlotLegendMarker) SetPointer(p unsafe.Pointer)
- func (ptr *QBoxPlotLegendMarker) Type() QLegendMarker__LegendMarkerType
- func (ptr *QBoxPlotLegendMarker) TypeDefault() QLegendMarker__LegendMarkerType
- type QBoxPlotLegendMarker_ITF
- type QBoxPlotSeries
- func (ptr *QBoxPlotSeries) Append(set QBoxSet_ITF) bool
- func (ptr *QBoxPlotSeries) Append2(sets []*QBoxSet) bool
- func (ptr *QBoxPlotSeries) BoxOutlineVisibilityChanged()
- func (ptr *QBoxPlotSeries) BoxOutlineVisible() bool
- func (ptr *QBoxPlotSeries) BoxSets() []*QBoxSet
- func (ptr *QBoxPlotSeries) BoxWidth() float64
- func (ptr *QBoxPlotSeries) BoxWidthChanged()
- func (ptr *QBoxPlotSeries) BoxsetsAdded(sets []*QBoxSet)
- func (ptr *QBoxPlotSeries) BoxsetsRemoved(sets []*QBoxSet)
- func (ptr *QBoxPlotSeries) Brush() *gui.QBrush
- func (ptr *QBoxPlotSeries) BrushChanged()
- func (n *QBoxPlotSeries) ClassNameInternalF() string
- func (ptr *QBoxPlotSeries) Clear()
- func (ptr *QBoxPlotSeries) Clicked(boxset QBoxSet_ITF)
- func (ptr *QBoxPlotSeries) ConnectBoxOutlineVisibilityChanged(f func())
- func (ptr *QBoxPlotSeries) ConnectBoxWidthChanged(f func())
- func (ptr *QBoxPlotSeries) ConnectBoxsetsAdded(f func(sets []*QBoxSet))
- func (ptr *QBoxPlotSeries) ConnectBoxsetsRemoved(f func(sets []*QBoxSet))
- func (ptr *QBoxPlotSeries) ConnectBrushChanged(f func())
- func (ptr *QBoxPlotSeries) ConnectClicked(f func(boxset *QBoxSet))
- func (ptr *QBoxPlotSeries) ConnectCountChanged(f func())
- func (ptr *QBoxPlotSeries) ConnectDestroyQBoxPlotSeries(f func())
- func (ptr *QBoxPlotSeries) ConnectDoubleClicked(f func(boxset *QBoxSet))
- func (ptr *QBoxPlotSeries) ConnectHovered(f func(status bool, boxset *QBoxSet))
- func (ptr *QBoxPlotSeries) ConnectPenChanged(f func())
- func (ptr *QBoxPlotSeries) ConnectPressed(f func(boxset *QBoxSet))
- func (ptr *QBoxPlotSeries) ConnectReleased(f func(boxset *QBoxSet))
- func (ptr *QBoxPlotSeries) ConnectType(f func() QAbstractSeries__SeriesType)
- func (ptr *QBoxPlotSeries) Count() int
- func (ptr *QBoxPlotSeries) CountChanged()
- func (ptr *QBoxPlotSeries) DestroyQBoxPlotSeries()
- func (ptr *QBoxPlotSeries) DestroyQBoxPlotSeriesDefault()
- func (ptr *QBoxPlotSeries) DisconnectBoxOutlineVisibilityChanged()
- func (ptr *QBoxPlotSeries) DisconnectBoxWidthChanged()
- func (ptr *QBoxPlotSeries) DisconnectBoxsetsAdded()
- func (ptr *QBoxPlotSeries) DisconnectBoxsetsRemoved()
- func (ptr *QBoxPlotSeries) DisconnectBrushChanged()
- func (ptr *QBoxPlotSeries) DisconnectClicked()
- func (ptr *QBoxPlotSeries) DisconnectCountChanged()
- func (ptr *QBoxPlotSeries) DisconnectDestroyQBoxPlotSeries()
- func (ptr *QBoxPlotSeries) DisconnectDoubleClicked()
- func (ptr *QBoxPlotSeries) DisconnectHovered()
- func (ptr *QBoxPlotSeries) DisconnectPenChanged()
- func (ptr *QBoxPlotSeries) DisconnectPressed()
- func (ptr *QBoxPlotSeries) DisconnectReleased()
- func (ptr *QBoxPlotSeries) DisconnectType()
- func (ptr *QBoxPlotSeries) DoubleClicked(boxset QBoxSet_ITF)
- func (ptr *QBoxPlotSeries) Hovered(status bool, boxset QBoxSet_ITF)
- func (n *QBoxPlotSeries) InitFromInternal(ptr uintptr, name string)
- func (ptr *QBoxPlotSeries) Insert(index int, set QBoxSet_ITF) bool
- func (ptr *QBoxPlotSeries) Pen() *gui.QPen
- func (ptr *QBoxPlotSeries) PenChanged()
- func (ptr *QBoxPlotSeries) Pointer() unsafe.Pointer
- func (ptr *QBoxPlotSeries) Pressed(boxset QBoxSet_ITF)
- func (ptr *QBoxPlotSeries) QBoxPlotSeries_PTR() *QBoxPlotSeries
- func (ptr *QBoxPlotSeries) Released(boxset QBoxSet_ITF)
- func (ptr *QBoxPlotSeries) Remove(set QBoxSet_ITF) bool
- func (ptr *QBoxPlotSeries) SetBoxOutlineVisible(visible bool)
- func (ptr *QBoxPlotSeries) SetBoxWidth(width float64)
- func (ptr *QBoxPlotSeries) SetBrush(brush gui.QBrush_ITF)
- func (ptr *QBoxPlotSeries) SetPen(pen gui.QPen_ITF)
- func (ptr *QBoxPlotSeries) SetPointer(p unsafe.Pointer)
- func (ptr *QBoxPlotSeries) Take(set QBoxSet_ITF) bool
- func (ptr *QBoxPlotSeries) Type() QAbstractSeries__SeriesType
- func (ptr *QBoxPlotSeries) TypeDefault() QAbstractSeries__SeriesType
- type QBoxPlotSeries_ITF
- type QBoxSet
- func (ptr *QBoxSet) Append(value float64)
- func (ptr *QBoxSet) Append2(values []float64)
- func (ptr *QBoxSet) At(index int) float64
- func (ptr *QBoxSet) Brush() *gui.QBrush
- func (ptr *QBoxSet) BrushChanged()
- func (ptr *QBoxSet) ChildEventDefault(event core.QChildEvent_ITF)
- func (n *QBoxSet) ClassNameInternalF() string
- func (ptr *QBoxSet) Clear()
- func (ptr *QBoxSet) Cleared()
- func (ptr *QBoxSet) Clicked()
- func (ptr *QBoxSet) ConnectBrushChanged(f func())
- func (ptr *QBoxSet) ConnectCleared(f func())
- func (ptr *QBoxSet) ConnectClicked(f func())
- func (ptr *QBoxSet) ConnectDestroyQBoxSet(f func())
- func (ptr *QBoxSet) ConnectDoubleClicked(f func())
- func (ptr *QBoxSet) ConnectHovered(f func(status bool))
- func (ptr *QBoxSet) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QBoxSet) ConnectPenChanged(f func())
- func (ptr *QBoxSet) ConnectPressed(f func())
- func (ptr *QBoxSet) ConnectReleased(f func())
- func (ptr *QBoxSet) ConnectValueChanged(f func(index int))
- func (ptr *QBoxSet) ConnectValuesChanged(f func())
- func (ptr *QBoxSet) Count() int
- func (ptr *QBoxSet) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QBoxSet) DeleteLaterDefault()
- func (ptr *QBoxSet) DestroyQBoxSet()
- func (ptr *QBoxSet) DestroyQBoxSetDefault()
- func (ptr *QBoxSet) DisconnectBrushChanged()
- func (ptr *QBoxSet) DisconnectCleared()
- func (ptr *QBoxSet) DisconnectClicked()
- func (ptr *QBoxSet) DisconnectDestroyQBoxSet()
- func (ptr *QBoxSet) DisconnectDoubleClicked()
- func (ptr *QBoxSet) DisconnectHovered()
- func (ptr *QBoxSet) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QBoxSet) DisconnectPenChanged()
- func (ptr *QBoxSet) DisconnectPressed()
- func (ptr *QBoxSet) DisconnectReleased()
- func (ptr *QBoxSet) DisconnectValueChanged()
- func (ptr *QBoxSet) DisconnectValuesChanged()
- func (ptr *QBoxSet) DoubleClicked()
- func (ptr *QBoxSet) EventDefault(e core.QEvent_ITF) bool
- func (ptr *QBoxSet) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QBoxSet) Hovered(status bool)
- func (n *QBoxSet) InitFromInternal(ptr uintptr, name string)
- func (ptr *QBoxSet) Label() string
- func (ptr *QBoxSet) MetaObjectDefault() *core.QMetaObject
- func (ptr *QBoxSet) Pen() *gui.QPen
- func (ptr *QBoxSet) PenChanged()
- func (ptr *QBoxSet) Pointer() unsafe.Pointer
- func (ptr *QBoxSet) Pressed()
- func (ptr *QBoxSet) QBoxSet_PTR() *QBoxSet
- func (ptr *QBoxSet) Released()
- func (ptr *QBoxSet) SetBrush(brush gui.QBrush_ITF)
- func (ptr *QBoxSet) SetLabel(label string)
- func (ptr *QBoxSet) SetPen(pen gui.QPen_ITF)
- func (ptr *QBoxSet) SetPointer(p unsafe.Pointer)
- func (ptr *QBoxSet) SetValue(index int, value float64)
- func (ptr *QBoxSet) TimerEventDefault(event core.QTimerEvent_ITF)
- func (ptr *QBoxSet) ValueChanged(index int)
- func (ptr *QBoxSet) ValuesChanged()
- type QBoxSet_ITF
- type QBoxSet__ValuePositions
- type QCandlestickLegendMarker
- func (n *QCandlestickLegendMarker) ClassNameInternalF() string
- func (ptr *QCandlestickLegendMarker) ConnectSeries(f func() *QCandlestickSeries)
- func (ptr *QCandlestickLegendMarker) ConnectType(f func() QLegendMarker__LegendMarkerType)
- func (ptr *QCandlestickLegendMarker) DestroyQCandlestickLegendMarker()
- func (ptr *QCandlestickLegendMarker) DisconnectSeries()
- func (ptr *QCandlestickLegendMarker) DisconnectType()
- func (n *QCandlestickLegendMarker) InitFromInternal(ptr uintptr, name string)
- func (ptr *QCandlestickLegendMarker) Pointer() unsafe.Pointer
- func (ptr *QCandlestickLegendMarker) QCandlestickLegendMarker_PTR() *QCandlestickLegendMarker
- func (ptr *QCandlestickLegendMarker) Series() *QCandlestickSeries
- func (ptr *QCandlestickLegendMarker) SeriesDefault() *QCandlestickSeries
- func (ptr *QCandlestickLegendMarker) SetPointer(p unsafe.Pointer)
- func (ptr *QCandlestickLegendMarker) Type() QLegendMarker__LegendMarkerType
- func (ptr *QCandlestickLegendMarker) TypeDefault() QLegendMarker__LegendMarkerType
- type QCandlestickLegendMarker_ITF
- type QCandlestickModelMapper
- func (ptr *QCandlestickModelMapper) ChildEventDefault(event core.QChildEvent_ITF)
- func (n *QCandlestickModelMapper) ClassNameInternalF() string
- func (ptr *QCandlestickModelMapper) Close() int
- func (ptr *QCandlestickModelMapper) ConnectModelReplaced(f func())
- func (ptr *QCandlestickModelMapper) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QCandlestickModelMapper) ConnectOrientation(f func() core.Qt__Orientation)
- func (ptr *QCandlestickModelMapper) ConnectSeriesReplaced(f func())
- func (ptr *QCandlestickModelMapper) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QCandlestickModelMapper) DeleteLaterDefault()
- func (ptr *QCandlestickModelMapper) DestroyQCandlestickModelMapper()
- func (ptr *QCandlestickModelMapper) DisconnectModelReplaced()
- func (ptr *QCandlestickModelMapper) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QCandlestickModelMapper) DisconnectOrientation()
- func (ptr *QCandlestickModelMapper) DisconnectSeriesReplaced()
- func (ptr *QCandlestickModelMapper) EventDefault(e core.QEvent_ITF) bool
- func (ptr *QCandlestickModelMapper) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QCandlestickModelMapper) FirstSetSection() int
- func (ptr *QCandlestickModelMapper) High() int
- func (n *QCandlestickModelMapper) InitFromInternal(ptr uintptr, name string)
- func (ptr *QCandlestickModelMapper) LastSetSection() int
- func (ptr *QCandlestickModelMapper) Low() int
- func (ptr *QCandlestickModelMapper) MetaObjectDefault() *core.QMetaObject
- func (ptr *QCandlestickModelMapper) Model() *core.QAbstractItemModel
- func (ptr *QCandlestickModelMapper) ModelReplaced()
- func (ptr *QCandlestickModelMapper) Open() int
- func (ptr *QCandlestickModelMapper) Orientation() core.Qt__Orientation
- func (ptr *QCandlestickModelMapper) Pointer() unsafe.Pointer
- func (ptr *QCandlestickModelMapper) QCandlestickModelMapper_PTR() *QCandlestickModelMapper
- func (ptr *QCandlestickModelMapper) Series() *QCandlestickSeries
- func (ptr *QCandlestickModelMapper) SeriesReplaced()
- func (ptr *QCandlestickModelMapper) SetClose(close int)
- func (ptr *QCandlestickModelMapper) SetFirstSetSection(firstSetSection int)
- func (ptr *QCandlestickModelMapper) SetHigh(high int)
- func (ptr *QCandlestickModelMapper) SetLastSetSection(lastSetSection int)
- func (ptr *QCandlestickModelMapper) SetLow(low int)
- func (ptr *QCandlestickModelMapper) SetModel(model core.QAbstractItemModel_ITF)
- func (ptr *QCandlestickModelMapper) SetOpen(open int)
- func (ptr *QCandlestickModelMapper) SetPointer(p unsafe.Pointer)
- func (ptr *QCandlestickModelMapper) SetSeries(series QCandlestickSeries_ITF)
- func (ptr *QCandlestickModelMapper) SetTimestamp(timestamp int)
- func (ptr *QCandlestickModelMapper) TimerEventDefault(event core.QTimerEvent_ITF)
- func (ptr *QCandlestickModelMapper) Timestamp() int
- type QCandlestickModelMapper_ITF
- type QCandlestickSeries
- func (ptr *QCandlestickSeries) Append(set QCandlestickSet_ITF) bool
- func (ptr *QCandlestickSeries) Append2(sets []*QCandlestickSet) bool
- func (ptr *QCandlestickSeries) BodyOutlineVisibilityChanged()
- func (ptr *QCandlestickSeries) BodyOutlineVisible() bool
- func (ptr *QCandlestickSeries) BodyWidth() float64
- func (ptr *QCandlestickSeries) BodyWidthChanged()
- func (ptr *QCandlestickSeries) Brush() *gui.QBrush
- func (ptr *QCandlestickSeries) BrushChanged()
- func (ptr *QCandlestickSeries) CandlestickSetsAdded(sets []*QCandlestickSet)
- func (ptr *QCandlestickSeries) CandlestickSetsRemoved(sets []*QCandlestickSet)
- func (ptr *QCandlestickSeries) CapsVisibilityChanged()
- func (ptr *QCandlestickSeries) CapsVisible() bool
- func (ptr *QCandlestickSeries) CapsWidth() float64
- func (ptr *QCandlestickSeries) CapsWidthChanged()
- func (n *QCandlestickSeries) ClassNameInternalF() string
- func (ptr *QCandlestickSeries) Clear()
- func (ptr *QCandlestickSeries) Clicked(set QCandlestickSet_ITF)
- func (ptr *QCandlestickSeries) ConnectBodyOutlineVisibilityChanged(f func())
- func (ptr *QCandlestickSeries) ConnectBodyWidthChanged(f func())
- func (ptr *QCandlestickSeries) ConnectBrushChanged(f func())
- func (ptr *QCandlestickSeries) ConnectCandlestickSetsAdded(f func(sets []*QCandlestickSet))
- func (ptr *QCandlestickSeries) ConnectCandlestickSetsRemoved(f func(sets []*QCandlestickSet))
- func (ptr *QCandlestickSeries) ConnectCapsVisibilityChanged(f func())
- func (ptr *QCandlestickSeries) ConnectCapsWidthChanged(f func())
- func (ptr *QCandlestickSeries) ConnectClicked(f func(set *QCandlestickSet))
- func (ptr *QCandlestickSeries) ConnectCountChanged(f func())
- func (ptr *QCandlestickSeries) ConnectDecreasingColorChanged(f func())
- func (ptr *QCandlestickSeries) ConnectDestroyQCandlestickSeries(f func())
- func (ptr *QCandlestickSeries) ConnectDoubleClicked(f func(set *QCandlestickSet))
- func (ptr *QCandlestickSeries) ConnectHovered(f func(status bool, set *QCandlestickSet))
- func (ptr *QCandlestickSeries) ConnectIncreasingColorChanged(f func())
- func (ptr *QCandlestickSeries) ConnectMaximumColumnWidthChanged(f func())
- func (ptr *QCandlestickSeries) ConnectMinimumColumnWidthChanged(f func())
- func (ptr *QCandlestickSeries) ConnectPenChanged(f func())
- func (ptr *QCandlestickSeries) ConnectPressed(f func(set *QCandlestickSet))
- func (ptr *QCandlestickSeries) ConnectReleased(f func(set *QCandlestickSet))
- func (ptr *QCandlestickSeries) ConnectType(f func() QAbstractSeries__SeriesType)
- func (ptr *QCandlestickSeries) Count() int
- func (ptr *QCandlestickSeries) CountChanged()
- func (ptr *QCandlestickSeries) DecreasingColor() *gui.QColor
- func (ptr *QCandlestickSeries) DecreasingColorChanged()
- func (ptr *QCandlestickSeries) DestroyQCandlestickSeries()
- func (ptr *QCandlestickSeries) DestroyQCandlestickSeriesDefault()
- func (ptr *QCandlestickSeries) DisconnectBodyOutlineVisibilityChanged()
- func (ptr *QCandlestickSeries) DisconnectBodyWidthChanged()
- func (ptr *QCandlestickSeries) DisconnectBrushChanged()
- func (ptr *QCandlestickSeries) DisconnectCandlestickSetsAdded()
- func (ptr *QCandlestickSeries) DisconnectCandlestickSetsRemoved()
- func (ptr *QCandlestickSeries) DisconnectCapsVisibilityChanged()
- func (ptr *QCandlestickSeries) DisconnectCapsWidthChanged()
- func (ptr *QCandlestickSeries) DisconnectClicked()
- func (ptr *QCandlestickSeries) DisconnectCountChanged()
- func (ptr *QCandlestickSeries) DisconnectDecreasingColorChanged()
- func (ptr *QCandlestickSeries) DisconnectDestroyQCandlestickSeries()
- func (ptr *QCandlestickSeries) DisconnectDoubleClicked()
- func (ptr *QCandlestickSeries) DisconnectHovered()
- func (ptr *QCandlestickSeries) DisconnectIncreasingColorChanged()
- func (ptr *QCandlestickSeries) DisconnectMaximumColumnWidthChanged()
- func (ptr *QCandlestickSeries) DisconnectMinimumColumnWidthChanged()
- func (ptr *QCandlestickSeries) DisconnectPenChanged()
- func (ptr *QCandlestickSeries) DisconnectPressed()
- func (ptr *QCandlestickSeries) DisconnectReleased()
- func (ptr *QCandlestickSeries) DisconnectType()
- func (ptr *QCandlestickSeries) DoubleClicked(set QCandlestickSet_ITF)
- func (ptr *QCandlestickSeries) Hovered(status bool, set QCandlestickSet_ITF)
- func (ptr *QCandlestickSeries) IncreasingColor() *gui.QColor
- func (ptr *QCandlestickSeries) IncreasingColorChanged()
- func (n *QCandlestickSeries) InitFromInternal(ptr uintptr, name string)
- func (ptr *QCandlestickSeries) Insert(index int, set QCandlestickSet_ITF) bool
- func (ptr *QCandlestickSeries) MaximumColumnWidth() float64
- func (ptr *QCandlestickSeries) MaximumColumnWidthChanged()
- func (ptr *QCandlestickSeries) MinimumColumnWidth() float64
- func (ptr *QCandlestickSeries) MinimumColumnWidthChanged()
- func (ptr *QCandlestickSeries) Pen() *gui.QPen
- func (ptr *QCandlestickSeries) PenChanged()
- func (ptr *QCandlestickSeries) Pointer() unsafe.Pointer
- func (ptr *QCandlestickSeries) Pressed(set QCandlestickSet_ITF)
- func (ptr *QCandlestickSeries) QCandlestickSeries_PTR() *QCandlestickSeries
- func (ptr *QCandlestickSeries) Released(set QCandlestickSet_ITF)
- func (ptr *QCandlestickSeries) Remove(set QCandlestickSet_ITF) bool
- func (ptr *QCandlestickSeries) Remove2(sets []*QCandlestickSet) bool
- func (ptr *QCandlestickSeries) SetBodyOutlineVisible(bodyOutlineVisible bool)
- func (ptr *QCandlestickSeries) SetBodyWidth(bodyWidth float64)
- func (ptr *QCandlestickSeries) SetBrush(brush gui.QBrush_ITF)
- func (ptr *QCandlestickSeries) SetCapsVisible(capsVisible bool)
- func (ptr *QCandlestickSeries) SetCapsWidth(capsWidth float64)
- func (ptr *QCandlestickSeries) SetDecreasingColor(decreasingColor gui.QColor_ITF)
- func (ptr *QCandlestickSeries) SetIncreasingColor(increasingColor gui.QColor_ITF)
- func (ptr *QCandlestickSeries) SetMaximumColumnWidth(maximumColumnWidth float64)
- func (ptr *QCandlestickSeries) SetMinimumColumnWidth(minimumColumnWidth float64)
- func (ptr *QCandlestickSeries) SetPen(pen gui.QPen_ITF)
- func (ptr *QCandlestickSeries) SetPointer(p unsafe.Pointer)
- func (ptr *QCandlestickSeries) Sets() []*QCandlestickSet
- func (ptr *QCandlestickSeries) Take(set QCandlestickSet_ITF) bool
- func (ptr *QCandlestickSeries) Type() QAbstractSeries__SeriesType
- func (ptr *QCandlestickSeries) TypeDefault() QAbstractSeries__SeriesType
- type QCandlestickSeries_ITF
- type QCandlestickSet
- func (ptr *QCandlestickSet) Brush() *gui.QBrush
- func (ptr *QCandlestickSet) BrushChanged()
- func (ptr *QCandlestickSet) ChildEventDefault(event core.QChildEvent_ITF)
- func (n *QCandlestickSet) ClassNameInternalF() string
- func (ptr *QCandlestickSet) Clicked()
- func (ptr *QCandlestickSet) Close() float64
- func (ptr *QCandlestickSet) CloseChanged()
- func (ptr *QCandlestickSet) ConnectBrushChanged(f func())
- func (ptr *QCandlestickSet) ConnectClicked(f func())
- func (ptr *QCandlestickSet) ConnectCloseChanged(f func())
- func (ptr *QCandlestickSet) ConnectDestroyQCandlestickSet(f func())
- func (ptr *QCandlestickSet) ConnectDoubleClicked(f func())
- func (ptr *QCandlestickSet) ConnectHighChanged(f func())
- func (ptr *QCandlestickSet) ConnectHovered(f func(status bool))
- func (ptr *QCandlestickSet) ConnectLowChanged(f func())
- func (ptr *QCandlestickSet) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QCandlestickSet) ConnectOpenChanged(f func())
- func (ptr *QCandlestickSet) ConnectPenChanged(f func())
- func (ptr *QCandlestickSet) ConnectPressed(f func())
- func (ptr *QCandlestickSet) ConnectReleased(f func())
- func (ptr *QCandlestickSet) ConnectTimestampChanged(f func())
- func (ptr *QCandlestickSet) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QCandlestickSet) DeleteLaterDefault()
- func (ptr *QCandlestickSet) DestroyQCandlestickSet()
- func (ptr *QCandlestickSet) DestroyQCandlestickSetDefault()
- func (ptr *QCandlestickSet) DisconnectBrushChanged()
- func (ptr *QCandlestickSet) DisconnectClicked()
- func (ptr *QCandlestickSet) DisconnectCloseChanged()
- func (ptr *QCandlestickSet) DisconnectDestroyQCandlestickSet()
- func (ptr *QCandlestickSet) DisconnectDoubleClicked()
- func (ptr *QCandlestickSet) DisconnectHighChanged()
- func (ptr *QCandlestickSet) DisconnectHovered()
- func (ptr *QCandlestickSet) DisconnectLowChanged()
- func (ptr *QCandlestickSet) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QCandlestickSet) DisconnectOpenChanged()
- func (ptr *QCandlestickSet) DisconnectPenChanged()
- func (ptr *QCandlestickSet) DisconnectPressed()
- func (ptr *QCandlestickSet) DisconnectReleased()
- func (ptr *QCandlestickSet) DisconnectTimestampChanged()
- func (ptr *QCandlestickSet) DoubleClicked()
- func (ptr *QCandlestickSet) EventDefault(e core.QEvent_ITF) bool
- func (ptr *QCandlestickSet) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QCandlestickSet) High() float64
- func (ptr *QCandlestickSet) HighChanged()
- func (ptr *QCandlestickSet) Hovered(status bool)
- func (n *QCandlestickSet) InitFromInternal(ptr uintptr, name string)
- func (ptr *QCandlestickSet) Low() float64
- func (ptr *QCandlestickSet) LowChanged()
- func (ptr *QCandlestickSet) MetaObjectDefault() *core.QMetaObject
- func (ptr *QCandlestickSet) Open() float64
- func (ptr *QCandlestickSet) OpenChanged()
- func (ptr *QCandlestickSet) Pen() *gui.QPen
- func (ptr *QCandlestickSet) PenChanged()
- func (ptr *QCandlestickSet) Pointer() unsafe.Pointer
- func (ptr *QCandlestickSet) Pressed()
- func (ptr *QCandlestickSet) QCandlestickSet_PTR() *QCandlestickSet
- func (ptr *QCandlestickSet) Released()
- func (ptr *QCandlestickSet) SetBrush(brush gui.QBrush_ITF)
- func (ptr *QCandlestickSet) SetClose(close float64)
- func (ptr *QCandlestickSet) SetHigh(high float64)
- func (ptr *QCandlestickSet) SetLow(low float64)
- func (ptr *QCandlestickSet) SetOpen(open float64)
- func (ptr *QCandlestickSet) SetPen(pen gui.QPen_ITF)
- func (ptr *QCandlestickSet) SetPointer(p unsafe.Pointer)
- func (ptr *QCandlestickSet) SetTimestamp(timestamp float64)
- func (ptr *QCandlestickSet) TimerEventDefault(event core.QTimerEvent_ITF)
- func (ptr *QCandlestickSet) Timestamp() float64
- func (ptr *QCandlestickSet) TimestampChanged()
- type QCandlestickSet_ITF
- type QCategoryAxis
- func (ptr *QCategoryAxis) Append(categoryLabel string, categoryEndValue float64)
- func (ptr *QCategoryAxis) CategoriesChanged()
- func (ptr *QCategoryAxis) CategoriesLabels() []string
- func (n *QCategoryAxis) ClassNameInternalF() string
- func (ptr *QCategoryAxis) ConnectCategoriesChanged(f func())
- func (ptr *QCategoryAxis) ConnectDestroyQCategoryAxis(f func())
- func (ptr *QCategoryAxis) ConnectLabelsPositionChanged(f func(position QCategoryAxis__AxisLabelsPosition))
- func (ptr *QCategoryAxis) Count() int
- func (ptr *QCategoryAxis) DestroyQCategoryAxis()
- func (ptr *QCategoryAxis) DestroyQCategoryAxisDefault()
- func (ptr *QCategoryAxis) DisconnectCategoriesChanged()
- func (ptr *QCategoryAxis) DisconnectDestroyQCategoryAxis()
- func (ptr *QCategoryAxis) DisconnectLabelsPositionChanged()
- func (ptr *QCategoryAxis) EndValue(categoryLabel string) float64
- func (n *QCategoryAxis) InitFromInternal(ptr uintptr, name string)
- func (ptr *QCategoryAxis) LabelsPosition() QCategoryAxis__AxisLabelsPosition
- func (ptr *QCategoryAxis) LabelsPositionChanged(position QCategoryAxis__AxisLabelsPosition)
- func (ptr *QCategoryAxis) Pointer() unsafe.Pointer
- func (ptr *QCategoryAxis) QCategoryAxis_PTR() *QCategoryAxis
- func (ptr *QCategoryAxis) Remove(categoryLabel string)
- func (ptr *QCategoryAxis) ReplaceLabel(oldLabel string, newLabel string)
- func (ptr *QCategoryAxis) SetLabelsPosition(position QCategoryAxis__AxisLabelsPosition)
- func (ptr *QCategoryAxis) SetPointer(p unsafe.Pointer)
- func (ptr *QCategoryAxis) SetStartValue(min float64)
- func (ptr *QCategoryAxis) StartValue(categoryLabel string) float64
- type QCategoryAxis_ITF
- type QCategoryAxis__AxisLabelsPosition
- type QChart
- func (ptr *QChart) AddAxis(axis QAbstractAxis_ITF, alignment core.Qt__AlignmentFlag)
- func (ptr *QChart) AddSeries(series QAbstractSeries_ITF)
- func (ptr *QChart) AdvanceDefault(phase int)
- func (ptr *QChart) AnimationDuration() int
- func (ptr *QChart) AnimationEasingCurve() *core.QEasingCurve
- func (ptr *QChart) AnimationOptions() QChart__AnimationOption
- func (ptr *QChart) Axes(orientation core.Qt__Orientation, series QAbstractSeries_ITF) []*QAbstractAxis
- func (ptr *QChart) BackgroundBrush() *gui.QBrush
- func (ptr *QChart) BackgroundPen() *gui.QPen
- func (ptr *QChart) BackgroundRoundness() float64
- func (ptr *QChart) BoundingRectDefault() *core.QRectF
- func (ptr *QChart) ChangeEventDefault(event core.QEvent_ITF)
- func (ptr *QChart) ChartType() QChart__ChartType
- func (ptr *QChart) ChildEventDefault(event core.QChildEvent_ITF)
- func (n *QChart) ClassNameInternalF() string
- func (ptr *QChart) CloseDefault() bool
- func (ptr *QChart) CloseEventDefault(event gui.QCloseEvent_ITF)
- func (ptr *QChart) CollidesWithItemDefault(other widgets.QGraphicsItem_ITF, mode core.Qt__ItemSelectionMode) bool
- func (ptr *QChart) CollidesWithPathDefault(path gui.QPainterPath_ITF, mode core.Qt__ItemSelectionMode) bool
- func (ptr *QChart) ConnectDestroyQChart(f func())
- func (ptr *QChart) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QChart) ConnectPlotAreaChanged(f func(plotArea *core.QRectF))
- func (ptr *QChart) ContainsDefault(point core.QPointF_ITF) bool
- func (ptr *QChart) ContextMenuEventDefault(event widgets.QGraphicsSceneContextMenuEvent_ITF)
- func (ptr *QChart) CreateDefaultAxes()
- func (ptr *QChart) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QChart) DeleteLaterDefault()
- func (ptr *QChart) DestroyQChart()
- func (ptr *QChart) DestroyQChartDefault()
- func (ptr *QChart) DisconnectDestroyQChart()
- func (ptr *QChart) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QChart) DisconnectPlotAreaChanged()
- func (ptr *QChart) DragEnterEventDefault(event widgets.QGraphicsSceneDragDropEvent_ITF)
- func (ptr *QChart) DragLeaveEventDefault(event widgets.QGraphicsSceneDragDropEvent_ITF)
- func (ptr *QChart) DragMoveEventDefault(event widgets.QGraphicsSceneDragDropEvent_ITF)
- func (ptr *QChart) DropEventDefault(event widgets.QGraphicsSceneDragDropEvent_ITF)
- func (ptr *QChart) EventDefault(event core.QEvent_ITF) bool
- func (ptr *QChart) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QChart) FocusInEventDefault(event gui.QFocusEvent_ITF)
- func (ptr *QChart) FocusNextPrevChildDefault(next bool) bool
- func (ptr *QChart) FocusOutEventDefault(event gui.QFocusEvent_ITF)
- func (ptr *QChart) GetContentsMarginsDefault(left float64, top float64, right float64, bottom float64)
- func (ptr *QChart) GrabKeyboardEventDefault(event core.QEvent_ITF)
- func (ptr *QChart) GrabMouseEventDefault(event core.QEvent_ITF)
- func (ptr *QChart) HideEventDefault(event gui.QHideEvent_ITF)
- func (ptr *QChart) HoverEnterEventDefault(event widgets.QGraphicsSceneHoverEvent_ITF)
- func (ptr *QChart) HoverLeaveEventDefault(event widgets.QGraphicsSceneHoverEvent_ITF)
- func (ptr *QChart) HoverMoveEventDefault(event widgets.QGraphicsSceneHoverEvent_ITF)
- func (n *QChart) InitFromInternal(ptr uintptr, name string)
- func (ptr *QChart) InitStyleOptionDefault(option widgets.QStyleOption_ITF)
- func (ptr *QChart) InputMethodEventDefault(event gui.QInputMethodEvent_ITF)
- func (ptr *QChart) InputMethodQueryDefault(query core.Qt__InputMethodQuery) *core.QVariant
- func (ptr *QChart) IsBackgroundVisible() bool
- func (ptr *QChart) IsDropShadowEnabled() bool
- func (ptr *QChart) IsObscuredByDefault(item widgets.QGraphicsItem_ITF) bool
- func (ptr *QChart) IsPlotAreaBackgroundVisible() bool
- func (ptr *QChart) IsZoomed() bool
- func (ptr *QChart) ItemChangeDefault(change widgets.QGraphicsItem__GraphicsItemChange, value core.QVariant_ITF) *core.QVariant
- func (ptr *QChart) KeyPressEventDefault(event gui.QKeyEvent_ITF)
- func (ptr *QChart) KeyReleaseEventDefault(event gui.QKeyEvent_ITF)
- func (ptr *QChart) Legend() *QLegend
- func (ptr *QChart) Locale() *core.QLocale
- func (ptr *QChart) LocalizeNumbers() bool
- func (ptr *QChart) MapToPosition(value core.QPointF_ITF, series QAbstractSeries_ITF) *core.QPointF
- func (ptr *QChart) MapToValue(position core.QPointF_ITF, series QAbstractSeries_ITF) *core.QPointF
- func (ptr *QChart) Margins() *core.QMargins
- func (ptr *QChart) MetaObjectDefault() *core.QMetaObject
- func (ptr *QChart) MouseDoubleClickEventDefault(event widgets.QGraphicsSceneMouseEvent_ITF)
- func (ptr *QChart) MouseMoveEventDefault(event widgets.QGraphicsSceneMouseEvent_ITF)
- func (ptr *QChart) MousePressEventDefault(event widgets.QGraphicsSceneMouseEvent_ITF)
- func (ptr *QChart) MouseReleaseEventDefault(event widgets.QGraphicsSceneMouseEvent_ITF)
- func (ptr *QChart) MoveEventDefault(event widgets.QGraphicsSceneMoveEvent_ITF)
- func (ptr *QChart) OpaqueAreaDefault() *gui.QPainterPath
- func (ptr *QChart) PaintDefault(painter gui.QPainter_ITF, option widgets.QStyleOptionGraphicsItem_ITF, ...)
- func (ptr *QChart) PaintWindowFrameDefault(painter gui.QPainter_ITF, option widgets.QStyleOptionGraphicsItem_ITF, ...)
- func (ptr *QChart) PlotArea() *core.QRectF
- func (ptr *QChart) PlotAreaBackgroundBrush() *gui.QBrush
- func (ptr *QChart) PlotAreaBackgroundPen() *gui.QPen
- func (ptr *QChart) PlotAreaChanged(plotArea core.QRectF_ITF)
- func (ptr *QChart) Pointer() unsafe.Pointer
- func (ptr *QChart) PolishEventDefault()
- func (ptr *QChart) QChart_PTR() *QChart
- func (ptr *QChart) RemoveAllSeries()
- func (ptr *QChart) RemoveAxis(axis QAbstractAxis_ITF)
- func (ptr *QChart) RemoveSeries(series QAbstractSeries_ITF)
- func (ptr *QChart) ResizeEventDefault(event widgets.QGraphicsSceneResizeEvent_ITF)
- func (ptr *QChart) SceneEventDefault(event core.QEvent_ITF) bool
- func (ptr *QChart) SceneEventFilterDefault(watched widgets.QGraphicsItem_ITF, event core.QEvent_ITF) bool
- func (ptr *QChart) Scroll(dx float64, dy float64)
- func (ptr *QChart) Series() []*QAbstractSeries
- func (ptr *QChart) SetAnimationDuration(msecs int)
- func (ptr *QChart) SetAnimationEasingCurve(curve core.QEasingCurve_ITF)
- func (ptr *QChart) SetAnimationOptions(options QChart__AnimationOption)
- func (ptr *QChart) SetBackgroundBrush(brush gui.QBrush_ITF)
- func (ptr *QChart) SetBackgroundPen(pen gui.QPen_ITF)
- func (ptr *QChart) SetBackgroundRoundness(diameter float64)
- func (ptr *QChart) SetBackgroundVisible(visible bool)
- func (ptr *QChart) SetDropShadowEnabled(enabled bool)
- func (ptr *QChart) SetGeometryDefault(rect core.QRectF_ITF)
- func (ptr *QChart) SetLocale(locale core.QLocale_ITF)
- func (ptr *QChart) SetLocalizeNumbers(localize bool)
- func (ptr *QChart) SetMargins(margins core.QMargins_ITF)
- func (ptr *QChart) SetPlotArea(rect core.QRectF_ITF)
- func (ptr *QChart) SetPlotAreaBackgroundBrush(brush gui.QBrush_ITF)
- func (ptr *QChart) SetPlotAreaBackgroundPen(pen gui.QPen_ITF)
- func (ptr *QChart) SetPlotAreaBackgroundVisible(visible bool)
- func (ptr *QChart) SetPointer(p unsafe.Pointer)
- func (ptr *QChart) SetTheme(theme QChart__ChartTheme)
- func (ptr *QChart) SetTitle(title string)
- func (ptr *QChart) SetTitleBrush(brush gui.QBrush_ITF)
- func (ptr *QChart) SetTitleFont(font gui.QFont_ITF)
- func (ptr *QChart) ShapeDefault() *gui.QPainterPath
- func (ptr *QChart) ShowEventDefault(event gui.QShowEvent_ITF)
- func (ptr *QChart) SizeHintDefault(which core.Qt__SizeHint, constraint core.QSizeF_ITF) *core.QSizeF
- func (ptr *QChart) Theme() QChart__ChartTheme
- func (ptr *QChart) TimerEventDefault(event core.QTimerEvent_ITF)
- func (ptr *QChart) Title() string
- func (ptr *QChart) TitleBrush() *gui.QBrush
- func (ptr *QChart) TitleFont() *gui.QFont
- func (ptr *QChart) TypeDefault() int
- func (ptr *QChart) UngrabKeyboardEventDefault(event core.QEvent_ITF)
- func (ptr *QChart) UngrabMouseEventDefault(event core.QEvent_ITF)
- func (ptr *QChart) UpdateGeometryDefault()
- func (ptr *QChart) UpdateMicroFocusDefault()
- func (ptr *QChart) WheelEventDefault(event widgets.QGraphicsSceneWheelEvent_ITF)
- func (ptr *QChart) WindowFrameEventDefault(event core.QEvent_ITF) bool
- func (ptr *QChart) WindowFrameSectionAtDefault(pos core.QPointF_ITF) core.Qt__WindowFrameSection
- func (ptr *QChart) Zoom(factor float64)
- func (ptr *QChart) ZoomIn()
- func (ptr *QChart) ZoomIn2(rect core.QRectF_ITF)
- func (ptr *QChart) ZoomOut()
- func (ptr *QChart) ZoomReset()
- type QChartView
- func (ptr *QChartView) ActionEventDefault(event gui.QActionEvent_ITF)
- func (ptr *QChartView) ChangeEventDefault(ev core.QEvent_ITF)
- func (ptr *QChartView) Chart() *QChart
- func (ptr *QChartView) ChildEventDefault(event core.QChildEvent_ITF)
- func (n *QChartView) ClassNameInternalF() string
- func (ptr *QChartView) CloseDefault() bool
- func (ptr *QChartView) CloseEventDefault(event gui.QCloseEvent_ITF)
- func (ptr *QChartView) ConnectDestroyQChartView(f func())
- func (ptr *QChartView) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QChartView) ContextMenuEventDefault(event gui.QContextMenuEvent_ITF)
- func (ptr *QChartView) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QChartView) DeleteLaterDefault()
- func (ptr *QChartView) DestroyQChartView()
- func (ptr *QChartView) DestroyQChartViewDefault()
- func (ptr *QChartView) DisconnectDestroyQChartView()
- func (ptr *QChartView) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QChartView) DragEnterEventDefault(event gui.QDragEnterEvent_ITF)
- func (ptr *QChartView) DragLeaveEventDefault(event gui.QDragLeaveEvent_ITF)
- func (ptr *QChartView) DragMoveEventDefault(event gui.QDragMoveEvent_ITF)
- func (ptr *QChartView) DrawBackgroundDefault(painter gui.QPainter_ITF, rect core.QRectF_ITF)
- func (ptr *QChartView) DrawForegroundDefault(painter gui.QPainter_ITF, rect core.QRectF_ITF)
- func (ptr *QChartView) DropEventDefault(event gui.QDropEvent_ITF)
- func (ptr *QChartView) EnterEventDefault(event core.QEvent_ITF)
- func (ptr *QChartView) EventDefault(event core.QEvent_ITF) bool
- func (ptr *QChartView) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QChartView) FocusInEventDefault(event gui.QFocusEvent_ITF)
- func (ptr *QChartView) FocusNextPrevChildDefault(next bool) bool
- func (ptr *QChartView) FocusOutEventDefault(event gui.QFocusEvent_ITF)
- func (ptr *QChartView) HasHeightForWidthDefault() bool
- func (ptr *QChartView) HeightForWidthDefault(w int) int
- func (ptr *QChartView) HideDefault()
- func (ptr *QChartView) HideEventDefault(event gui.QHideEvent_ITF)
- func (n *QChartView) InitFromInternal(ptr uintptr, name string)
- func (ptr *QChartView) InitPainterDefault(painter gui.QPainter_ITF)
- func (ptr *QChartView) InputMethodEventDefault(event gui.QInputMethodEvent_ITF)
- func (ptr *QChartView) InputMethodQueryDefault(query core.Qt__InputMethodQuery) *core.QVariant
- func (ptr *QChartView) InvalidateSceneDefault(rect core.QRectF_ITF, layers widgets.QGraphicsScene__SceneLayer)
- func (ptr *QChartView) KeyPressEventDefault(event gui.QKeyEvent_ITF)
- func (ptr *QChartView) KeyReleaseEventDefault(event gui.QKeyEvent_ITF)
- func (ptr *QChartView) LeaveEventDefault(event core.QEvent_ITF)
- func (ptr *QChartView) LowerDefault()
- func (ptr *QChartView) MetaObjectDefault() *core.QMetaObject
- func (ptr *QChartView) MetricDefault(m gui.QPaintDevice__PaintDeviceMetric) int
- func (ptr *QChartView) MinimumSizeHintDefault() *core.QSize
- func (ptr *QChartView) MouseDoubleClickEventDefault(event gui.QMouseEvent_ITF)
- func (ptr *QChartView) MouseMoveEventDefault(event gui.QMouseEvent_ITF)
- func (ptr *QChartView) MousePressEventDefault(event gui.QMouseEvent_ITF)
- func (ptr *QChartView) MouseReleaseEventDefault(event gui.QMouseEvent_ITF)
- func (ptr *QChartView) MoveEventDefault(event gui.QMoveEvent_ITF)
- func (ptr *QChartView) NativeEventDefault(eventType core.QByteArray_ITF, message unsafe.Pointer, result *int) bool
- func (ptr *QChartView) PaintEngineDefault() *gui.QPaintEngine
- func (ptr *QChartView) PaintEventDefault(event gui.QPaintEvent_ITF)
- func (ptr *QChartView) Pointer() unsafe.Pointer
- func (ptr *QChartView) QChartView_PTR() *QChartView
- func (ptr *QChartView) RaiseDefault()
- func (ptr *QChartView) RepaintDefault()
- func (ptr *QChartView) ResizeEventDefault(event gui.QResizeEvent_ITF)
- func (ptr *QChartView) RubberBand() QChartView__RubberBand
- func (ptr *QChartView) ScrollContentsByDefault(dx int, dy int)
- func (ptr *QChartView) SetChart(chart QChart_ITF)
- func (ptr *QChartView) SetDisabledDefault(disable bool)
- func (ptr *QChartView) SetEnabledDefault(vbo bool)
- func (ptr *QChartView) SetFocus2Default()
- func (ptr *QChartView) SetHiddenDefault(hidden bool)
- func (ptr *QChartView) SetPointer(p unsafe.Pointer)
- func (ptr *QChartView) SetRubberBand(rubberBand QChartView__RubberBand)
- func (ptr *QChartView) SetStyleSheetDefault(styleSheet string)
- func (ptr *QChartView) SetVisibleDefault(visible bool)
- func (ptr *QChartView) SetWindowModifiedDefault(vbo bool)
- func (ptr *QChartView) SetWindowTitleDefault(vqs string)
- func (ptr *QChartView) SetupViewportDefault(widget widgets.QWidget_ITF)
- func (ptr *QChartView) ShowDefault()
- func (ptr *QChartView) ShowEventDefault(event gui.QShowEvent_ITF)
- func (ptr *QChartView) ShowFullScreenDefault()
- func (ptr *QChartView) ShowMaximizedDefault()
- func (ptr *QChartView) ShowMinimizedDefault()
- func (ptr *QChartView) ShowNormalDefault()
- func (ptr *QChartView) SizeHintDefault() *core.QSize
- func (ptr *QChartView) TabletEventDefault(event gui.QTabletEvent_ITF)
- func (ptr *QChartView) TimerEventDefault(event core.QTimerEvent_ITF)
- func (ptr *QChartView) UpdateDefault()
- func (ptr *QChartView) UpdateMicroFocusDefault()
- func (ptr *QChartView) UpdateSceneDefault(rects []*core.QRectF)
- func (ptr *QChartView) UpdateSceneRectDefault(rect core.QRectF_ITF)
- func (ptr *QChartView) ViewportEventDefault(event core.QEvent_ITF) bool
- func (ptr *QChartView) ViewportSizeHintDefault() *core.QSize
- func (ptr *QChartView) WheelEventDefault(event gui.QWheelEvent_ITF)
- type QChartView_ITF
- type QChartView__RubberBand
- type QChart_ITF
- type QChart__AnimationOption
- type QChart__ChartTheme
- type QChart__ChartType
- type QDateTimeAxis
- func (n *QDateTimeAxis) ClassNameInternalF() string
- func (ptr *QDateTimeAxis) ConnectDestroyQDateTimeAxis(f func())
- func (ptr *QDateTimeAxis) ConnectFormatChanged(f func(format string))
- func (ptr *QDateTimeAxis) ConnectMaxChanged(f func(max *core.QDateTime))
- func (ptr *QDateTimeAxis) ConnectMinChanged(f func(min *core.QDateTime))
- func (ptr *QDateTimeAxis) ConnectRangeChanged(f func(min *core.QDateTime, max *core.QDateTime))
- func (ptr *QDateTimeAxis) ConnectTickCountChanged(f func(tickCount int))
- func (ptr *QDateTimeAxis) ConnectType(f func() QAbstractAxis__AxisType)
- func (ptr *QDateTimeAxis) DestroyQDateTimeAxis()
- func (ptr *QDateTimeAxis) DestroyQDateTimeAxisDefault()
- func (ptr *QDateTimeAxis) DisconnectDestroyQDateTimeAxis()
- func (ptr *QDateTimeAxis) DisconnectFormatChanged()
- func (ptr *QDateTimeAxis) DisconnectMaxChanged()
- func (ptr *QDateTimeAxis) DisconnectMinChanged()
- func (ptr *QDateTimeAxis) DisconnectRangeChanged()
- func (ptr *QDateTimeAxis) DisconnectTickCountChanged()
- func (ptr *QDateTimeAxis) DisconnectType()
- func (ptr *QDateTimeAxis) Format() string
- func (ptr *QDateTimeAxis) FormatChanged(format string)
- func (n *QDateTimeAxis) InitFromInternal(ptr uintptr, name string)
- func (ptr *QDateTimeAxis) Max() *core.QDateTime
- func (ptr *QDateTimeAxis) MaxChanged(max core.QDateTime_ITF)
- func (ptr *QDateTimeAxis) Min() *core.QDateTime
- func (ptr *QDateTimeAxis) MinChanged(min core.QDateTime_ITF)
- func (ptr *QDateTimeAxis) Pointer() unsafe.Pointer
- func (ptr *QDateTimeAxis) QDateTimeAxis_PTR() *QDateTimeAxis
- func (ptr *QDateTimeAxis) RangeChanged(min core.QDateTime_ITF, max core.QDateTime_ITF)
- func (ptr *QDateTimeAxis) SetFormat(format string)
- func (ptr *QDateTimeAxis) SetMax(max core.QDateTime_ITF)
- func (ptr *QDateTimeAxis) SetMin(min core.QDateTime_ITF)
- func (ptr *QDateTimeAxis) SetPointer(p unsafe.Pointer)
- func (ptr *QDateTimeAxis) SetRange(min core.QDateTime_ITF, max core.QDateTime_ITF)
- func (ptr *QDateTimeAxis) SetTickCount(count int)
- func (ptr *QDateTimeAxis) TickCount() int
- func (ptr *QDateTimeAxis) TickCountChanged(tickCount int)
- func (ptr *QDateTimeAxis) Type() QAbstractAxis__AxisType
- func (ptr *QDateTimeAxis) TypeDefault() QAbstractAxis__AxisType
- type QDateTimeAxis_ITF
- type QHBarModelMapper
- func (ptr *QHBarModelMapper) ChildEventDefault(event core.QChildEvent_ITF)
- func (n *QHBarModelMapper) ClassNameInternalF() string
- func (ptr *QHBarModelMapper) ColumnCount() int
- func (ptr *QHBarModelMapper) ColumnCountChanged()
- func (ptr *QHBarModelMapper) ConnectColumnCountChanged(f func())
- func (ptr *QHBarModelMapper) ConnectFirstBarSetRowChanged(f func())
- func (ptr *QHBarModelMapper) ConnectFirstColumnChanged(f func())
- func (ptr *QHBarModelMapper) ConnectLastBarSetRowChanged(f func())
- func (ptr *QHBarModelMapper) ConnectModelReplaced(f func())
- func (ptr *QHBarModelMapper) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QHBarModelMapper) ConnectSeriesReplaced(f func())
- func (ptr *QHBarModelMapper) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QHBarModelMapper) DeleteLaterDefault()
- func (ptr *QHBarModelMapper) DestroyQHBarModelMapper()
- func (ptr *QHBarModelMapper) DisconnectColumnCountChanged()
- func (ptr *QHBarModelMapper) DisconnectFirstBarSetRowChanged()
- func (ptr *QHBarModelMapper) DisconnectFirstColumnChanged()
- func (ptr *QHBarModelMapper) DisconnectLastBarSetRowChanged()
- func (ptr *QHBarModelMapper) DisconnectModelReplaced()
- func (ptr *QHBarModelMapper) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QHBarModelMapper) DisconnectSeriesReplaced()
- func (ptr *QHBarModelMapper) EventDefault(e core.QEvent_ITF) bool
- func (ptr *QHBarModelMapper) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QHBarModelMapper) FirstBarSetRow() int
- func (ptr *QHBarModelMapper) FirstBarSetRowChanged()
- func (ptr *QHBarModelMapper) FirstColumn() int
- func (ptr *QHBarModelMapper) FirstColumnChanged()
- func (n *QHBarModelMapper) InitFromInternal(ptr uintptr, name string)
- func (ptr *QHBarModelMapper) LastBarSetRow() int
- func (ptr *QHBarModelMapper) LastBarSetRowChanged()
- func (ptr *QHBarModelMapper) MetaObjectDefault() *core.QMetaObject
- func (ptr *QHBarModelMapper) Model() *core.QAbstractItemModel
- func (ptr *QHBarModelMapper) ModelReplaced()
- func (ptr *QHBarModelMapper) Pointer() unsafe.Pointer
- func (ptr *QHBarModelMapper) QHBarModelMapper_PTR() *QHBarModelMapper
- func (ptr *QHBarModelMapper) Series() *QAbstractBarSeries
- func (ptr *QHBarModelMapper) SeriesReplaced()
- func (ptr *QHBarModelMapper) SetColumnCount(columnCount int)
- func (ptr *QHBarModelMapper) SetFirstBarSetRow(firstBarSetRow int)
- func (ptr *QHBarModelMapper) SetFirstColumn(firstColumn int)
- func (ptr *QHBarModelMapper) SetLastBarSetRow(lastBarSetRow int)
- func (ptr *QHBarModelMapper) SetModel(model core.QAbstractItemModel_ITF)
- func (ptr *QHBarModelMapper) SetPointer(p unsafe.Pointer)
- func (ptr *QHBarModelMapper) SetSeries(series QAbstractBarSeries_ITF)
- func (ptr *QHBarModelMapper) TimerEventDefault(event core.QTimerEvent_ITF)
- type QHBarModelMapper_ITF
- type QHBoxPlotModelMapper
- func (ptr *QHBoxPlotModelMapper) ChildEventDefault(event core.QChildEvent_ITF)
- func (n *QHBoxPlotModelMapper) ClassNameInternalF() string
- func (ptr *QHBoxPlotModelMapper) ColumnCount() int
- func (ptr *QHBoxPlotModelMapper) ColumnCountChanged()
- func (ptr *QHBoxPlotModelMapper) ConnectColumnCountChanged(f func())
- func (ptr *QHBoxPlotModelMapper) ConnectFirstBoxSetRowChanged(f func())
- func (ptr *QHBoxPlotModelMapper) ConnectFirstColumnChanged(f func())
- func (ptr *QHBoxPlotModelMapper) ConnectLastBoxSetRowChanged(f func())
- func (ptr *QHBoxPlotModelMapper) ConnectModelReplaced(f func())
- func (ptr *QHBoxPlotModelMapper) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QHBoxPlotModelMapper) ConnectSeriesReplaced(f func())
- func (ptr *QHBoxPlotModelMapper) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QHBoxPlotModelMapper) DeleteLaterDefault()
- func (ptr *QHBoxPlotModelMapper) DestroyQHBoxPlotModelMapper()
- func (ptr *QHBoxPlotModelMapper) DisconnectColumnCountChanged()
- func (ptr *QHBoxPlotModelMapper) DisconnectFirstBoxSetRowChanged()
- func (ptr *QHBoxPlotModelMapper) DisconnectFirstColumnChanged()
- func (ptr *QHBoxPlotModelMapper) DisconnectLastBoxSetRowChanged()
- func (ptr *QHBoxPlotModelMapper) DisconnectModelReplaced()
- func (ptr *QHBoxPlotModelMapper) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QHBoxPlotModelMapper) DisconnectSeriesReplaced()
- func (ptr *QHBoxPlotModelMapper) EventDefault(e core.QEvent_ITF) bool
- func (ptr *QHBoxPlotModelMapper) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QHBoxPlotModelMapper) FirstBoxSetRow() int
- func (ptr *QHBoxPlotModelMapper) FirstBoxSetRowChanged()
- func (ptr *QHBoxPlotModelMapper) FirstColumn() int
- func (ptr *QHBoxPlotModelMapper) FirstColumnChanged()
- func (n *QHBoxPlotModelMapper) InitFromInternal(ptr uintptr, name string)
- func (ptr *QHBoxPlotModelMapper) LastBoxSetRow() int
- func (ptr *QHBoxPlotModelMapper) LastBoxSetRowChanged()
- func (ptr *QHBoxPlotModelMapper) MetaObjectDefault() *core.QMetaObject
- func (ptr *QHBoxPlotModelMapper) Model() *core.QAbstractItemModel
- func (ptr *QHBoxPlotModelMapper) ModelReplaced()
- func (ptr *QHBoxPlotModelMapper) Pointer() unsafe.Pointer
- func (ptr *QHBoxPlotModelMapper) QHBoxPlotModelMapper_PTR() *QHBoxPlotModelMapper
- func (ptr *QHBoxPlotModelMapper) Series() *QBoxPlotSeries
- func (ptr *QHBoxPlotModelMapper) SeriesReplaced()
- func (ptr *QHBoxPlotModelMapper) SetColumnCount(rowCount int)
- func (ptr *QHBoxPlotModelMapper) SetFirstBoxSetRow(firstBoxSetRow int)
- func (ptr *QHBoxPlotModelMapper) SetFirstColumn(firstColumn int)
- func (ptr *QHBoxPlotModelMapper) SetLastBoxSetRow(lastBoxSetRow int)
- func (ptr *QHBoxPlotModelMapper) SetModel(model core.QAbstractItemModel_ITF)
- func (ptr *QHBoxPlotModelMapper) SetPointer(p unsafe.Pointer)
- func (ptr *QHBoxPlotModelMapper) SetSeries(series QBoxPlotSeries_ITF)
- func (ptr *QHBoxPlotModelMapper) TimerEventDefault(event core.QTimerEvent_ITF)
- type QHBoxPlotModelMapper_ITF
- type QHCandlestickModelMapper
- func (n *QHCandlestickModelMapper) ClassNameInternalF() string
- func (ptr *QHCandlestickModelMapper) CloseColumn() int
- func (ptr *QHCandlestickModelMapper) CloseColumnChanged()
- func (ptr *QHCandlestickModelMapper) ConnectCloseColumnChanged(f func())
- func (ptr *QHCandlestickModelMapper) ConnectFirstSetRowChanged(f func())
- func (ptr *QHCandlestickModelMapper) ConnectHighColumnChanged(f func())
- func (ptr *QHCandlestickModelMapper) ConnectLastSetRowChanged(f func())
- func (ptr *QHCandlestickModelMapper) ConnectLowColumnChanged(f func())
- func (ptr *QHCandlestickModelMapper) ConnectOpenColumnChanged(f func())
- func (ptr *QHCandlestickModelMapper) ConnectOrientation(f func() core.Qt__Orientation)
- func (ptr *QHCandlestickModelMapper) ConnectTimestampColumnChanged(f func())
- func (ptr *QHCandlestickModelMapper) DestroyQHCandlestickModelMapper()
- func (ptr *QHCandlestickModelMapper) DisconnectCloseColumnChanged()
- func (ptr *QHCandlestickModelMapper) DisconnectFirstSetRowChanged()
- func (ptr *QHCandlestickModelMapper) DisconnectHighColumnChanged()
- func (ptr *QHCandlestickModelMapper) DisconnectLastSetRowChanged()
- func (ptr *QHCandlestickModelMapper) DisconnectLowColumnChanged()
- func (ptr *QHCandlestickModelMapper) DisconnectOpenColumnChanged()
- func (ptr *QHCandlestickModelMapper) DisconnectOrientation()
- func (ptr *QHCandlestickModelMapper) DisconnectTimestampColumnChanged()
- func (ptr *QHCandlestickModelMapper) FirstSetRow() int
- func (ptr *QHCandlestickModelMapper) FirstSetRowChanged()
- func (ptr *QHCandlestickModelMapper) HighColumn() int
- func (ptr *QHCandlestickModelMapper) HighColumnChanged()
- func (n *QHCandlestickModelMapper) InitFromInternal(ptr uintptr, name string)
- func (ptr *QHCandlestickModelMapper) LastSetRow() int
- func (ptr *QHCandlestickModelMapper) LastSetRowChanged()
- func (ptr *QHCandlestickModelMapper) LowColumn() int
- func (ptr *QHCandlestickModelMapper) LowColumnChanged()
- func (ptr *QHCandlestickModelMapper) OpenColumn() int
- func (ptr *QHCandlestickModelMapper) OpenColumnChanged()
- func (ptr *QHCandlestickModelMapper) Orientation() core.Qt__Orientation
- func (ptr *QHCandlestickModelMapper) OrientationDefault() core.Qt__Orientation
- func (ptr *QHCandlestickModelMapper) Pointer() unsafe.Pointer
- func (ptr *QHCandlestickModelMapper) QHCandlestickModelMapper_PTR() *QHCandlestickModelMapper
- func (ptr *QHCandlestickModelMapper) SetCloseColumn(closeColumn int)
- func (ptr *QHCandlestickModelMapper) SetFirstSetRow(firstSetRow int)
- func (ptr *QHCandlestickModelMapper) SetHighColumn(highColumn int)
- func (ptr *QHCandlestickModelMapper) SetLastSetRow(lastSetRow int)
- func (ptr *QHCandlestickModelMapper) SetLowColumn(lowColumn int)
- func (ptr *QHCandlestickModelMapper) SetOpenColumn(openColumn int)
- func (ptr *QHCandlestickModelMapper) SetPointer(p unsafe.Pointer)
- func (ptr *QHCandlestickModelMapper) SetTimestampColumn(timestampColumn int)
- func (ptr *QHCandlestickModelMapper) TimestampColumn() int
- func (ptr *QHCandlestickModelMapper) TimestampColumnChanged()
- type QHCandlestickModelMapper_ITF
- type QHPieModelMapper
- func (n *QHPieModelMapper) ClassNameInternalF() string
- func (ptr *QHPieModelMapper) ColumnCount() int
- func (ptr *QHPieModelMapper) ColumnCountChanged()
- func (ptr *QHPieModelMapper) ConnectColumnCountChanged(f func())
- func (ptr *QHPieModelMapper) ConnectFirstColumnChanged(f func())
- func (ptr *QHPieModelMapper) ConnectLabelsRowChanged(f func())
- func (ptr *QHPieModelMapper) ConnectModelReplaced(f func())
- func (ptr *QHPieModelMapper) ConnectSeriesReplaced(f func())
- func (ptr *QHPieModelMapper) ConnectValuesRowChanged(f func())
- func (ptr *QHPieModelMapper) DestroyQHPieModelMapper()
- func (ptr *QHPieModelMapper) DisconnectColumnCountChanged()
- func (ptr *QHPieModelMapper) DisconnectFirstColumnChanged()
- func (ptr *QHPieModelMapper) DisconnectLabelsRowChanged()
- func (ptr *QHPieModelMapper) DisconnectModelReplaced()
- func (ptr *QHPieModelMapper) DisconnectSeriesReplaced()
- func (ptr *QHPieModelMapper) DisconnectValuesRowChanged()
- func (ptr *QHPieModelMapper) FirstColumn() int
- func (ptr *QHPieModelMapper) FirstColumnChanged()
- func (n *QHPieModelMapper) InitFromInternal(ptr uintptr, name string)
- func (ptr *QHPieModelMapper) LabelsRow() int
- func (ptr *QHPieModelMapper) LabelsRowChanged()
- func (ptr *QHPieModelMapper) Model() *core.QAbstractItemModel
- func (ptr *QHPieModelMapper) ModelReplaced()
- func (ptr *QHPieModelMapper) Pointer() unsafe.Pointer
- func (ptr *QHPieModelMapper) QHPieModelMapper_PTR() *QHPieModelMapper
- func (ptr *QHPieModelMapper) Series() *QPieSeries
- func (ptr *QHPieModelMapper) SeriesReplaced()
- func (ptr *QHPieModelMapper) SetColumnCount(columnCount int)
- func (ptr *QHPieModelMapper) SetFirstColumn(firstColumn int)
- func (ptr *QHPieModelMapper) SetLabelsRow(labelsRow int)
- func (ptr *QHPieModelMapper) SetModel(model core.QAbstractItemModel_ITF)
- func (ptr *QHPieModelMapper) SetPointer(p unsafe.Pointer)
- func (ptr *QHPieModelMapper) SetSeries(series QPieSeries_ITF)
- func (ptr *QHPieModelMapper) SetValuesRow(valuesRow int)
- func (ptr *QHPieModelMapper) ValuesRow() int
- func (ptr *QHPieModelMapper) ValuesRowChanged()
- type QHPieModelMapper_ITF
- type QHXYModelMapper
- func (n *QHXYModelMapper) ClassNameInternalF() string
- func (ptr *QHXYModelMapper) ColumnCount() int
- func (ptr *QHXYModelMapper) ColumnCountChanged()
- func (ptr *QHXYModelMapper) ConnectColumnCountChanged(f func())
- func (ptr *QHXYModelMapper) ConnectFirstColumnChanged(f func())
- func (ptr *QHXYModelMapper) ConnectModelReplaced(f func())
- func (ptr *QHXYModelMapper) ConnectSeriesReplaced(f func())
- func (ptr *QHXYModelMapper) ConnectXRowChanged(f func())
- func (ptr *QHXYModelMapper) ConnectYRowChanged(f func())
- func (ptr *QHXYModelMapper) DestroyQHXYModelMapper()
- func (ptr *QHXYModelMapper) DisconnectColumnCountChanged()
- func (ptr *QHXYModelMapper) DisconnectFirstColumnChanged()
- func (ptr *QHXYModelMapper) DisconnectModelReplaced()
- func (ptr *QHXYModelMapper) DisconnectSeriesReplaced()
- func (ptr *QHXYModelMapper) DisconnectXRowChanged()
- func (ptr *QHXYModelMapper) DisconnectYRowChanged()
- func (ptr *QHXYModelMapper) FirstColumn() int
- func (ptr *QHXYModelMapper) FirstColumnChanged()
- func (n *QHXYModelMapper) InitFromInternal(ptr uintptr, name string)
- func (ptr *QHXYModelMapper) Model() *core.QAbstractItemModel
- func (ptr *QHXYModelMapper) ModelReplaced()
- func (ptr *QHXYModelMapper) Pointer() unsafe.Pointer
- func (ptr *QHXYModelMapper) QHXYModelMapper_PTR() *QHXYModelMapper
- func (ptr *QHXYModelMapper) Series() *QXYSeries
- func (ptr *QHXYModelMapper) SeriesReplaced()
- func (ptr *QHXYModelMapper) SetColumnCount(columnCount int)
- func (ptr *QHXYModelMapper) SetFirstColumn(firstColumn int)
- func (ptr *QHXYModelMapper) SetModel(model core.QAbstractItemModel_ITF)
- func (ptr *QHXYModelMapper) SetPointer(p unsafe.Pointer)
- func (ptr *QHXYModelMapper) SetSeries(series QXYSeries_ITF)
- func (ptr *QHXYModelMapper) SetXRow(xRow int)
- func (ptr *QHXYModelMapper) SetYRow(yRow int)
- func (ptr *QHXYModelMapper) XRow() int
- func (ptr *QHXYModelMapper) XRowChanged()
- func (ptr *QHXYModelMapper) YRow() int
- func (ptr *QHXYModelMapper) YRowChanged()
- type QHXYModelMapper_ITF
- type QHorizontalBarSeries
- func (n *QHorizontalBarSeries) ClassNameInternalF() string
- func (ptr *QHorizontalBarSeries) ConnectDestroyQHorizontalBarSeries(f func())
- func (ptr *QHorizontalBarSeries) ConnectType(f func() QAbstractSeries__SeriesType)
- func (ptr *QHorizontalBarSeries) DestroyQHorizontalBarSeries()
- func (ptr *QHorizontalBarSeries) DestroyQHorizontalBarSeriesDefault()
- func (ptr *QHorizontalBarSeries) DisconnectDestroyQHorizontalBarSeries()
- func (ptr *QHorizontalBarSeries) DisconnectType()
- func (n *QHorizontalBarSeries) InitFromInternal(ptr uintptr, name string)
- func (ptr *QHorizontalBarSeries) Pointer() unsafe.Pointer
- func (ptr *QHorizontalBarSeries) QHorizontalBarSeries_PTR() *QHorizontalBarSeries
- func (ptr *QHorizontalBarSeries) SetPointer(p unsafe.Pointer)
- func (ptr *QHorizontalBarSeries) Type() QAbstractSeries__SeriesType
- func (ptr *QHorizontalBarSeries) TypeDefault() QAbstractSeries__SeriesType
- type QHorizontalBarSeries_ITF
- type QHorizontalPercentBarSeries
- func (n *QHorizontalPercentBarSeries) ClassNameInternalF() string
- func (ptr *QHorizontalPercentBarSeries) ConnectDestroyQHorizontalPercentBarSeries(f func())
- func (ptr *QHorizontalPercentBarSeries) ConnectType(f func() QAbstractSeries__SeriesType)
- func (ptr *QHorizontalPercentBarSeries) DestroyQHorizontalPercentBarSeries()
- func (ptr *QHorizontalPercentBarSeries) DestroyQHorizontalPercentBarSeriesDefault()
- func (ptr *QHorizontalPercentBarSeries) DisconnectDestroyQHorizontalPercentBarSeries()
- func (ptr *QHorizontalPercentBarSeries) DisconnectType()
- func (n *QHorizontalPercentBarSeries) InitFromInternal(ptr uintptr, name string)
- func (ptr *QHorizontalPercentBarSeries) Pointer() unsafe.Pointer
- func (ptr *QHorizontalPercentBarSeries) QHorizontalPercentBarSeries_PTR() *QHorizontalPercentBarSeries
- func (ptr *QHorizontalPercentBarSeries) SetPointer(p unsafe.Pointer)
- func (ptr *QHorizontalPercentBarSeries) Type() QAbstractSeries__SeriesType
- func (ptr *QHorizontalPercentBarSeries) TypeDefault() QAbstractSeries__SeriesType
- type QHorizontalPercentBarSeries_ITF
- type QHorizontalStackedBarSeries
- func (n *QHorizontalStackedBarSeries) ClassNameInternalF() string
- func (ptr *QHorizontalStackedBarSeries) ConnectDestroyQHorizontalStackedBarSeries(f func())
- func (ptr *QHorizontalStackedBarSeries) ConnectType(f func() QAbstractSeries__SeriesType)
- func (ptr *QHorizontalStackedBarSeries) DestroyQHorizontalStackedBarSeries()
- func (ptr *QHorizontalStackedBarSeries) DestroyQHorizontalStackedBarSeriesDefault()
- func (ptr *QHorizontalStackedBarSeries) DisconnectDestroyQHorizontalStackedBarSeries()
- func (ptr *QHorizontalStackedBarSeries) DisconnectType()
- func (n *QHorizontalStackedBarSeries) InitFromInternal(ptr uintptr, name string)
- func (ptr *QHorizontalStackedBarSeries) Pointer() unsafe.Pointer
- func (ptr *QHorizontalStackedBarSeries) QHorizontalStackedBarSeries_PTR() *QHorizontalStackedBarSeries
- func (ptr *QHorizontalStackedBarSeries) SetPointer(p unsafe.Pointer)
- func (ptr *QHorizontalStackedBarSeries) Type() QAbstractSeries__SeriesType
- func (ptr *QHorizontalStackedBarSeries) TypeDefault() QAbstractSeries__SeriesType
- type QHorizontalStackedBarSeries_ITF
- type QLegend
- func (ptr *QLegend) AdvanceDefault(phase int)
- func (ptr *QLegend) Alignment() core.Qt__AlignmentFlag
- func (ptr *QLegend) AttachToChart()
- func (ptr *QLegend) BackgroundVisibleChanged(visible bool)
- func (ptr *QLegend) BorderColor() *gui.QColor
- func (ptr *QLegend) BorderColorChanged(color gui.QColor_ITF)
- func (ptr *QLegend) BoundingRectDefault() *core.QRectF
- func (ptr *QLegend) Brush() *gui.QBrush
- func (ptr *QLegend) ChangeEventDefault(event core.QEvent_ITF)
- func (ptr *QLegend) ChildEventDefault(event core.QChildEvent_ITF)
- func (n *QLegend) ClassNameInternalF() string
- func (ptr *QLegend) CloseDefault() bool
- func (ptr *QLegend) CloseEventDefault(event gui.QCloseEvent_ITF)
- func (ptr *QLegend) CollidesWithItemDefault(other widgets.QGraphicsItem_ITF, mode core.Qt__ItemSelectionMode) bool
- func (ptr *QLegend) CollidesWithPathDefault(path gui.QPainterPath_ITF, mode core.Qt__ItemSelectionMode) bool
- func (ptr *QLegend) Color() *gui.QColor
- func (ptr *QLegend) ColorChanged(color gui.QColor_ITF)
- func (ptr *QLegend) ConnectBackgroundVisibleChanged(f func(visible bool))
- func (ptr *QLegend) ConnectBorderColorChanged(f func(color *gui.QColor))
- func (ptr *QLegend) ConnectColorChanged(f func(color *gui.QColor))
- func (ptr *QLegend) ConnectDestroyQLegend(f func())
- func (ptr *QLegend) ConnectFontChanged(f func(font *gui.QFont))
- func (ptr *QLegend) ConnectLabelColorChanged(f func(color *gui.QColor))
- func (ptr *QLegend) ConnectMarkerShapeChanged(f func(shape QLegend__MarkerShape))
- func (ptr *QLegend) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QLegend) ConnectReverseMarkersChanged(f func(reverseMarkers bool))
- func (ptr *QLegend) ConnectShowToolTipsChanged(f func(showToolTips bool))
- func (ptr *QLegend) ContainsDefault(point core.QPointF_ITF) bool
- func (ptr *QLegend) ContextMenuEventDefault(event widgets.QGraphicsSceneContextMenuEvent_ITF)
- func (ptr *QLegend) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QLegend) DeleteLaterDefault()
- func (ptr *QLegend) DestroyQLegend()
- func (ptr *QLegend) DestroyQLegendDefault()
- func (ptr *QLegend) DetachFromChart()
- func (ptr *QLegend) DisconnectBackgroundVisibleChanged()
- func (ptr *QLegend) DisconnectBorderColorChanged()
- func (ptr *QLegend) DisconnectColorChanged()
- func (ptr *QLegend) DisconnectDestroyQLegend()
- func (ptr *QLegend) DisconnectFontChanged()
- func (ptr *QLegend) DisconnectLabelColorChanged()
- func (ptr *QLegend) DisconnectMarkerShapeChanged()
- func (ptr *QLegend) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QLegend) DisconnectReverseMarkersChanged()
- func (ptr *QLegend) DisconnectShowToolTipsChanged()
- func (ptr *QLegend) DragEnterEventDefault(event widgets.QGraphicsSceneDragDropEvent_ITF)
- func (ptr *QLegend) DragLeaveEventDefault(event widgets.QGraphicsSceneDragDropEvent_ITF)
- func (ptr *QLegend) DragMoveEventDefault(event widgets.QGraphicsSceneDragDropEvent_ITF)
- func (ptr *QLegend) DropEventDefault(event widgets.QGraphicsSceneDragDropEvent_ITF)
- func (ptr *QLegend) EventDefault(event core.QEvent_ITF) bool
- func (ptr *QLegend) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QLegend) FocusInEventDefault(event gui.QFocusEvent_ITF)
- func (ptr *QLegend) FocusNextPrevChildDefault(next bool) bool
- func (ptr *QLegend) FocusOutEventDefault(event gui.QFocusEvent_ITF)
- func (ptr *QLegend) FontChanged(font gui.QFont_ITF)
- func (ptr *QLegend) GetContentsMarginsDefault(left float64, top float64, right float64, bottom float64)
- func (ptr *QLegend) GrabKeyboardEventDefault(event core.QEvent_ITF)
- func (ptr *QLegend) GrabMouseEventDefault(event core.QEvent_ITF)
- func (ptr *QLegend) HideEventDefault(event gui.QHideEvent_ITF)
- func (ptr *QLegend) HoverEnterEventDefault(event widgets.QGraphicsSceneHoverEvent_ITF)
- func (ptr *QLegend) HoverLeaveEventDefault(event widgets.QGraphicsSceneHoverEvent_ITF)
- func (ptr *QLegend) HoverMoveEventDefault(event widgets.QGraphicsSceneHoverEvent_ITF)
- func (n *QLegend) InitFromInternal(ptr uintptr, name string)
- func (ptr *QLegend) InitStyleOptionDefault(option widgets.QStyleOption_ITF)
- func (ptr *QLegend) InputMethodEventDefault(event gui.QInputMethodEvent_ITF)
- func (ptr *QLegend) InputMethodQueryDefault(query core.Qt__InputMethodQuery) *core.QVariant
- func (ptr *QLegend) IsAttachedToChart() bool
- func (ptr *QLegend) IsBackgroundVisible() bool
- func (ptr *QLegend) IsObscuredByDefault(item widgets.QGraphicsItem_ITF) bool
- func (ptr *QLegend) ItemChangeDefault(change widgets.QGraphicsItem__GraphicsItemChange, value core.QVariant_ITF) *core.QVariant
- func (ptr *QLegend) KeyPressEventDefault(event gui.QKeyEvent_ITF)
- func (ptr *QLegend) KeyReleaseEventDefault(event gui.QKeyEvent_ITF)
- func (ptr *QLegend) LabelBrush() *gui.QBrush
- func (ptr *QLegend) LabelColor() *gui.QColor
- func (ptr *QLegend) LabelColorChanged(color gui.QColor_ITF)
- func (ptr *QLegend) MarkerShape() QLegend__MarkerShape
- func (ptr *QLegend) MarkerShapeChanged(shape QLegend__MarkerShape)
- func (ptr *QLegend) Markers(series QAbstractSeries_ITF) []*QLegendMarker
- func (ptr *QLegend) MetaObjectDefault() *core.QMetaObject
- func (ptr *QLegend) MouseDoubleClickEventDefault(event widgets.QGraphicsSceneMouseEvent_ITF)
- func (ptr *QLegend) MouseMoveEventDefault(event widgets.QGraphicsSceneMouseEvent_ITF)
- func (ptr *QLegend) MousePressEventDefault(event widgets.QGraphicsSceneMouseEvent_ITF)
- func (ptr *QLegend) MouseReleaseEventDefault(event widgets.QGraphicsSceneMouseEvent_ITF)
- func (ptr *QLegend) MoveEventDefault(event widgets.QGraphicsSceneMoveEvent_ITF)
- func (ptr *QLegend) OpaqueAreaDefault() *gui.QPainterPath
- func (ptr *QLegend) PaintDefault(painter gui.QPainter_ITF, option widgets.QStyleOptionGraphicsItem_ITF, ...)
- func (ptr *QLegend) PaintWindowFrameDefault(painter gui.QPainter_ITF, option widgets.QStyleOptionGraphicsItem_ITF, ...)
- func (ptr *QLegend) Pen() *gui.QPen
- func (ptr *QLegend) Pointer() unsafe.Pointer
- func (ptr *QLegend) PolishEventDefault()
- func (ptr *QLegend) QLegend_PTR() *QLegend
- func (ptr *QLegend) ResizeEventDefault(event widgets.QGraphicsSceneResizeEvent_ITF)
- func (ptr *QLegend) ReverseMarkers() bool
- func (ptr *QLegend) ReverseMarkersChanged(reverseMarkers bool)
- func (ptr *QLegend) SceneEventDefault(event core.QEvent_ITF) bool
- func (ptr *QLegend) SceneEventFilterDefault(watched widgets.QGraphicsItem_ITF, event core.QEvent_ITF) bool
- func (ptr *QLegend) SetAlignment(alignment core.Qt__AlignmentFlag)
- func (ptr *QLegend) SetBackgroundVisible(visible bool)
- func (ptr *QLegend) SetBorderColor(color gui.QColor_ITF)
- func (ptr *QLegend) SetBrush(brush gui.QBrush_ITF)
- func (ptr *QLegend) SetColor(color gui.QColor_ITF)
- func (ptr *QLegend) SetGeometryDefault(rect core.QRectF_ITF)
- func (ptr *QLegend) SetLabelBrush(brush gui.QBrush_ITF)
- func (ptr *QLegend) SetLabelColor(color gui.QColor_ITF)
- func (ptr *QLegend) SetMarkerShape(shape QLegend__MarkerShape)
- func (ptr *QLegend) SetPen(pen gui.QPen_ITF)
- func (ptr *QLegend) SetPointer(p unsafe.Pointer)
- func (ptr *QLegend) SetReverseMarkers(reverseMarkers bool)
- func (ptr *QLegend) SetShowToolTips(show bool)
- func (ptr *QLegend) ShapeDefault() *gui.QPainterPath
- func (ptr *QLegend) ShowEventDefault(event gui.QShowEvent_ITF)
- func (ptr *QLegend) ShowToolTips() bool
- func (ptr *QLegend) ShowToolTipsChanged(showToolTips bool)
- func (ptr *QLegend) SizeHintDefault(which core.Qt__SizeHint, constraint core.QSizeF_ITF) *core.QSizeF
- func (ptr *QLegend) TimerEventDefault(event core.QTimerEvent_ITF)
- func (ptr *QLegend) TypeDefault() int
- func (ptr *QLegend) UngrabKeyboardEventDefault(event core.QEvent_ITF)
- func (ptr *QLegend) UngrabMouseEventDefault(event core.QEvent_ITF)
- func (ptr *QLegend) UpdateGeometryDefault()
- func (ptr *QLegend) UpdateMicroFocusDefault()
- func (ptr *QLegend) WheelEventDefault(event widgets.QGraphicsSceneWheelEvent_ITF)
- func (ptr *QLegend) WindowFrameEventDefault(event core.QEvent_ITF) bool
- func (ptr *QLegend) WindowFrameSectionAtDefault(pos core.QPointF_ITF) core.Qt__WindowFrameSection
- type QLegendMarker
- func (ptr *QLegendMarker) Brush() *gui.QBrush
- func (ptr *QLegendMarker) BrushChanged()
- func (ptr *QLegendMarker) ChildEventDefault(event core.QChildEvent_ITF)
- func (n *QLegendMarker) ClassNameInternalF() string
- func (ptr *QLegendMarker) Clicked()
- func (ptr *QLegendMarker) ConnectBrushChanged(f func())
- func (ptr *QLegendMarker) ConnectClicked(f func())
- func (ptr *QLegendMarker) ConnectDestroyQLegendMarker(f func())
- func (ptr *QLegendMarker) ConnectFontChanged(f func())
- func (ptr *QLegendMarker) ConnectHovered(f func(status bool))
- func (ptr *QLegendMarker) ConnectLabelBrushChanged(f func())
- func (ptr *QLegendMarker) ConnectLabelChanged(f func())
- func (ptr *QLegendMarker) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QLegendMarker) ConnectPenChanged(f func())
- func (ptr *QLegendMarker) ConnectSeries(f func() *QAbstractSeries)
- func (ptr *QLegendMarker) ConnectShapeChanged(f func())
- func (ptr *QLegendMarker) ConnectType(f func() QLegendMarker__LegendMarkerType)
- func (ptr *QLegendMarker) ConnectVisibleChanged(f func())
- func (ptr *QLegendMarker) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QLegendMarker) DeleteLaterDefault()
- func (ptr *QLegendMarker) DestroyQLegendMarker()
- func (ptr *QLegendMarker) DestroyQLegendMarkerDefault()
- func (ptr *QLegendMarker) DisconnectBrushChanged()
- func (ptr *QLegendMarker) DisconnectClicked()
- func (ptr *QLegendMarker) DisconnectDestroyQLegendMarker()
- func (ptr *QLegendMarker) DisconnectFontChanged()
- func (ptr *QLegendMarker) DisconnectHovered()
- func (ptr *QLegendMarker) DisconnectLabelBrushChanged()
- func (ptr *QLegendMarker) DisconnectLabelChanged()
- func (ptr *QLegendMarker) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QLegendMarker) DisconnectPenChanged()
- func (ptr *QLegendMarker) DisconnectSeries()
- func (ptr *QLegendMarker) DisconnectShapeChanged()
- func (ptr *QLegendMarker) DisconnectType()
- func (ptr *QLegendMarker) DisconnectVisibleChanged()
- func (ptr *QLegendMarker) EventDefault(e core.QEvent_ITF) bool
- func (ptr *QLegendMarker) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QLegendMarker) Font() *gui.QFont
- func (ptr *QLegendMarker) FontChanged()
- func (ptr *QLegendMarker) Hovered(status bool)
- func (n *QLegendMarker) InitFromInternal(ptr uintptr, name string)
- func (ptr *QLegendMarker) IsVisible() bool
- func (ptr *QLegendMarker) Label() string
- func (ptr *QLegendMarker) LabelBrush() *gui.QBrush
- func (ptr *QLegendMarker) LabelBrushChanged()
- func (ptr *QLegendMarker) LabelChanged()
- func (ptr *QLegendMarker) MetaObjectDefault() *core.QMetaObject
- func (ptr *QLegendMarker) Pen() *gui.QPen
- func (ptr *QLegendMarker) PenChanged()
- func (ptr *QLegendMarker) Pointer() unsafe.Pointer
- func (ptr *QLegendMarker) QLegendMarker_PTR() *QLegendMarker
- func (ptr *QLegendMarker) Series() *QAbstractSeries
- func (ptr *QLegendMarker) SetBrush(brush gui.QBrush_ITF)
- func (ptr *QLegendMarker) SetFont(font gui.QFont_ITF)
- func (ptr *QLegendMarker) SetLabel(label string)
- func (ptr *QLegendMarker) SetLabelBrush(brush gui.QBrush_ITF)
- func (ptr *QLegendMarker) SetPen(pen gui.QPen_ITF)
- func (ptr *QLegendMarker) SetPointer(p unsafe.Pointer)
- func (ptr *QLegendMarker) SetShape(shape QLegend__MarkerShape)
- func (ptr *QLegendMarker) SetVisible(visible bool)
- func (ptr *QLegendMarker) Shape() QLegend__MarkerShape
- func (ptr *QLegendMarker) ShapeChanged()
- func (ptr *QLegendMarker) TimerEventDefault(event core.QTimerEvent_ITF)
- func (ptr *QLegendMarker) Type() QLegendMarker__LegendMarkerType
- func (ptr *QLegendMarker) VisibleChanged()
- type QLegendMarker_ITF
- type QLegendMarker__LegendMarkerType
- type QLegend_ITF
- type QLegend__MarkerShape
- type QLineSeries
- func (n *QLineSeries) ClassNameInternalF() string
- func (ptr *QLineSeries) ConnectDestroyQLineSeries(f func())
- func (ptr *QLineSeries) ConnectType(f func() QAbstractSeries__SeriesType)
- func (ptr *QLineSeries) DestroyQLineSeries()
- func (ptr *QLineSeries) DestroyQLineSeriesDefault()
- func (ptr *QLineSeries) DisconnectDestroyQLineSeries()
- func (ptr *QLineSeries) DisconnectType()
- func (n *QLineSeries) InitFromInternal(ptr uintptr, name string)
- func (ptr *QLineSeries) Pointer() unsafe.Pointer
- func (ptr *QLineSeries) QLineSeries_PTR() *QLineSeries
- func (ptr *QLineSeries) SetPointer(p unsafe.Pointer)
- func (ptr *QLineSeries) Type() QAbstractSeries__SeriesType
- func (ptr *QLineSeries) TypeDefault() QAbstractSeries__SeriesType
- type QLineSeries_ITF
- type QLogValueAxis
- func (ptr *QLogValueAxis) Base() float64
- func (ptr *QLogValueAxis) BaseChanged(base float64)
- func (n *QLogValueAxis) ClassNameInternalF() string
- func (ptr *QLogValueAxis) ConnectBaseChanged(f func(base float64))
- func (ptr *QLogValueAxis) ConnectDestroyQLogValueAxis(f func())
- func (ptr *QLogValueAxis) ConnectLabelFormatChanged(f func(format string))
- func (ptr *QLogValueAxis) ConnectMaxChanged(f func(max float64))
- func (ptr *QLogValueAxis) ConnectMinChanged(f func(min float64))
- func (ptr *QLogValueAxis) ConnectMinorTickCountChanged(f func(minorTickCount int))
- func (ptr *QLogValueAxis) ConnectRangeChanged(f func(min float64, max float64))
- func (ptr *QLogValueAxis) ConnectTickCountChanged(f func(tickCount int))
- func (ptr *QLogValueAxis) ConnectType(f func() QAbstractAxis__AxisType)
- func (ptr *QLogValueAxis) DestroyQLogValueAxis()
- func (ptr *QLogValueAxis) DestroyQLogValueAxisDefault()
- func (ptr *QLogValueAxis) DisconnectBaseChanged()
- func (ptr *QLogValueAxis) DisconnectDestroyQLogValueAxis()
- func (ptr *QLogValueAxis) DisconnectLabelFormatChanged()
- func (ptr *QLogValueAxis) DisconnectMaxChanged()
- func (ptr *QLogValueAxis) DisconnectMinChanged()
- func (ptr *QLogValueAxis) DisconnectMinorTickCountChanged()
- func (ptr *QLogValueAxis) DisconnectRangeChanged()
- func (ptr *QLogValueAxis) DisconnectTickCountChanged()
- func (ptr *QLogValueAxis) DisconnectType()
- func (n *QLogValueAxis) InitFromInternal(ptr uintptr, name string)
- func (ptr *QLogValueAxis) LabelFormat() string
- func (ptr *QLogValueAxis) LabelFormatChanged(format string)
- func (ptr *QLogValueAxis) Max() float64
- func (ptr *QLogValueAxis) MaxChanged(max float64)
- func (ptr *QLogValueAxis) Min() float64
- func (ptr *QLogValueAxis) MinChanged(min float64)
- func (ptr *QLogValueAxis) MinorTickCount() int
- func (ptr *QLogValueAxis) MinorTickCountChanged(minorTickCount int)
- func (ptr *QLogValueAxis) Pointer() unsafe.Pointer
- func (ptr *QLogValueAxis) QLogValueAxis_PTR() *QLogValueAxis
- func (ptr *QLogValueAxis) RangeChanged(min float64, max float64)
- func (ptr *QLogValueAxis) SetBase(base float64)
- func (ptr *QLogValueAxis) SetLabelFormat(format string)
- func (ptr *QLogValueAxis) SetMax(max float64)
- func (ptr *QLogValueAxis) SetMin(min float64)
- func (ptr *QLogValueAxis) SetMinorTickCount(minorTickCount int)
- func (ptr *QLogValueAxis) SetPointer(p unsafe.Pointer)
- func (ptr *QLogValueAxis) SetRange(min float64, max float64)
- func (ptr *QLogValueAxis) TickCount() int
- func (ptr *QLogValueAxis) TickCountChanged(tickCount int)
- func (ptr *QLogValueAxis) Type() QAbstractAxis__AxisType
- func (ptr *QLogValueAxis) TypeDefault() QAbstractAxis__AxisType
- type QLogValueAxis_ITF
- type QPercentBarSeries
- func (n *QPercentBarSeries) ClassNameInternalF() string
- func (ptr *QPercentBarSeries) ConnectDestroyQPercentBarSeries(f func())
- func (ptr *QPercentBarSeries) ConnectType(f func() QAbstractSeries__SeriesType)
- func (ptr *QPercentBarSeries) DestroyQPercentBarSeries()
- func (ptr *QPercentBarSeries) DestroyQPercentBarSeriesDefault()
- func (ptr *QPercentBarSeries) DisconnectDestroyQPercentBarSeries()
- func (ptr *QPercentBarSeries) DisconnectType()
- func (n *QPercentBarSeries) InitFromInternal(ptr uintptr, name string)
- func (ptr *QPercentBarSeries) Pointer() unsafe.Pointer
- func (ptr *QPercentBarSeries) QPercentBarSeries_PTR() *QPercentBarSeries
- func (ptr *QPercentBarSeries) SetPointer(p unsafe.Pointer)
- func (ptr *QPercentBarSeries) Type() QAbstractSeries__SeriesType
- func (ptr *QPercentBarSeries) TypeDefault() QAbstractSeries__SeriesType
- type QPercentBarSeries_ITF
- type QPieLegendMarker
- func (n *QPieLegendMarker) ClassNameInternalF() string
- func (ptr *QPieLegendMarker) ConnectDestroyQPieLegendMarker(f func())
- func (ptr *QPieLegendMarker) ConnectSeries(f func() *QPieSeries)
- func (ptr *QPieLegendMarker) ConnectType(f func() QLegendMarker__LegendMarkerType)
- func (ptr *QPieLegendMarker) DestroyQPieLegendMarker()
- func (ptr *QPieLegendMarker) DestroyQPieLegendMarkerDefault()
- func (ptr *QPieLegendMarker) DisconnectDestroyQPieLegendMarker()
- func (ptr *QPieLegendMarker) DisconnectSeries()
- func (ptr *QPieLegendMarker) DisconnectType()
- func (n *QPieLegendMarker) InitFromInternal(ptr uintptr, name string)
- func (ptr *QPieLegendMarker) Pointer() unsafe.Pointer
- func (ptr *QPieLegendMarker) QPieLegendMarker_PTR() *QPieLegendMarker
- func (ptr *QPieLegendMarker) Series() *QPieSeries
- func (ptr *QPieLegendMarker) SeriesDefault() *QPieSeries
- func (ptr *QPieLegendMarker) SetPointer(p unsafe.Pointer)
- func (ptr *QPieLegendMarker) Slice() *QPieSlice
- func (ptr *QPieLegendMarker) Type() QLegendMarker__LegendMarkerType
- func (ptr *QPieLegendMarker) TypeDefault() QLegendMarker__LegendMarkerType
- type QPieLegendMarker_ITF
- type QPieModelMapper
- func (ptr *QPieModelMapper) ChildEventDefault(event core.QChildEvent_ITF)
- func (n *QPieModelMapper) ClassNameInternalF() string
- func (ptr *QPieModelMapper) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QPieModelMapper) Count() int
- func (ptr *QPieModelMapper) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QPieModelMapper) DeleteLaterDefault()
- func (ptr *QPieModelMapper) DestroyQPieModelMapper()
- func (ptr *QPieModelMapper) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QPieModelMapper) EventDefault(e core.QEvent_ITF) bool
- func (ptr *QPieModelMapper) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QPieModelMapper) First() int
- func (n *QPieModelMapper) InitFromInternal(ptr uintptr, name string)
- func (ptr *QPieModelMapper) LabelsSection() int
- func (ptr *QPieModelMapper) MetaObjectDefault() *core.QMetaObject
- func (ptr *QPieModelMapper) Orientation() core.Qt__Orientation
- func (ptr *QPieModelMapper) Pointer() unsafe.Pointer
- func (ptr *QPieModelMapper) QPieModelMapper_PTR() *QPieModelMapper
- func (ptr *QPieModelMapper) SetCount(count int)
- func (ptr *QPieModelMapper) SetFirst(first int)
- func (ptr *QPieModelMapper) SetLabelsSection(labelsSection int)
- func (ptr *QPieModelMapper) SetOrientation(orientation core.Qt__Orientation)
- func (ptr *QPieModelMapper) SetPointer(p unsafe.Pointer)
- func (ptr *QPieModelMapper) SetValuesSection(valuesSection int)
- func (ptr *QPieModelMapper) TimerEventDefault(event core.QTimerEvent_ITF)
- func (ptr *QPieModelMapper) ValuesSection() int
- type QPieModelMapper_ITF
- type QPieSeries
- func (ptr *QPieSeries) Added(slices []*QPieSlice)
- func (ptr *QPieSeries) Append(slice QPieSlice_ITF) bool
- func (ptr *QPieSeries) Append2(slices []*QPieSlice) bool
- func (ptr *QPieSeries) Append3(label string, value float64) *QPieSlice
- func (n *QPieSeries) ClassNameInternalF() string
- func (ptr *QPieSeries) Clear()
- func (ptr *QPieSeries) Clicked(slice QPieSlice_ITF)
- func (ptr *QPieSeries) ConnectAdded(f func(slices []*QPieSlice))
- func (ptr *QPieSeries) ConnectClicked(f func(slice *QPieSlice))
- func (ptr *QPieSeries) ConnectCountChanged(f func())
- func (ptr *QPieSeries) ConnectDestroyQPieSeries(f func())
- func (ptr *QPieSeries) ConnectDoubleClicked(f func(slice *QPieSlice))
- func (ptr *QPieSeries) ConnectHovered(f func(slice *QPieSlice, state bool))
- func (ptr *QPieSeries) ConnectPressed(f func(slice *QPieSlice))
- func (ptr *QPieSeries) ConnectReleased(f func(slice *QPieSlice))
- func (ptr *QPieSeries) ConnectRemoved(f func(slices []*QPieSlice))
- func (ptr *QPieSeries) ConnectSumChanged(f func())
- func (ptr *QPieSeries) ConnectType(f func() QAbstractSeries__SeriesType)
- func (ptr *QPieSeries) Count() int
- func (ptr *QPieSeries) CountChanged()
- func (ptr *QPieSeries) DestroyQPieSeries()
- func (ptr *QPieSeries) DestroyQPieSeriesDefault()
- func (ptr *QPieSeries) DisconnectAdded()
- func (ptr *QPieSeries) DisconnectClicked()
- func (ptr *QPieSeries) DisconnectCountChanged()
- func (ptr *QPieSeries) DisconnectDestroyQPieSeries()
- func (ptr *QPieSeries) DisconnectDoubleClicked()
- func (ptr *QPieSeries) DisconnectHovered()
- func (ptr *QPieSeries) DisconnectPressed()
- func (ptr *QPieSeries) DisconnectReleased()
- func (ptr *QPieSeries) DisconnectRemoved()
- func (ptr *QPieSeries) DisconnectSumChanged()
- func (ptr *QPieSeries) DisconnectType()
- func (ptr *QPieSeries) DoubleClicked(slice QPieSlice_ITF)
- func (ptr *QPieSeries) HoleSize() float64
- func (ptr *QPieSeries) HorizontalPosition() float64
- func (ptr *QPieSeries) Hovered(slice QPieSlice_ITF, state bool)
- func (n *QPieSeries) InitFromInternal(ptr uintptr, name string)
- func (ptr *QPieSeries) Insert(index int, slice QPieSlice_ITF) bool
- func (ptr *QPieSeries) IsEmpty() bool
- func (ptr *QPieSeries) PieEndAngle() float64
- func (ptr *QPieSeries) PieSize() float64
- func (ptr *QPieSeries) PieStartAngle() float64
- func (ptr *QPieSeries) Pointer() unsafe.Pointer
- func (ptr *QPieSeries) Pressed(slice QPieSlice_ITF)
- func (ptr *QPieSeries) QPieSeries_PTR() *QPieSeries
- func (ptr *QPieSeries) Released(slice QPieSlice_ITF)
- func (ptr *QPieSeries) Remove(slice QPieSlice_ITF) bool
- func (ptr *QPieSeries) Removed(slices []*QPieSlice)
- func (ptr *QPieSeries) SetHoleSize(holeSize float64)
- func (ptr *QPieSeries) SetHorizontalPosition(relativePosition float64)
- func (ptr *QPieSeries) SetLabelsPosition(position QPieSlice__LabelPosition)
- func (ptr *QPieSeries) SetLabelsVisible(visible bool)
- func (ptr *QPieSeries) SetPieEndAngle(angle float64)
- func (ptr *QPieSeries) SetPieSize(relativeSize float64)
- func (ptr *QPieSeries) SetPieStartAngle(startAngle float64)
- func (ptr *QPieSeries) SetPointer(p unsafe.Pointer)
- func (ptr *QPieSeries) SetVerticalPosition(relativePosition float64)
- func (ptr *QPieSeries) Slices() []*QPieSlice
- func (ptr *QPieSeries) Sum() float64
- func (ptr *QPieSeries) SumChanged()
- func (ptr *QPieSeries) Take(slice QPieSlice_ITF) bool
- func (ptr *QPieSeries) Type() QAbstractSeries__SeriesType
- func (ptr *QPieSeries) TypeDefault() QAbstractSeries__SeriesType
- func (ptr *QPieSeries) VerticalPosition() float64
- type QPieSeries_ITF
- type QPieSlice
- func (ptr *QPieSlice) AngleSpan() float64
- func (ptr *QPieSlice) AngleSpanChanged()
- func (ptr *QPieSlice) BorderColor() *gui.QColor
- func (ptr *QPieSlice) BorderColorChanged()
- func (ptr *QPieSlice) BorderWidth() int
- func (ptr *QPieSlice) BorderWidthChanged()
- func (ptr *QPieSlice) Brush() *gui.QBrush
- func (ptr *QPieSlice) BrushChanged()
- func (ptr *QPieSlice) ChildEventDefault(event core.QChildEvent_ITF)
- func (n *QPieSlice) ClassNameInternalF() string
- func (ptr *QPieSlice) Clicked()
- func (ptr *QPieSlice) Color() *gui.QColor
- func (ptr *QPieSlice) ColorChanged()
- func (ptr *QPieSlice) ConnectAngleSpanChanged(f func())
- func (ptr *QPieSlice) ConnectBorderColorChanged(f func())
- func (ptr *QPieSlice) ConnectBorderWidthChanged(f func())
- func (ptr *QPieSlice) ConnectBrushChanged(f func())
- func (ptr *QPieSlice) ConnectClicked(f func())
- func (ptr *QPieSlice) ConnectColorChanged(f func())
- func (ptr *QPieSlice) ConnectDestroyQPieSlice(f func())
- func (ptr *QPieSlice) ConnectDoubleClicked(f func())
- func (ptr *QPieSlice) ConnectHovered(f func(state bool))
- func (ptr *QPieSlice) ConnectLabelBrushChanged(f func())
- func (ptr *QPieSlice) ConnectLabelChanged(f func())
- func (ptr *QPieSlice) ConnectLabelColorChanged(f func())
- func (ptr *QPieSlice) ConnectLabelFontChanged(f func())
- func (ptr *QPieSlice) ConnectLabelVisibleChanged(f func())
- func (ptr *QPieSlice) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QPieSlice) ConnectPenChanged(f func())
- func (ptr *QPieSlice) ConnectPercentageChanged(f func())
- func (ptr *QPieSlice) ConnectPressed(f func())
- func (ptr *QPieSlice) ConnectReleased(f func())
- func (ptr *QPieSlice) ConnectStartAngleChanged(f func())
- func (ptr *QPieSlice) ConnectValueChanged(f func())
- func (ptr *QPieSlice) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QPieSlice) DeleteLaterDefault()
- func (ptr *QPieSlice) DestroyQPieSlice()
- func (ptr *QPieSlice) DestroyQPieSliceDefault()
- func (ptr *QPieSlice) DisconnectAngleSpanChanged()
- func (ptr *QPieSlice) DisconnectBorderColorChanged()
- func (ptr *QPieSlice) DisconnectBorderWidthChanged()
- func (ptr *QPieSlice) DisconnectBrushChanged()
- func (ptr *QPieSlice) DisconnectClicked()
- func (ptr *QPieSlice) DisconnectColorChanged()
- func (ptr *QPieSlice) DisconnectDestroyQPieSlice()
- func (ptr *QPieSlice) DisconnectDoubleClicked()
- func (ptr *QPieSlice) DisconnectHovered()
- func (ptr *QPieSlice) DisconnectLabelBrushChanged()
- func (ptr *QPieSlice) DisconnectLabelChanged()
- func (ptr *QPieSlice) DisconnectLabelColorChanged()
- func (ptr *QPieSlice) DisconnectLabelFontChanged()
- func (ptr *QPieSlice) DisconnectLabelVisibleChanged()
- func (ptr *QPieSlice) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QPieSlice) DisconnectPenChanged()
- func (ptr *QPieSlice) DisconnectPercentageChanged()
- func (ptr *QPieSlice) DisconnectPressed()
- func (ptr *QPieSlice) DisconnectReleased()
- func (ptr *QPieSlice) DisconnectStartAngleChanged()
- func (ptr *QPieSlice) DisconnectValueChanged()
- func (ptr *QPieSlice) DoubleClicked()
- func (ptr *QPieSlice) EventDefault(e core.QEvent_ITF) bool
- func (ptr *QPieSlice) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QPieSlice) ExplodeDistanceFactor() float64
- func (ptr *QPieSlice) Hovered(state bool)
- func (n *QPieSlice) InitFromInternal(ptr uintptr, name string)
- func (ptr *QPieSlice) IsExploded() bool
- func (ptr *QPieSlice) IsLabelVisible() bool
- func (ptr *QPieSlice) Label() string
- func (ptr *QPieSlice) LabelArmLengthFactor() float64
- func (ptr *QPieSlice) LabelBrush() *gui.QBrush
- func (ptr *QPieSlice) LabelBrushChanged()
- func (ptr *QPieSlice) LabelChanged()
- func (ptr *QPieSlice) LabelColor() *gui.QColor
- func (ptr *QPieSlice) LabelColorChanged()
- func (ptr *QPieSlice) LabelFont() *gui.QFont
- func (ptr *QPieSlice) LabelFontChanged()
- func (ptr *QPieSlice) LabelPosition() QPieSlice__LabelPosition
- func (ptr *QPieSlice) LabelVisibleChanged()
- func (ptr *QPieSlice) MetaObjectDefault() *core.QMetaObject
- func (ptr *QPieSlice) Pen() *gui.QPen
- func (ptr *QPieSlice) PenChanged()
- func (ptr *QPieSlice) Percentage() float64
- func (ptr *QPieSlice) PercentageChanged()
- func (ptr *QPieSlice) Pointer() unsafe.Pointer
- func (ptr *QPieSlice) Pressed()
- func (ptr *QPieSlice) QPieSlice_PTR() *QPieSlice
- func (ptr *QPieSlice) Released()
- func (ptr *QPieSlice) Series() *QPieSeries
- func (ptr *QPieSlice) SetBorderColor(color gui.QColor_ITF)
- func (ptr *QPieSlice) SetBorderWidth(width int)
- func (ptr *QPieSlice) SetBrush(brush gui.QBrush_ITF)
- func (ptr *QPieSlice) SetColor(color gui.QColor_ITF)
- func (ptr *QPieSlice) SetExplodeDistanceFactor(factor float64)
- func (ptr *QPieSlice) SetExploded(exploded bool)
- func (ptr *QPieSlice) SetLabel(label string)
- func (ptr *QPieSlice) SetLabelArmLengthFactor(factor float64)
- func (ptr *QPieSlice) SetLabelBrush(brush gui.QBrush_ITF)
- func (ptr *QPieSlice) SetLabelColor(color gui.QColor_ITF)
- func (ptr *QPieSlice) SetLabelFont(font gui.QFont_ITF)
- func (ptr *QPieSlice) SetLabelPosition(position QPieSlice__LabelPosition)
- func (ptr *QPieSlice) SetLabelVisible(visible bool)
- func (ptr *QPieSlice) SetPen(pen gui.QPen_ITF)
- func (ptr *QPieSlice) SetPointer(p unsafe.Pointer)
- func (ptr *QPieSlice) SetValue(value float64)
- func (ptr *QPieSlice) StartAngle() float64
- func (ptr *QPieSlice) StartAngleChanged()
- func (ptr *QPieSlice) TimerEventDefault(event core.QTimerEvent_ITF)
- func (ptr *QPieSlice) Value() float64
- func (ptr *QPieSlice) ValueChanged()
- type QPieSlice_ITF
- type QPieSlice__LabelPosition
- type QPolarChart
- func (ptr *QPolarChart) AddAxis(axis QAbstractAxis_ITF, polarOrientation QPolarChart__PolarOrientation)
- func (ptr *QPolarChart) Axes(polarOrientation QPolarChart__PolarOrientation, series QAbstractSeries_ITF) []*QAbstractAxis
- func (ptr *QPolarChart) AxisPolarOrientation(axis QAbstractAxis_ITF) QPolarChart__PolarOrientation
- func (n *QPolarChart) ClassNameInternalF() string
- func (ptr *QPolarChart) ConnectDestroyQPolarChart(f func())
- func (ptr *QPolarChart) DestroyQPolarChart()
- func (ptr *QPolarChart) DestroyQPolarChartDefault()
- func (ptr *QPolarChart) DisconnectDestroyQPolarChart()
- func (n *QPolarChart) InitFromInternal(ptr uintptr, name string)
- func (ptr *QPolarChart) Pointer() unsafe.Pointer
- func (ptr *QPolarChart) QPolarChart_PTR() *QPolarChart
- func (ptr *QPolarChart) SetPointer(p unsafe.Pointer)
- type QPolarChart_ITF
- type QPolarChart__PolarOrientation
- type QScatterSeries
- func (ptr *QScatterSeries) BorderColor() *gui.QColor
- func (ptr *QScatterSeries) BorderColorChanged(color gui.QColor_ITF)
- func (n *QScatterSeries) ClassNameInternalF() string
- func (ptr *QScatterSeries) ConnectBorderColorChanged(f func(color *gui.QColor))
- func (ptr *QScatterSeries) ConnectDestroyQScatterSeries(f func())
- func (ptr *QScatterSeries) ConnectMarkerShapeChanged(f func(shape QScatterSeries__MarkerShape))
- func (ptr *QScatterSeries) ConnectMarkerSizeChanged(f func(size float64))
- func (ptr *QScatterSeries) ConnectType(f func() QAbstractSeries__SeriesType)
- func (ptr *QScatterSeries) DestroyQScatterSeries()
- func (ptr *QScatterSeries) DestroyQScatterSeriesDefault()
- func (ptr *QScatterSeries) DisconnectBorderColorChanged()
- func (ptr *QScatterSeries) DisconnectDestroyQScatterSeries()
- func (ptr *QScatterSeries) DisconnectMarkerShapeChanged()
- func (ptr *QScatterSeries) DisconnectMarkerSizeChanged()
- func (ptr *QScatterSeries) DisconnectType()
- func (n *QScatterSeries) InitFromInternal(ptr uintptr, name string)
- func (ptr *QScatterSeries) MarkerShape() QScatterSeries__MarkerShape
- func (ptr *QScatterSeries) MarkerShapeChanged(shape QScatterSeries__MarkerShape)
- func (ptr *QScatterSeries) MarkerSize() float64
- func (ptr *QScatterSeries) MarkerSizeChanged(size float64)
- func (ptr *QScatterSeries) Pointer() unsafe.Pointer
- func (ptr *QScatterSeries) QScatterSeries_PTR() *QScatterSeries
- func (ptr *QScatterSeries) SetBorderColor(color gui.QColor_ITF)
- func (ptr *QScatterSeries) SetMarkerShape(shape QScatterSeries__MarkerShape)
- func (ptr *QScatterSeries) SetMarkerSize(size float64)
- func (ptr *QScatterSeries) SetPointer(p unsafe.Pointer)
- func (ptr *QScatterSeries) Type() QAbstractSeries__SeriesType
- func (ptr *QScatterSeries) TypeDefault() QAbstractSeries__SeriesType
- type QScatterSeries_ITF
- type QScatterSeries__MarkerShape
- type QSplineSeries
- func (n *QSplineSeries) ClassNameInternalF() string
- func (ptr *QSplineSeries) ConnectDestroyQSplineSeries(f func())
- func (ptr *QSplineSeries) DestroyQSplineSeries()
- func (ptr *QSplineSeries) DestroyQSplineSeriesDefault()
- func (ptr *QSplineSeries) DisconnectDestroyQSplineSeries()
- func (n *QSplineSeries) InitFromInternal(ptr uintptr, name string)
- func (ptr *QSplineSeries) Pointer() unsafe.Pointer
- func (ptr *QSplineSeries) QSplineSeries_PTR() *QSplineSeries
- func (ptr *QSplineSeries) SetPointer(p unsafe.Pointer)
- type QSplineSeries_ITF
- type QStackedBarSeries
- func (n *QStackedBarSeries) ClassNameInternalF() string
- func (ptr *QStackedBarSeries) ConnectDestroyQStackedBarSeries(f func())
- func (ptr *QStackedBarSeries) ConnectType(f func() QAbstractSeries__SeriesType)
- func (ptr *QStackedBarSeries) DestroyQStackedBarSeries()
- func (ptr *QStackedBarSeries) DestroyQStackedBarSeriesDefault()
- func (ptr *QStackedBarSeries) DisconnectDestroyQStackedBarSeries()
- func (ptr *QStackedBarSeries) DisconnectType()
- func (n *QStackedBarSeries) InitFromInternal(ptr uintptr, name string)
- func (ptr *QStackedBarSeries) Pointer() unsafe.Pointer
- func (ptr *QStackedBarSeries) QStackedBarSeries_PTR() *QStackedBarSeries
- func (ptr *QStackedBarSeries) SetPointer(p unsafe.Pointer)
- func (ptr *QStackedBarSeries) Type() QAbstractSeries__SeriesType
- func (ptr *QStackedBarSeries) TypeDefault() QAbstractSeries__SeriesType
- type QStackedBarSeries_ITF
- type QVBarModelMapper
- func (ptr *QVBarModelMapper) ChildEventDefault(event core.QChildEvent_ITF)
- func (n *QVBarModelMapper) ClassNameInternalF() string
- func (ptr *QVBarModelMapper) ConnectFirstBarSetColumnChanged(f func())
- func (ptr *QVBarModelMapper) ConnectFirstRowChanged(f func())
- func (ptr *QVBarModelMapper) ConnectLastBarSetColumnChanged(f func())
- func (ptr *QVBarModelMapper) ConnectModelReplaced(f func())
- func (ptr *QVBarModelMapper) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QVBarModelMapper) ConnectRowCountChanged(f func())
- func (ptr *QVBarModelMapper) ConnectSeriesReplaced(f func())
- func (ptr *QVBarModelMapper) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QVBarModelMapper) DeleteLaterDefault()
- func (ptr *QVBarModelMapper) DestroyQVBarModelMapper()
- func (ptr *QVBarModelMapper) DisconnectFirstBarSetColumnChanged()
- func (ptr *QVBarModelMapper) DisconnectFirstRowChanged()
- func (ptr *QVBarModelMapper) DisconnectLastBarSetColumnChanged()
- func (ptr *QVBarModelMapper) DisconnectModelReplaced()
- func (ptr *QVBarModelMapper) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QVBarModelMapper) DisconnectRowCountChanged()
- func (ptr *QVBarModelMapper) DisconnectSeriesReplaced()
- func (ptr *QVBarModelMapper) EventDefault(e core.QEvent_ITF) bool
- func (ptr *QVBarModelMapper) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QVBarModelMapper) FirstBarSetColumn() int
- func (ptr *QVBarModelMapper) FirstBarSetColumnChanged()
- func (ptr *QVBarModelMapper) FirstRow() int
- func (ptr *QVBarModelMapper) FirstRowChanged()
- func (n *QVBarModelMapper) InitFromInternal(ptr uintptr, name string)
- func (ptr *QVBarModelMapper) LastBarSetColumn() int
- func (ptr *QVBarModelMapper) LastBarSetColumnChanged()
- func (ptr *QVBarModelMapper) MetaObjectDefault() *core.QMetaObject
- func (ptr *QVBarModelMapper) Model() *core.QAbstractItemModel
- func (ptr *QVBarModelMapper) ModelReplaced()
- func (ptr *QVBarModelMapper) Pointer() unsafe.Pointer
- func (ptr *QVBarModelMapper) QVBarModelMapper_PTR() *QVBarModelMapper
- func (ptr *QVBarModelMapper) RowCount() int
- func (ptr *QVBarModelMapper) RowCountChanged()
- func (ptr *QVBarModelMapper) Series() *QAbstractBarSeries
- func (ptr *QVBarModelMapper) SeriesReplaced()
- func (ptr *QVBarModelMapper) SetFirstBarSetColumn(firstBarSetColumn int)
- func (ptr *QVBarModelMapper) SetFirstRow(firstRow int)
- func (ptr *QVBarModelMapper) SetLastBarSetColumn(lastBarSetColumn int)
- func (ptr *QVBarModelMapper) SetModel(model core.QAbstractItemModel_ITF)
- func (ptr *QVBarModelMapper) SetPointer(p unsafe.Pointer)
- func (ptr *QVBarModelMapper) SetRowCount(rowCount int)
- func (ptr *QVBarModelMapper) SetSeries(series QAbstractBarSeries_ITF)
- func (ptr *QVBarModelMapper) TimerEventDefault(event core.QTimerEvent_ITF)
- type QVBarModelMapper_ITF
- type QVBoxPlotModelMapper
- func (ptr *QVBoxPlotModelMapper) ChildEventDefault(event core.QChildEvent_ITF)
- func (n *QVBoxPlotModelMapper) ClassNameInternalF() string
- func (ptr *QVBoxPlotModelMapper) ConnectFirstBoxSetColumnChanged(f func())
- func (ptr *QVBoxPlotModelMapper) ConnectFirstRowChanged(f func())
- func (ptr *QVBoxPlotModelMapper) ConnectLastBoxSetColumnChanged(f func())
- func (ptr *QVBoxPlotModelMapper) ConnectModelReplaced(f func())
- func (ptr *QVBoxPlotModelMapper) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QVBoxPlotModelMapper) ConnectRowCountChanged(f func())
- func (ptr *QVBoxPlotModelMapper) ConnectSeriesReplaced(f func())
- func (ptr *QVBoxPlotModelMapper) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QVBoxPlotModelMapper) DeleteLaterDefault()
- func (ptr *QVBoxPlotModelMapper) DestroyQVBoxPlotModelMapper()
- func (ptr *QVBoxPlotModelMapper) DisconnectFirstBoxSetColumnChanged()
- func (ptr *QVBoxPlotModelMapper) DisconnectFirstRowChanged()
- func (ptr *QVBoxPlotModelMapper) DisconnectLastBoxSetColumnChanged()
- func (ptr *QVBoxPlotModelMapper) DisconnectModelReplaced()
- func (ptr *QVBoxPlotModelMapper) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QVBoxPlotModelMapper) DisconnectRowCountChanged()
- func (ptr *QVBoxPlotModelMapper) DisconnectSeriesReplaced()
- func (ptr *QVBoxPlotModelMapper) EventDefault(e core.QEvent_ITF) bool
- func (ptr *QVBoxPlotModelMapper) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QVBoxPlotModelMapper) FirstBoxSetColumn() int
- func (ptr *QVBoxPlotModelMapper) FirstBoxSetColumnChanged()
- func (ptr *QVBoxPlotModelMapper) FirstRow() int
- func (ptr *QVBoxPlotModelMapper) FirstRowChanged()
- func (n *QVBoxPlotModelMapper) InitFromInternal(ptr uintptr, name string)
- func (ptr *QVBoxPlotModelMapper) LastBoxSetColumn() int
- func (ptr *QVBoxPlotModelMapper) LastBoxSetColumnChanged()
- func (ptr *QVBoxPlotModelMapper) MetaObjectDefault() *core.QMetaObject
- func (ptr *QVBoxPlotModelMapper) Model() *core.QAbstractItemModel
- func (ptr *QVBoxPlotModelMapper) ModelReplaced()
- func (ptr *QVBoxPlotModelMapper) Pointer() unsafe.Pointer
- func (ptr *QVBoxPlotModelMapper) QVBoxPlotModelMapper_PTR() *QVBoxPlotModelMapper
- func (ptr *QVBoxPlotModelMapper) RowCount() int
- func (ptr *QVBoxPlotModelMapper) RowCountChanged()
- func (ptr *QVBoxPlotModelMapper) Series() *QBoxPlotSeries
- func (ptr *QVBoxPlotModelMapper) SeriesReplaced()
- func (ptr *QVBoxPlotModelMapper) SetFirstBoxSetColumn(firstBoxSetColumn int)
- func (ptr *QVBoxPlotModelMapper) SetFirstRow(firstRow int)
- func (ptr *QVBoxPlotModelMapper) SetLastBoxSetColumn(lastBoxSetColumn int)
- func (ptr *QVBoxPlotModelMapper) SetModel(model core.QAbstractItemModel_ITF)
- func (ptr *QVBoxPlotModelMapper) SetPointer(p unsafe.Pointer)
- func (ptr *QVBoxPlotModelMapper) SetRowCount(rowCount int)
- func (ptr *QVBoxPlotModelMapper) SetSeries(series QBoxPlotSeries_ITF)
- func (ptr *QVBoxPlotModelMapper) TimerEventDefault(event core.QTimerEvent_ITF)
- type QVBoxPlotModelMapper_ITF
- type QVCandlestickModelMapper
- func (n *QVCandlestickModelMapper) ClassNameInternalF() string
- func (ptr *QVCandlestickModelMapper) CloseRow() int
- func (ptr *QVCandlestickModelMapper) CloseRowChanged()
- func (ptr *QVCandlestickModelMapper) ConnectCloseRowChanged(f func())
- func (ptr *QVCandlestickModelMapper) ConnectFirstSetColumnChanged(f func())
- func (ptr *QVCandlestickModelMapper) ConnectHighRowChanged(f func())
- func (ptr *QVCandlestickModelMapper) ConnectLastSetColumnChanged(f func())
- func (ptr *QVCandlestickModelMapper) ConnectLowRowChanged(f func())
- func (ptr *QVCandlestickModelMapper) ConnectOpenRowChanged(f func())
- func (ptr *QVCandlestickModelMapper) ConnectOrientation(f func() core.Qt__Orientation)
- func (ptr *QVCandlestickModelMapper) ConnectTimestampRowChanged(f func())
- func (ptr *QVCandlestickModelMapper) DestroyQVCandlestickModelMapper()
- func (ptr *QVCandlestickModelMapper) DisconnectCloseRowChanged()
- func (ptr *QVCandlestickModelMapper) DisconnectFirstSetColumnChanged()
- func (ptr *QVCandlestickModelMapper) DisconnectHighRowChanged()
- func (ptr *QVCandlestickModelMapper) DisconnectLastSetColumnChanged()
- func (ptr *QVCandlestickModelMapper) DisconnectLowRowChanged()
- func (ptr *QVCandlestickModelMapper) DisconnectOpenRowChanged()
- func (ptr *QVCandlestickModelMapper) DisconnectOrientation()
- func (ptr *QVCandlestickModelMapper) DisconnectTimestampRowChanged()
- func (ptr *QVCandlestickModelMapper) FirstSetColumn() int
- func (ptr *QVCandlestickModelMapper) FirstSetColumnChanged()
- func (ptr *QVCandlestickModelMapper) HighRow() int
- func (ptr *QVCandlestickModelMapper) HighRowChanged()
- func (n *QVCandlestickModelMapper) InitFromInternal(ptr uintptr, name string)
- func (ptr *QVCandlestickModelMapper) LastSetColumn() int
- func (ptr *QVCandlestickModelMapper) LastSetColumnChanged()
- func (ptr *QVCandlestickModelMapper) LowRow() int
- func (ptr *QVCandlestickModelMapper) LowRowChanged()
- func (ptr *QVCandlestickModelMapper) OpenRow() int
- func (ptr *QVCandlestickModelMapper) OpenRowChanged()
- func (ptr *QVCandlestickModelMapper) Orientation() core.Qt__Orientation
- func (ptr *QVCandlestickModelMapper) OrientationDefault() core.Qt__Orientation
- func (ptr *QVCandlestickModelMapper) Pointer() unsafe.Pointer
- func (ptr *QVCandlestickModelMapper) QVCandlestickModelMapper_PTR() *QVCandlestickModelMapper
- func (ptr *QVCandlestickModelMapper) SetCloseRow(closeRow int)
- func (ptr *QVCandlestickModelMapper) SetFirstSetColumn(firstSetColumn int)
- func (ptr *QVCandlestickModelMapper) SetHighRow(highRow int)
- func (ptr *QVCandlestickModelMapper) SetLastSetColumn(lastSetColumn int)
- func (ptr *QVCandlestickModelMapper) SetLowRow(lowRow int)
- func (ptr *QVCandlestickModelMapper) SetOpenRow(openRow int)
- func (ptr *QVCandlestickModelMapper) SetPointer(p unsafe.Pointer)
- func (ptr *QVCandlestickModelMapper) SetTimestampRow(timestampRow int)
- func (ptr *QVCandlestickModelMapper) TimestampRow() int
- func (ptr *QVCandlestickModelMapper) TimestampRowChanged()
- type QVCandlestickModelMapper_ITF
- type QVPieModelMapper
- func (n *QVPieModelMapper) ClassNameInternalF() string
- func (ptr *QVPieModelMapper) ConnectFirstRowChanged(f func())
- func (ptr *QVPieModelMapper) ConnectLabelsColumnChanged(f func())
- func (ptr *QVPieModelMapper) ConnectModelReplaced(f func())
- func (ptr *QVPieModelMapper) ConnectRowCountChanged(f func())
- func (ptr *QVPieModelMapper) ConnectSeriesReplaced(f func())
- func (ptr *QVPieModelMapper) ConnectValuesColumnChanged(f func())
- func (ptr *QVPieModelMapper) DestroyQVPieModelMapper()
- func (ptr *QVPieModelMapper) DisconnectFirstRowChanged()
- func (ptr *QVPieModelMapper) DisconnectLabelsColumnChanged()
- func (ptr *QVPieModelMapper) DisconnectModelReplaced()
- func (ptr *QVPieModelMapper) DisconnectRowCountChanged()
- func (ptr *QVPieModelMapper) DisconnectSeriesReplaced()
- func (ptr *QVPieModelMapper) DisconnectValuesColumnChanged()
- func (ptr *QVPieModelMapper) FirstRow() int
- func (ptr *QVPieModelMapper) FirstRowChanged()
- func (n *QVPieModelMapper) InitFromInternal(ptr uintptr, name string)
- func (ptr *QVPieModelMapper) LabelsColumn() int
- func (ptr *QVPieModelMapper) LabelsColumnChanged()
- func (ptr *QVPieModelMapper) Model() *core.QAbstractItemModel
- func (ptr *QVPieModelMapper) ModelReplaced()
- func (ptr *QVPieModelMapper) Pointer() unsafe.Pointer
- func (ptr *QVPieModelMapper) QVPieModelMapper_PTR() *QVPieModelMapper
- func (ptr *QVPieModelMapper) RowCount() int
- func (ptr *QVPieModelMapper) RowCountChanged()
- func (ptr *QVPieModelMapper) Series() *QPieSeries
- func (ptr *QVPieModelMapper) SeriesReplaced()
- func (ptr *QVPieModelMapper) SetFirstRow(firstRow int)
- func (ptr *QVPieModelMapper) SetLabelsColumn(labelsColumn int)
- func (ptr *QVPieModelMapper) SetModel(model core.QAbstractItemModel_ITF)
- func (ptr *QVPieModelMapper) SetPointer(p unsafe.Pointer)
- func (ptr *QVPieModelMapper) SetRowCount(rowCount int)
- func (ptr *QVPieModelMapper) SetSeries(series QPieSeries_ITF)
- func (ptr *QVPieModelMapper) SetValuesColumn(valuesColumn int)
- func (ptr *QVPieModelMapper) ValuesColumn() int
- func (ptr *QVPieModelMapper) ValuesColumnChanged()
- type QVPieModelMapper_ITF
- type QVXYModelMapper
- func (n *QVXYModelMapper) ClassNameInternalF() string
- func (ptr *QVXYModelMapper) ConnectFirstRowChanged(f func())
- func (ptr *QVXYModelMapper) ConnectModelReplaced(f func())
- func (ptr *QVXYModelMapper) ConnectRowCountChanged(f func())
- func (ptr *QVXYModelMapper) ConnectSeriesReplaced(f func())
- func (ptr *QVXYModelMapper) ConnectXColumnChanged(f func())
- func (ptr *QVXYModelMapper) ConnectYColumnChanged(f func())
- func (ptr *QVXYModelMapper) DestroyQVXYModelMapper()
- func (ptr *QVXYModelMapper) DisconnectFirstRowChanged()
- func (ptr *QVXYModelMapper) DisconnectModelReplaced()
- func (ptr *QVXYModelMapper) DisconnectRowCountChanged()
- func (ptr *QVXYModelMapper) DisconnectSeriesReplaced()
- func (ptr *QVXYModelMapper) DisconnectXColumnChanged()
- func (ptr *QVXYModelMapper) DisconnectYColumnChanged()
- func (ptr *QVXYModelMapper) FirstRow() int
- func (ptr *QVXYModelMapper) FirstRowChanged()
- func (n *QVXYModelMapper) InitFromInternal(ptr uintptr, name string)
- func (ptr *QVXYModelMapper) Model() *core.QAbstractItemModel
- func (ptr *QVXYModelMapper) ModelReplaced()
- func (ptr *QVXYModelMapper) Pointer() unsafe.Pointer
- func (ptr *QVXYModelMapper) QVXYModelMapper_PTR() *QVXYModelMapper
- func (ptr *QVXYModelMapper) RowCount() int
- func (ptr *QVXYModelMapper) RowCountChanged()
- func (ptr *QVXYModelMapper) Series() *QXYSeries
- func (ptr *QVXYModelMapper) SeriesReplaced()
- func (ptr *QVXYModelMapper) SetFirstRow(firstRow int)
- func (ptr *QVXYModelMapper) SetModel(model core.QAbstractItemModel_ITF)
- func (ptr *QVXYModelMapper) SetPointer(p unsafe.Pointer)
- func (ptr *QVXYModelMapper) SetRowCount(rowCount int)
- func (ptr *QVXYModelMapper) SetSeries(series QXYSeries_ITF)
- func (ptr *QVXYModelMapper) SetXColumn(xColumn int)
- func (ptr *QVXYModelMapper) SetYColumn(yColumn int)
- func (ptr *QVXYModelMapper) XColumn() int
- func (ptr *QVXYModelMapper) XColumnChanged()
- func (ptr *QVXYModelMapper) YColumn() int
- func (ptr *QVXYModelMapper) YColumnChanged()
- type QVXYModelMapper_ITF
- type QValueAxis
- func (ptr *QValueAxis) ApplyNiceNumbers()
- func (ptr *QValueAxis) ApplyNiceNumbersDefault()
- func (n *QValueAxis) ClassNameInternalF() string
- func (ptr *QValueAxis) ConnectApplyNiceNumbers(f func())
- func (ptr *QValueAxis) ConnectDestroyQValueAxis(f func())
- func (ptr *QValueAxis) ConnectLabelFormatChanged(f func(format string))
- func (ptr *QValueAxis) ConnectMaxChanged(f func(max float64))
- func (ptr *QValueAxis) ConnectMinChanged(f func(min float64))
- func (ptr *QValueAxis) ConnectMinorTickCountChanged(f func(minorTickCount int))
- func (ptr *QValueAxis) ConnectRangeChanged(f func(min float64, max float64))
- func (ptr *QValueAxis) ConnectTickAnchorChanged(f func(anchor float64))
- func (ptr *QValueAxis) ConnectTickCountChanged(f func(tickCount int))
- func (ptr *QValueAxis) ConnectTickIntervalChanged(f func(interval float64))
- func (ptr *QValueAxis) ConnectTickTypeChanged(f func(ty QValueAxis__TickType))
- func (ptr *QValueAxis) ConnectType(f func() QAbstractAxis__AxisType)
- func (ptr *QValueAxis) DestroyQValueAxis()
- func (ptr *QValueAxis) DestroyQValueAxisDefault()
- func (ptr *QValueAxis) DisconnectApplyNiceNumbers()
- func (ptr *QValueAxis) DisconnectDestroyQValueAxis()
- func (ptr *QValueAxis) DisconnectLabelFormatChanged()
- func (ptr *QValueAxis) DisconnectMaxChanged()
- func (ptr *QValueAxis) DisconnectMinChanged()
- func (ptr *QValueAxis) DisconnectMinorTickCountChanged()
- func (ptr *QValueAxis) DisconnectRangeChanged()
- func (ptr *QValueAxis) DisconnectTickAnchorChanged()
- func (ptr *QValueAxis) DisconnectTickCountChanged()
- func (ptr *QValueAxis) DisconnectTickIntervalChanged()
- func (ptr *QValueAxis) DisconnectTickTypeChanged()
- func (ptr *QValueAxis) DisconnectType()
- func (n *QValueAxis) InitFromInternal(ptr uintptr, name string)
- func (ptr *QValueAxis) LabelFormat() string
- func (ptr *QValueAxis) LabelFormatChanged(format string)
- func (ptr *QValueAxis) Max() float64
- func (ptr *QValueAxis) MaxChanged(max float64)
- func (ptr *QValueAxis) Min() float64
- func (ptr *QValueAxis) MinChanged(min float64)
- func (ptr *QValueAxis) MinorTickCount() int
- func (ptr *QValueAxis) MinorTickCountChanged(minorTickCount int)
- func (ptr *QValueAxis) Pointer() unsafe.Pointer
- func (ptr *QValueAxis) QValueAxis_PTR() *QValueAxis
- func (ptr *QValueAxis) RangeChanged(min float64, max float64)
- func (ptr *QValueAxis) SetLabelFormat(format string)
- func (ptr *QValueAxis) SetMax(max float64)
- func (ptr *QValueAxis) SetMin(min float64)
- func (ptr *QValueAxis) SetMinorTickCount(count int)
- func (ptr *QValueAxis) SetPointer(p unsafe.Pointer)
- func (ptr *QValueAxis) SetRange(min float64, max float64)
- func (ptr *QValueAxis) SetTickAnchor(anchor float64)
- func (ptr *QValueAxis) SetTickCount(count int)
- func (ptr *QValueAxis) SetTickInterval(insterval float64)
- func (ptr *QValueAxis) SetTickType(ty QValueAxis__TickType)
- func (ptr *QValueAxis) TickAnchor() float64
- func (ptr *QValueAxis) TickAnchorChanged(anchor float64)
- func (ptr *QValueAxis) TickCount() int
- func (ptr *QValueAxis) TickCountChanged(tickCount int)
- func (ptr *QValueAxis) TickInterval() float64
- func (ptr *QValueAxis) TickIntervalChanged(interval float64)
- func (ptr *QValueAxis) TickType() QValueAxis__TickType
- func (ptr *QValueAxis) TickTypeChanged(ty QValueAxis__TickType)
- func (ptr *QValueAxis) Type() QAbstractAxis__AxisType
- func (ptr *QValueAxis) TypeDefault() QAbstractAxis__AxisType
- type QValueAxis_ITF
- type QValueAxis__TickType
- type QXYLegendMarker
- func (n *QXYLegendMarker) ClassNameInternalF() string
- func (ptr *QXYLegendMarker) ConnectDestroyQXYLegendMarker(f func())
- func (ptr *QXYLegendMarker) ConnectSeries(f func() *QXYSeries)
- func (ptr *QXYLegendMarker) ConnectType(f func() QLegendMarker__LegendMarkerType)
- func (ptr *QXYLegendMarker) DestroyQXYLegendMarker()
- func (ptr *QXYLegendMarker) DestroyQXYLegendMarkerDefault()
- func (ptr *QXYLegendMarker) DisconnectDestroyQXYLegendMarker()
- func (ptr *QXYLegendMarker) DisconnectSeries()
- func (ptr *QXYLegendMarker) DisconnectType()
- func (n *QXYLegendMarker) InitFromInternal(ptr uintptr, name string)
- func (ptr *QXYLegendMarker) Pointer() unsafe.Pointer
- func (ptr *QXYLegendMarker) QXYLegendMarker_PTR() *QXYLegendMarker
- func (ptr *QXYLegendMarker) Series() *QXYSeries
- func (ptr *QXYLegendMarker) SeriesDefault() *QXYSeries
- func (ptr *QXYLegendMarker) SetPointer(p unsafe.Pointer)
- func (ptr *QXYLegendMarker) Type() QLegendMarker__LegendMarkerType
- func (ptr *QXYLegendMarker) TypeDefault() QLegendMarker__LegendMarkerType
- type QXYLegendMarker_ITF
- type QXYModelMapper
- func (ptr *QXYModelMapper) ChildEventDefault(event core.QChildEvent_ITF)
- func (n *QXYModelMapper) ClassNameInternalF() string
- func (ptr *QXYModelMapper) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QXYModelMapper) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QXYModelMapper) DeleteLaterDefault()
- func (ptr *QXYModelMapper) DestroyQXYModelMapper()
- func (ptr *QXYModelMapper) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QXYModelMapper) EventDefault(e core.QEvent_ITF) bool
- func (ptr *QXYModelMapper) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (n *QXYModelMapper) InitFromInternal(ptr uintptr, name string)
- func (ptr *QXYModelMapper) MetaObjectDefault() *core.QMetaObject
- func (ptr *QXYModelMapper) Orientation() core.Qt__Orientation
- func (ptr *QXYModelMapper) Pointer() unsafe.Pointer
- func (ptr *QXYModelMapper) QXYModelMapper_PTR() *QXYModelMapper
- func (ptr *QXYModelMapper) SetOrientation(orientation core.Qt__Orientation)
- func (ptr *QXYModelMapper) SetPointer(p unsafe.Pointer)
- func (ptr *QXYModelMapper) SetXSection(xSection int)
- func (ptr *QXYModelMapper) SetYSection(ySection int)
- func (ptr *QXYModelMapper) TimerEventDefault(event core.QTimerEvent_ITF)
- func (ptr *QXYModelMapper) XSection() int
- func (ptr *QXYModelMapper) YSection() int
- type QXYModelMapper_ITF
- type QXYSeries
- func (ptr *QXYSeries) Append(x float64, y float64)
- func (ptr *QXYSeries) Append2(point core.QPointF_ITF)
- func (ptr *QXYSeries) Append3(points []*core.QPointF)
- func (ptr *QXYSeries) At(index int) *core.QPointF
- func (ptr *QXYSeries) Brush() *gui.QBrush
- func (n *QXYSeries) ClassNameInternalF() string
- func (ptr *QXYSeries) Clear()
- func (ptr *QXYSeries) Clicked(point core.QPointF_ITF)
- func (ptr *QXYSeries) Color() *gui.QColor
- func (ptr *QXYSeries) ColorChanged(color gui.QColor_ITF)
- func (ptr *QXYSeries) ColorDefault() *gui.QColor
- func (ptr *QXYSeries) ConnectClicked(f func(point *core.QPointF))
- func (ptr *QXYSeries) ConnectColor(f func() *gui.QColor)
- func (ptr *QXYSeries) ConnectColorChanged(f func(color *gui.QColor))
- func (ptr *QXYSeries) ConnectDestroyQXYSeries(f func())
- func (ptr *QXYSeries) ConnectDoubleClicked(f func(point *core.QPointF))
- func (ptr *QXYSeries) ConnectHovered(f func(point *core.QPointF, state bool))
- func (ptr *QXYSeries) ConnectPenChanged(f func(pen *gui.QPen))
- func (ptr *QXYSeries) ConnectPointAdded(f func(index int))
- func (ptr *QXYSeries) ConnectPointLabelsClippingChanged(f func(clipping bool))
- func (ptr *QXYSeries) ConnectPointLabelsColorChanged(f func(color *gui.QColor))
- func (ptr *QXYSeries) ConnectPointLabelsFontChanged(f func(font *gui.QFont))
- func (ptr *QXYSeries) ConnectPointLabelsFormatChanged(f func(format string))
- func (ptr *QXYSeries) ConnectPointLabelsVisibilityChanged(f func(visible bool))
- func (ptr *QXYSeries) ConnectPointRemoved(f func(index int))
- func (ptr *QXYSeries) ConnectPointReplaced(f func(index int))
- func (ptr *QXYSeries) ConnectPointsRemoved(f func(index int, count int))
- func (ptr *QXYSeries) ConnectPointsReplaced(f func())
- func (ptr *QXYSeries) ConnectPressed(f func(point *core.QPointF))
- func (ptr *QXYSeries) ConnectReleased(f func(point *core.QPointF))
- func (ptr *QXYSeries) ConnectSetBrush(f func(brush *gui.QBrush))
- func (ptr *QXYSeries) ConnectSetColor(f func(color *gui.QColor))
- func (ptr *QXYSeries) ConnectSetPen(f func(pen *gui.QPen))
- func (ptr *QXYSeries) Count() int
- func (ptr *QXYSeries) DestroyQXYSeries()
- func (ptr *QXYSeries) DestroyQXYSeriesDefault()
- func (ptr *QXYSeries) DisconnectClicked()
- func (ptr *QXYSeries) DisconnectColor()
- func (ptr *QXYSeries) DisconnectColorChanged()
- func (ptr *QXYSeries) DisconnectDestroyQXYSeries()
- func (ptr *QXYSeries) DisconnectDoubleClicked()
- func (ptr *QXYSeries) DisconnectHovered()
- func (ptr *QXYSeries) DisconnectPenChanged()
- func (ptr *QXYSeries) DisconnectPointAdded()
- func (ptr *QXYSeries) DisconnectPointLabelsClippingChanged()
- func (ptr *QXYSeries) DisconnectPointLabelsColorChanged()
- func (ptr *QXYSeries) DisconnectPointLabelsFontChanged()
- func (ptr *QXYSeries) DisconnectPointLabelsFormatChanged()
- func (ptr *QXYSeries) DisconnectPointLabelsVisibilityChanged()
- func (ptr *QXYSeries) DisconnectPointRemoved()
- func (ptr *QXYSeries) DisconnectPointReplaced()
- func (ptr *QXYSeries) DisconnectPointsRemoved()
- func (ptr *QXYSeries) DisconnectPointsReplaced()
- func (ptr *QXYSeries) DisconnectPressed()
- func (ptr *QXYSeries) DisconnectReleased()
- func (ptr *QXYSeries) DisconnectSetBrush()
- func (ptr *QXYSeries) DisconnectSetColor()
- func (ptr *QXYSeries) DisconnectSetPen()
- func (ptr *QXYSeries) DoubleClicked(point core.QPointF_ITF)
- func (ptr *QXYSeries) Hovered(point core.QPointF_ITF, state bool)
- func (n *QXYSeries) InitFromInternal(ptr uintptr, name string)
- func (ptr *QXYSeries) Insert(index int, point core.QPointF_ITF)
- func (ptr *QXYSeries) Pen() *gui.QPen
- func (ptr *QXYSeries) PenChanged(pen gui.QPen_ITF)
- func (ptr *QXYSeries) PointAdded(index int)
- func (ptr *QXYSeries) PointLabelsClipping() bool
- func (ptr *QXYSeries) PointLabelsClippingChanged(clipping bool)
- func (ptr *QXYSeries) PointLabelsColor() *gui.QColor
- func (ptr *QXYSeries) PointLabelsColorChanged(color gui.QColor_ITF)
- func (ptr *QXYSeries) PointLabelsFont() *gui.QFont
- func (ptr *QXYSeries) PointLabelsFontChanged(font gui.QFont_ITF)
- func (ptr *QXYSeries) PointLabelsFormat() string
- func (ptr *QXYSeries) PointLabelsFormatChanged(format string)
- func (ptr *QXYSeries) PointLabelsVisibilityChanged(visible bool)
- func (ptr *QXYSeries) PointLabelsVisible() bool
- func (ptr *QXYSeries) PointRemoved(index int)
- func (ptr *QXYSeries) PointReplaced(index int)
- func (ptr *QXYSeries) Pointer() unsafe.Pointer
- func (ptr *QXYSeries) Points() []*core.QPointF
- func (ptr *QXYSeries) PointsRemoved(index int, count int)
- func (ptr *QXYSeries) PointsReplaced()
- func (ptr *QXYSeries) PointsVector() []*core.QPointF
- func (ptr *QXYSeries) PointsVisible() bool
- func (ptr *QXYSeries) Pressed(point core.QPointF_ITF)
- func (ptr *QXYSeries) QXYSeries_PTR() *QXYSeries
- func (ptr *QXYSeries) Released(point core.QPointF_ITF)
- func (ptr *QXYSeries) Remove(x float64, y float64)
- func (ptr *QXYSeries) Remove2(point core.QPointF_ITF)
- func (ptr *QXYSeries) Remove3(index int)
- func (ptr *QXYSeries) RemovePoints(index int, count int)
- func (ptr *QXYSeries) Replace(oldX float64, oldY float64, newX float64, newY float64)
- func (ptr *QXYSeries) Replace2(oldPoint core.QPointF_ITF, newPoint core.QPointF_ITF)
- func (ptr *QXYSeries) Replace3(index int, newX float64, newY float64)
- func (ptr *QXYSeries) Replace4(index int, newPoint core.QPointF_ITF)
- func (ptr *QXYSeries) Replace5(points []*core.QPointF)
- func (ptr *QXYSeries) Replace6(points []*core.QPointF)
- func (ptr *QXYSeries) SetBrush(brush gui.QBrush_ITF)
- func (ptr *QXYSeries) SetBrushDefault(brush gui.QBrush_ITF)
- func (ptr *QXYSeries) SetColor(color gui.QColor_ITF)
- func (ptr *QXYSeries) SetColorDefault(color gui.QColor_ITF)
- func (ptr *QXYSeries) SetPen(pen gui.QPen_ITF)
- func (ptr *QXYSeries) SetPenDefault(pen gui.QPen_ITF)
- func (ptr *QXYSeries) SetPointLabelsClipping(enabled bool)
- func (ptr *QXYSeries) SetPointLabelsColor(color gui.QColor_ITF)
- func (ptr *QXYSeries) SetPointLabelsFont(font gui.QFont_ITF)
- func (ptr *QXYSeries) SetPointLabelsFormat(format string)
- func (ptr *QXYSeries) SetPointLabelsVisible(visible bool)
- func (ptr *QXYSeries) SetPointer(p unsafe.Pointer)
- func (ptr *QXYSeries) SetPointsVisible(visible bool)
- func (ptr *QXYSeries) Type() QAbstractSeries__SeriesType
- func (ptr *QXYSeries) TypeDefault() QAbstractSeries__SeriesType
- type QXYSeries_ITF
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PointerFromQAbstractAxis ¶
func PointerFromQAbstractAxis(ptr QAbstractAxis_ITF) unsafe.Pointer
func PointerFromQAbstractBarSeries ¶
func PointerFromQAbstractBarSeries(ptr QAbstractBarSeries_ITF) unsafe.Pointer
func PointerFromQAbstractSeries ¶
func PointerFromQAbstractSeries(ptr QAbstractSeries_ITF) unsafe.Pointer
func PointerFromQAreaLegendMarker ¶
func PointerFromQAreaLegendMarker(ptr QAreaLegendMarker_ITF) unsafe.Pointer
func PointerFromQAreaSeries ¶
func PointerFromQAreaSeries(ptr QAreaSeries_ITF) unsafe.Pointer
func PointerFromQBarCategoryAxis ¶
func PointerFromQBarCategoryAxis(ptr QBarCategoryAxis_ITF) unsafe.Pointer
func PointerFromQBarLegendMarker ¶
func PointerFromQBarLegendMarker(ptr QBarLegendMarker_ITF) unsafe.Pointer
func PointerFromQBarSeries ¶
func PointerFromQBarSeries(ptr QBarSeries_ITF) unsafe.Pointer
func PointerFromQBarSet ¶
func PointerFromQBarSet(ptr QBarSet_ITF) unsafe.Pointer
func PointerFromQBoxPlotLegendMarker ¶
func PointerFromQBoxPlotLegendMarker(ptr QBoxPlotLegendMarker_ITF) unsafe.Pointer
func PointerFromQBoxPlotSeries ¶
func PointerFromQBoxPlotSeries(ptr QBoxPlotSeries_ITF) unsafe.Pointer
func PointerFromQBoxSet ¶
func PointerFromQBoxSet(ptr QBoxSet_ITF) unsafe.Pointer
func PointerFromQCandlestickLegendMarker ¶
func PointerFromQCandlestickLegendMarker(ptr QCandlestickLegendMarker_ITF) unsafe.Pointer
func PointerFromQCandlestickModelMapper ¶
func PointerFromQCandlestickModelMapper(ptr QCandlestickModelMapper_ITF) unsafe.Pointer
func PointerFromQCandlestickSeries ¶
func PointerFromQCandlestickSeries(ptr QCandlestickSeries_ITF) unsafe.Pointer
func PointerFromQCandlestickSet ¶
func PointerFromQCandlestickSet(ptr QCandlestickSet_ITF) unsafe.Pointer
func PointerFromQCategoryAxis ¶
func PointerFromQCategoryAxis(ptr QCategoryAxis_ITF) unsafe.Pointer
func PointerFromQChart ¶
func PointerFromQChart(ptr QChart_ITF) unsafe.Pointer
func PointerFromQChartView ¶
func PointerFromQChartView(ptr QChartView_ITF) unsafe.Pointer
func PointerFromQDateTimeAxis ¶
func PointerFromQDateTimeAxis(ptr QDateTimeAxis_ITF) unsafe.Pointer
func PointerFromQHBarModelMapper ¶
func PointerFromQHBarModelMapper(ptr QHBarModelMapper_ITF) unsafe.Pointer
func PointerFromQHBoxPlotModelMapper ¶
func PointerFromQHBoxPlotModelMapper(ptr QHBoxPlotModelMapper_ITF) unsafe.Pointer
func PointerFromQHCandlestickModelMapper ¶
func PointerFromQHCandlestickModelMapper(ptr QHCandlestickModelMapper_ITF) unsafe.Pointer
func PointerFromQHPieModelMapper ¶
func PointerFromQHPieModelMapper(ptr QHPieModelMapper_ITF) unsafe.Pointer
func PointerFromQHXYModelMapper ¶
func PointerFromQHXYModelMapper(ptr QHXYModelMapper_ITF) unsafe.Pointer
func PointerFromQHorizontalBarSeries ¶
func PointerFromQHorizontalBarSeries(ptr QHorizontalBarSeries_ITF) unsafe.Pointer
func PointerFromQHorizontalPercentBarSeries ¶
func PointerFromQHorizontalPercentBarSeries(ptr QHorizontalPercentBarSeries_ITF) unsafe.Pointer
func PointerFromQHorizontalStackedBarSeries ¶
func PointerFromQHorizontalStackedBarSeries(ptr QHorizontalStackedBarSeries_ITF) unsafe.Pointer
func PointerFromQLegend ¶
func PointerFromQLegend(ptr QLegend_ITF) unsafe.Pointer
func PointerFromQLegendMarker ¶
func PointerFromQLegendMarker(ptr QLegendMarker_ITF) unsafe.Pointer
func PointerFromQLineSeries ¶
func PointerFromQLineSeries(ptr QLineSeries_ITF) unsafe.Pointer
func PointerFromQLogValueAxis ¶
func PointerFromQLogValueAxis(ptr QLogValueAxis_ITF) unsafe.Pointer
func PointerFromQPercentBarSeries ¶
func PointerFromQPercentBarSeries(ptr QPercentBarSeries_ITF) unsafe.Pointer
func PointerFromQPieLegendMarker ¶
func PointerFromQPieLegendMarker(ptr QPieLegendMarker_ITF) unsafe.Pointer
func PointerFromQPieModelMapper ¶
func PointerFromQPieModelMapper(ptr QPieModelMapper_ITF) unsafe.Pointer
func PointerFromQPieSeries ¶
func PointerFromQPieSeries(ptr QPieSeries_ITF) unsafe.Pointer
func PointerFromQPieSlice ¶
func PointerFromQPieSlice(ptr QPieSlice_ITF) unsafe.Pointer
func PointerFromQPolarChart ¶
func PointerFromQPolarChart(ptr QPolarChart_ITF) unsafe.Pointer
func PointerFromQScatterSeries ¶
func PointerFromQScatterSeries(ptr QScatterSeries_ITF) unsafe.Pointer
func PointerFromQSplineSeries ¶
func PointerFromQSplineSeries(ptr QSplineSeries_ITF) unsafe.Pointer
func PointerFromQStackedBarSeries ¶
func PointerFromQStackedBarSeries(ptr QStackedBarSeries_ITF) unsafe.Pointer
func PointerFromQVBarModelMapper ¶
func PointerFromQVBarModelMapper(ptr QVBarModelMapper_ITF) unsafe.Pointer
func PointerFromQVBoxPlotModelMapper ¶
func PointerFromQVBoxPlotModelMapper(ptr QVBoxPlotModelMapper_ITF) unsafe.Pointer
func PointerFromQVCandlestickModelMapper ¶
func PointerFromQVCandlestickModelMapper(ptr QVCandlestickModelMapper_ITF) unsafe.Pointer
func PointerFromQVPieModelMapper ¶
func PointerFromQVPieModelMapper(ptr QVPieModelMapper_ITF) unsafe.Pointer
func PointerFromQVXYModelMapper ¶
func PointerFromQVXYModelMapper(ptr QVXYModelMapper_ITF) unsafe.Pointer
func PointerFromQValueAxis ¶
func PointerFromQValueAxis(ptr QValueAxis_ITF) unsafe.Pointer
func PointerFromQXYLegendMarker ¶
func PointerFromQXYLegendMarker(ptr QXYLegendMarker_ITF) unsafe.Pointer
func PointerFromQXYModelMapper ¶
func PointerFromQXYModelMapper(ptr QXYModelMapper_ITF) unsafe.Pointer
func PointerFromQXYSeries ¶
func PointerFromQXYSeries(ptr QXYSeries_ITF) unsafe.Pointer
Types ¶
type QAbstractAxis ¶
func NewQAbstractAxisFromPointer ¶
func NewQAbstractAxisFromPointer(ptr unsafe.Pointer) (n *QAbstractAxis)
func (*QAbstractAxis) Alignment ¶
func (ptr *QAbstractAxis) Alignment() core.Qt__AlignmentFlag
func (*QAbstractAxis) ChildEventDefault ¶
func (ptr *QAbstractAxis) ChildEventDefault(event core.QChildEvent_ITF)
func (*QAbstractAxis) ClassNameInternalF ¶
func (n *QAbstractAxis) ClassNameInternalF() string
func (*QAbstractAxis) ColorChanged ¶
func (ptr *QAbstractAxis) ColorChanged(color gui.QColor_ITF)
func (*QAbstractAxis) ConnectColorChanged ¶
func (ptr *QAbstractAxis) ConnectColorChanged(f func(color *gui.QColor))
func (*QAbstractAxis) ConnectDestroyQAbstractAxis ¶
func (ptr *QAbstractAxis) ConnectDestroyQAbstractAxis(f func())
func (*QAbstractAxis) ConnectGridLineColorChanged ¶
func (ptr *QAbstractAxis) ConnectGridLineColorChanged(f func(color *gui.QColor))
func (*QAbstractAxis) ConnectGridLinePenChanged ¶
func (ptr *QAbstractAxis) ConnectGridLinePenChanged(f func(pen *gui.QPen))
func (*QAbstractAxis) ConnectGridVisibleChanged ¶
func (ptr *QAbstractAxis) ConnectGridVisibleChanged(f func(visible bool))
func (*QAbstractAxis) ConnectLabelsAngleChanged ¶
func (ptr *QAbstractAxis) ConnectLabelsAngleChanged(f func(angle int))
func (*QAbstractAxis) ConnectLabelsBrushChanged ¶
func (ptr *QAbstractAxis) ConnectLabelsBrushChanged(f func(brush *gui.QBrush))
func (*QAbstractAxis) ConnectLabelsColorChanged ¶
func (ptr *QAbstractAxis) ConnectLabelsColorChanged(f func(color *gui.QColor))
func (*QAbstractAxis) ConnectLabelsEditableChanged ¶
func (ptr *QAbstractAxis) ConnectLabelsEditableChanged(f func(editable bool))
func (*QAbstractAxis) ConnectLabelsFontChanged ¶
func (ptr *QAbstractAxis) ConnectLabelsFontChanged(f func(font *gui.QFont))
func (*QAbstractAxis) ConnectLabelsVisibleChanged ¶
func (ptr *QAbstractAxis) ConnectLabelsVisibleChanged(f func(visible bool))
func (*QAbstractAxis) ConnectLinePenChanged ¶
func (ptr *QAbstractAxis) ConnectLinePenChanged(f func(pen *gui.QPen))
func (*QAbstractAxis) ConnectLineVisibleChanged ¶
func (ptr *QAbstractAxis) ConnectLineVisibleChanged(f func(visible bool))
func (*QAbstractAxis) ConnectMinorGridLineColorChanged ¶
func (ptr *QAbstractAxis) ConnectMinorGridLineColorChanged(f func(color *gui.QColor))
func (*QAbstractAxis) ConnectMinorGridLinePenChanged ¶
func (ptr *QAbstractAxis) ConnectMinorGridLinePenChanged(f func(pen *gui.QPen))
func (*QAbstractAxis) ConnectMinorGridVisibleChanged ¶
func (ptr *QAbstractAxis) ConnectMinorGridVisibleChanged(f func(visible bool))
func (*QAbstractAxis) ConnectNotifyDefault ¶
func (ptr *QAbstractAxis) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QAbstractAxis) ConnectReverseChanged ¶
func (ptr *QAbstractAxis) ConnectReverseChanged(f func(reverse bool))
func (*QAbstractAxis) ConnectShadesBorderColorChanged ¶
func (ptr *QAbstractAxis) ConnectShadesBorderColorChanged(f func(color *gui.QColor))
func (*QAbstractAxis) ConnectShadesBrushChanged ¶
func (ptr *QAbstractAxis) ConnectShadesBrushChanged(f func(brush *gui.QBrush))
func (*QAbstractAxis) ConnectShadesColorChanged ¶
func (ptr *QAbstractAxis) ConnectShadesColorChanged(f func(color *gui.QColor))
func (*QAbstractAxis) ConnectShadesPenChanged ¶
func (ptr *QAbstractAxis) ConnectShadesPenChanged(f func(pen *gui.QPen))
func (*QAbstractAxis) ConnectShadesVisibleChanged ¶
func (ptr *QAbstractAxis) ConnectShadesVisibleChanged(f func(visible bool))
func (*QAbstractAxis) ConnectTitleBrushChanged ¶
func (ptr *QAbstractAxis) ConnectTitleBrushChanged(f func(brush *gui.QBrush))
func (*QAbstractAxis) ConnectTitleFontChanged ¶
func (ptr *QAbstractAxis) ConnectTitleFontChanged(f func(font *gui.QFont))
func (*QAbstractAxis) ConnectTitleTextChanged ¶
func (ptr *QAbstractAxis) ConnectTitleTextChanged(f func(text string))
func (*QAbstractAxis) ConnectTitleVisibleChanged ¶
func (ptr *QAbstractAxis) ConnectTitleVisibleChanged(f func(visible bool))
func (*QAbstractAxis) ConnectType ¶
func (ptr *QAbstractAxis) ConnectType(f func() QAbstractAxis__AxisType)
func (*QAbstractAxis) ConnectVisibleChanged ¶
func (ptr *QAbstractAxis) ConnectVisibleChanged(f func(visible bool))
func (*QAbstractAxis) CustomEventDefault ¶
func (ptr *QAbstractAxis) CustomEventDefault(event core.QEvent_ITF)
func (*QAbstractAxis) DeleteLaterDefault ¶
func (ptr *QAbstractAxis) DeleteLaterDefault()
func (*QAbstractAxis) DestroyQAbstractAxis ¶
func (ptr *QAbstractAxis) DestroyQAbstractAxis()
func (*QAbstractAxis) DestroyQAbstractAxisDefault ¶
func (ptr *QAbstractAxis) DestroyQAbstractAxisDefault()
func (*QAbstractAxis) DisconnectColorChanged ¶
func (ptr *QAbstractAxis) DisconnectColorChanged()
func (*QAbstractAxis) DisconnectDestroyQAbstractAxis ¶
func (ptr *QAbstractAxis) DisconnectDestroyQAbstractAxis()
func (*QAbstractAxis) DisconnectGridLineColorChanged ¶
func (ptr *QAbstractAxis) DisconnectGridLineColorChanged()
func (*QAbstractAxis) DisconnectGridLinePenChanged ¶
func (ptr *QAbstractAxis) DisconnectGridLinePenChanged()
func (*QAbstractAxis) DisconnectGridVisibleChanged ¶
func (ptr *QAbstractAxis) DisconnectGridVisibleChanged()
func (*QAbstractAxis) DisconnectLabelsAngleChanged ¶
func (ptr *QAbstractAxis) DisconnectLabelsAngleChanged()
func (*QAbstractAxis) DisconnectLabelsBrushChanged ¶
func (ptr *QAbstractAxis) DisconnectLabelsBrushChanged()
func (*QAbstractAxis) DisconnectLabelsColorChanged ¶
func (ptr *QAbstractAxis) DisconnectLabelsColorChanged()
func (*QAbstractAxis) DisconnectLabelsEditableChanged ¶
func (ptr *QAbstractAxis) DisconnectLabelsEditableChanged()
func (*QAbstractAxis) DisconnectLabelsFontChanged ¶
func (ptr *QAbstractAxis) DisconnectLabelsFontChanged()
func (*QAbstractAxis) DisconnectLabelsVisibleChanged ¶
func (ptr *QAbstractAxis) DisconnectLabelsVisibleChanged()
func (*QAbstractAxis) DisconnectLinePenChanged ¶
func (ptr *QAbstractAxis) DisconnectLinePenChanged()
func (*QAbstractAxis) DisconnectLineVisibleChanged ¶
func (ptr *QAbstractAxis) DisconnectLineVisibleChanged()
func (*QAbstractAxis) DisconnectMinorGridLineColorChanged ¶
func (ptr *QAbstractAxis) DisconnectMinorGridLineColorChanged()
func (*QAbstractAxis) DisconnectMinorGridLinePenChanged ¶
func (ptr *QAbstractAxis) DisconnectMinorGridLinePenChanged()
func (*QAbstractAxis) DisconnectMinorGridVisibleChanged ¶
func (ptr *QAbstractAxis) DisconnectMinorGridVisibleChanged()
func (*QAbstractAxis) DisconnectNotifyDefault ¶
func (ptr *QAbstractAxis) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QAbstractAxis) DisconnectReverseChanged ¶
func (ptr *QAbstractAxis) DisconnectReverseChanged()
func (*QAbstractAxis) DisconnectShadesBorderColorChanged ¶
func (ptr *QAbstractAxis) DisconnectShadesBorderColorChanged()
func (*QAbstractAxis) DisconnectShadesBrushChanged ¶
func (ptr *QAbstractAxis) DisconnectShadesBrushChanged()
func (*QAbstractAxis) DisconnectShadesColorChanged ¶
func (ptr *QAbstractAxis) DisconnectShadesColorChanged()
func (*QAbstractAxis) DisconnectShadesPenChanged ¶
func (ptr *QAbstractAxis) DisconnectShadesPenChanged()
func (*QAbstractAxis) DisconnectShadesVisibleChanged ¶
func (ptr *QAbstractAxis) DisconnectShadesVisibleChanged()
func (*QAbstractAxis) DisconnectTitleBrushChanged ¶
func (ptr *QAbstractAxis) DisconnectTitleBrushChanged()
func (*QAbstractAxis) DisconnectTitleFontChanged ¶
func (ptr *QAbstractAxis) DisconnectTitleFontChanged()
func (*QAbstractAxis) DisconnectTitleTextChanged ¶
func (ptr *QAbstractAxis) DisconnectTitleTextChanged()
func (*QAbstractAxis) DisconnectTitleVisibleChanged ¶
func (ptr *QAbstractAxis) DisconnectTitleVisibleChanged()
func (*QAbstractAxis) DisconnectType ¶
func (ptr *QAbstractAxis) DisconnectType()
func (*QAbstractAxis) DisconnectVisibleChanged ¶
func (ptr *QAbstractAxis) DisconnectVisibleChanged()
func (*QAbstractAxis) EventDefault ¶
func (ptr *QAbstractAxis) EventDefault(e core.QEvent_ITF) bool
func (*QAbstractAxis) EventFilterDefault ¶
func (ptr *QAbstractAxis) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QAbstractAxis) GridLineColor ¶
func (ptr *QAbstractAxis) GridLineColor() *gui.QColor
func (*QAbstractAxis) GridLineColorChanged ¶
func (ptr *QAbstractAxis) GridLineColorChanged(color gui.QColor_ITF)
func (*QAbstractAxis) GridLinePen ¶
func (ptr *QAbstractAxis) GridLinePen() *gui.QPen
func (*QAbstractAxis) GridLinePenChanged ¶
func (ptr *QAbstractAxis) GridLinePenChanged(pen gui.QPen_ITF)
func (*QAbstractAxis) GridVisibleChanged ¶
func (ptr *QAbstractAxis) GridVisibleChanged(visible bool)
func (*QAbstractAxis) Hide ¶
func (ptr *QAbstractAxis) Hide()
func (*QAbstractAxis) InitFromInternal ¶
func (n *QAbstractAxis) InitFromInternal(ptr uintptr, name string)
func (*QAbstractAxis) IsGridLineVisible ¶
func (ptr *QAbstractAxis) IsGridLineVisible() bool
func (*QAbstractAxis) IsLineVisible ¶
func (ptr *QAbstractAxis) IsLineVisible() bool
func (*QAbstractAxis) IsMinorGridLineVisible ¶
func (ptr *QAbstractAxis) IsMinorGridLineVisible() bool
func (*QAbstractAxis) IsReverse ¶
func (ptr *QAbstractAxis) IsReverse() bool
func (*QAbstractAxis) IsTitleVisible ¶
func (ptr *QAbstractAxis) IsTitleVisible() bool
func (*QAbstractAxis) IsVisible ¶
func (ptr *QAbstractAxis) IsVisible() bool
func (*QAbstractAxis) LabelsAngle ¶
func (ptr *QAbstractAxis) LabelsAngle() int
func (*QAbstractAxis) LabelsAngleChanged ¶
func (ptr *QAbstractAxis) LabelsAngleChanged(angle int)
func (*QAbstractAxis) LabelsBrush ¶
func (ptr *QAbstractAxis) LabelsBrush() *gui.QBrush
func (*QAbstractAxis) LabelsBrushChanged ¶
func (ptr *QAbstractAxis) LabelsBrushChanged(brush gui.QBrush_ITF)
func (*QAbstractAxis) LabelsColor ¶
func (ptr *QAbstractAxis) LabelsColor() *gui.QColor
func (*QAbstractAxis) LabelsColorChanged ¶
func (ptr *QAbstractAxis) LabelsColorChanged(color gui.QColor_ITF)
func (*QAbstractAxis) LabelsEditable ¶
func (ptr *QAbstractAxis) LabelsEditable() bool
func (*QAbstractAxis) LabelsEditableChanged ¶
func (ptr *QAbstractAxis) LabelsEditableChanged(editable bool)
func (*QAbstractAxis) LabelsFont ¶
func (ptr *QAbstractAxis) LabelsFont() *gui.QFont
func (*QAbstractAxis) LabelsFontChanged ¶
func (ptr *QAbstractAxis) LabelsFontChanged(font gui.QFont_ITF)
func (*QAbstractAxis) LabelsVisible ¶
func (ptr *QAbstractAxis) LabelsVisible() bool
func (*QAbstractAxis) LabelsVisibleChanged ¶
func (ptr *QAbstractAxis) LabelsVisibleChanged(visible bool)
func (*QAbstractAxis) LinePen ¶
func (ptr *QAbstractAxis) LinePen() *gui.QPen
func (*QAbstractAxis) LinePenChanged ¶
func (ptr *QAbstractAxis) LinePenChanged(pen gui.QPen_ITF)
func (*QAbstractAxis) LinePenColor ¶
func (ptr *QAbstractAxis) LinePenColor() *gui.QColor
func (*QAbstractAxis) LineVisibleChanged ¶
func (ptr *QAbstractAxis) LineVisibleChanged(visible bool)
func (*QAbstractAxis) MetaObjectDefault ¶
func (ptr *QAbstractAxis) MetaObjectDefault() *core.QMetaObject
func (*QAbstractAxis) MinorGridLineColor ¶
func (ptr *QAbstractAxis) MinorGridLineColor() *gui.QColor
func (*QAbstractAxis) MinorGridLineColorChanged ¶
func (ptr *QAbstractAxis) MinorGridLineColorChanged(color gui.QColor_ITF)
func (*QAbstractAxis) MinorGridLinePen ¶
func (ptr *QAbstractAxis) MinorGridLinePen() *gui.QPen
func (*QAbstractAxis) MinorGridLinePenChanged ¶
func (ptr *QAbstractAxis) MinorGridLinePenChanged(pen gui.QPen_ITF)
func (*QAbstractAxis) MinorGridVisibleChanged ¶
func (ptr *QAbstractAxis) MinorGridVisibleChanged(visible bool)
func (*QAbstractAxis) Orientation ¶
func (ptr *QAbstractAxis) Orientation() core.Qt__Orientation
func (*QAbstractAxis) Pointer ¶
func (ptr *QAbstractAxis) Pointer() unsafe.Pointer
func (*QAbstractAxis) QAbstractAxis_PTR ¶
func (ptr *QAbstractAxis) QAbstractAxis_PTR() *QAbstractAxis
func (*QAbstractAxis) ReverseChanged ¶
func (ptr *QAbstractAxis) ReverseChanged(reverse bool)
func (*QAbstractAxis) SetGridLineColor ¶
func (ptr *QAbstractAxis) SetGridLineColor(color gui.QColor_ITF)
func (*QAbstractAxis) SetGridLinePen ¶
func (ptr *QAbstractAxis) SetGridLinePen(pen gui.QPen_ITF)
func (*QAbstractAxis) SetGridLineVisible ¶
func (ptr *QAbstractAxis) SetGridLineVisible(visible bool)
func (*QAbstractAxis) SetLabelsAngle ¶
func (ptr *QAbstractAxis) SetLabelsAngle(angle int)
func (*QAbstractAxis) SetLabelsBrush ¶
func (ptr *QAbstractAxis) SetLabelsBrush(brush gui.QBrush_ITF)
func (*QAbstractAxis) SetLabelsColor ¶
func (ptr *QAbstractAxis) SetLabelsColor(color gui.QColor_ITF)
func (*QAbstractAxis) SetLabelsEditable ¶
func (ptr *QAbstractAxis) SetLabelsEditable(editable bool)
func (*QAbstractAxis) SetLabelsFont ¶
func (ptr *QAbstractAxis) SetLabelsFont(font gui.QFont_ITF)
func (*QAbstractAxis) SetLabelsVisible ¶
func (ptr *QAbstractAxis) SetLabelsVisible(visible bool)
func (*QAbstractAxis) SetLinePen ¶
func (ptr *QAbstractAxis) SetLinePen(pen gui.QPen_ITF)
func (*QAbstractAxis) SetLinePenColor ¶
func (ptr *QAbstractAxis) SetLinePenColor(color gui.QColor_ITF)
func (*QAbstractAxis) SetLineVisible ¶
func (ptr *QAbstractAxis) SetLineVisible(visible bool)
func (*QAbstractAxis) SetMax ¶
func (ptr *QAbstractAxis) SetMax(max core.QVariant_ITF)
func (*QAbstractAxis) SetMin ¶
func (ptr *QAbstractAxis) SetMin(min core.QVariant_ITF)
func (*QAbstractAxis) SetMinorGridLineColor ¶
func (ptr *QAbstractAxis) SetMinorGridLineColor(color gui.QColor_ITF)
func (*QAbstractAxis) SetMinorGridLinePen ¶
func (ptr *QAbstractAxis) SetMinorGridLinePen(pen gui.QPen_ITF)
func (*QAbstractAxis) SetMinorGridLineVisible ¶
func (ptr *QAbstractAxis) SetMinorGridLineVisible(visible bool)
func (*QAbstractAxis) SetPointer ¶
func (ptr *QAbstractAxis) SetPointer(p unsafe.Pointer)
func (*QAbstractAxis) SetRange ¶
func (ptr *QAbstractAxis) SetRange(min core.QVariant_ITF, max core.QVariant_ITF)
func (*QAbstractAxis) SetReverse ¶
func (ptr *QAbstractAxis) SetReverse(reverse bool)
func (*QAbstractAxis) SetShadesBorderColor ¶
func (ptr *QAbstractAxis) SetShadesBorderColor(color gui.QColor_ITF)
func (*QAbstractAxis) SetShadesBrush ¶
func (ptr *QAbstractAxis) SetShadesBrush(brush gui.QBrush_ITF)
func (*QAbstractAxis) SetShadesColor ¶
func (ptr *QAbstractAxis) SetShadesColor(color gui.QColor_ITF)
func (*QAbstractAxis) SetShadesPen ¶
func (ptr *QAbstractAxis) SetShadesPen(pen gui.QPen_ITF)
func (*QAbstractAxis) SetShadesVisible ¶
func (ptr *QAbstractAxis) SetShadesVisible(visible bool)
func (*QAbstractAxis) SetTitleBrush ¶
func (ptr *QAbstractAxis) SetTitleBrush(brush gui.QBrush_ITF)
func (*QAbstractAxis) SetTitleFont ¶
func (ptr *QAbstractAxis) SetTitleFont(font gui.QFont_ITF)
func (*QAbstractAxis) SetTitleText ¶
func (ptr *QAbstractAxis) SetTitleText(title string)
func (*QAbstractAxis) SetTitleVisible ¶
func (ptr *QAbstractAxis) SetTitleVisible(visible bool)
func (*QAbstractAxis) SetVisible ¶
func (ptr *QAbstractAxis) SetVisible(visible bool)
func (*QAbstractAxis) ShadesBorderColor ¶
func (ptr *QAbstractAxis) ShadesBorderColor() *gui.QColor
func (*QAbstractAxis) ShadesBorderColorChanged ¶
func (ptr *QAbstractAxis) ShadesBorderColorChanged(color gui.QColor_ITF)
func (*QAbstractAxis) ShadesBrush ¶
func (ptr *QAbstractAxis) ShadesBrush() *gui.QBrush
func (*QAbstractAxis) ShadesBrushChanged ¶
func (ptr *QAbstractAxis) ShadesBrushChanged(brush gui.QBrush_ITF)
func (*QAbstractAxis) ShadesColor ¶
func (ptr *QAbstractAxis) ShadesColor() *gui.QColor
func (*QAbstractAxis) ShadesColorChanged ¶
func (ptr *QAbstractAxis) ShadesColorChanged(color gui.QColor_ITF)
func (*QAbstractAxis) ShadesPen ¶
func (ptr *QAbstractAxis) ShadesPen() *gui.QPen
func (*QAbstractAxis) ShadesPenChanged ¶
func (ptr *QAbstractAxis) ShadesPenChanged(pen gui.QPen_ITF)
func (*QAbstractAxis) ShadesVisible ¶
func (ptr *QAbstractAxis) ShadesVisible() bool
func (*QAbstractAxis) ShadesVisibleChanged ¶
func (ptr *QAbstractAxis) ShadesVisibleChanged(visible bool)
func (*QAbstractAxis) Show ¶
func (ptr *QAbstractAxis) Show()
func (*QAbstractAxis) TimerEventDefault ¶
func (ptr *QAbstractAxis) TimerEventDefault(event core.QTimerEvent_ITF)
func (*QAbstractAxis) TitleBrush ¶
func (ptr *QAbstractAxis) TitleBrush() *gui.QBrush
func (*QAbstractAxis) TitleBrushChanged ¶
func (ptr *QAbstractAxis) TitleBrushChanged(brush gui.QBrush_ITF)
func (*QAbstractAxis) TitleFont ¶
func (ptr *QAbstractAxis) TitleFont() *gui.QFont
func (*QAbstractAxis) TitleFontChanged ¶
func (ptr *QAbstractAxis) TitleFontChanged(font gui.QFont_ITF)
func (*QAbstractAxis) TitleText ¶
func (ptr *QAbstractAxis) TitleText() string
func (*QAbstractAxis) TitleTextChanged ¶
func (ptr *QAbstractAxis) TitleTextChanged(text string)
func (*QAbstractAxis) TitleVisibleChanged ¶
func (ptr *QAbstractAxis) TitleVisibleChanged(visible bool)
func (*QAbstractAxis) Type ¶
func (ptr *QAbstractAxis) Type() QAbstractAxis__AxisType
func (*QAbstractAxis) VisibleChanged ¶
func (ptr *QAbstractAxis) VisibleChanged(visible bool)
type QAbstractAxis_ITF ¶
type QAbstractAxis_ITF interface { core.QObject_ITF QAbstractAxis_PTR() *QAbstractAxis }
type QAbstractAxis__AxisType ¶
type QAbstractAxis__AxisType int64
QAbstractAxis::AxisType
const ( QAbstractAxis__AxisTypeNoAxis QAbstractAxis__AxisType = QAbstractAxis__AxisType(0x0) QAbstractAxis__AxisTypeValue QAbstractAxis__AxisType = QAbstractAxis__AxisType(0x1) QAbstractAxis__AxisTypeBarCategory QAbstractAxis__AxisType = QAbstractAxis__AxisType(0x2) QAbstractAxis__AxisTypeCategory QAbstractAxis__AxisType = QAbstractAxis__AxisType(0x4) QAbstractAxis__AxisTypeDateTime QAbstractAxis__AxisType = QAbstractAxis__AxisType(0x8) QAbstractAxis__AxisTypeLogValue QAbstractAxis__AxisType = QAbstractAxis__AxisType(0x10) )
type QAbstractBarSeries ¶
type QAbstractBarSeries struct {
QAbstractSeries
}
func NewQAbstractBarSeriesFromPointer ¶
func NewQAbstractBarSeriesFromPointer(ptr unsafe.Pointer) (n *QAbstractBarSeries)
func (*QAbstractBarSeries) Append ¶
func (ptr *QAbstractBarSeries) Append(set QBarSet_ITF) bool
func (*QAbstractBarSeries) Append2 ¶
func (ptr *QAbstractBarSeries) Append2(sets []*QBarSet) bool
func (*QAbstractBarSeries) BarSets ¶
func (ptr *QAbstractBarSeries) BarSets() []*QBarSet
func (*QAbstractBarSeries) BarWidth ¶
func (ptr *QAbstractBarSeries) BarWidth() float64
func (*QAbstractBarSeries) BarsetsAdded ¶
func (ptr *QAbstractBarSeries) BarsetsAdded(sets []*QBarSet)
func (*QAbstractBarSeries) BarsetsRemoved ¶
func (ptr *QAbstractBarSeries) BarsetsRemoved(sets []*QBarSet)
func (*QAbstractBarSeries) ClassNameInternalF ¶
func (n *QAbstractBarSeries) ClassNameInternalF() string
func (*QAbstractBarSeries) Clear ¶
func (ptr *QAbstractBarSeries) Clear()
func (*QAbstractBarSeries) Clicked ¶
func (ptr *QAbstractBarSeries) Clicked(index int, barset QBarSet_ITF)
func (*QAbstractBarSeries) ConnectBarsetsAdded ¶
func (ptr *QAbstractBarSeries) ConnectBarsetsAdded(f func(sets []*QBarSet))
func (*QAbstractBarSeries) ConnectBarsetsRemoved ¶
func (ptr *QAbstractBarSeries) ConnectBarsetsRemoved(f func(sets []*QBarSet))
func (*QAbstractBarSeries) ConnectClicked ¶
func (ptr *QAbstractBarSeries) ConnectClicked(f func(index int, barset *QBarSet))
func (*QAbstractBarSeries) ConnectCountChanged ¶
func (ptr *QAbstractBarSeries) ConnectCountChanged(f func())
func (*QAbstractBarSeries) ConnectDestroyQAbstractBarSeries ¶
func (ptr *QAbstractBarSeries) ConnectDestroyQAbstractBarSeries(f func())
func (*QAbstractBarSeries) ConnectDoubleClicked ¶
func (ptr *QAbstractBarSeries) ConnectDoubleClicked(f func(index int, barset *QBarSet))
func (*QAbstractBarSeries) ConnectHovered ¶
func (ptr *QAbstractBarSeries) ConnectHovered(f func(status bool, index int, barset *QBarSet))
func (*QAbstractBarSeries) ConnectLabelsAngleChanged ¶
func (ptr *QAbstractBarSeries) ConnectLabelsAngleChanged(f func(angle float64))
func (*QAbstractBarSeries) ConnectLabelsFormatChanged ¶
func (ptr *QAbstractBarSeries) ConnectLabelsFormatChanged(f func(format string))
func (*QAbstractBarSeries) ConnectLabelsPositionChanged ¶
func (ptr *QAbstractBarSeries) ConnectLabelsPositionChanged(f func(position QAbstractBarSeries__LabelsPosition))
func (*QAbstractBarSeries) ConnectLabelsPrecisionChanged ¶
func (ptr *QAbstractBarSeries) ConnectLabelsPrecisionChanged(f func(precision int))
func (*QAbstractBarSeries) ConnectLabelsVisibleChanged ¶
func (ptr *QAbstractBarSeries) ConnectLabelsVisibleChanged(f func())
func (*QAbstractBarSeries) ConnectPressed ¶
func (ptr *QAbstractBarSeries) ConnectPressed(f func(index int, barset *QBarSet))
func (*QAbstractBarSeries) ConnectReleased ¶
func (ptr *QAbstractBarSeries) ConnectReleased(f func(index int, barset *QBarSet))
func (*QAbstractBarSeries) Count ¶
func (ptr *QAbstractBarSeries) Count() int
func (*QAbstractBarSeries) CountChanged ¶
func (ptr *QAbstractBarSeries) CountChanged()
func (*QAbstractBarSeries) DestroyQAbstractBarSeries ¶
func (ptr *QAbstractBarSeries) DestroyQAbstractBarSeries()
func (*QAbstractBarSeries) DestroyQAbstractBarSeriesDefault ¶
func (ptr *QAbstractBarSeries) DestroyQAbstractBarSeriesDefault()
func (*QAbstractBarSeries) DisconnectBarsetsAdded ¶
func (ptr *QAbstractBarSeries) DisconnectBarsetsAdded()
func (*QAbstractBarSeries) DisconnectBarsetsRemoved ¶
func (ptr *QAbstractBarSeries) DisconnectBarsetsRemoved()
func (*QAbstractBarSeries) DisconnectClicked ¶
func (ptr *QAbstractBarSeries) DisconnectClicked()
func (*QAbstractBarSeries) DisconnectCountChanged ¶
func (ptr *QAbstractBarSeries) DisconnectCountChanged()
func (*QAbstractBarSeries) DisconnectDestroyQAbstractBarSeries ¶
func (ptr *QAbstractBarSeries) DisconnectDestroyQAbstractBarSeries()
func (*QAbstractBarSeries) DisconnectDoubleClicked ¶
func (ptr *QAbstractBarSeries) DisconnectDoubleClicked()
func (*QAbstractBarSeries) DisconnectHovered ¶
func (ptr *QAbstractBarSeries) DisconnectHovered()
func (*QAbstractBarSeries) DisconnectLabelsAngleChanged ¶
func (ptr *QAbstractBarSeries) DisconnectLabelsAngleChanged()
func (*QAbstractBarSeries) DisconnectLabelsFormatChanged ¶
func (ptr *QAbstractBarSeries) DisconnectLabelsFormatChanged()
func (*QAbstractBarSeries) DisconnectLabelsPositionChanged ¶
func (ptr *QAbstractBarSeries) DisconnectLabelsPositionChanged()
func (*QAbstractBarSeries) DisconnectLabelsPrecisionChanged ¶
func (ptr *QAbstractBarSeries) DisconnectLabelsPrecisionChanged()
func (*QAbstractBarSeries) DisconnectLabelsVisibleChanged ¶
func (ptr *QAbstractBarSeries) DisconnectLabelsVisibleChanged()
func (*QAbstractBarSeries) DisconnectPressed ¶
func (ptr *QAbstractBarSeries) DisconnectPressed()
func (*QAbstractBarSeries) DisconnectReleased ¶
func (ptr *QAbstractBarSeries) DisconnectReleased()
func (*QAbstractBarSeries) DoubleClicked ¶
func (ptr *QAbstractBarSeries) DoubleClicked(index int, barset QBarSet_ITF)
func (*QAbstractBarSeries) Hovered ¶
func (ptr *QAbstractBarSeries) Hovered(status bool, index int, barset QBarSet_ITF)
func (*QAbstractBarSeries) InitFromInternal ¶
func (n *QAbstractBarSeries) InitFromInternal(ptr uintptr, name string)
func (*QAbstractBarSeries) Insert ¶
func (ptr *QAbstractBarSeries) Insert(index int, set QBarSet_ITF) bool
func (*QAbstractBarSeries) IsLabelsVisible ¶
func (ptr *QAbstractBarSeries) IsLabelsVisible() bool
func (*QAbstractBarSeries) LabelsAngle ¶
func (ptr *QAbstractBarSeries) LabelsAngle() float64
func (*QAbstractBarSeries) LabelsAngleChanged ¶
func (ptr *QAbstractBarSeries) LabelsAngleChanged(angle float64)
func (*QAbstractBarSeries) LabelsFormat ¶
func (ptr *QAbstractBarSeries) LabelsFormat() string
func (*QAbstractBarSeries) LabelsFormatChanged ¶
func (ptr *QAbstractBarSeries) LabelsFormatChanged(format string)
func (*QAbstractBarSeries) LabelsPosition ¶
func (ptr *QAbstractBarSeries) LabelsPosition() QAbstractBarSeries__LabelsPosition
func (*QAbstractBarSeries) LabelsPositionChanged ¶
func (ptr *QAbstractBarSeries) LabelsPositionChanged(position QAbstractBarSeries__LabelsPosition)
func (*QAbstractBarSeries) LabelsPrecision ¶
func (ptr *QAbstractBarSeries) LabelsPrecision() int
func (*QAbstractBarSeries) LabelsPrecisionChanged ¶
func (ptr *QAbstractBarSeries) LabelsPrecisionChanged(precision int)
func (*QAbstractBarSeries) LabelsVisibleChanged ¶
func (ptr *QAbstractBarSeries) LabelsVisibleChanged()
func (*QAbstractBarSeries) Pointer ¶
func (ptr *QAbstractBarSeries) Pointer() unsafe.Pointer
func (*QAbstractBarSeries) Pressed ¶
func (ptr *QAbstractBarSeries) Pressed(index int, barset QBarSet_ITF)
func (*QAbstractBarSeries) QAbstractBarSeries_PTR ¶
func (ptr *QAbstractBarSeries) QAbstractBarSeries_PTR() *QAbstractBarSeries
func (*QAbstractBarSeries) Released ¶
func (ptr *QAbstractBarSeries) Released(index int, barset QBarSet_ITF)
func (*QAbstractBarSeries) Remove ¶
func (ptr *QAbstractBarSeries) Remove(set QBarSet_ITF) bool
func (*QAbstractBarSeries) SetBarWidth ¶
func (ptr *QAbstractBarSeries) SetBarWidth(width float64)
func (*QAbstractBarSeries) SetLabelsAngle ¶
func (ptr *QAbstractBarSeries) SetLabelsAngle(angle float64)
func (*QAbstractBarSeries) SetLabelsFormat ¶
func (ptr *QAbstractBarSeries) SetLabelsFormat(format string)
func (*QAbstractBarSeries) SetLabelsPosition ¶
func (ptr *QAbstractBarSeries) SetLabelsPosition(position QAbstractBarSeries__LabelsPosition)
func (*QAbstractBarSeries) SetLabelsPrecision ¶
func (ptr *QAbstractBarSeries) SetLabelsPrecision(precision int)
func (*QAbstractBarSeries) SetLabelsVisible ¶
func (ptr *QAbstractBarSeries) SetLabelsVisible(visible bool)
func (*QAbstractBarSeries) SetPointer ¶
func (ptr *QAbstractBarSeries) SetPointer(p unsafe.Pointer)
func (*QAbstractBarSeries) Take ¶
func (ptr *QAbstractBarSeries) Take(set QBarSet_ITF) bool
func (*QAbstractBarSeries) Type ¶
func (ptr *QAbstractBarSeries) Type() QAbstractSeries__SeriesType
func (*QAbstractBarSeries) TypeDefault ¶
func (ptr *QAbstractBarSeries) TypeDefault() QAbstractSeries__SeriesType
type QAbstractBarSeries_ITF ¶
type QAbstractBarSeries_ITF interface { QAbstractSeries_ITF QAbstractBarSeries_PTR() *QAbstractBarSeries }
type QAbstractBarSeries__LabelsPosition ¶
type QAbstractBarSeries__LabelsPosition int64
QAbstractBarSeries::LabelsPosition
const ( QAbstractBarSeries__LabelsCenter QAbstractBarSeries__LabelsPosition = QAbstractBarSeries__LabelsPosition(0) QAbstractBarSeries__LabelsInsideEnd QAbstractBarSeries__LabelsPosition = QAbstractBarSeries__LabelsPosition(1) QAbstractBarSeries__LabelsInsideBase QAbstractBarSeries__LabelsPosition = QAbstractBarSeries__LabelsPosition(2) QAbstractBarSeries__LabelsOutsideEnd QAbstractBarSeries__LabelsPosition = QAbstractBarSeries__LabelsPosition(3) )
type QAbstractSeries ¶
func NewQAbstractSeriesFromPointer ¶
func NewQAbstractSeriesFromPointer(ptr unsafe.Pointer) (n *QAbstractSeries)
func (*QAbstractSeries) AttachAxis ¶
func (ptr *QAbstractSeries) AttachAxis(axis QAbstractAxis_ITF) bool
func (*QAbstractSeries) AttachedAxes ¶
func (ptr *QAbstractSeries) AttachedAxes() []*QAbstractAxis
func (*QAbstractSeries) Chart ¶
func (ptr *QAbstractSeries) Chart() *QChart
func (*QAbstractSeries) ChildEventDefault ¶
func (ptr *QAbstractSeries) ChildEventDefault(event core.QChildEvent_ITF)
func (*QAbstractSeries) ClassNameInternalF ¶
func (n *QAbstractSeries) ClassNameInternalF() string
func (*QAbstractSeries) ConnectDestroyQAbstractSeries ¶
func (ptr *QAbstractSeries) ConnectDestroyQAbstractSeries(f func())
func (*QAbstractSeries) ConnectNameChanged ¶
func (ptr *QAbstractSeries) ConnectNameChanged(f func())
func (*QAbstractSeries) ConnectNotifyDefault ¶
func (ptr *QAbstractSeries) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QAbstractSeries) ConnectOpacityChanged ¶
func (ptr *QAbstractSeries) ConnectOpacityChanged(f func())
func (*QAbstractSeries) ConnectType ¶
func (ptr *QAbstractSeries) ConnectType(f func() QAbstractSeries__SeriesType)
func (*QAbstractSeries) ConnectUseOpenGLChanged ¶
func (ptr *QAbstractSeries) ConnectUseOpenGLChanged(f func())
func (*QAbstractSeries) ConnectVisibleChanged ¶
func (ptr *QAbstractSeries) ConnectVisibleChanged(f func())
func (*QAbstractSeries) CustomEventDefault ¶
func (ptr *QAbstractSeries) CustomEventDefault(event core.QEvent_ITF)
func (*QAbstractSeries) DeleteLaterDefault ¶
func (ptr *QAbstractSeries) DeleteLaterDefault()
func (*QAbstractSeries) DestroyQAbstractSeries ¶
func (ptr *QAbstractSeries) DestroyQAbstractSeries()
func (*QAbstractSeries) DestroyQAbstractSeriesDefault ¶
func (ptr *QAbstractSeries) DestroyQAbstractSeriesDefault()
func (*QAbstractSeries) DetachAxis ¶
func (ptr *QAbstractSeries) DetachAxis(axis QAbstractAxis_ITF) bool
func (*QAbstractSeries) DisconnectDestroyQAbstractSeries ¶
func (ptr *QAbstractSeries) DisconnectDestroyQAbstractSeries()
func (*QAbstractSeries) DisconnectNameChanged ¶
func (ptr *QAbstractSeries) DisconnectNameChanged()
func (*QAbstractSeries) DisconnectNotifyDefault ¶
func (ptr *QAbstractSeries) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QAbstractSeries) DisconnectOpacityChanged ¶
func (ptr *QAbstractSeries) DisconnectOpacityChanged()
func (*QAbstractSeries) DisconnectType ¶
func (ptr *QAbstractSeries) DisconnectType()
func (*QAbstractSeries) DisconnectUseOpenGLChanged ¶
func (ptr *QAbstractSeries) DisconnectUseOpenGLChanged()
func (*QAbstractSeries) DisconnectVisibleChanged ¶
func (ptr *QAbstractSeries) DisconnectVisibleChanged()
func (*QAbstractSeries) EventDefault ¶
func (ptr *QAbstractSeries) EventDefault(e core.QEvent_ITF) bool
func (*QAbstractSeries) EventFilterDefault ¶
func (ptr *QAbstractSeries) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QAbstractSeries) Hide ¶
func (ptr *QAbstractSeries) Hide()
func (*QAbstractSeries) InitFromInternal ¶
func (n *QAbstractSeries) InitFromInternal(ptr uintptr, name string)
func (*QAbstractSeries) IsVisible ¶
func (ptr *QAbstractSeries) IsVisible() bool
func (*QAbstractSeries) MetaObjectDefault ¶
func (ptr *QAbstractSeries) MetaObjectDefault() *core.QMetaObject
func (*QAbstractSeries) Name ¶
func (ptr *QAbstractSeries) Name() string
func (*QAbstractSeries) NameChanged ¶
func (ptr *QAbstractSeries) NameChanged()
func (*QAbstractSeries) Opacity ¶
func (ptr *QAbstractSeries) Opacity() float64
func (*QAbstractSeries) OpacityChanged ¶
func (ptr *QAbstractSeries) OpacityChanged()
func (*QAbstractSeries) Pointer ¶
func (ptr *QAbstractSeries) Pointer() unsafe.Pointer
func (*QAbstractSeries) QAbstractSeries_PTR ¶
func (ptr *QAbstractSeries) QAbstractSeries_PTR() *QAbstractSeries
func (*QAbstractSeries) SetName ¶
func (ptr *QAbstractSeries) SetName(name string)
func (*QAbstractSeries) SetOpacity ¶
func (ptr *QAbstractSeries) SetOpacity(opacity float64)
func (*QAbstractSeries) SetPointer ¶
func (ptr *QAbstractSeries) SetPointer(p unsafe.Pointer)
func (*QAbstractSeries) SetUseOpenGL ¶
func (ptr *QAbstractSeries) SetUseOpenGL(enable bool)
func (*QAbstractSeries) SetVisible ¶
func (ptr *QAbstractSeries) SetVisible(visible bool)
func (*QAbstractSeries) Show ¶
func (ptr *QAbstractSeries) Show()
func (*QAbstractSeries) TimerEventDefault ¶
func (ptr *QAbstractSeries) TimerEventDefault(event core.QTimerEvent_ITF)
func (*QAbstractSeries) Type ¶
func (ptr *QAbstractSeries) Type() QAbstractSeries__SeriesType
func (*QAbstractSeries) UseOpenGL ¶
func (ptr *QAbstractSeries) UseOpenGL() bool
func (*QAbstractSeries) UseOpenGLChanged ¶
func (ptr *QAbstractSeries) UseOpenGLChanged()
func (*QAbstractSeries) VisibleChanged ¶
func (ptr *QAbstractSeries) VisibleChanged()
type QAbstractSeries_ITF ¶
type QAbstractSeries_ITF interface { core.QObject_ITF QAbstractSeries_PTR() *QAbstractSeries }
type QAbstractSeries__SeriesType ¶
type QAbstractSeries__SeriesType int64
QAbstractSeries::SeriesType
const ( QAbstractSeries__SeriesTypeLine QAbstractSeries__SeriesType = QAbstractSeries__SeriesType(0) QAbstractSeries__SeriesTypeArea QAbstractSeries__SeriesType = QAbstractSeries__SeriesType(1) QAbstractSeries__SeriesTypeBar QAbstractSeries__SeriesType = QAbstractSeries__SeriesType(2) QAbstractSeries__SeriesTypeStackedBar QAbstractSeries__SeriesType = QAbstractSeries__SeriesType(3) QAbstractSeries__SeriesTypePercentBar QAbstractSeries__SeriesType = QAbstractSeries__SeriesType(4) QAbstractSeries__SeriesTypePie QAbstractSeries__SeriesType = QAbstractSeries__SeriesType(5) QAbstractSeries__SeriesTypeScatter QAbstractSeries__SeriesType = QAbstractSeries__SeriesType(6) QAbstractSeries__SeriesTypeSpline QAbstractSeries__SeriesType = QAbstractSeries__SeriesType(7) QAbstractSeries__SeriesTypeHorizontalBar QAbstractSeries__SeriesType = QAbstractSeries__SeriesType(8) QAbstractSeries__SeriesTypeHorizontalStackedBar QAbstractSeries__SeriesType = QAbstractSeries__SeriesType(9) QAbstractSeries__SeriesTypeHorizontalPercentBar QAbstractSeries__SeriesType = QAbstractSeries__SeriesType(10) QAbstractSeries__SeriesTypeBoxPlot QAbstractSeries__SeriesType = QAbstractSeries__SeriesType(11) QAbstractSeries__SeriesTypeCandlestick QAbstractSeries__SeriesType = QAbstractSeries__SeriesType(12) )
type QAreaLegendMarker ¶
type QAreaLegendMarker struct {
QLegendMarker
}
func NewQAreaLegendMarkerFromPointer ¶
func NewQAreaLegendMarkerFromPointer(ptr unsafe.Pointer) (n *QAreaLegendMarker)
func (*QAreaLegendMarker) ClassNameInternalF ¶
func (n *QAreaLegendMarker) ClassNameInternalF() string
func (*QAreaLegendMarker) ConnectDestroyQAreaLegendMarker ¶
func (ptr *QAreaLegendMarker) ConnectDestroyQAreaLegendMarker(f func())
func (*QAreaLegendMarker) ConnectSeries ¶
func (ptr *QAreaLegendMarker) ConnectSeries(f func() *QAreaSeries)
func (*QAreaLegendMarker) ConnectType ¶
func (ptr *QAreaLegendMarker) ConnectType(f func() QLegendMarker__LegendMarkerType)
func (*QAreaLegendMarker) DestroyQAreaLegendMarker ¶
func (ptr *QAreaLegendMarker) DestroyQAreaLegendMarker()
func (*QAreaLegendMarker) DestroyQAreaLegendMarkerDefault ¶
func (ptr *QAreaLegendMarker) DestroyQAreaLegendMarkerDefault()
func (*QAreaLegendMarker) DisconnectDestroyQAreaLegendMarker ¶
func (ptr *QAreaLegendMarker) DisconnectDestroyQAreaLegendMarker()
func (*QAreaLegendMarker) DisconnectSeries ¶
func (ptr *QAreaLegendMarker) DisconnectSeries()
func (*QAreaLegendMarker) DisconnectType ¶
func (ptr *QAreaLegendMarker) DisconnectType()
func (*QAreaLegendMarker) InitFromInternal ¶
func (n *QAreaLegendMarker) InitFromInternal(ptr uintptr, name string)
func (*QAreaLegendMarker) Pointer ¶
func (ptr *QAreaLegendMarker) Pointer() unsafe.Pointer
func (*QAreaLegendMarker) QAreaLegendMarker_PTR ¶
func (ptr *QAreaLegendMarker) QAreaLegendMarker_PTR() *QAreaLegendMarker
func (*QAreaLegendMarker) Series ¶
func (ptr *QAreaLegendMarker) Series() *QAreaSeries
func (*QAreaLegendMarker) SeriesDefault ¶
func (ptr *QAreaLegendMarker) SeriesDefault() *QAreaSeries
func (*QAreaLegendMarker) SetPointer ¶
func (ptr *QAreaLegendMarker) SetPointer(p unsafe.Pointer)
func (*QAreaLegendMarker) Type ¶
func (ptr *QAreaLegendMarker) Type() QLegendMarker__LegendMarkerType
func (*QAreaLegendMarker) TypeDefault ¶
func (ptr *QAreaLegendMarker) TypeDefault() QLegendMarker__LegendMarkerType
type QAreaLegendMarker_ITF ¶
type QAreaLegendMarker_ITF interface { QLegendMarker_ITF QAreaLegendMarker_PTR() *QAreaLegendMarker }
type QAreaSeries ¶
type QAreaSeries struct {
QAbstractSeries
}
func NewQAreaSeries ¶
func NewQAreaSeries(parent core.QObject_ITF) *QAreaSeries
func NewQAreaSeries2 ¶
func NewQAreaSeries2(upperSeries QLineSeries_ITF, lowerSeries QLineSeries_ITF) *QAreaSeries
func NewQAreaSeriesFromPointer ¶
func NewQAreaSeriesFromPointer(ptr unsafe.Pointer) (n *QAreaSeries)
func (*QAreaSeries) BorderColor ¶
func (ptr *QAreaSeries) BorderColor() *gui.QColor
func (*QAreaSeries) BorderColorChanged ¶
func (ptr *QAreaSeries) BorderColorChanged(color gui.QColor_ITF)
func (*QAreaSeries) Brush ¶
func (ptr *QAreaSeries) Brush() *gui.QBrush
func (*QAreaSeries) ClassNameInternalF ¶
func (n *QAreaSeries) ClassNameInternalF() string
func (*QAreaSeries) Clicked ¶
func (ptr *QAreaSeries) Clicked(point core.QPointF_ITF)
func (*QAreaSeries) Color ¶
func (ptr *QAreaSeries) Color() *gui.QColor
func (*QAreaSeries) ColorChanged ¶
func (ptr *QAreaSeries) ColorChanged(color gui.QColor_ITF)
func (*QAreaSeries) ConnectBorderColorChanged ¶
func (ptr *QAreaSeries) ConnectBorderColorChanged(f func(color *gui.QColor))
func (*QAreaSeries) ConnectClicked ¶
func (ptr *QAreaSeries) ConnectClicked(f func(point *core.QPointF))
func (*QAreaSeries) ConnectColorChanged ¶
func (ptr *QAreaSeries) ConnectColorChanged(f func(color *gui.QColor))
func (*QAreaSeries) ConnectDestroyQAreaSeries ¶
func (ptr *QAreaSeries) ConnectDestroyQAreaSeries(f func())
func (*QAreaSeries) ConnectDoubleClicked ¶
func (ptr *QAreaSeries) ConnectDoubleClicked(f func(point *core.QPointF))
func (*QAreaSeries) ConnectHovered ¶
func (ptr *QAreaSeries) ConnectHovered(f func(point *core.QPointF, state bool))
func (*QAreaSeries) ConnectPointLabelsClippingChanged ¶
func (ptr *QAreaSeries) ConnectPointLabelsClippingChanged(f func(clipping bool))
func (*QAreaSeries) ConnectPointLabelsColorChanged ¶
func (ptr *QAreaSeries) ConnectPointLabelsColorChanged(f func(color *gui.QColor))
func (*QAreaSeries) ConnectPointLabelsFontChanged ¶
func (ptr *QAreaSeries) ConnectPointLabelsFontChanged(f func(font *gui.QFont))
func (*QAreaSeries) ConnectPointLabelsFormatChanged ¶
func (ptr *QAreaSeries) ConnectPointLabelsFormatChanged(f func(format string))
func (*QAreaSeries) ConnectPointLabelsVisibilityChanged ¶
func (ptr *QAreaSeries) ConnectPointLabelsVisibilityChanged(f func(visible bool))
func (*QAreaSeries) ConnectPressed ¶
func (ptr *QAreaSeries) ConnectPressed(f func(point *core.QPointF))
func (*QAreaSeries) ConnectReleased ¶
func (ptr *QAreaSeries) ConnectReleased(f func(point *core.QPointF))
func (*QAreaSeries) ConnectType ¶
func (ptr *QAreaSeries) ConnectType(f func() QAbstractSeries__SeriesType)
func (*QAreaSeries) DestroyQAreaSeries ¶
func (ptr *QAreaSeries) DestroyQAreaSeries()
func (*QAreaSeries) DestroyQAreaSeriesDefault ¶
func (ptr *QAreaSeries) DestroyQAreaSeriesDefault()
func (*QAreaSeries) DisconnectBorderColorChanged ¶
func (ptr *QAreaSeries) DisconnectBorderColorChanged()
func (*QAreaSeries) DisconnectClicked ¶
func (ptr *QAreaSeries) DisconnectClicked()
func (*QAreaSeries) DisconnectColorChanged ¶
func (ptr *QAreaSeries) DisconnectColorChanged()
func (*QAreaSeries) DisconnectDestroyQAreaSeries ¶
func (ptr *QAreaSeries) DisconnectDestroyQAreaSeries()
func (*QAreaSeries) DisconnectDoubleClicked ¶
func (ptr *QAreaSeries) DisconnectDoubleClicked()
func (*QAreaSeries) DisconnectHovered ¶
func (ptr *QAreaSeries) DisconnectHovered()
func (*QAreaSeries) DisconnectPointLabelsClippingChanged ¶
func (ptr *QAreaSeries) DisconnectPointLabelsClippingChanged()
func (*QAreaSeries) DisconnectPointLabelsColorChanged ¶
func (ptr *QAreaSeries) DisconnectPointLabelsColorChanged()
func (*QAreaSeries) DisconnectPointLabelsFontChanged ¶
func (ptr *QAreaSeries) DisconnectPointLabelsFontChanged()
func (*QAreaSeries) DisconnectPointLabelsFormatChanged ¶
func (ptr *QAreaSeries) DisconnectPointLabelsFormatChanged()
func (*QAreaSeries) DisconnectPointLabelsVisibilityChanged ¶
func (ptr *QAreaSeries) DisconnectPointLabelsVisibilityChanged()
func (*QAreaSeries) DisconnectPressed ¶
func (ptr *QAreaSeries) DisconnectPressed()
func (*QAreaSeries) DisconnectReleased ¶
func (ptr *QAreaSeries) DisconnectReleased()
func (*QAreaSeries) DisconnectType ¶
func (ptr *QAreaSeries) DisconnectType()
func (*QAreaSeries) DoubleClicked ¶
func (ptr *QAreaSeries) DoubleClicked(point core.QPointF_ITF)
func (*QAreaSeries) Hovered ¶
func (ptr *QAreaSeries) Hovered(point core.QPointF_ITF, state bool)
func (*QAreaSeries) InitFromInternal ¶
func (n *QAreaSeries) InitFromInternal(ptr uintptr, name string)
func (*QAreaSeries) LowerSeries ¶
func (ptr *QAreaSeries) LowerSeries() *QLineSeries
func (*QAreaSeries) Pen ¶
func (ptr *QAreaSeries) Pen() *gui.QPen
func (*QAreaSeries) PointLabelsClipping ¶
func (ptr *QAreaSeries) PointLabelsClipping() bool
func (*QAreaSeries) PointLabelsClippingChanged ¶
func (ptr *QAreaSeries) PointLabelsClippingChanged(clipping bool)
func (*QAreaSeries) PointLabelsColor ¶
func (ptr *QAreaSeries) PointLabelsColor() *gui.QColor
func (*QAreaSeries) PointLabelsColorChanged ¶
func (ptr *QAreaSeries) PointLabelsColorChanged(color gui.QColor_ITF)
func (*QAreaSeries) PointLabelsFont ¶
func (ptr *QAreaSeries) PointLabelsFont() *gui.QFont
func (*QAreaSeries) PointLabelsFontChanged ¶
func (ptr *QAreaSeries) PointLabelsFontChanged(font gui.QFont_ITF)
func (*QAreaSeries) PointLabelsFormat ¶
func (ptr *QAreaSeries) PointLabelsFormat() string
func (*QAreaSeries) PointLabelsFormatChanged ¶
func (ptr *QAreaSeries) PointLabelsFormatChanged(format string)
func (*QAreaSeries) PointLabelsVisibilityChanged ¶
func (ptr *QAreaSeries) PointLabelsVisibilityChanged(visible bool)
func (*QAreaSeries) PointLabelsVisible ¶
func (ptr *QAreaSeries) PointLabelsVisible() bool
func (*QAreaSeries) Pointer ¶
func (ptr *QAreaSeries) Pointer() unsafe.Pointer
func (*QAreaSeries) PointsVisible ¶
func (ptr *QAreaSeries) PointsVisible() bool
func (*QAreaSeries) Pressed ¶
func (ptr *QAreaSeries) Pressed(point core.QPointF_ITF)
func (*QAreaSeries) QAreaSeries_PTR ¶
func (ptr *QAreaSeries) QAreaSeries_PTR() *QAreaSeries
func (*QAreaSeries) Released ¶
func (ptr *QAreaSeries) Released(point core.QPointF_ITF)
func (*QAreaSeries) SetBorderColor ¶
func (ptr *QAreaSeries) SetBorderColor(color gui.QColor_ITF)
func (*QAreaSeries) SetBrush ¶
func (ptr *QAreaSeries) SetBrush(brush gui.QBrush_ITF)
func (*QAreaSeries) SetColor ¶
func (ptr *QAreaSeries) SetColor(color gui.QColor_ITF)
func (*QAreaSeries) SetLowerSeries ¶
func (ptr *QAreaSeries) SetLowerSeries(series QLineSeries_ITF)
func (*QAreaSeries) SetPen ¶
func (ptr *QAreaSeries) SetPen(pen gui.QPen_ITF)
func (*QAreaSeries) SetPointLabelsClipping ¶
func (ptr *QAreaSeries) SetPointLabelsClipping(enabled bool)
func (*QAreaSeries) SetPointLabelsColor ¶
func (ptr *QAreaSeries) SetPointLabelsColor(color gui.QColor_ITF)
func (*QAreaSeries) SetPointLabelsFont ¶
func (ptr *QAreaSeries) SetPointLabelsFont(font gui.QFont_ITF)
func (*QAreaSeries) SetPointLabelsFormat ¶
func (ptr *QAreaSeries) SetPointLabelsFormat(format string)
func (*QAreaSeries) SetPointLabelsVisible ¶
func (ptr *QAreaSeries) SetPointLabelsVisible(visible bool)
func (*QAreaSeries) SetPointer ¶
func (ptr *QAreaSeries) SetPointer(p unsafe.Pointer)
func (*QAreaSeries) SetPointsVisible ¶
func (ptr *QAreaSeries) SetPointsVisible(visible bool)
func (*QAreaSeries) SetUpperSeries ¶
func (ptr *QAreaSeries) SetUpperSeries(series QLineSeries_ITF)
func (*QAreaSeries) Type ¶
func (ptr *QAreaSeries) Type() QAbstractSeries__SeriesType
func (*QAreaSeries) TypeDefault ¶
func (ptr *QAreaSeries) TypeDefault() QAbstractSeries__SeriesType
func (*QAreaSeries) UpperSeries ¶
func (ptr *QAreaSeries) UpperSeries() *QLineSeries
type QAreaSeries_ITF ¶
type QAreaSeries_ITF interface { QAbstractSeries_ITF QAreaSeries_PTR() *QAreaSeries }
type QBarCategoryAxis ¶
type QBarCategoryAxis struct {
QAbstractAxis
}
func NewQBarCategoryAxis ¶
func NewQBarCategoryAxis(parent core.QObject_ITF) *QBarCategoryAxis
func NewQBarCategoryAxisFromPointer ¶
func NewQBarCategoryAxisFromPointer(ptr unsafe.Pointer) (n *QBarCategoryAxis)
func (*QBarCategoryAxis) Append ¶
func (ptr *QBarCategoryAxis) Append(categories []string)
func (*QBarCategoryAxis) Append2 ¶
func (ptr *QBarCategoryAxis) Append2(category string)
func (*QBarCategoryAxis) At ¶
func (ptr *QBarCategoryAxis) At(index int) string
func (*QBarCategoryAxis) Categories ¶
func (ptr *QBarCategoryAxis) Categories() []string
func (*QBarCategoryAxis) CategoriesChanged ¶
func (ptr *QBarCategoryAxis) CategoriesChanged()
func (*QBarCategoryAxis) ClassNameInternalF ¶
func (n *QBarCategoryAxis) ClassNameInternalF() string
func (*QBarCategoryAxis) Clear ¶
func (ptr *QBarCategoryAxis) Clear()
func (*QBarCategoryAxis) ConnectCategoriesChanged ¶
func (ptr *QBarCategoryAxis) ConnectCategoriesChanged(f func())
func (*QBarCategoryAxis) ConnectCountChanged ¶
func (ptr *QBarCategoryAxis) ConnectCountChanged(f func())
func (*QBarCategoryAxis) ConnectDestroyQBarCategoryAxis ¶
func (ptr *QBarCategoryAxis) ConnectDestroyQBarCategoryAxis(f func())
func (*QBarCategoryAxis) ConnectMaxChanged ¶
func (ptr *QBarCategoryAxis) ConnectMaxChanged(f func(max string))
func (*QBarCategoryAxis) ConnectMinChanged ¶
func (ptr *QBarCategoryAxis) ConnectMinChanged(f func(min string))
func (*QBarCategoryAxis) ConnectRangeChanged ¶
func (ptr *QBarCategoryAxis) ConnectRangeChanged(f func(min string, max string))
func (*QBarCategoryAxis) ConnectType ¶
func (ptr *QBarCategoryAxis) ConnectType(f func() QAbstractAxis__AxisType)
func (*QBarCategoryAxis) Count ¶
func (ptr *QBarCategoryAxis) Count() int
func (*QBarCategoryAxis) CountChanged ¶
func (ptr *QBarCategoryAxis) CountChanged()
func (*QBarCategoryAxis) DestroyQBarCategoryAxis ¶
func (ptr *QBarCategoryAxis) DestroyQBarCategoryAxis()
func (*QBarCategoryAxis) DestroyQBarCategoryAxisDefault ¶
func (ptr *QBarCategoryAxis) DestroyQBarCategoryAxisDefault()
func (*QBarCategoryAxis) DisconnectCategoriesChanged ¶
func (ptr *QBarCategoryAxis) DisconnectCategoriesChanged()
func (*QBarCategoryAxis) DisconnectCountChanged ¶
func (ptr *QBarCategoryAxis) DisconnectCountChanged()
func (*QBarCategoryAxis) DisconnectDestroyQBarCategoryAxis ¶
func (ptr *QBarCategoryAxis) DisconnectDestroyQBarCategoryAxis()
func (*QBarCategoryAxis) DisconnectMaxChanged ¶
func (ptr *QBarCategoryAxis) DisconnectMaxChanged()
func (*QBarCategoryAxis) DisconnectMinChanged ¶
func (ptr *QBarCategoryAxis) DisconnectMinChanged()
func (*QBarCategoryAxis) DisconnectRangeChanged ¶
func (ptr *QBarCategoryAxis) DisconnectRangeChanged()
func (*QBarCategoryAxis) DisconnectType ¶
func (ptr *QBarCategoryAxis) DisconnectType()
func (*QBarCategoryAxis) InitFromInternal ¶
func (n *QBarCategoryAxis) InitFromInternal(ptr uintptr, name string)
func (*QBarCategoryAxis) Insert ¶
func (ptr *QBarCategoryAxis) Insert(index int, category string)
func (*QBarCategoryAxis) Max ¶
func (ptr *QBarCategoryAxis) Max() string
func (*QBarCategoryAxis) MaxChanged ¶
func (ptr *QBarCategoryAxis) MaxChanged(max string)
func (*QBarCategoryAxis) Min ¶
func (ptr *QBarCategoryAxis) Min() string
func (*QBarCategoryAxis) MinChanged ¶
func (ptr *QBarCategoryAxis) MinChanged(min string)
func (*QBarCategoryAxis) Pointer ¶
func (ptr *QBarCategoryAxis) Pointer() unsafe.Pointer
func (*QBarCategoryAxis) QBarCategoryAxis_PTR ¶
func (ptr *QBarCategoryAxis) QBarCategoryAxis_PTR() *QBarCategoryAxis
func (*QBarCategoryAxis) RangeChanged ¶
func (ptr *QBarCategoryAxis) RangeChanged(min string, max string)
func (*QBarCategoryAxis) Remove ¶
func (ptr *QBarCategoryAxis) Remove(category string)
func (*QBarCategoryAxis) Replace ¶
func (ptr *QBarCategoryAxis) Replace(oldCategory string, newCategory string)
func (*QBarCategoryAxis) SetCategories ¶
func (ptr *QBarCategoryAxis) SetCategories(categories []string)
func (*QBarCategoryAxis) SetMax ¶
func (ptr *QBarCategoryAxis) SetMax(max string)
func (*QBarCategoryAxis) SetMin ¶
func (ptr *QBarCategoryAxis) SetMin(min string)
func (*QBarCategoryAxis) SetPointer ¶
func (ptr *QBarCategoryAxis) SetPointer(p unsafe.Pointer)
func (*QBarCategoryAxis) SetRange ¶
func (ptr *QBarCategoryAxis) SetRange(minCategory string, maxCategory string)
func (*QBarCategoryAxis) Type ¶
func (ptr *QBarCategoryAxis) Type() QAbstractAxis__AxisType
func (*QBarCategoryAxis) TypeDefault ¶
func (ptr *QBarCategoryAxis) TypeDefault() QAbstractAxis__AxisType
type QBarCategoryAxis_ITF ¶
type QBarCategoryAxis_ITF interface { QAbstractAxis_ITF QBarCategoryAxis_PTR() *QBarCategoryAxis }
type QBarLegendMarker ¶
type QBarLegendMarker struct {
QLegendMarker
}
func NewQBarLegendMarkerFromPointer ¶
func NewQBarLegendMarkerFromPointer(ptr unsafe.Pointer) (n *QBarLegendMarker)
func (*QBarLegendMarker) Barset ¶
func (ptr *QBarLegendMarker) Barset() *QBarSet
func (*QBarLegendMarker) ClassNameInternalF ¶
func (n *QBarLegendMarker) ClassNameInternalF() string
func (*QBarLegendMarker) ConnectDestroyQBarLegendMarker ¶
func (ptr *QBarLegendMarker) ConnectDestroyQBarLegendMarker(f func())
func (*QBarLegendMarker) ConnectSeries ¶
func (ptr *QBarLegendMarker) ConnectSeries(f func() *QAbstractBarSeries)
func (*QBarLegendMarker) ConnectType ¶
func (ptr *QBarLegendMarker) ConnectType(f func() QLegendMarker__LegendMarkerType)
func (*QBarLegendMarker) DestroyQBarLegendMarker ¶
func (ptr *QBarLegendMarker) DestroyQBarLegendMarker()
func (*QBarLegendMarker) DestroyQBarLegendMarkerDefault ¶
func (ptr *QBarLegendMarker) DestroyQBarLegendMarkerDefault()
func (*QBarLegendMarker) DisconnectDestroyQBarLegendMarker ¶
func (ptr *QBarLegendMarker) DisconnectDestroyQBarLegendMarker()
func (*QBarLegendMarker) DisconnectSeries ¶
func (ptr *QBarLegendMarker) DisconnectSeries()
func (*QBarLegendMarker) DisconnectType ¶
func (ptr *QBarLegendMarker) DisconnectType()
func (*QBarLegendMarker) InitFromInternal ¶
func (n *QBarLegendMarker) InitFromInternal(ptr uintptr, name string)
func (*QBarLegendMarker) Pointer ¶
func (ptr *QBarLegendMarker) Pointer() unsafe.Pointer
func (*QBarLegendMarker) QBarLegendMarker_PTR ¶
func (ptr *QBarLegendMarker) QBarLegendMarker_PTR() *QBarLegendMarker
func (*QBarLegendMarker) Series ¶
func (ptr *QBarLegendMarker) Series() *QAbstractBarSeries
func (*QBarLegendMarker) SeriesDefault ¶
func (ptr *QBarLegendMarker) SeriesDefault() *QAbstractBarSeries
func (*QBarLegendMarker) SetPointer ¶
func (ptr *QBarLegendMarker) SetPointer(p unsafe.Pointer)
func (*QBarLegendMarker) Type ¶
func (ptr *QBarLegendMarker) Type() QLegendMarker__LegendMarkerType
func (*QBarLegendMarker) TypeDefault ¶
func (ptr *QBarLegendMarker) TypeDefault() QLegendMarker__LegendMarkerType
type QBarLegendMarker_ITF ¶
type QBarLegendMarker_ITF interface { QLegendMarker_ITF QBarLegendMarker_PTR() *QBarLegendMarker }
type QBarSeries ¶
type QBarSeries struct {
QAbstractBarSeries
}
func NewQBarSeries ¶
func NewQBarSeries(parent core.QObject_ITF) *QBarSeries
func NewQBarSeriesFromPointer ¶
func NewQBarSeriesFromPointer(ptr unsafe.Pointer) (n *QBarSeries)
func (*QBarSeries) ClassNameInternalF ¶
func (n *QBarSeries) ClassNameInternalF() string
func (*QBarSeries) ConnectDestroyQBarSeries ¶
func (ptr *QBarSeries) ConnectDestroyQBarSeries(f func())
func (*QBarSeries) ConnectType ¶
func (ptr *QBarSeries) ConnectType(f func() QAbstractSeries__SeriesType)
func (*QBarSeries) DestroyQBarSeries ¶
func (ptr *QBarSeries) DestroyQBarSeries()
func (*QBarSeries) DestroyQBarSeriesDefault ¶
func (ptr *QBarSeries) DestroyQBarSeriesDefault()
func (*QBarSeries) DisconnectDestroyQBarSeries ¶
func (ptr *QBarSeries) DisconnectDestroyQBarSeries()
func (*QBarSeries) DisconnectType ¶
func (ptr *QBarSeries) DisconnectType()
func (*QBarSeries) InitFromInternal ¶
func (n *QBarSeries) InitFromInternal(ptr uintptr, name string)
func (*QBarSeries) Pointer ¶
func (ptr *QBarSeries) Pointer() unsafe.Pointer
func (*QBarSeries) QBarSeries_PTR ¶
func (ptr *QBarSeries) QBarSeries_PTR() *QBarSeries
func (*QBarSeries) SetPointer ¶
func (ptr *QBarSeries) SetPointer(p unsafe.Pointer)
func (*QBarSeries) Type ¶
func (ptr *QBarSeries) Type() QAbstractSeries__SeriesType
func (*QBarSeries) TypeDefault ¶
func (ptr *QBarSeries) TypeDefault() QAbstractSeries__SeriesType
type QBarSeries_ITF ¶
type QBarSeries_ITF interface { QAbstractBarSeries_ITF QBarSeries_PTR() *QBarSeries }
type QBarSet ¶
func NewQBarSet ¶
func NewQBarSet(label string, parent core.QObject_ITF) *QBarSet
func NewQBarSetFromPointer ¶
func (*QBarSet) BorderColor ¶
func (*QBarSet) BorderColorChanged ¶
func (ptr *QBarSet) BorderColorChanged(color gui.QColor_ITF)
func (*QBarSet) BrushChanged ¶
func (ptr *QBarSet) BrushChanged()
func (*QBarSet) ChildEventDefault ¶
func (ptr *QBarSet) ChildEventDefault(event core.QChildEvent_ITF)
func (*QBarSet) ClassNameInternalF ¶
func (*QBarSet) ColorChanged ¶
func (ptr *QBarSet) ColorChanged(color gui.QColor_ITF)
func (*QBarSet) ConnectBorderColorChanged ¶
func (*QBarSet) ConnectBrushChanged ¶
func (ptr *QBarSet) ConnectBrushChanged(f func())
func (*QBarSet) ConnectClicked ¶
func (*QBarSet) ConnectColorChanged ¶
func (*QBarSet) ConnectDestroyQBarSet ¶
func (ptr *QBarSet) ConnectDestroyQBarSet(f func())
func (*QBarSet) ConnectDoubleClicked ¶
func (*QBarSet) ConnectHovered ¶
func (*QBarSet) ConnectLabelBrushChanged ¶
func (ptr *QBarSet) ConnectLabelBrushChanged(f func())
func (*QBarSet) ConnectLabelChanged ¶
func (ptr *QBarSet) ConnectLabelChanged(f func())
func (*QBarSet) ConnectLabelColorChanged ¶
func (*QBarSet) ConnectLabelFontChanged ¶
func (ptr *QBarSet) ConnectLabelFontChanged(f func())
func (*QBarSet) ConnectNotifyDefault ¶
func (ptr *QBarSet) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QBarSet) ConnectPenChanged ¶
func (ptr *QBarSet) ConnectPenChanged(f func())
func (*QBarSet) ConnectPressed ¶
func (*QBarSet) ConnectReleased ¶
func (*QBarSet) ConnectValueChanged ¶
func (*QBarSet) ConnectValuesAdded ¶
func (*QBarSet) ConnectValuesRemoved ¶
func (*QBarSet) CustomEventDefault ¶
func (ptr *QBarSet) CustomEventDefault(event core.QEvent_ITF)
func (*QBarSet) DeleteLaterDefault ¶
func (ptr *QBarSet) DeleteLaterDefault()
func (*QBarSet) DestroyQBarSet ¶
func (ptr *QBarSet) DestroyQBarSet()
func (*QBarSet) DestroyQBarSetDefault ¶
func (ptr *QBarSet) DestroyQBarSetDefault()
func (*QBarSet) DisconnectBorderColorChanged ¶
func (ptr *QBarSet) DisconnectBorderColorChanged()
func (*QBarSet) DisconnectBrushChanged ¶
func (ptr *QBarSet) DisconnectBrushChanged()
func (*QBarSet) DisconnectClicked ¶
func (ptr *QBarSet) DisconnectClicked()
func (*QBarSet) DisconnectColorChanged ¶
func (ptr *QBarSet) DisconnectColorChanged()
func (*QBarSet) DisconnectDestroyQBarSet ¶
func (ptr *QBarSet) DisconnectDestroyQBarSet()
func (*QBarSet) DisconnectDoubleClicked ¶
func (ptr *QBarSet) DisconnectDoubleClicked()
func (*QBarSet) DisconnectHovered ¶
func (ptr *QBarSet) DisconnectHovered()
func (*QBarSet) DisconnectLabelBrushChanged ¶
func (ptr *QBarSet) DisconnectLabelBrushChanged()
func (*QBarSet) DisconnectLabelChanged ¶
func (ptr *QBarSet) DisconnectLabelChanged()
func (*QBarSet) DisconnectLabelColorChanged ¶
func (ptr *QBarSet) DisconnectLabelColorChanged()
func (*QBarSet) DisconnectLabelFontChanged ¶
func (ptr *QBarSet) DisconnectLabelFontChanged()
func (*QBarSet) DisconnectNotifyDefault ¶
func (ptr *QBarSet) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QBarSet) DisconnectPenChanged ¶
func (ptr *QBarSet) DisconnectPenChanged()
func (*QBarSet) DisconnectPressed ¶
func (ptr *QBarSet) DisconnectPressed()
func (*QBarSet) DisconnectReleased ¶
func (ptr *QBarSet) DisconnectReleased()
func (*QBarSet) DisconnectValueChanged ¶
func (ptr *QBarSet) DisconnectValueChanged()
func (*QBarSet) DisconnectValuesAdded ¶
func (ptr *QBarSet) DisconnectValuesAdded()
func (*QBarSet) DisconnectValuesRemoved ¶
func (ptr *QBarSet) DisconnectValuesRemoved()
func (*QBarSet) DoubleClicked ¶
func (*QBarSet) EventDefault ¶
func (ptr *QBarSet) EventDefault(e core.QEvent_ITF) bool
func (*QBarSet) EventFilterDefault ¶
func (ptr *QBarSet) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QBarSet) InitFromInternal ¶
func (*QBarSet) LabelBrush ¶
func (*QBarSet) LabelBrushChanged ¶
func (ptr *QBarSet) LabelBrushChanged()
func (*QBarSet) LabelChanged ¶
func (ptr *QBarSet) LabelChanged()
func (*QBarSet) LabelColor ¶
func (*QBarSet) LabelColorChanged ¶
func (ptr *QBarSet) LabelColorChanged(color gui.QColor_ITF)
func (*QBarSet) LabelFontChanged ¶
func (ptr *QBarSet) LabelFontChanged()
func (*QBarSet) MetaObjectDefault ¶
func (ptr *QBarSet) MetaObjectDefault() *core.QMetaObject
func (*QBarSet) PenChanged ¶
func (ptr *QBarSet) PenChanged()
func (*QBarSet) QBarSet_PTR ¶
func (*QBarSet) SetBorderColor ¶
func (ptr *QBarSet) SetBorderColor(color gui.QColor_ITF)
func (*QBarSet) SetBrush ¶
func (ptr *QBarSet) SetBrush(brush gui.QBrush_ITF)
func (*QBarSet) SetColor ¶
func (ptr *QBarSet) SetColor(color gui.QColor_ITF)
func (*QBarSet) SetLabelBrush ¶
func (ptr *QBarSet) SetLabelBrush(brush gui.QBrush_ITF)
func (*QBarSet) SetLabelColor ¶
func (ptr *QBarSet) SetLabelColor(color gui.QColor_ITF)
func (*QBarSet) SetLabelFont ¶
func (*QBarSet) SetPointer ¶
func (*QBarSet) TimerEventDefault ¶
func (ptr *QBarSet) TimerEventDefault(event core.QTimerEvent_ITF)
func (*QBarSet) ValueChanged ¶
func (*QBarSet) ValuesAdded ¶
func (*QBarSet) ValuesRemoved ¶
type QBarSet_ITF ¶
type QBarSet_ITF interface { core.QObject_ITF QBarSet_PTR() *QBarSet }
type QBoxPlotLegendMarker ¶
type QBoxPlotLegendMarker struct {
QLegendMarker
}
func NewQBoxPlotLegendMarkerFromPointer ¶
func NewQBoxPlotLegendMarkerFromPointer(ptr unsafe.Pointer) (n *QBoxPlotLegendMarker)
func (*QBoxPlotLegendMarker) ClassNameInternalF ¶
func (n *QBoxPlotLegendMarker) ClassNameInternalF() string
func (*QBoxPlotLegendMarker) ConnectDestroyQBoxPlotLegendMarker ¶
func (ptr *QBoxPlotLegendMarker) ConnectDestroyQBoxPlotLegendMarker(f func())
func (*QBoxPlotLegendMarker) ConnectSeries ¶
func (ptr *QBoxPlotLegendMarker) ConnectSeries(f func() *QBoxPlotSeries)
func (*QBoxPlotLegendMarker) ConnectType ¶
func (ptr *QBoxPlotLegendMarker) ConnectType(f func() QLegendMarker__LegendMarkerType)
func (*QBoxPlotLegendMarker) DestroyQBoxPlotLegendMarker ¶
func (ptr *QBoxPlotLegendMarker) DestroyQBoxPlotLegendMarker()
func (*QBoxPlotLegendMarker) DestroyQBoxPlotLegendMarkerDefault ¶
func (ptr *QBoxPlotLegendMarker) DestroyQBoxPlotLegendMarkerDefault()
func (*QBoxPlotLegendMarker) DisconnectDestroyQBoxPlotLegendMarker ¶
func (ptr *QBoxPlotLegendMarker) DisconnectDestroyQBoxPlotLegendMarker()
func (*QBoxPlotLegendMarker) DisconnectSeries ¶
func (ptr *QBoxPlotLegendMarker) DisconnectSeries()
func (*QBoxPlotLegendMarker) DisconnectType ¶
func (ptr *QBoxPlotLegendMarker) DisconnectType()
func (*QBoxPlotLegendMarker) InitFromInternal ¶
func (n *QBoxPlotLegendMarker) InitFromInternal(ptr uintptr, name string)
func (*QBoxPlotLegendMarker) Pointer ¶
func (ptr *QBoxPlotLegendMarker) Pointer() unsafe.Pointer
func (*QBoxPlotLegendMarker) QBoxPlotLegendMarker_PTR ¶
func (ptr *QBoxPlotLegendMarker) QBoxPlotLegendMarker_PTR() *QBoxPlotLegendMarker
func (*QBoxPlotLegendMarker) Series ¶
func (ptr *QBoxPlotLegendMarker) Series() *QBoxPlotSeries
func (*QBoxPlotLegendMarker) SeriesDefault ¶
func (ptr *QBoxPlotLegendMarker) SeriesDefault() *QBoxPlotSeries
func (*QBoxPlotLegendMarker) SetPointer ¶
func (ptr *QBoxPlotLegendMarker) SetPointer(p unsafe.Pointer)
func (*QBoxPlotLegendMarker) Type ¶
func (ptr *QBoxPlotLegendMarker) Type() QLegendMarker__LegendMarkerType
func (*QBoxPlotLegendMarker) TypeDefault ¶
func (ptr *QBoxPlotLegendMarker) TypeDefault() QLegendMarker__LegendMarkerType
type QBoxPlotLegendMarker_ITF ¶
type QBoxPlotLegendMarker_ITF interface { QLegendMarker_ITF QBoxPlotLegendMarker_PTR() *QBoxPlotLegendMarker }
type QBoxPlotSeries ¶
type QBoxPlotSeries struct {
QAbstractSeries
}
func NewQBoxPlotSeries ¶
func NewQBoxPlotSeries(parent core.QObject_ITF) *QBoxPlotSeries
func NewQBoxPlotSeriesFromPointer ¶
func NewQBoxPlotSeriesFromPointer(ptr unsafe.Pointer) (n *QBoxPlotSeries)
func (*QBoxPlotSeries) Append ¶
func (ptr *QBoxPlotSeries) Append(set QBoxSet_ITF) bool
func (*QBoxPlotSeries) Append2 ¶
func (ptr *QBoxPlotSeries) Append2(sets []*QBoxSet) bool
func (*QBoxPlotSeries) BoxOutlineVisibilityChanged ¶
func (ptr *QBoxPlotSeries) BoxOutlineVisibilityChanged()
func (*QBoxPlotSeries) BoxOutlineVisible ¶
func (ptr *QBoxPlotSeries) BoxOutlineVisible() bool
func (*QBoxPlotSeries) BoxSets ¶
func (ptr *QBoxPlotSeries) BoxSets() []*QBoxSet
func (*QBoxPlotSeries) BoxWidth ¶
func (ptr *QBoxPlotSeries) BoxWidth() float64
func (*QBoxPlotSeries) BoxWidthChanged ¶
func (ptr *QBoxPlotSeries) BoxWidthChanged()
func (*QBoxPlotSeries) BoxsetsAdded ¶
func (ptr *QBoxPlotSeries) BoxsetsAdded(sets []*QBoxSet)
func (*QBoxPlotSeries) BoxsetsRemoved ¶
func (ptr *QBoxPlotSeries) BoxsetsRemoved(sets []*QBoxSet)
func (*QBoxPlotSeries) Brush ¶
func (ptr *QBoxPlotSeries) Brush() *gui.QBrush
func (*QBoxPlotSeries) BrushChanged ¶
func (ptr *QBoxPlotSeries) BrushChanged()
func (*QBoxPlotSeries) ClassNameInternalF ¶
func (n *QBoxPlotSeries) ClassNameInternalF() string
func (*QBoxPlotSeries) Clear ¶
func (ptr *QBoxPlotSeries) Clear()
func (*QBoxPlotSeries) Clicked ¶
func (ptr *QBoxPlotSeries) Clicked(boxset QBoxSet_ITF)
func (*QBoxPlotSeries) ConnectBoxOutlineVisibilityChanged ¶
func (ptr *QBoxPlotSeries) ConnectBoxOutlineVisibilityChanged(f func())
func (*QBoxPlotSeries) ConnectBoxWidthChanged ¶
func (ptr *QBoxPlotSeries) ConnectBoxWidthChanged(f func())
func (*QBoxPlotSeries) ConnectBoxsetsAdded ¶
func (ptr *QBoxPlotSeries) ConnectBoxsetsAdded(f func(sets []*QBoxSet))
func (*QBoxPlotSeries) ConnectBoxsetsRemoved ¶
func (ptr *QBoxPlotSeries) ConnectBoxsetsRemoved(f func(sets []*QBoxSet))
func (*QBoxPlotSeries) ConnectBrushChanged ¶
func (ptr *QBoxPlotSeries) ConnectBrushChanged(f func())
func (*QBoxPlotSeries) ConnectClicked ¶
func (ptr *QBoxPlotSeries) ConnectClicked(f func(boxset *QBoxSet))
func (*QBoxPlotSeries) ConnectCountChanged ¶
func (ptr *QBoxPlotSeries) ConnectCountChanged(f func())
func (*QBoxPlotSeries) ConnectDestroyQBoxPlotSeries ¶
func (ptr *QBoxPlotSeries) ConnectDestroyQBoxPlotSeries(f func())
func (*QBoxPlotSeries) ConnectDoubleClicked ¶
func (ptr *QBoxPlotSeries) ConnectDoubleClicked(f func(boxset *QBoxSet))
func (*QBoxPlotSeries) ConnectHovered ¶
func (ptr *QBoxPlotSeries) ConnectHovered(f func(status bool, boxset *QBoxSet))
func (*QBoxPlotSeries) ConnectPenChanged ¶
func (ptr *QBoxPlotSeries) ConnectPenChanged(f func())
func (*QBoxPlotSeries) ConnectPressed ¶
func (ptr *QBoxPlotSeries) ConnectPressed(f func(boxset *QBoxSet))
func (*QBoxPlotSeries) ConnectReleased ¶
func (ptr *QBoxPlotSeries) ConnectReleased(f func(boxset *QBoxSet))
func (*QBoxPlotSeries) ConnectType ¶
func (ptr *QBoxPlotSeries) ConnectType(f func() QAbstractSeries__SeriesType)
func (*QBoxPlotSeries) Count ¶
func (ptr *QBoxPlotSeries) Count() int
func (*QBoxPlotSeries) CountChanged ¶
func (ptr *QBoxPlotSeries) CountChanged()
func (*QBoxPlotSeries) DestroyQBoxPlotSeries ¶
func (ptr *QBoxPlotSeries) DestroyQBoxPlotSeries()
func (*QBoxPlotSeries) DestroyQBoxPlotSeriesDefault ¶
func (ptr *QBoxPlotSeries) DestroyQBoxPlotSeriesDefault()
func (*QBoxPlotSeries) DisconnectBoxOutlineVisibilityChanged ¶
func (ptr *QBoxPlotSeries) DisconnectBoxOutlineVisibilityChanged()
func (*QBoxPlotSeries) DisconnectBoxWidthChanged ¶
func (ptr *QBoxPlotSeries) DisconnectBoxWidthChanged()
func (*QBoxPlotSeries) DisconnectBoxsetsAdded ¶
func (ptr *QBoxPlotSeries) DisconnectBoxsetsAdded()
func (*QBoxPlotSeries) DisconnectBoxsetsRemoved ¶
func (ptr *QBoxPlotSeries) DisconnectBoxsetsRemoved()
func (*QBoxPlotSeries) DisconnectBrushChanged ¶
func (ptr *QBoxPlotSeries) DisconnectBrushChanged()
func (*QBoxPlotSeries) DisconnectClicked ¶
func (ptr *QBoxPlotSeries) DisconnectClicked()
func (*QBoxPlotSeries) DisconnectCountChanged ¶
func (ptr *QBoxPlotSeries) DisconnectCountChanged()
func (*QBoxPlotSeries) DisconnectDestroyQBoxPlotSeries ¶
func (ptr *QBoxPlotSeries) DisconnectDestroyQBoxPlotSeries()
func (*QBoxPlotSeries) DisconnectDoubleClicked ¶
func (ptr *QBoxPlotSeries) DisconnectDoubleClicked()
func (*QBoxPlotSeries) DisconnectHovered ¶
func (ptr *QBoxPlotSeries) DisconnectHovered()
func (*QBoxPlotSeries) DisconnectPenChanged ¶
func (ptr *QBoxPlotSeries) DisconnectPenChanged()
func (*QBoxPlotSeries) DisconnectPressed ¶
func (ptr *QBoxPlotSeries) DisconnectPressed()
func (*QBoxPlotSeries) DisconnectReleased ¶
func (ptr *QBoxPlotSeries) DisconnectReleased()
func (*QBoxPlotSeries) DisconnectType ¶
func (ptr *QBoxPlotSeries) DisconnectType()
func (*QBoxPlotSeries) DoubleClicked ¶
func (ptr *QBoxPlotSeries) DoubleClicked(boxset QBoxSet_ITF)
func (*QBoxPlotSeries) Hovered ¶
func (ptr *QBoxPlotSeries) Hovered(status bool, boxset QBoxSet_ITF)
func (*QBoxPlotSeries) InitFromInternal ¶
func (n *QBoxPlotSeries) InitFromInternal(ptr uintptr, name string)
func (*QBoxPlotSeries) Insert ¶
func (ptr *QBoxPlotSeries) Insert(index int, set QBoxSet_ITF) bool
func (*QBoxPlotSeries) Pen ¶
func (ptr *QBoxPlotSeries) Pen() *gui.QPen
func (*QBoxPlotSeries) PenChanged ¶
func (ptr *QBoxPlotSeries) PenChanged()
func (*QBoxPlotSeries) Pointer ¶
func (ptr *QBoxPlotSeries) Pointer() unsafe.Pointer
func (*QBoxPlotSeries) Pressed ¶
func (ptr *QBoxPlotSeries) Pressed(boxset QBoxSet_ITF)
func (*QBoxPlotSeries) QBoxPlotSeries_PTR ¶
func (ptr *QBoxPlotSeries) QBoxPlotSeries_PTR() *QBoxPlotSeries
func (*QBoxPlotSeries) Released ¶
func (ptr *QBoxPlotSeries) Released(boxset QBoxSet_ITF)
func (*QBoxPlotSeries) Remove ¶
func (ptr *QBoxPlotSeries) Remove(set QBoxSet_ITF) bool
func (*QBoxPlotSeries) SetBoxOutlineVisible ¶
func (ptr *QBoxPlotSeries) SetBoxOutlineVisible(visible bool)
func (*QBoxPlotSeries) SetBoxWidth ¶
func (ptr *QBoxPlotSeries) SetBoxWidth(width float64)
func (*QBoxPlotSeries) SetBrush ¶
func (ptr *QBoxPlotSeries) SetBrush(brush gui.QBrush_ITF)
func (*QBoxPlotSeries) SetPen ¶
func (ptr *QBoxPlotSeries) SetPen(pen gui.QPen_ITF)
func (*QBoxPlotSeries) SetPointer ¶
func (ptr *QBoxPlotSeries) SetPointer(p unsafe.Pointer)
func (*QBoxPlotSeries) Take ¶
func (ptr *QBoxPlotSeries) Take(set QBoxSet_ITF) bool
func (*QBoxPlotSeries) Type ¶
func (ptr *QBoxPlotSeries) Type() QAbstractSeries__SeriesType
func (*QBoxPlotSeries) TypeDefault ¶
func (ptr *QBoxPlotSeries) TypeDefault() QAbstractSeries__SeriesType
type QBoxPlotSeries_ITF ¶
type QBoxPlotSeries_ITF interface { QAbstractSeries_ITF QBoxPlotSeries_PTR() *QBoxPlotSeries }
type QBoxSet ¶
func NewQBoxSet ¶
func NewQBoxSet(label string, parent core.QObject_ITF) *QBoxSet
func NewQBoxSet2 ¶
func NewQBoxSetFromPointer ¶
func (*QBoxSet) BrushChanged ¶
func (ptr *QBoxSet) BrushChanged()
func (*QBoxSet) ChildEventDefault ¶
func (ptr *QBoxSet) ChildEventDefault(event core.QChildEvent_ITF)
func (*QBoxSet) ClassNameInternalF ¶
func (*QBoxSet) ConnectBrushChanged ¶
func (ptr *QBoxSet) ConnectBrushChanged(f func())
func (*QBoxSet) ConnectCleared ¶
func (ptr *QBoxSet) ConnectCleared(f func())
func (*QBoxSet) ConnectClicked ¶
func (ptr *QBoxSet) ConnectClicked(f func())
func (*QBoxSet) ConnectDestroyQBoxSet ¶
func (ptr *QBoxSet) ConnectDestroyQBoxSet(f func())
func (*QBoxSet) ConnectDoubleClicked ¶
func (ptr *QBoxSet) ConnectDoubleClicked(f func())
func (*QBoxSet) ConnectHovered ¶
func (*QBoxSet) ConnectNotifyDefault ¶
func (ptr *QBoxSet) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QBoxSet) ConnectPenChanged ¶
func (ptr *QBoxSet) ConnectPenChanged(f func())
func (*QBoxSet) ConnectPressed ¶
func (ptr *QBoxSet) ConnectPressed(f func())
func (*QBoxSet) ConnectReleased ¶
func (ptr *QBoxSet) ConnectReleased(f func())
func (*QBoxSet) ConnectValueChanged ¶
func (*QBoxSet) ConnectValuesChanged ¶
func (ptr *QBoxSet) ConnectValuesChanged(f func())
func (*QBoxSet) CustomEventDefault ¶
func (ptr *QBoxSet) CustomEventDefault(event core.QEvent_ITF)
func (*QBoxSet) DeleteLaterDefault ¶
func (ptr *QBoxSet) DeleteLaterDefault()
func (*QBoxSet) DestroyQBoxSet ¶
func (ptr *QBoxSet) DestroyQBoxSet()
func (*QBoxSet) DestroyQBoxSetDefault ¶
func (ptr *QBoxSet) DestroyQBoxSetDefault()
func (*QBoxSet) DisconnectBrushChanged ¶
func (ptr *QBoxSet) DisconnectBrushChanged()
func (*QBoxSet) DisconnectCleared ¶
func (ptr *QBoxSet) DisconnectCleared()
func (*QBoxSet) DisconnectClicked ¶
func (ptr *QBoxSet) DisconnectClicked()
func (*QBoxSet) DisconnectDestroyQBoxSet ¶
func (ptr *QBoxSet) DisconnectDestroyQBoxSet()
func (*QBoxSet) DisconnectDoubleClicked ¶
func (ptr *QBoxSet) DisconnectDoubleClicked()
func (*QBoxSet) DisconnectHovered ¶
func (ptr *QBoxSet) DisconnectHovered()
func (*QBoxSet) DisconnectNotifyDefault ¶
func (ptr *QBoxSet) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QBoxSet) DisconnectPenChanged ¶
func (ptr *QBoxSet) DisconnectPenChanged()
func (*QBoxSet) DisconnectPressed ¶
func (ptr *QBoxSet) DisconnectPressed()
func (*QBoxSet) DisconnectReleased ¶
func (ptr *QBoxSet) DisconnectReleased()
func (*QBoxSet) DisconnectValueChanged ¶
func (ptr *QBoxSet) DisconnectValueChanged()
func (*QBoxSet) DisconnectValuesChanged ¶
func (ptr *QBoxSet) DisconnectValuesChanged()
func (*QBoxSet) DoubleClicked ¶
func (ptr *QBoxSet) DoubleClicked()
func (*QBoxSet) EventDefault ¶
func (ptr *QBoxSet) EventDefault(e core.QEvent_ITF) bool
func (*QBoxSet) EventFilterDefault ¶
func (ptr *QBoxSet) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QBoxSet) InitFromInternal ¶
func (*QBoxSet) MetaObjectDefault ¶
func (ptr *QBoxSet) MetaObjectDefault() *core.QMetaObject
func (*QBoxSet) PenChanged ¶
func (ptr *QBoxSet) PenChanged()
func (*QBoxSet) QBoxSet_PTR ¶
func (*QBoxSet) SetBrush ¶
func (ptr *QBoxSet) SetBrush(brush gui.QBrush_ITF)
func (*QBoxSet) SetPointer ¶
func (*QBoxSet) TimerEventDefault ¶
func (ptr *QBoxSet) TimerEventDefault(event core.QTimerEvent_ITF)
func (*QBoxSet) ValueChanged ¶
func (*QBoxSet) ValuesChanged ¶
func (ptr *QBoxSet) ValuesChanged()
type QBoxSet_ITF ¶
type QBoxSet_ITF interface { core.QObject_ITF QBoxSet_PTR() *QBoxSet }
type QBoxSet__ValuePositions ¶
type QBoxSet__ValuePositions int64
QBoxSet::ValuePositions
const ( QBoxSet__LowerExtreme QBoxSet__ValuePositions = QBoxSet__ValuePositions(0) QBoxSet__LowerQuartile QBoxSet__ValuePositions = QBoxSet__ValuePositions(1) QBoxSet__Median QBoxSet__ValuePositions = QBoxSet__ValuePositions(2) QBoxSet__UpperQuartile QBoxSet__ValuePositions = QBoxSet__ValuePositions(3) QBoxSet__UpperExtreme QBoxSet__ValuePositions = QBoxSet__ValuePositions(4) )
type QCandlestickLegendMarker ¶
type QCandlestickLegendMarker struct {
QLegendMarker
}
func NewQCandlestickLegendMarkerFromPointer ¶
func NewQCandlestickLegendMarkerFromPointer(ptr unsafe.Pointer) (n *QCandlestickLegendMarker)
func (*QCandlestickLegendMarker) ClassNameInternalF ¶
func (n *QCandlestickLegendMarker) ClassNameInternalF() string
func (*QCandlestickLegendMarker) ConnectSeries ¶
func (ptr *QCandlestickLegendMarker) ConnectSeries(f func() *QCandlestickSeries)
func (*QCandlestickLegendMarker) ConnectType ¶
func (ptr *QCandlestickLegendMarker) ConnectType(f func() QLegendMarker__LegendMarkerType)
func (*QCandlestickLegendMarker) DestroyQCandlestickLegendMarker ¶
func (ptr *QCandlestickLegendMarker) DestroyQCandlestickLegendMarker()
func (*QCandlestickLegendMarker) DisconnectSeries ¶
func (ptr *QCandlestickLegendMarker) DisconnectSeries()
func (*QCandlestickLegendMarker) DisconnectType ¶
func (ptr *QCandlestickLegendMarker) DisconnectType()
func (*QCandlestickLegendMarker) InitFromInternal ¶
func (n *QCandlestickLegendMarker) InitFromInternal(ptr uintptr, name string)
func (*QCandlestickLegendMarker) Pointer ¶
func (ptr *QCandlestickLegendMarker) Pointer() unsafe.Pointer
func (*QCandlestickLegendMarker) QCandlestickLegendMarker_PTR ¶
func (ptr *QCandlestickLegendMarker) QCandlestickLegendMarker_PTR() *QCandlestickLegendMarker
func (*QCandlestickLegendMarker) Series ¶
func (ptr *QCandlestickLegendMarker) Series() *QCandlestickSeries
func (*QCandlestickLegendMarker) SeriesDefault ¶
func (ptr *QCandlestickLegendMarker) SeriesDefault() *QCandlestickSeries
func (*QCandlestickLegendMarker) SetPointer ¶
func (ptr *QCandlestickLegendMarker) SetPointer(p unsafe.Pointer)
func (*QCandlestickLegendMarker) Type ¶
func (ptr *QCandlestickLegendMarker) Type() QLegendMarker__LegendMarkerType
func (*QCandlestickLegendMarker) TypeDefault ¶
func (ptr *QCandlestickLegendMarker) TypeDefault() QLegendMarker__LegendMarkerType
type QCandlestickLegendMarker_ITF ¶
type QCandlestickLegendMarker_ITF interface { QLegendMarker_ITF QCandlestickLegendMarker_PTR() *QCandlestickLegendMarker }
type QCandlestickModelMapper ¶
func NewQCandlestickModelMapper ¶
func NewQCandlestickModelMapper(parent core.QObject_ITF) *QCandlestickModelMapper
func NewQCandlestickModelMapperFromPointer ¶
func NewQCandlestickModelMapperFromPointer(ptr unsafe.Pointer) (n *QCandlestickModelMapper)
func (*QCandlestickModelMapper) ChildEventDefault ¶
func (ptr *QCandlestickModelMapper) ChildEventDefault(event core.QChildEvent_ITF)
func (*QCandlestickModelMapper) ClassNameInternalF ¶
func (n *QCandlestickModelMapper) ClassNameInternalF() string
func (*QCandlestickModelMapper) Close ¶
func (ptr *QCandlestickModelMapper) Close() int
func (*QCandlestickModelMapper) ConnectModelReplaced ¶
func (ptr *QCandlestickModelMapper) ConnectModelReplaced(f func())
func (*QCandlestickModelMapper) ConnectNotifyDefault ¶
func (ptr *QCandlestickModelMapper) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QCandlestickModelMapper) ConnectOrientation ¶
func (ptr *QCandlestickModelMapper) ConnectOrientation(f func() core.Qt__Orientation)
func (*QCandlestickModelMapper) ConnectSeriesReplaced ¶
func (ptr *QCandlestickModelMapper) ConnectSeriesReplaced(f func())
func (*QCandlestickModelMapper) CustomEventDefault ¶
func (ptr *QCandlestickModelMapper) CustomEventDefault(event core.QEvent_ITF)
func (*QCandlestickModelMapper) DeleteLaterDefault ¶
func (ptr *QCandlestickModelMapper) DeleteLaterDefault()
func (*QCandlestickModelMapper) DestroyQCandlestickModelMapper ¶
func (ptr *QCandlestickModelMapper) DestroyQCandlestickModelMapper()
func (*QCandlestickModelMapper) DisconnectModelReplaced ¶
func (ptr *QCandlestickModelMapper) DisconnectModelReplaced()
func (*QCandlestickModelMapper) DisconnectNotifyDefault ¶
func (ptr *QCandlestickModelMapper) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QCandlestickModelMapper) DisconnectOrientation ¶
func (ptr *QCandlestickModelMapper) DisconnectOrientation()
func (*QCandlestickModelMapper) DisconnectSeriesReplaced ¶
func (ptr *QCandlestickModelMapper) DisconnectSeriesReplaced()
func (*QCandlestickModelMapper) EventDefault ¶
func (ptr *QCandlestickModelMapper) EventDefault(e core.QEvent_ITF) bool
func (*QCandlestickModelMapper) EventFilterDefault ¶
func (ptr *QCandlestickModelMapper) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QCandlestickModelMapper) FirstSetSection ¶
func (ptr *QCandlestickModelMapper) FirstSetSection() int
func (*QCandlestickModelMapper) High ¶
func (ptr *QCandlestickModelMapper) High() int
func (*QCandlestickModelMapper) InitFromInternal ¶
func (n *QCandlestickModelMapper) InitFromInternal(ptr uintptr, name string)
func (*QCandlestickModelMapper) LastSetSection ¶
func (ptr *QCandlestickModelMapper) LastSetSection() int
func (*QCandlestickModelMapper) Low ¶
func (ptr *QCandlestickModelMapper) Low() int
func (*QCandlestickModelMapper) MetaObjectDefault ¶
func (ptr *QCandlestickModelMapper) MetaObjectDefault() *core.QMetaObject
func (*QCandlestickModelMapper) Model ¶
func (ptr *QCandlestickModelMapper) Model() *core.QAbstractItemModel
func (*QCandlestickModelMapper) ModelReplaced ¶
func (ptr *QCandlestickModelMapper) ModelReplaced()
func (*QCandlestickModelMapper) Open ¶
func (ptr *QCandlestickModelMapper) Open() int
func (*QCandlestickModelMapper) Orientation ¶
func (ptr *QCandlestickModelMapper) Orientation() core.Qt__Orientation
func (*QCandlestickModelMapper) Pointer ¶
func (ptr *QCandlestickModelMapper) Pointer() unsafe.Pointer
func (*QCandlestickModelMapper) QCandlestickModelMapper_PTR ¶
func (ptr *QCandlestickModelMapper) QCandlestickModelMapper_PTR() *QCandlestickModelMapper
func (*QCandlestickModelMapper) Series ¶
func (ptr *QCandlestickModelMapper) Series() *QCandlestickSeries
func (*QCandlestickModelMapper) SeriesReplaced ¶
func (ptr *QCandlestickModelMapper) SeriesReplaced()
func (*QCandlestickModelMapper) SetClose ¶
func (ptr *QCandlestickModelMapper) SetClose(close int)
func (*QCandlestickModelMapper) SetFirstSetSection ¶
func (ptr *QCandlestickModelMapper) SetFirstSetSection(firstSetSection int)
func (*QCandlestickModelMapper) SetHigh ¶
func (ptr *QCandlestickModelMapper) SetHigh(high int)
func (*QCandlestickModelMapper) SetLastSetSection ¶
func (ptr *QCandlestickModelMapper) SetLastSetSection(lastSetSection int)
func (*QCandlestickModelMapper) SetLow ¶
func (ptr *QCandlestickModelMapper) SetLow(low int)
func (*QCandlestickModelMapper) SetModel ¶
func (ptr *QCandlestickModelMapper) SetModel(model core.QAbstractItemModel_ITF)
func (*QCandlestickModelMapper) SetOpen ¶
func (ptr *QCandlestickModelMapper) SetOpen(open int)
func (*QCandlestickModelMapper) SetPointer ¶
func (ptr *QCandlestickModelMapper) SetPointer(p unsafe.Pointer)
func (*QCandlestickModelMapper) SetSeries ¶
func (ptr *QCandlestickModelMapper) SetSeries(series QCandlestickSeries_ITF)
func (*QCandlestickModelMapper) SetTimestamp ¶
func (ptr *QCandlestickModelMapper) SetTimestamp(timestamp int)
func (*QCandlestickModelMapper) TimerEventDefault ¶
func (ptr *QCandlestickModelMapper) TimerEventDefault(event core.QTimerEvent_ITF)
func (*QCandlestickModelMapper) Timestamp ¶
func (ptr *QCandlestickModelMapper) Timestamp() int
type QCandlestickModelMapper_ITF ¶
type QCandlestickModelMapper_ITF interface { core.QObject_ITF QCandlestickModelMapper_PTR() *QCandlestickModelMapper }
type QCandlestickSeries ¶
type QCandlestickSeries struct {
QAbstractSeries
}
func NewQCandlestickSeries ¶
func NewQCandlestickSeries(parent core.QObject_ITF) *QCandlestickSeries
func NewQCandlestickSeriesFromPointer ¶
func NewQCandlestickSeriesFromPointer(ptr unsafe.Pointer) (n *QCandlestickSeries)
func (*QCandlestickSeries) Append ¶
func (ptr *QCandlestickSeries) Append(set QCandlestickSet_ITF) bool
func (*QCandlestickSeries) Append2 ¶
func (ptr *QCandlestickSeries) Append2(sets []*QCandlestickSet) bool
func (*QCandlestickSeries) BodyOutlineVisibilityChanged ¶
func (ptr *QCandlestickSeries) BodyOutlineVisibilityChanged()
func (*QCandlestickSeries) BodyOutlineVisible ¶
func (ptr *QCandlestickSeries) BodyOutlineVisible() bool
func (*QCandlestickSeries) BodyWidth ¶
func (ptr *QCandlestickSeries) BodyWidth() float64
func (*QCandlestickSeries) BodyWidthChanged ¶
func (ptr *QCandlestickSeries) BodyWidthChanged()
func (*QCandlestickSeries) Brush ¶
func (ptr *QCandlestickSeries) Brush() *gui.QBrush
func (*QCandlestickSeries) BrushChanged ¶
func (ptr *QCandlestickSeries) BrushChanged()
func (*QCandlestickSeries) CandlestickSetsAdded ¶
func (ptr *QCandlestickSeries) CandlestickSetsAdded(sets []*QCandlestickSet)
func (*QCandlestickSeries) CandlestickSetsRemoved ¶
func (ptr *QCandlestickSeries) CandlestickSetsRemoved(sets []*QCandlestickSet)
func (*QCandlestickSeries) CapsVisibilityChanged ¶
func (ptr *QCandlestickSeries) CapsVisibilityChanged()
func (*QCandlestickSeries) CapsVisible ¶
func (ptr *QCandlestickSeries) CapsVisible() bool
func (*QCandlestickSeries) CapsWidth ¶
func (ptr *QCandlestickSeries) CapsWidth() float64
func (*QCandlestickSeries) CapsWidthChanged ¶
func (ptr *QCandlestickSeries) CapsWidthChanged()
func (*QCandlestickSeries) ClassNameInternalF ¶
func (n *QCandlestickSeries) ClassNameInternalF() string
func (*QCandlestickSeries) Clear ¶
func (ptr *QCandlestickSeries) Clear()
func (*QCandlestickSeries) Clicked ¶
func (ptr *QCandlestickSeries) Clicked(set QCandlestickSet_ITF)
func (*QCandlestickSeries) ConnectBodyOutlineVisibilityChanged ¶
func (ptr *QCandlestickSeries) ConnectBodyOutlineVisibilityChanged(f func())
func (*QCandlestickSeries) ConnectBodyWidthChanged ¶
func (ptr *QCandlestickSeries) ConnectBodyWidthChanged(f func())
func (*QCandlestickSeries) ConnectBrushChanged ¶
func (ptr *QCandlestickSeries) ConnectBrushChanged(f func())
func (*QCandlestickSeries) ConnectCandlestickSetsAdded ¶
func (ptr *QCandlestickSeries) ConnectCandlestickSetsAdded(f func(sets []*QCandlestickSet))
func (*QCandlestickSeries) ConnectCandlestickSetsRemoved ¶
func (ptr *QCandlestickSeries) ConnectCandlestickSetsRemoved(f func(sets []*QCandlestickSet))
func (*QCandlestickSeries) ConnectCapsVisibilityChanged ¶
func (ptr *QCandlestickSeries) ConnectCapsVisibilityChanged(f func())
func (*QCandlestickSeries) ConnectCapsWidthChanged ¶
func (ptr *QCandlestickSeries) ConnectCapsWidthChanged(f func())
func (*QCandlestickSeries) ConnectClicked ¶
func (ptr *QCandlestickSeries) ConnectClicked(f func(set *QCandlestickSet))
func (*QCandlestickSeries) ConnectCountChanged ¶
func (ptr *QCandlestickSeries) ConnectCountChanged(f func())
func (*QCandlestickSeries) ConnectDecreasingColorChanged ¶
func (ptr *QCandlestickSeries) ConnectDecreasingColorChanged(f func())
func (*QCandlestickSeries) ConnectDestroyQCandlestickSeries ¶
func (ptr *QCandlestickSeries) ConnectDestroyQCandlestickSeries(f func())
func (*QCandlestickSeries) ConnectDoubleClicked ¶
func (ptr *QCandlestickSeries) ConnectDoubleClicked(f func(set *QCandlestickSet))
func (*QCandlestickSeries) ConnectHovered ¶
func (ptr *QCandlestickSeries) ConnectHovered(f func(status bool, set *QCandlestickSet))
func (*QCandlestickSeries) ConnectIncreasingColorChanged ¶
func (ptr *QCandlestickSeries) ConnectIncreasingColorChanged(f func())
func (*QCandlestickSeries) ConnectMaximumColumnWidthChanged ¶
func (ptr *QCandlestickSeries) ConnectMaximumColumnWidthChanged(f func())
func (*QCandlestickSeries) ConnectMinimumColumnWidthChanged ¶
func (ptr *QCandlestickSeries) ConnectMinimumColumnWidthChanged(f func())
func (*QCandlestickSeries) ConnectPenChanged ¶
func (ptr *QCandlestickSeries) ConnectPenChanged(f func())
func (*QCandlestickSeries) ConnectPressed ¶
func (ptr *QCandlestickSeries) ConnectPressed(f func(set *QCandlestickSet))
func (*QCandlestickSeries) ConnectReleased ¶
func (ptr *QCandlestickSeries) ConnectReleased(f func(set *QCandlestickSet))
func (*QCandlestickSeries) ConnectType ¶
func (ptr *QCandlestickSeries) ConnectType(f func() QAbstractSeries__SeriesType)
func (*QCandlestickSeries) Count ¶
func (ptr *QCandlestickSeries) Count() int
func (*QCandlestickSeries) CountChanged ¶
func (ptr *QCandlestickSeries) CountChanged()
func (*QCandlestickSeries) DecreasingColor ¶
func (ptr *QCandlestickSeries) DecreasingColor() *gui.QColor
func (*QCandlestickSeries) DecreasingColorChanged ¶
func (ptr *QCandlestickSeries) DecreasingColorChanged()
func (*QCandlestickSeries) DestroyQCandlestickSeries ¶
func (ptr *QCandlestickSeries) DestroyQCandlestickSeries()
func (*QCandlestickSeries) DestroyQCandlestickSeriesDefault ¶
func (ptr *QCandlestickSeries) DestroyQCandlestickSeriesDefault()
func (*QCandlestickSeries) DisconnectBodyOutlineVisibilityChanged ¶
func (ptr *QCandlestickSeries) DisconnectBodyOutlineVisibilityChanged()
func (*QCandlestickSeries) DisconnectBodyWidthChanged ¶
func (ptr *QCandlestickSeries) DisconnectBodyWidthChanged()
func (*QCandlestickSeries) DisconnectBrushChanged ¶
func (ptr *QCandlestickSeries) DisconnectBrushChanged()
func (*QCandlestickSeries) DisconnectCandlestickSetsAdded ¶
func (ptr *QCandlestickSeries) DisconnectCandlestickSetsAdded()
func (*QCandlestickSeries) DisconnectCandlestickSetsRemoved ¶
func (ptr *QCandlestickSeries) DisconnectCandlestickSetsRemoved()
func (*QCandlestickSeries) DisconnectCapsVisibilityChanged ¶
func (ptr *QCandlestickSeries) DisconnectCapsVisibilityChanged()
func (*QCandlestickSeries) DisconnectCapsWidthChanged ¶
func (ptr *QCandlestickSeries) DisconnectCapsWidthChanged()
func (*QCandlestickSeries) DisconnectClicked ¶
func (ptr *QCandlestickSeries) DisconnectClicked()
func (*QCandlestickSeries) DisconnectCountChanged ¶
func (ptr *QCandlestickSeries) DisconnectCountChanged()
func (*QCandlestickSeries) DisconnectDecreasingColorChanged ¶
func (ptr *QCandlestickSeries) DisconnectDecreasingColorChanged()
func (*QCandlestickSeries) DisconnectDestroyQCandlestickSeries ¶
func (ptr *QCandlestickSeries) DisconnectDestroyQCandlestickSeries()
func (*QCandlestickSeries) DisconnectDoubleClicked ¶
func (ptr *QCandlestickSeries) DisconnectDoubleClicked()
func (*QCandlestickSeries) DisconnectHovered ¶
func (ptr *QCandlestickSeries) DisconnectHovered()
func (*QCandlestickSeries) DisconnectIncreasingColorChanged ¶
func (ptr *QCandlestickSeries) DisconnectIncreasingColorChanged()
func (*QCandlestickSeries) DisconnectMaximumColumnWidthChanged ¶
func (ptr *QCandlestickSeries) DisconnectMaximumColumnWidthChanged()
func (*QCandlestickSeries) DisconnectMinimumColumnWidthChanged ¶
func (ptr *QCandlestickSeries) DisconnectMinimumColumnWidthChanged()
func (*QCandlestickSeries) DisconnectPenChanged ¶
func (ptr *QCandlestickSeries) DisconnectPenChanged()
func (*QCandlestickSeries) DisconnectPressed ¶
func (ptr *QCandlestickSeries) DisconnectPressed()
func (*QCandlestickSeries) DisconnectReleased ¶
func (ptr *QCandlestickSeries) DisconnectReleased()
func (*QCandlestickSeries) DisconnectType ¶
func (ptr *QCandlestickSeries) DisconnectType()
func (*QCandlestickSeries) DoubleClicked ¶
func (ptr *QCandlestickSeries) DoubleClicked(set QCandlestickSet_ITF)
func (*QCandlestickSeries) Hovered ¶
func (ptr *QCandlestickSeries) Hovered(status bool, set QCandlestickSet_ITF)
func (*QCandlestickSeries) IncreasingColor ¶
func (ptr *QCandlestickSeries) IncreasingColor() *gui.QColor
func (*QCandlestickSeries) IncreasingColorChanged ¶
func (ptr *QCandlestickSeries) IncreasingColorChanged()
func (*QCandlestickSeries) InitFromInternal ¶
func (n *QCandlestickSeries) InitFromInternal(ptr uintptr, name string)
func (*QCandlestickSeries) Insert ¶
func (ptr *QCandlestickSeries) Insert(index int, set QCandlestickSet_ITF) bool
func (*QCandlestickSeries) MaximumColumnWidth ¶
func (ptr *QCandlestickSeries) MaximumColumnWidth() float64
func (*QCandlestickSeries) MaximumColumnWidthChanged ¶
func (ptr *QCandlestickSeries) MaximumColumnWidthChanged()
func (*QCandlestickSeries) MinimumColumnWidth ¶
func (ptr *QCandlestickSeries) MinimumColumnWidth() float64
func (*QCandlestickSeries) MinimumColumnWidthChanged ¶
func (ptr *QCandlestickSeries) MinimumColumnWidthChanged()
func (*QCandlestickSeries) Pen ¶
func (ptr *QCandlestickSeries) Pen() *gui.QPen
func (*QCandlestickSeries) PenChanged ¶
func (ptr *QCandlestickSeries) PenChanged()
func (*QCandlestickSeries) Pointer ¶
func (ptr *QCandlestickSeries) Pointer() unsafe.Pointer
func (*QCandlestickSeries) Pressed ¶
func (ptr *QCandlestickSeries) Pressed(set QCandlestickSet_ITF)
func (*QCandlestickSeries) QCandlestickSeries_PTR ¶
func (ptr *QCandlestickSeries) QCandlestickSeries_PTR() *QCandlestickSeries
func (*QCandlestickSeries) Released ¶
func (ptr *QCandlestickSeries) Released(set QCandlestickSet_ITF)
func (*QCandlestickSeries) Remove ¶
func (ptr *QCandlestickSeries) Remove(set QCandlestickSet_ITF) bool
func (*QCandlestickSeries) Remove2 ¶
func (ptr *QCandlestickSeries) Remove2(sets []*QCandlestickSet) bool
func (*QCandlestickSeries) SetBodyOutlineVisible ¶
func (ptr *QCandlestickSeries) SetBodyOutlineVisible(bodyOutlineVisible bool)
func (*QCandlestickSeries) SetBodyWidth ¶
func (ptr *QCandlestickSeries) SetBodyWidth(bodyWidth float64)
func (*QCandlestickSeries) SetBrush ¶
func (ptr *QCandlestickSeries) SetBrush(brush gui.QBrush_ITF)
func (*QCandlestickSeries) SetCapsVisible ¶
func (ptr *QCandlestickSeries) SetCapsVisible(capsVisible bool)
func (*QCandlestickSeries) SetCapsWidth ¶
func (ptr *QCandlestickSeries) SetCapsWidth(capsWidth float64)
func (*QCandlestickSeries) SetDecreasingColor ¶
func (ptr *QCandlestickSeries) SetDecreasingColor(decreasingColor gui.QColor_ITF)
func (*QCandlestickSeries) SetIncreasingColor ¶
func (ptr *QCandlestickSeries) SetIncreasingColor(increasingColor gui.QColor_ITF)
func (*QCandlestickSeries) SetMaximumColumnWidth ¶
func (ptr *QCandlestickSeries) SetMaximumColumnWidth(maximumColumnWidth float64)
func (*QCandlestickSeries) SetMinimumColumnWidth ¶
func (ptr *QCandlestickSeries) SetMinimumColumnWidth(minimumColumnWidth float64)
func (*QCandlestickSeries) SetPen ¶
func (ptr *QCandlestickSeries) SetPen(pen gui.QPen_ITF)
func (*QCandlestickSeries) SetPointer ¶
func (ptr *QCandlestickSeries) SetPointer(p unsafe.Pointer)
func (*QCandlestickSeries) Sets ¶
func (ptr *QCandlestickSeries) Sets() []*QCandlestickSet
func (*QCandlestickSeries) Take ¶
func (ptr *QCandlestickSeries) Take(set QCandlestickSet_ITF) bool
func (*QCandlestickSeries) Type ¶
func (ptr *QCandlestickSeries) Type() QAbstractSeries__SeriesType
func (*QCandlestickSeries) TypeDefault ¶
func (ptr *QCandlestickSeries) TypeDefault() QAbstractSeries__SeriesType
type QCandlestickSeries_ITF ¶
type QCandlestickSeries_ITF interface { QAbstractSeries_ITF QCandlestickSeries_PTR() *QCandlestickSeries }
type QCandlestickSet ¶
func NewQCandlestickSet ¶
func NewQCandlestickSet(timestamp float64, parent core.QObject_ITF) *QCandlestickSet
func NewQCandlestickSet2 ¶
func NewQCandlestickSet2(open float64, high float64, low float64, close float64, timestamp float64, parent core.QObject_ITF) *QCandlestickSet
func NewQCandlestickSetFromPointer ¶
func NewQCandlestickSetFromPointer(ptr unsafe.Pointer) (n *QCandlestickSet)
func (*QCandlestickSet) Brush ¶
func (ptr *QCandlestickSet) Brush() *gui.QBrush
func (*QCandlestickSet) BrushChanged ¶
func (ptr *QCandlestickSet) BrushChanged()
func (*QCandlestickSet) ChildEventDefault ¶
func (ptr *QCandlestickSet) ChildEventDefault(event core.QChildEvent_ITF)
func (*QCandlestickSet) ClassNameInternalF ¶
func (n *QCandlestickSet) ClassNameInternalF() string
func (*QCandlestickSet) Clicked ¶
func (ptr *QCandlestickSet) Clicked()
func (*QCandlestickSet) Close ¶
func (ptr *QCandlestickSet) Close() float64
func (*QCandlestickSet) CloseChanged ¶
func (ptr *QCandlestickSet) CloseChanged()
func (*QCandlestickSet) ConnectBrushChanged ¶
func (ptr *QCandlestickSet) ConnectBrushChanged(f func())
func (*QCandlestickSet) ConnectClicked ¶
func (ptr *QCandlestickSet) ConnectClicked(f func())
func (*QCandlestickSet) ConnectCloseChanged ¶
func (ptr *QCandlestickSet) ConnectCloseChanged(f func())
func (*QCandlestickSet) ConnectDestroyQCandlestickSet ¶
func (ptr *QCandlestickSet) ConnectDestroyQCandlestickSet(f func())
func (*QCandlestickSet) ConnectDoubleClicked ¶
func (ptr *QCandlestickSet) ConnectDoubleClicked(f func())
func (*QCandlestickSet) ConnectHighChanged ¶
func (ptr *QCandlestickSet) ConnectHighChanged(f func())
func (*QCandlestickSet) ConnectHovered ¶
func (ptr *QCandlestickSet) ConnectHovered(f func(status bool))
func (*QCandlestickSet) ConnectLowChanged ¶
func (ptr *QCandlestickSet) ConnectLowChanged(f func())
func (*QCandlestickSet) ConnectNotifyDefault ¶
func (ptr *QCandlestickSet) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QCandlestickSet) ConnectOpenChanged ¶
func (ptr *QCandlestickSet) ConnectOpenChanged(f func())
func (*QCandlestickSet) ConnectPenChanged ¶
func (ptr *QCandlestickSet) ConnectPenChanged(f func())
func (*QCandlestickSet) ConnectPressed ¶
func (ptr *QCandlestickSet) ConnectPressed(f func())
func (*QCandlestickSet) ConnectReleased ¶
func (ptr *QCandlestickSet) ConnectReleased(f func())
func (*QCandlestickSet) ConnectTimestampChanged ¶
func (ptr *QCandlestickSet) ConnectTimestampChanged(f func())
func (*QCandlestickSet) CustomEventDefault ¶
func (ptr *QCandlestickSet) CustomEventDefault(event core.QEvent_ITF)
func (*QCandlestickSet) DeleteLaterDefault ¶
func (ptr *QCandlestickSet) DeleteLaterDefault()
func (*QCandlestickSet) DestroyQCandlestickSet ¶
func (ptr *QCandlestickSet) DestroyQCandlestickSet()
func (*QCandlestickSet) DestroyQCandlestickSetDefault ¶
func (ptr *QCandlestickSet) DestroyQCandlestickSetDefault()
func (*QCandlestickSet) DisconnectBrushChanged ¶
func (ptr *QCandlestickSet) DisconnectBrushChanged()
func (*QCandlestickSet) DisconnectClicked ¶
func (ptr *QCandlestickSet) DisconnectClicked()
func (*QCandlestickSet) DisconnectCloseChanged ¶
func (ptr *QCandlestickSet) DisconnectCloseChanged()
func (*QCandlestickSet) DisconnectDestroyQCandlestickSet ¶
func (ptr *QCandlestickSet) DisconnectDestroyQCandlestickSet()
func (*QCandlestickSet) DisconnectDoubleClicked ¶
func (ptr *QCandlestickSet) DisconnectDoubleClicked()
func (*QCandlestickSet) DisconnectHighChanged ¶
func (ptr *QCandlestickSet) DisconnectHighChanged()
func (*QCandlestickSet) DisconnectHovered ¶
func (ptr *QCandlestickSet) DisconnectHovered()
func (*QCandlestickSet) DisconnectLowChanged ¶
func (ptr *QCandlestickSet) DisconnectLowChanged()
func (*QCandlestickSet) DisconnectNotifyDefault ¶
func (ptr *QCandlestickSet) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QCandlestickSet) DisconnectOpenChanged ¶
func (ptr *QCandlestickSet) DisconnectOpenChanged()
func (*QCandlestickSet) DisconnectPenChanged ¶
func (ptr *QCandlestickSet) DisconnectPenChanged()
func (*QCandlestickSet) DisconnectPressed ¶
func (ptr *QCandlestickSet) DisconnectPressed()
func (*QCandlestickSet) DisconnectReleased ¶
func (ptr *QCandlestickSet) DisconnectReleased()
func (*QCandlestickSet) DisconnectTimestampChanged ¶
func (ptr *QCandlestickSet) DisconnectTimestampChanged()
func (*QCandlestickSet) DoubleClicked ¶
func (ptr *QCandlestickSet) DoubleClicked()
func (*QCandlestickSet) EventDefault ¶
func (ptr *QCandlestickSet) EventDefault(e core.QEvent_ITF) bool
func (*QCandlestickSet) EventFilterDefault ¶
func (ptr *QCandlestickSet) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QCandlestickSet) High ¶
func (ptr *QCandlestickSet) High() float64
func (*QCandlestickSet) HighChanged ¶
func (ptr *QCandlestickSet) HighChanged()
func (*QCandlestickSet) Hovered ¶
func (ptr *QCandlestickSet) Hovered(status bool)
func (*QCandlestickSet) InitFromInternal ¶
func (n *QCandlestickSet) InitFromInternal(ptr uintptr, name string)
func (*QCandlestickSet) Low ¶
func (ptr *QCandlestickSet) Low() float64
func (*QCandlestickSet) LowChanged ¶
func (ptr *QCandlestickSet) LowChanged()
func (*QCandlestickSet) MetaObjectDefault ¶
func (ptr *QCandlestickSet) MetaObjectDefault() *core.QMetaObject
func (*QCandlestickSet) Open ¶
func (ptr *QCandlestickSet) Open() float64
func (*QCandlestickSet) OpenChanged ¶
func (ptr *QCandlestickSet) OpenChanged()
func (*QCandlestickSet) Pen ¶
func (ptr *QCandlestickSet) Pen() *gui.QPen
func (*QCandlestickSet) PenChanged ¶
func (ptr *QCandlestickSet) PenChanged()
func (*QCandlestickSet) Pointer ¶
func (ptr *QCandlestickSet) Pointer() unsafe.Pointer
func (*QCandlestickSet) Pressed ¶
func (ptr *QCandlestickSet) Pressed()
func (*QCandlestickSet) QCandlestickSet_PTR ¶
func (ptr *QCandlestickSet) QCandlestickSet_PTR() *QCandlestickSet
func (*QCandlestickSet) Released ¶
func (ptr *QCandlestickSet) Released()
func (*QCandlestickSet) SetBrush ¶
func (ptr *QCandlestickSet) SetBrush(brush gui.QBrush_ITF)
func (*QCandlestickSet) SetClose ¶
func (ptr *QCandlestickSet) SetClose(close float64)
func (*QCandlestickSet) SetHigh ¶
func (ptr *QCandlestickSet) SetHigh(high float64)
func (*QCandlestickSet) SetLow ¶
func (ptr *QCandlestickSet) SetLow(low float64)
func (*QCandlestickSet) SetOpen ¶
func (ptr *QCandlestickSet) SetOpen(open float64)
func (*QCandlestickSet) SetPen ¶
func (ptr *QCandlestickSet) SetPen(pen gui.QPen_ITF)
func (*QCandlestickSet) SetPointer ¶
func (ptr *QCandlestickSet) SetPointer(p unsafe.Pointer)
func (*QCandlestickSet) SetTimestamp ¶
func (ptr *QCandlestickSet) SetTimestamp(timestamp float64)
func (*QCandlestickSet) TimerEventDefault ¶
func (ptr *QCandlestickSet) TimerEventDefault(event core.QTimerEvent_ITF)
func (*QCandlestickSet) Timestamp ¶
func (ptr *QCandlestickSet) Timestamp() float64
func (*QCandlestickSet) TimestampChanged ¶
func (ptr *QCandlestickSet) TimestampChanged()
type QCandlestickSet_ITF ¶
type QCandlestickSet_ITF interface { core.QObject_ITF QCandlestickSet_PTR() *QCandlestickSet }
type QCategoryAxis ¶
type QCategoryAxis struct {
QValueAxis
}
func NewQCategoryAxis ¶
func NewQCategoryAxis(parent core.QObject_ITF) *QCategoryAxis
func NewQCategoryAxisFromPointer ¶
func NewQCategoryAxisFromPointer(ptr unsafe.Pointer) (n *QCategoryAxis)
func (*QCategoryAxis) Append ¶
func (ptr *QCategoryAxis) Append(categoryLabel string, categoryEndValue float64)
func (*QCategoryAxis) CategoriesChanged ¶
func (ptr *QCategoryAxis) CategoriesChanged()
func (*QCategoryAxis) CategoriesLabels ¶
func (ptr *QCategoryAxis) CategoriesLabels() []string
func (*QCategoryAxis) ClassNameInternalF ¶
func (n *QCategoryAxis) ClassNameInternalF() string
func (*QCategoryAxis) ConnectCategoriesChanged ¶
func (ptr *QCategoryAxis) ConnectCategoriesChanged(f func())
func (*QCategoryAxis) ConnectDestroyQCategoryAxis ¶
func (ptr *QCategoryAxis) ConnectDestroyQCategoryAxis(f func())
func (*QCategoryAxis) ConnectLabelsPositionChanged ¶
func (ptr *QCategoryAxis) ConnectLabelsPositionChanged(f func(position QCategoryAxis__AxisLabelsPosition))
func (*QCategoryAxis) Count ¶
func (ptr *QCategoryAxis) Count() int
func (*QCategoryAxis) DestroyQCategoryAxis ¶
func (ptr *QCategoryAxis) DestroyQCategoryAxis()
func (*QCategoryAxis) DestroyQCategoryAxisDefault ¶
func (ptr *QCategoryAxis) DestroyQCategoryAxisDefault()
func (*QCategoryAxis) DisconnectCategoriesChanged ¶
func (ptr *QCategoryAxis) DisconnectCategoriesChanged()
func (*QCategoryAxis) DisconnectDestroyQCategoryAxis ¶
func (ptr *QCategoryAxis) DisconnectDestroyQCategoryAxis()
func (*QCategoryAxis) DisconnectLabelsPositionChanged ¶
func (ptr *QCategoryAxis) DisconnectLabelsPositionChanged()
func (*QCategoryAxis) EndValue ¶
func (ptr *QCategoryAxis) EndValue(categoryLabel string) float64
func (*QCategoryAxis) InitFromInternal ¶
func (n *QCategoryAxis) InitFromInternal(ptr uintptr, name string)
func (*QCategoryAxis) LabelsPosition ¶
func (ptr *QCategoryAxis) LabelsPosition() QCategoryAxis__AxisLabelsPosition
func (*QCategoryAxis) LabelsPositionChanged ¶
func (ptr *QCategoryAxis) LabelsPositionChanged(position QCategoryAxis__AxisLabelsPosition)
func (*QCategoryAxis) Pointer ¶
func (ptr *QCategoryAxis) Pointer() unsafe.Pointer
func (*QCategoryAxis) QCategoryAxis_PTR ¶
func (ptr *QCategoryAxis) QCategoryAxis_PTR() *QCategoryAxis
func (*QCategoryAxis) Remove ¶
func (ptr *QCategoryAxis) Remove(categoryLabel string)
func (*QCategoryAxis) ReplaceLabel ¶
func (ptr *QCategoryAxis) ReplaceLabel(oldLabel string, newLabel string)
func (*QCategoryAxis) SetLabelsPosition ¶
func (ptr *QCategoryAxis) SetLabelsPosition(position QCategoryAxis__AxisLabelsPosition)
func (*QCategoryAxis) SetPointer ¶
func (ptr *QCategoryAxis) SetPointer(p unsafe.Pointer)
func (*QCategoryAxis) SetStartValue ¶
func (ptr *QCategoryAxis) SetStartValue(min float64)
func (*QCategoryAxis) StartValue ¶
func (ptr *QCategoryAxis) StartValue(categoryLabel string) float64
type QCategoryAxis_ITF ¶
type QCategoryAxis_ITF interface { QValueAxis_ITF QCategoryAxis_PTR() *QCategoryAxis }
type QCategoryAxis__AxisLabelsPosition ¶
type QCategoryAxis__AxisLabelsPosition int64
QCategoryAxis::AxisLabelsPosition
const ( QCategoryAxis__AxisLabelsPositionCenter QCategoryAxis__AxisLabelsPosition = QCategoryAxis__AxisLabelsPosition(0x0) QCategoryAxis__AxisLabelsPositionOnValue QCategoryAxis__AxisLabelsPosition = QCategoryAxis__AxisLabelsPosition(0x1) )
type QChart ¶
type QChart struct {
widgets.QGraphicsWidget
}
func NewQChart ¶
func NewQChart(parent widgets.QGraphicsItem_ITF, wFlags core.Qt__WindowType) *QChart
func NewQChartFromPointer ¶
func (*QChart) AddAxis ¶
func (ptr *QChart) AddAxis(axis QAbstractAxis_ITF, alignment core.Qt__AlignmentFlag)
func (*QChart) AddSeries ¶
func (ptr *QChart) AddSeries(series QAbstractSeries_ITF)
func (*QChart) AdvanceDefault ¶
func (*QChart) AnimationDuration ¶
func (*QChart) AnimationEasingCurve ¶
func (ptr *QChart) AnimationEasingCurve() *core.QEasingCurve
func (*QChart) AnimationOptions ¶
func (ptr *QChart) AnimationOptions() QChart__AnimationOption
func (*QChart) Axes ¶
func (ptr *QChart) Axes(orientation core.Qt__Orientation, series QAbstractSeries_ITF) []*QAbstractAxis
func (*QChart) BackgroundBrush ¶
func (*QChart) BackgroundPen ¶
func (*QChart) BackgroundRoundness ¶
func (*QChart) BoundingRectDefault ¶
func (*QChart) ChangeEventDefault ¶
func (ptr *QChart) ChangeEventDefault(event core.QEvent_ITF)
func (*QChart) ChartType ¶
func (ptr *QChart) ChartType() QChart__ChartType
func (*QChart) ChildEventDefault ¶
func (ptr *QChart) ChildEventDefault(event core.QChildEvent_ITF)
func (*QChart) ClassNameInternalF ¶
func (*QChart) CloseDefault ¶
func (*QChart) CloseEventDefault ¶
func (ptr *QChart) CloseEventDefault(event gui.QCloseEvent_ITF)
func (*QChart) CollidesWithItemDefault ¶
func (ptr *QChart) CollidesWithItemDefault(other widgets.QGraphicsItem_ITF, mode core.Qt__ItemSelectionMode) bool
func (*QChart) CollidesWithPathDefault ¶
func (ptr *QChart) CollidesWithPathDefault(path gui.QPainterPath_ITF, mode core.Qt__ItemSelectionMode) bool
func (*QChart) ConnectDestroyQChart ¶
func (ptr *QChart) ConnectDestroyQChart(f func())
func (*QChart) ConnectNotifyDefault ¶
func (ptr *QChart) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QChart) ConnectPlotAreaChanged ¶
func (*QChart) ContainsDefault ¶
func (ptr *QChart) ContainsDefault(point core.QPointF_ITF) bool
func (*QChart) ContextMenuEventDefault ¶
func (ptr *QChart) ContextMenuEventDefault(event widgets.QGraphicsSceneContextMenuEvent_ITF)
func (*QChart) CreateDefaultAxes ¶
func (ptr *QChart) CreateDefaultAxes()
func (*QChart) CustomEventDefault ¶
func (ptr *QChart) CustomEventDefault(event core.QEvent_ITF)
func (*QChart) DeleteLaterDefault ¶
func (ptr *QChart) DeleteLaterDefault()
func (*QChart) DestroyQChart ¶
func (ptr *QChart) DestroyQChart()
func (*QChart) DestroyQChartDefault ¶
func (ptr *QChart) DestroyQChartDefault()
func (*QChart) DisconnectDestroyQChart ¶
func (ptr *QChart) DisconnectDestroyQChart()
func (*QChart) DisconnectNotifyDefault ¶
func (ptr *QChart) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QChart) DisconnectPlotAreaChanged ¶
func (ptr *QChart) DisconnectPlotAreaChanged()
func (*QChart) DragEnterEventDefault ¶
func (ptr *QChart) DragEnterEventDefault(event widgets.QGraphicsSceneDragDropEvent_ITF)
func (*QChart) DragLeaveEventDefault ¶
func (ptr *QChart) DragLeaveEventDefault(event widgets.QGraphicsSceneDragDropEvent_ITF)
func (*QChart) DragMoveEventDefault ¶
func (ptr *QChart) DragMoveEventDefault(event widgets.QGraphicsSceneDragDropEvent_ITF)
func (*QChart) DropEventDefault ¶
func (ptr *QChart) DropEventDefault(event widgets.QGraphicsSceneDragDropEvent_ITF)
func (*QChart) EventDefault ¶
func (ptr *QChart) EventDefault(event core.QEvent_ITF) bool
func (*QChart) EventFilterDefault ¶
func (ptr *QChart) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QChart) FocusInEventDefault ¶
func (ptr *QChart) FocusInEventDefault(event gui.QFocusEvent_ITF)
func (*QChart) FocusNextPrevChildDefault ¶
func (*QChart) FocusOutEventDefault ¶
func (ptr *QChart) FocusOutEventDefault(event gui.QFocusEvent_ITF)
func (*QChart) GetContentsMarginsDefault ¶
func (*QChart) GrabKeyboardEventDefault ¶
func (ptr *QChart) GrabKeyboardEventDefault(event core.QEvent_ITF)
func (*QChart) GrabMouseEventDefault ¶
func (ptr *QChart) GrabMouseEventDefault(event core.QEvent_ITF)
func (*QChart) HideEventDefault ¶
func (ptr *QChart) HideEventDefault(event gui.QHideEvent_ITF)
func (*QChart) HoverEnterEventDefault ¶
func (ptr *QChart) HoverEnterEventDefault(event widgets.QGraphicsSceneHoverEvent_ITF)
func (*QChart) HoverLeaveEventDefault ¶
func (ptr *QChart) HoverLeaveEventDefault(event widgets.QGraphicsSceneHoverEvent_ITF)
func (*QChart) HoverMoveEventDefault ¶
func (ptr *QChart) HoverMoveEventDefault(event widgets.QGraphicsSceneHoverEvent_ITF)
func (*QChart) InitFromInternal ¶
func (*QChart) InitStyleOptionDefault ¶
func (ptr *QChart) InitStyleOptionDefault(option widgets.QStyleOption_ITF)
func (*QChart) InputMethodEventDefault ¶
func (ptr *QChart) InputMethodEventDefault(event gui.QInputMethodEvent_ITF)
func (*QChart) InputMethodQueryDefault ¶
func (ptr *QChart) InputMethodQueryDefault(query core.Qt__InputMethodQuery) *core.QVariant
func (*QChart) IsBackgroundVisible ¶
func (*QChart) IsDropShadowEnabled ¶
func (*QChart) IsObscuredByDefault ¶
func (ptr *QChart) IsObscuredByDefault(item widgets.QGraphicsItem_ITF) bool
func (*QChart) IsPlotAreaBackgroundVisible ¶
func (*QChart) ItemChangeDefault ¶
func (ptr *QChart) ItemChangeDefault(change widgets.QGraphicsItem__GraphicsItemChange, value core.QVariant_ITF) *core.QVariant
func (*QChart) KeyPressEventDefault ¶
func (ptr *QChart) KeyPressEventDefault(event gui.QKeyEvent_ITF)
func (*QChart) KeyReleaseEventDefault ¶
func (ptr *QChart) KeyReleaseEventDefault(event gui.QKeyEvent_ITF)
func (*QChart) LocalizeNumbers ¶
func (*QChart) MapToPosition ¶
func (ptr *QChart) MapToPosition(value core.QPointF_ITF, series QAbstractSeries_ITF) *core.QPointF
func (*QChart) MapToValue ¶
func (ptr *QChart) MapToValue(position core.QPointF_ITF, series QAbstractSeries_ITF) *core.QPointF
func (*QChart) MetaObjectDefault ¶
func (ptr *QChart) MetaObjectDefault() *core.QMetaObject
func (*QChart) MouseDoubleClickEventDefault ¶
func (ptr *QChart) MouseDoubleClickEventDefault(event widgets.QGraphicsSceneMouseEvent_ITF)
func (*QChart) MouseMoveEventDefault ¶
func (ptr *QChart) MouseMoveEventDefault(event widgets.QGraphicsSceneMouseEvent_ITF)
func (*QChart) MousePressEventDefault ¶
func (ptr *QChart) MousePressEventDefault(event widgets.QGraphicsSceneMouseEvent_ITF)
func (*QChart) MouseReleaseEventDefault ¶
func (ptr *QChart) MouseReleaseEventDefault(event widgets.QGraphicsSceneMouseEvent_ITF)
func (*QChart) MoveEventDefault ¶
func (ptr *QChart) MoveEventDefault(event widgets.QGraphicsSceneMoveEvent_ITF)
func (*QChart) OpaqueAreaDefault ¶
func (ptr *QChart) OpaqueAreaDefault() *gui.QPainterPath
func (*QChart) PaintDefault ¶
func (ptr *QChart) PaintDefault(painter gui.QPainter_ITF, option widgets.QStyleOptionGraphicsItem_ITF, widget widgets.QWidget_ITF)
func (*QChart) PaintWindowFrameDefault ¶
func (ptr *QChart) PaintWindowFrameDefault(painter gui.QPainter_ITF, option widgets.QStyleOptionGraphicsItem_ITF, widget widgets.QWidget_ITF)
func (*QChart) PlotAreaBackgroundBrush ¶
func (*QChart) PlotAreaBackgroundPen ¶
func (*QChart) PlotAreaChanged ¶
func (ptr *QChart) PlotAreaChanged(plotArea core.QRectF_ITF)
func (*QChart) PolishEventDefault ¶
func (ptr *QChart) PolishEventDefault()
func (*QChart) QChart_PTR ¶
func (*QChart) RemoveAllSeries ¶
func (ptr *QChart) RemoveAllSeries()
func (*QChart) RemoveAxis ¶
func (ptr *QChart) RemoveAxis(axis QAbstractAxis_ITF)
func (*QChart) RemoveSeries ¶
func (ptr *QChart) RemoveSeries(series QAbstractSeries_ITF)
func (*QChart) ResizeEventDefault ¶
func (ptr *QChart) ResizeEventDefault(event widgets.QGraphicsSceneResizeEvent_ITF)
func (*QChart) SceneEventDefault ¶
func (ptr *QChart) SceneEventDefault(event core.QEvent_ITF) bool
func (*QChart) SceneEventFilterDefault ¶
func (ptr *QChart) SceneEventFilterDefault(watched widgets.QGraphicsItem_ITF, event core.QEvent_ITF) bool
func (*QChart) Series ¶
func (ptr *QChart) Series() []*QAbstractSeries
func (*QChart) SetAnimationDuration ¶
func (*QChart) SetAnimationEasingCurve ¶
func (ptr *QChart) SetAnimationEasingCurve(curve core.QEasingCurve_ITF)
func (*QChart) SetAnimationOptions ¶
func (ptr *QChart) SetAnimationOptions(options QChart__AnimationOption)
func (*QChart) SetBackgroundBrush ¶
func (ptr *QChart) SetBackgroundBrush(brush gui.QBrush_ITF)
func (*QChart) SetBackgroundPen ¶
func (*QChart) SetBackgroundRoundness ¶
func (*QChart) SetBackgroundVisible ¶
func (*QChart) SetDropShadowEnabled ¶
func (*QChart) SetGeometryDefault ¶
func (ptr *QChart) SetGeometryDefault(rect core.QRectF_ITF)
func (*QChart) SetLocale ¶
func (ptr *QChart) SetLocale(locale core.QLocale_ITF)
func (*QChart) SetLocalizeNumbers ¶
func (*QChart) SetMargins ¶
func (ptr *QChart) SetMargins(margins core.QMargins_ITF)
func (*QChart) SetPlotArea ¶
func (ptr *QChart) SetPlotArea(rect core.QRectF_ITF)
func (*QChart) SetPlotAreaBackgroundBrush ¶
func (ptr *QChart) SetPlotAreaBackgroundBrush(brush gui.QBrush_ITF)
func (*QChart) SetPlotAreaBackgroundPen ¶
func (*QChart) SetPlotAreaBackgroundVisible ¶
func (*QChart) SetPointer ¶
func (*QChart) SetTheme ¶
func (ptr *QChart) SetTheme(theme QChart__ChartTheme)
func (*QChart) SetTitleBrush ¶
func (ptr *QChart) SetTitleBrush(brush gui.QBrush_ITF)
func (*QChart) SetTitleFont ¶
func (*QChart) ShapeDefault ¶
func (ptr *QChart) ShapeDefault() *gui.QPainterPath
func (*QChart) ShowEventDefault ¶
func (ptr *QChart) ShowEventDefault(event gui.QShowEvent_ITF)
func (*QChart) SizeHintDefault ¶
func (ptr *QChart) SizeHintDefault(which core.Qt__SizeHint, constraint core.QSizeF_ITF) *core.QSizeF
func (*QChart) Theme ¶
func (ptr *QChart) Theme() QChart__ChartTheme
func (*QChart) TimerEventDefault ¶
func (ptr *QChart) TimerEventDefault(event core.QTimerEvent_ITF)
func (*QChart) TitleBrush ¶
func (*QChart) TypeDefault ¶
func (*QChart) UngrabKeyboardEventDefault ¶
func (ptr *QChart) UngrabKeyboardEventDefault(event core.QEvent_ITF)
func (*QChart) UngrabMouseEventDefault ¶
func (ptr *QChart) UngrabMouseEventDefault(event core.QEvent_ITF)
func (*QChart) UpdateGeometryDefault ¶
func (ptr *QChart) UpdateGeometryDefault()
func (*QChart) UpdateMicroFocusDefault ¶
func (ptr *QChart) UpdateMicroFocusDefault()
func (*QChart) WheelEventDefault ¶
func (ptr *QChart) WheelEventDefault(event widgets.QGraphicsSceneWheelEvent_ITF)
func (*QChart) WindowFrameEventDefault ¶
func (ptr *QChart) WindowFrameEventDefault(event core.QEvent_ITF) bool
func (*QChart) WindowFrameSectionAtDefault ¶
func (ptr *QChart) WindowFrameSectionAtDefault(pos core.QPointF_ITF) core.Qt__WindowFrameSection
func (*QChart) ZoomIn2 ¶
func (ptr *QChart) ZoomIn2(rect core.QRectF_ITF)
type QChartView ¶
type QChartView struct {
widgets.QGraphicsView
}
func NewQChartView ¶
func NewQChartView(parent widgets.QWidget_ITF) *QChartView
func NewQChartView2 ¶
func NewQChartView2(chart QChart_ITF, parent widgets.QWidget_ITF) *QChartView
func NewQChartViewFromPointer ¶
func NewQChartViewFromPointer(ptr unsafe.Pointer) (n *QChartView)
func (*QChartView) ActionEventDefault ¶
func (ptr *QChartView) ActionEventDefault(event gui.QActionEvent_ITF)
func (*QChartView) ChangeEventDefault ¶
func (ptr *QChartView) ChangeEventDefault(ev core.QEvent_ITF)
func (*QChartView) Chart ¶
func (ptr *QChartView) Chart() *QChart
func (*QChartView) ChildEventDefault ¶
func (ptr *QChartView) ChildEventDefault(event core.QChildEvent_ITF)
func (*QChartView) ClassNameInternalF ¶
func (n *QChartView) ClassNameInternalF() string
func (*QChartView) CloseDefault ¶
func (ptr *QChartView) CloseDefault() bool
func (*QChartView) CloseEventDefault ¶
func (ptr *QChartView) CloseEventDefault(event gui.QCloseEvent_ITF)
func (*QChartView) ConnectDestroyQChartView ¶
func (ptr *QChartView) ConnectDestroyQChartView(f func())
func (*QChartView) ConnectNotifyDefault ¶
func (ptr *QChartView) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QChartView) ContextMenuEventDefault ¶
func (ptr *QChartView) ContextMenuEventDefault(event gui.QContextMenuEvent_ITF)
func (*QChartView) CustomEventDefault ¶
func (ptr *QChartView) CustomEventDefault(event core.QEvent_ITF)
func (*QChartView) DeleteLaterDefault ¶
func (ptr *QChartView) DeleteLaterDefault()
func (*QChartView) DestroyQChartView ¶
func (ptr *QChartView) DestroyQChartView()
func (*QChartView) DestroyQChartViewDefault ¶
func (ptr *QChartView) DestroyQChartViewDefault()
func (*QChartView) DisconnectDestroyQChartView ¶
func (ptr *QChartView) DisconnectDestroyQChartView()
func (*QChartView) DisconnectNotifyDefault ¶
func (ptr *QChartView) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QChartView) DragEnterEventDefault ¶
func (ptr *QChartView) DragEnterEventDefault(event gui.QDragEnterEvent_ITF)
func (*QChartView) DragLeaveEventDefault ¶
func (ptr *QChartView) DragLeaveEventDefault(event gui.QDragLeaveEvent_ITF)
func (*QChartView) DragMoveEventDefault ¶
func (ptr *QChartView) DragMoveEventDefault(event gui.QDragMoveEvent_ITF)
func (*QChartView) DrawBackgroundDefault ¶
func (ptr *QChartView) DrawBackgroundDefault(painter gui.QPainter_ITF, rect core.QRectF_ITF)
func (*QChartView) DrawForegroundDefault ¶
func (ptr *QChartView) DrawForegroundDefault(painter gui.QPainter_ITF, rect core.QRectF_ITF)
func (*QChartView) DropEventDefault ¶
func (ptr *QChartView) DropEventDefault(event gui.QDropEvent_ITF)
func (*QChartView) EnterEventDefault ¶
func (ptr *QChartView) EnterEventDefault(event core.QEvent_ITF)
func (*QChartView) EventDefault ¶
func (ptr *QChartView) EventDefault(event core.QEvent_ITF) bool
func (*QChartView) EventFilterDefault ¶
func (ptr *QChartView) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QChartView) FocusInEventDefault ¶
func (ptr *QChartView) FocusInEventDefault(event gui.QFocusEvent_ITF)
func (*QChartView) FocusNextPrevChildDefault ¶
func (ptr *QChartView) FocusNextPrevChildDefault(next bool) bool
func (*QChartView) FocusOutEventDefault ¶
func (ptr *QChartView) FocusOutEventDefault(event gui.QFocusEvent_ITF)
func (*QChartView) HasHeightForWidthDefault ¶
func (ptr *QChartView) HasHeightForWidthDefault() bool
func (*QChartView) HeightForWidthDefault ¶
func (ptr *QChartView) HeightForWidthDefault(w int) int
func (*QChartView) HideDefault ¶
func (ptr *QChartView) HideDefault()
func (*QChartView) HideEventDefault ¶
func (ptr *QChartView) HideEventDefault(event gui.QHideEvent_ITF)
func (*QChartView) InitFromInternal ¶
func (n *QChartView) InitFromInternal(ptr uintptr, name string)
func (*QChartView) InitPainterDefault ¶
func (ptr *QChartView) InitPainterDefault(painter gui.QPainter_ITF)
func (*QChartView) InputMethodEventDefault ¶
func (ptr *QChartView) InputMethodEventDefault(event gui.QInputMethodEvent_ITF)
func (*QChartView) InputMethodQueryDefault ¶
func (ptr *QChartView) InputMethodQueryDefault(query core.Qt__InputMethodQuery) *core.QVariant
func (*QChartView) InvalidateSceneDefault ¶
func (ptr *QChartView) InvalidateSceneDefault(rect core.QRectF_ITF, layers widgets.QGraphicsScene__SceneLayer)
func (*QChartView) KeyPressEventDefault ¶
func (ptr *QChartView) KeyPressEventDefault(event gui.QKeyEvent_ITF)
func (*QChartView) KeyReleaseEventDefault ¶
func (ptr *QChartView) KeyReleaseEventDefault(event gui.QKeyEvent_ITF)
func (*QChartView) LeaveEventDefault ¶
func (ptr *QChartView) LeaveEventDefault(event core.QEvent_ITF)
func (*QChartView) LowerDefault ¶
func (ptr *QChartView) LowerDefault()
func (*QChartView) MetaObjectDefault ¶
func (ptr *QChartView) MetaObjectDefault() *core.QMetaObject
func (*QChartView) MetricDefault ¶
func (ptr *QChartView) MetricDefault(m gui.QPaintDevice__PaintDeviceMetric) int
func (*QChartView) MinimumSizeHintDefault ¶
func (ptr *QChartView) MinimumSizeHintDefault() *core.QSize
func (*QChartView) MouseDoubleClickEventDefault ¶
func (ptr *QChartView) MouseDoubleClickEventDefault(event gui.QMouseEvent_ITF)
func (*QChartView) MouseMoveEventDefault ¶
func (ptr *QChartView) MouseMoveEventDefault(event gui.QMouseEvent_ITF)
func (*QChartView) MousePressEventDefault ¶
func (ptr *QChartView) MousePressEventDefault(event gui.QMouseEvent_ITF)
func (*QChartView) MouseReleaseEventDefault ¶
func (ptr *QChartView) MouseReleaseEventDefault(event gui.QMouseEvent_ITF)
func (*QChartView) MoveEventDefault ¶
func (ptr *QChartView) MoveEventDefault(event gui.QMoveEvent_ITF)
func (*QChartView) NativeEventDefault ¶
func (ptr *QChartView) NativeEventDefault(eventType core.QByteArray_ITF, message unsafe.Pointer, result *int) bool
func (*QChartView) PaintEngineDefault ¶
func (ptr *QChartView) PaintEngineDefault() *gui.QPaintEngine
func (*QChartView) PaintEventDefault ¶
func (ptr *QChartView) PaintEventDefault(event gui.QPaintEvent_ITF)
func (*QChartView) Pointer ¶
func (ptr *QChartView) Pointer() unsafe.Pointer
func (*QChartView) QChartView_PTR ¶
func (ptr *QChartView) QChartView_PTR() *QChartView
func (*QChartView) RaiseDefault ¶
func (ptr *QChartView) RaiseDefault()
func (*QChartView) RepaintDefault ¶
func (ptr *QChartView) RepaintDefault()
func (*QChartView) ResizeEventDefault ¶
func (ptr *QChartView) ResizeEventDefault(event gui.QResizeEvent_ITF)
func (*QChartView) RubberBand ¶
func (ptr *QChartView) RubberBand() QChartView__RubberBand
func (*QChartView) ScrollContentsByDefault ¶
func (ptr *QChartView) ScrollContentsByDefault(dx int, dy int)
func (*QChartView) SetChart ¶
func (ptr *QChartView) SetChart(chart QChart_ITF)
func (*QChartView) SetDisabledDefault ¶
func (ptr *QChartView) SetDisabledDefault(disable bool)
func (*QChartView) SetEnabledDefault ¶
func (ptr *QChartView) SetEnabledDefault(vbo bool)
func (*QChartView) SetFocus2Default ¶
func (ptr *QChartView) SetFocus2Default()
func (*QChartView) SetHiddenDefault ¶
func (ptr *QChartView) SetHiddenDefault(hidden bool)
func (*QChartView) SetPointer ¶
func (ptr *QChartView) SetPointer(p unsafe.Pointer)
func (*QChartView) SetRubberBand ¶
func (ptr *QChartView) SetRubberBand(rubberBand QChartView__RubberBand)
func (*QChartView) SetStyleSheetDefault ¶
func (ptr *QChartView) SetStyleSheetDefault(styleSheet string)
func (*QChartView) SetVisibleDefault ¶
func (ptr *QChartView) SetVisibleDefault(visible bool)
func (*QChartView) SetWindowModifiedDefault ¶
func (ptr *QChartView) SetWindowModifiedDefault(vbo bool)
func (*QChartView) SetWindowTitleDefault ¶
func (ptr *QChartView) SetWindowTitleDefault(vqs string)
func (*QChartView) SetupViewportDefault ¶
func (ptr *QChartView) SetupViewportDefault(widget widgets.QWidget_ITF)
func (*QChartView) ShowDefault ¶
func (ptr *QChartView) ShowDefault()
func (*QChartView) ShowEventDefault ¶
func (ptr *QChartView) ShowEventDefault(event gui.QShowEvent_ITF)
func (*QChartView) ShowFullScreenDefault ¶
func (ptr *QChartView) ShowFullScreenDefault()
func (*QChartView) ShowMaximizedDefault ¶
func (ptr *QChartView) ShowMaximizedDefault()
func (*QChartView) ShowMinimizedDefault ¶
func (ptr *QChartView) ShowMinimizedDefault()
func (*QChartView) ShowNormalDefault ¶
func (ptr *QChartView) ShowNormalDefault()
func (*QChartView) SizeHintDefault ¶
func (ptr *QChartView) SizeHintDefault() *core.QSize
func (*QChartView) TabletEventDefault ¶
func (ptr *QChartView) TabletEventDefault(event gui.QTabletEvent_ITF)
func (*QChartView) TimerEventDefault ¶
func (ptr *QChartView) TimerEventDefault(event core.QTimerEvent_ITF)
func (*QChartView) UpdateDefault ¶
func (ptr *QChartView) UpdateDefault()
func (*QChartView) UpdateMicroFocusDefault ¶
func (ptr *QChartView) UpdateMicroFocusDefault()
func (*QChartView) UpdateSceneDefault ¶
func (ptr *QChartView) UpdateSceneDefault(rects []*core.QRectF)
func (*QChartView) UpdateSceneRectDefault ¶
func (ptr *QChartView) UpdateSceneRectDefault(rect core.QRectF_ITF)
func (*QChartView) ViewportEventDefault ¶
func (ptr *QChartView) ViewportEventDefault(event core.QEvent_ITF) bool
func (*QChartView) ViewportSizeHintDefault ¶
func (ptr *QChartView) ViewportSizeHintDefault() *core.QSize
func (*QChartView) WheelEventDefault ¶
func (ptr *QChartView) WheelEventDefault(event gui.QWheelEvent_ITF)
type QChartView_ITF ¶
type QChartView_ITF interface { widgets.QGraphicsView_ITF QChartView_PTR() *QChartView }
type QChartView__RubberBand ¶
type QChartView__RubberBand int64
QChartView::RubberBand
const ( QChartView__NoRubberBand QChartView__RubberBand = QChartView__RubberBand(0x0) QChartView__VerticalRubberBand QChartView__RubberBand = QChartView__RubberBand(0x1) QChartView__HorizontalRubberBand QChartView__RubberBand = QChartView__RubberBand(0x2) QChartView__RectangleRubberBand QChartView__RubberBand = QChartView__RubberBand(0x3) )
type QChart_ITF ¶
type QChart_ITF interface { widgets.QGraphicsWidget_ITF QChart_PTR() *QChart }
type QChart__AnimationOption ¶
type QChart__AnimationOption int64
QChart::AnimationOption
const ( QChart__NoAnimation QChart__AnimationOption = QChart__AnimationOption(0x0) QChart__GridAxisAnimations QChart__AnimationOption = QChart__AnimationOption(0x1) QChart__SeriesAnimations QChart__AnimationOption = QChart__AnimationOption(0x2) QChart__AllAnimations QChart__AnimationOption = QChart__AnimationOption(0x3) )
type QChart__ChartTheme ¶
type QChart__ChartTheme int64
QChart::ChartTheme
const ( QChart__ChartThemeLight QChart__ChartTheme = QChart__ChartTheme(0) QChart__ChartThemeBlueCerulean QChart__ChartTheme = QChart__ChartTheme(1) QChart__ChartThemeDark QChart__ChartTheme = QChart__ChartTheme(2) QChart__ChartThemeBrownSand QChart__ChartTheme = QChart__ChartTheme(3) QChart__ChartThemeBlueNcs QChart__ChartTheme = QChart__ChartTheme(4) QChart__ChartThemeHighContrast QChart__ChartTheme = QChart__ChartTheme(5) QChart__ChartThemeBlueIcy QChart__ChartTheme = QChart__ChartTheme(6) QChart__ChartThemeQt QChart__ChartTheme = QChart__ChartTheme(7) )
type QChart__ChartType ¶
type QChart__ChartType int64
QChart::ChartType
const ( QChart__ChartTypeUndefined QChart__ChartType = QChart__ChartType(0) QChart__ChartTypeCartesian QChart__ChartType = QChart__ChartType(1) QChart__ChartTypePolar QChart__ChartType = QChart__ChartType(2) )
type QDateTimeAxis ¶
type QDateTimeAxis struct {
QAbstractAxis
}
func NewQDateTimeAxis ¶
func NewQDateTimeAxis(parent core.QObject_ITF) *QDateTimeAxis
func NewQDateTimeAxisFromPointer ¶
func NewQDateTimeAxisFromPointer(ptr unsafe.Pointer) (n *QDateTimeAxis)
func (*QDateTimeAxis) ClassNameInternalF ¶
func (n *QDateTimeAxis) ClassNameInternalF() string
func (*QDateTimeAxis) ConnectDestroyQDateTimeAxis ¶
func (ptr *QDateTimeAxis) ConnectDestroyQDateTimeAxis(f func())
func (*QDateTimeAxis) ConnectFormatChanged ¶
func (ptr *QDateTimeAxis) ConnectFormatChanged(f func(format string))
func (*QDateTimeAxis) ConnectMaxChanged ¶
func (ptr *QDateTimeAxis) ConnectMaxChanged(f func(max *core.QDateTime))
func (*QDateTimeAxis) ConnectMinChanged ¶
func (ptr *QDateTimeAxis) ConnectMinChanged(f func(min *core.QDateTime))
func (*QDateTimeAxis) ConnectRangeChanged ¶
func (ptr *QDateTimeAxis) ConnectRangeChanged(f func(min *core.QDateTime, max *core.QDateTime))
func (*QDateTimeAxis) ConnectTickCountChanged ¶
func (ptr *QDateTimeAxis) ConnectTickCountChanged(f func(tickCount int))
func (*QDateTimeAxis) ConnectType ¶
func (ptr *QDateTimeAxis) ConnectType(f func() QAbstractAxis__AxisType)
func (*QDateTimeAxis) DestroyQDateTimeAxis ¶
func (ptr *QDateTimeAxis) DestroyQDateTimeAxis()
func (*QDateTimeAxis) DestroyQDateTimeAxisDefault ¶
func (ptr *QDateTimeAxis) DestroyQDateTimeAxisDefault()
func (*QDateTimeAxis) DisconnectDestroyQDateTimeAxis ¶
func (ptr *QDateTimeAxis) DisconnectDestroyQDateTimeAxis()
func (*QDateTimeAxis) DisconnectFormatChanged ¶
func (ptr *QDateTimeAxis) DisconnectFormatChanged()
func (*QDateTimeAxis) DisconnectMaxChanged ¶
func (ptr *QDateTimeAxis) DisconnectMaxChanged()
func (*QDateTimeAxis) DisconnectMinChanged ¶
func (ptr *QDateTimeAxis) DisconnectMinChanged()
func (*QDateTimeAxis) DisconnectRangeChanged ¶
func (ptr *QDateTimeAxis) DisconnectRangeChanged()
func (*QDateTimeAxis) DisconnectTickCountChanged ¶
func (ptr *QDateTimeAxis) DisconnectTickCountChanged()
func (*QDateTimeAxis) DisconnectType ¶
func (ptr *QDateTimeAxis) DisconnectType()
func (*QDateTimeAxis) Format ¶
func (ptr *QDateTimeAxis) Format() string
func (*QDateTimeAxis) FormatChanged ¶
func (ptr *QDateTimeAxis) FormatChanged(format string)
func (*QDateTimeAxis) InitFromInternal ¶
func (n *QDateTimeAxis) InitFromInternal(ptr uintptr, name string)
func (*QDateTimeAxis) Max ¶
func (ptr *QDateTimeAxis) Max() *core.QDateTime
func (*QDateTimeAxis) MaxChanged ¶
func (ptr *QDateTimeAxis) MaxChanged(max core.QDateTime_ITF)
func (*QDateTimeAxis) Min ¶
func (ptr *QDateTimeAxis) Min() *core.QDateTime
func (*QDateTimeAxis) MinChanged ¶
func (ptr *QDateTimeAxis) MinChanged(min core.QDateTime_ITF)
func (*QDateTimeAxis) Pointer ¶
func (ptr *QDateTimeAxis) Pointer() unsafe.Pointer
func (*QDateTimeAxis) QDateTimeAxis_PTR ¶
func (ptr *QDateTimeAxis) QDateTimeAxis_PTR() *QDateTimeAxis
func (*QDateTimeAxis) RangeChanged ¶
func (ptr *QDateTimeAxis) RangeChanged(min core.QDateTime_ITF, max core.QDateTime_ITF)
func (*QDateTimeAxis) SetFormat ¶
func (ptr *QDateTimeAxis) SetFormat(format string)
func (*QDateTimeAxis) SetMax ¶
func (ptr *QDateTimeAxis) SetMax(max core.QDateTime_ITF)
func (*QDateTimeAxis) SetMin ¶
func (ptr *QDateTimeAxis) SetMin(min core.QDateTime_ITF)
func (*QDateTimeAxis) SetPointer ¶
func (ptr *QDateTimeAxis) SetPointer(p unsafe.Pointer)
func (*QDateTimeAxis) SetRange ¶
func (ptr *QDateTimeAxis) SetRange(min core.QDateTime_ITF, max core.QDateTime_ITF)
func (*QDateTimeAxis) SetTickCount ¶
func (ptr *QDateTimeAxis) SetTickCount(count int)
func (*QDateTimeAxis) TickCount ¶
func (ptr *QDateTimeAxis) TickCount() int
func (*QDateTimeAxis) TickCountChanged ¶
func (ptr *QDateTimeAxis) TickCountChanged(tickCount int)
func (*QDateTimeAxis) Type ¶
func (ptr *QDateTimeAxis) Type() QAbstractAxis__AxisType
func (*QDateTimeAxis) TypeDefault ¶
func (ptr *QDateTimeAxis) TypeDefault() QAbstractAxis__AxisType
type QDateTimeAxis_ITF ¶
type QDateTimeAxis_ITF interface { QAbstractAxis_ITF QDateTimeAxis_PTR() *QDateTimeAxis }
type QHBarModelMapper ¶
func NewQHBarModelMapper ¶
func NewQHBarModelMapper(parent core.QObject_ITF) *QHBarModelMapper
func NewQHBarModelMapperFromPointer ¶
func NewQHBarModelMapperFromPointer(ptr unsafe.Pointer) (n *QHBarModelMapper)
func (*QHBarModelMapper) ChildEventDefault ¶
func (ptr *QHBarModelMapper) ChildEventDefault(event core.QChildEvent_ITF)
func (*QHBarModelMapper) ClassNameInternalF ¶
func (n *QHBarModelMapper) ClassNameInternalF() string
func (*QHBarModelMapper) ColumnCount ¶
func (ptr *QHBarModelMapper) ColumnCount() int
func (*QHBarModelMapper) ColumnCountChanged ¶
func (ptr *QHBarModelMapper) ColumnCountChanged()
func (*QHBarModelMapper) ConnectColumnCountChanged ¶
func (ptr *QHBarModelMapper) ConnectColumnCountChanged(f func())
func (*QHBarModelMapper) ConnectFirstBarSetRowChanged ¶
func (ptr *QHBarModelMapper) ConnectFirstBarSetRowChanged(f func())
func (*QHBarModelMapper) ConnectFirstColumnChanged ¶
func (ptr *QHBarModelMapper) ConnectFirstColumnChanged(f func())
func (*QHBarModelMapper) ConnectLastBarSetRowChanged ¶
func (ptr *QHBarModelMapper) ConnectLastBarSetRowChanged(f func())
func (*QHBarModelMapper) ConnectModelReplaced ¶
func (ptr *QHBarModelMapper) ConnectModelReplaced(f func())
func (*QHBarModelMapper) ConnectNotifyDefault ¶
func (ptr *QHBarModelMapper) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QHBarModelMapper) ConnectSeriesReplaced ¶
func (ptr *QHBarModelMapper) ConnectSeriesReplaced(f func())
func (*QHBarModelMapper) CustomEventDefault ¶
func (ptr *QHBarModelMapper) CustomEventDefault(event core.QEvent_ITF)
func (*QHBarModelMapper) DeleteLaterDefault ¶
func (ptr *QHBarModelMapper) DeleteLaterDefault()
func (*QHBarModelMapper) DestroyQHBarModelMapper ¶
func (ptr *QHBarModelMapper) DestroyQHBarModelMapper()
func (*QHBarModelMapper) DisconnectColumnCountChanged ¶
func (ptr *QHBarModelMapper) DisconnectColumnCountChanged()
func (*QHBarModelMapper) DisconnectFirstBarSetRowChanged ¶
func (ptr *QHBarModelMapper) DisconnectFirstBarSetRowChanged()
func (*QHBarModelMapper) DisconnectFirstColumnChanged ¶
func (ptr *QHBarModelMapper) DisconnectFirstColumnChanged()
func (*QHBarModelMapper) DisconnectLastBarSetRowChanged ¶
func (ptr *QHBarModelMapper) DisconnectLastBarSetRowChanged()
func (*QHBarModelMapper) DisconnectModelReplaced ¶
func (ptr *QHBarModelMapper) DisconnectModelReplaced()
func (*QHBarModelMapper) DisconnectNotifyDefault ¶
func (ptr *QHBarModelMapper) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QHBarModelMapper) DisconnectSeriesReplaced ¶
func (ptr *QHBarModelMapper) DisconnectSeriesReplaced()
func (*QHBarModelMapper) EventDefault ¶
func (ptr *QHBarModelMapper) EventDefault(e core.QEvent_ITF) bool
func (*QHBarModelMapper) EventFilterDefault ¶
func (ptr *QHBarModelMapper) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QHBarModelMapper) FirstBarSetRow ¶
func (ptr *QHBarModelMapper) FirstBarSetRow() int
func (*QHBarModelMapper) FirstBarSetRowChanged ¶
func (ptr *QHBarModelMapper) FirstBarSetRowChanged()
func (*QHBarModelMapper) FirstColumn ¶
func (ptr *QHBarModelMapper) FirstColumn() int
func (*QHBarModelMapper) FirstColumnChanged ¶
func (ptr *QHBarModelMapper) FirstColumnChanged()
func (*QHBarModelMapper) InitFromInternal ¶
func (n *QHBarModelMapper) InitFromInternal(ptr uintptr, name string)
func (*QHBarModelMapper) LastBarSetRow ¶
func (ptr *QHBarModelMapper) LastBarSetRow() int
func (*QHBarModelMapper) LastBarSetRowChanged ¶
func (ptr *QHBarModelMapper) LastBarSetRowChanged()
func (*QHBarModelMapper) MetaObjectDefault ¶
func (ptr *QHBarModelMapper) MetaObjectDefault() *core.QMetaObject
func (*QHBarModelMapper) Model ¶
func (ptr *QHBarModelMapper) Model() *core.QAbstractItemModel
func (*QHBarModelMapper) ModelReplaced ¶
func (ptr *QHBarModelMapper) ModelReplaced()
func (*QHBarModelMapper) Pointer ¶
func (ptr *QHBarModelMapper) Pointer() unsafe.Pointer
func (*QHBarModelMapper) QHBarModelMapper_PTR ¶
func (ptr *QHBarModelMapper) QHBarModelMapper_PTR() *QHBarModelMapper
func (*QHBarModelMapper) Series ¶
func (ptr *QHBarModelMapper) Series() *QAbstractBarSeries
func (*QHBarModelMapper) SeriesReplaced ¶
func (ptr *QHBarModelMapper) SeriesReplaced()
func (*QHBarModelMapper) SetColumnCount ¶
func (ptr *QHBarModelMapper) SetColumnCount(columnCount int)
func (*QHBarModelMapper) SetFirstBarSetRow ¶
func (ptr *QHBarModelMapper) SetFirstBarSetRow(firstBarSetRow int)
func (*QHBarModelMapper) SetFirstColumn ¶
func (ptr *QHBarModelMapper) SetFirstColumn(firstColumn int)
func (*QHBarModelMapper) SetLastBarSetRow ¶
func (ptr *QHBarModelMapper) SetLastBarSetRow(lastBarSetRow int)
func (*QHBarModelMapper) SetModel ¶
func (ptr *QHBarModelMapper) SetModel(model core.QAbstractItemModel_ITF)
func (*QHBarModelMapper) SetPointer ¶
func (ptr *QHBarModelMapper) SetPointer(p unsafe.Pointer)
func (*QHBarModelMapper) SetSeries ¶
func (ptr *QHBarModelMapper) SetSeries(series QAbstractBarSeries_ITF)
func (*QHBarModelMapper) TimerEventDefault ¶
func (ptr *QHBarModelMapper) TimerEventDefault(event core.QTimerEvent_ITF)
type QHBarModelMapper_ITF ¶
type QHBarModelMapper_ITF interface { core.QObject_ITF QHBarModelMapper_PTR() *QHBarModelMapper }
type QHBoxPlotModelMapper ¶
func NewQHBoxPlotModelMapper ¶
func NewQHBoxPlotModelMapper(parent core.QObject_ITF) *QHBoxPlotModelMapper
func NewQHBoxPlotModelMapperFromPointer ¶
func NewQHBoxPlotModelMapperFromPointer(ptr unsafe.Pointer) (n *QHBoxPlotModelMapper)
func (*QHBoxPlotModelMapper) ChildEventDefault ¶
func (ptr *QHBoxPlotModelMapper) ChildEventDefault(event core.QChildEvent_ITF)
func (*QHBoxPlotModelMapper) ClassNameInternalF ¶
func (n *QHBoxPlotModelMapper) ClassNameInternalF() string
func (*QHBoxPlotModelMapper) ColumnCount ¶
func (ptr *QHBoxPlotModelMapper) ColumnCount() int
func (*QHBoxPlotModelMapper) ColumnCountChanged ¶
func (ptr *QHBoxPlotModelMapper) ColumnCountChanged()
func (*QHBoxPlotModelMapper) ConnectColumnCountChanged ¶
func (ptr *QHBoxPlotModelMapper) ConnectColumnCountChanged(f func())
func (*QHBoxPlotModelMapper) ConnectFirstBoxSetRowChanged ¶
func (ptr *QHBoxPlotModelMapper) ConnectFirstBoxSetRowChanged(f func())
func (*QHBoxPlotModelMapper) ConnectFirstColumnChanged ¶
func (ptr *QHBoxPlotModelMapper) ConnectFirstColumnChanged(f func())
func (*QHBoxPlotModelMapper) ConnectLastBoxSetRowChanged ¶
func (ptr *QHBoxPlotModelMapper) ConnectLastBoxSetRowChanged(f func())
func (*QHBoxPlotModelMapper) ConnectModelReplaced ¶
func (ptr *QHBoxPlotModelMapper) ConnectModelReplaced(f func())
func (*QHBoxPlotModelMapper) ConnectNotifyDefault ¶
func (ptr *QHBoxPlotModelMapper) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QHBoxPlotModelMapper) ConnectSeriesReplaced ¶
func (ptr *QHBoxPlotModelMapper) ConnectSeriesReplaced(f func())
func (*QHBoxPlotModelMapper) CustomEventDefault ¶
func (ptr *QHBoxPlotModelMapper) CustomEventDefault(event core.QEvent_ITF)
func (*QHBoxPlotModelMapper) DeleteLaterDefault ¶
func (ptr *QHBoxPlotModelMapper) DeleteLaterDefault()
func (*QHBoxPlotModelMapper) DestroyQHBoxPlotModelMapper ¶
func (ptr *QHBoxPlotModelMapper) DestroyQHBoxPlotModelMapper()
func (*QHBoxPlotModelMapper) DisconnectColumnCountChanged ¶
func (ptr *QHBoxPlotModelMapper) DisconnectColumnCountChanged()
func (*QHBoxPlotModelMapper) DisconnectFirstBoxSetRowChanged ¶
func (ptr *QHBoxPlotModelMapper) DisconnectFirstBoxSetRowChanged()
func (*QHBoxPlotModelMapper) DisconnectFirstColumnChanged ¶
func (ptr *QHBoxPlotModelMapper) DisconnectFirstColumnChanged()
func (*QHBoxPlotModelMapper) DisconnectLastBoxSetRowChanged ¶
func (ptr *QHBoxPlotModelMapper) DisconnectLastBoxSetRowChanged()
func (*QHBoxPlotModelMapper) DisconnectModelReplaced ¶
func (ptr *QHBoxPlotModelMapper) DisconnectModelReplaced()
func (*QHBoxPlotModelMapper) DisconnectNotifyDefault ¶
func (ptr *QHBoxPlotModelMapper) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QHBoxPlotModelMapper) DisconnectSeriesReplaced ¶
func (ptr *QHBoxPlotModelMapper) DisconnectSeriesReplaced()
func (*QHBoxPlotModelMapper) EventDefault ¶
func (ptr *QHBoxPlotModelMapper) EventDefault(e core.QEvent_ITF) bool
func (*QHBoxPlotModelMapper) EventFilterDefault ¶
func (ptr *QHBoxPlotModelMapper) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QHBoxPlotModelMapper) FirstBoxSetRow ¶
func (ptr *QHBoxPlotModelMapper) FirstBoxSetRow() int
func (*QHBoxPlotModelMapper) FirstBoxSetRowChanged ¶
func (ptr *QHBoxPlotModelMapper) FirstBoxSetRowChanged()
func (*QHBoxPlotModelMapper) FirstColumn ¶
func (ptr *QHBoxPlotModelMapper) FirstColumn() int
func (*QHBoxPlotModelMapper) FirstColumnChanged ¶
func (ptr *QHBoxPlotModelMapper) FirstColumnChanged()
func (*QHBoxPlotModelMapper) InitFromInternal ¶
func (n *QHBoxPlotModelMapper) InitFromInternal(ptr uintptr, name string)
func (*QHBoxPlotModelMapper) LastBoxSetRow ¶
func (ptr *QHBoxPlotModelMapper) LastBoxSetRow() int
func (*QHBoxPlotModelMapper) LastBoxSetRowChanged ¶
func (ptr *QHBoxPlotModelMapper) LastBoxSetRowChanged()
func (*QHBoxPlotModelMapper) MetaObjectDefault ¶
func (ptr *QHBoxPlotModelMapper) MetaObjectDefault() *core.QMetaObject
func (*QHBoxPlotModelMapper) Model ¶
func (ptr *QHBoxPlotModelMapper) Model() *core.QAbstractItemModel
func (*QHBoxPlotModelMapper) ModelReplaced ¶
func (ptr *QHBoxPlotModelMapper) ModelReplaced()
func (*QHBoxPlotModelMapper) Pointer ¶
func (ptr *QHBoxPlotModelMapper) Pointer() unsafe.Pointer
func (*QHBoxPlotModelMapper) QHBoxPlotModelMapper_PTR ¶
func (ptr *QHBoxPlotModelMapper) QHBoxPlotModelMapper_PTR() *QHBoxPlotModelMapper
func (*QHBoxPlotModelMapper) Series ¶
func (ptr *QHBoxPlotModelMapper) Series() *QBoxPlotSeries
func (*QHBoxPlotModelMapper) SeriesReplaced ¶
func (ptr *QHBoxPlotModelMapper) SeriesReplaced()
func (*QHBoxPlotModelMapper) SetColumnCount ¶
func (ptr *QHBoxPlotModelMapper) SetColumnCount(rowCount int)
func (*QHBoxPlotModelMapper) SetFirstBoxSetRow ¶
func (ptr *QHBoxPlotModelMapper) SetFirstBoxSetRow(firstBoxSetRow int)
func (*QHBoxPlotModelMapper) SetFirstColumn ¶
func (ptr *QHBoxPlotModelMapper) SetFirstColumn(firstColumn int)
func (*QHBoxPlotModelMapper) SetLastBoxSetRow ¶
func (ptr *QHBoxPlotModelMapper) SetLastBoxSetRow(lastBoxSetRow int)
func (*QHBoxPlotModelMapper) SetModel ¶
func (ptr *QHBoxPlotModelMapper) SetModel(model core.QAbstractItemModel_ITF)
func (*QHBoxPlotModelMapper) SetPointer ¶
func (ptr *QHBoxPlotModelMapper) SetPointer(p unsafe.Pointer)
func (*QHBoxPlotModelMapper) SetSeries ¶
func (ptr *QHBoxPlotModelMapper) SetSeries(series QBoxPlotSeries_ITF)
func (*QHBoxPlotModelMapper) TimerEventDefault ¶
func (ptr *QHBoxPlotModelMapper) TimerEventDefault(event core.QTimerEvent_ITF)
type QHBoxPlotModelMapper_ITF ¶
type QHBoxPlotModelMapper_ITF interface { core.QObject_ITF QHBoxPlotModelMapper_PTR() *QHBoxPlotModelMapper }
type QHCandlestickModelMapper ¶
type QHCandlestickModelMapper struct {
QCandlestickModelMapper
}
func NewQHCandlestickModelMapper ¶
func NewQHCandlestickModelMapper(parent core.QObject_ITF) *QHCandlestickModelMapper
func NewQHCandlestickModelMapperFromPointer ¶
func NewQHCandlestickModelMapperFromPointer(ptr unsafe.Pointer) (n *QHCandlestickModelMapper)
func (*QHCandlestickModelMapper) ClassNameInternalF ¶
func (n *QHCandlestickModelMapper) ClassNameInternalF() string
func (*QHCandlestickModelMapper) CloseColumn ¶
func (ptr *QHCandlestickModelMapper) CloseColumn() int
func (*QHCandlestickModelMapper) CloseColumnChanged ¶
func (ptr *QHCandlestickModelMapper) CloseColumnChanged()
func (*QHCandlestickModelMapper) ConnectCloseColumnChanged ¶
func (ptr *QHCandlestickModelMapper) ConnectCloseColumnChanged(f func())
func (*QHCandlestickModelMapper) ConnectFirstSetRowChanged ¶
func (ptr *QHCandlestickModelMapper) ConnectFirstSetRowChanged(f func())
func (*QHCandlestickModelMapper) ConnectHighColumnChanged ¶
func (ptr *QHCandlestickModelMapper) ConnectHighColumnChanged(f func())
func (*QHCandlestickModelMapper) ConnectLastSetRowChanged ¶
func (ptr *QHCandlestickModelMapper) ConnectLastSetRowChanged(f func())
func (*QHCandlestickModelMapper) ConnectLowColumnChanged ¶
func (ptr *QHCandlestickModelMapper) ConnectLowColumnChanged(f func())
func (*QHCandlestickModelMapper) ConnectOpenColumnChanged ¶
func (ptr *QHCandlestickModelMapper) ConnectOpenColumnChanged(f func())
func (*QHCandlestickModelMapper) ConnectOrientation ¶
func (ptr *QHCandlestickModelMapper) ConnectOrientation(f func() core.Qt__Orientation)
func (*QHCandlestickModelMapper) ConnectTimestampColumnChanged ¶
func (ptr *QHCandlestickModelMapper) ConnectTimestampColumnChanged(f func())
func (*QHCandlestickModelMapper) DestroyQHCandlestickModelMapper ¶
func (ptr *QHCandlestickModelMapper) DestroyQHCandlestickModelMapper()
func (*QHCandlestickModelMapper) DisconnectCloseColumnChanged ¶
func (ptr *QHCandlestickModelMapper) DisconnectCloseColumnChanged()
func (*QHCandlestickModelMapper) DisconnectFirstSetRowChanged ¶
func (ptr *QHCandlestickModelMapper) DisconnectFirstSetRowChanged()
func (*QHCandlestickModelMapper) DisconnectHighColumnChanged ¶
func (ptr *QHCandlestickModelMapper) DisconnectHighColumnChanged()
func (*QHCandlestickModelMapper) DisconnectLastSetRowChanged ¶
func (ptr *QHCandlestickModelMapper) DisconnectLastSetRowChanged()
func (*QHCandlestickModelMapper) DisconnectLowColumnChanged ¶
func (ptr *QHCandlestickModelMapper) DisconnectLowColumnChanged()
func (*QHCandlestickModelMapper) DisconnectOpenColumnChanged ¶
func (ptr *QHCandlestickModelMapper) DisconnectOpenColumnChanged()
func (*QHCandlestickModelMapper) DisconnectOrientation ¶
func (ptr *QHCandlestickModelMapper) DisconnectOrientation()
func (*QHCandlestickModelMapper) DisconnectTimestampColumnChanged ¶
func (ptr *QHCandlestickModelMapper) DisconnectTimestampColumnChanged()
func (*QHCandlestickModelMapper) FirstSetRow ¶
func (ptr *QHCandlestickModelMapper) FirstSetRow() int
func (*QHCandlestickModelMapper) FirstSetRowChanged ¶
func (ptr *QHCandlestickModelMapper) FirstSetRowChanged()
func (*QHCandlestickModelMapper) HighColumn ¶
func (ptr *QHCandlestickModelMapper) HighColumn() int
func (*QHCandlestickModelMapper) HighColumnChanged ¶
func (ptr *QHCandlestickModelMapper) HighColumnChanged()
func (*QHCandlestickModelMapper) InitFromInternal ¶
func (n *QHCandlestickModelMapper) InitFromInternal(ptr uintptr, name string)
func (*QHCandlestickModelMapper) LastSetRow ¶
func (ptr *QHCandlestickModelMapper) LastSetRow() int
func (*QHCandlestickModelMapper) LastSetRowChanged ¶
func (ptr *QHCandlestickModelMapper) LastSetRowChanged()
func (*QHCandlestickModelMapper) LowColumn ¶
func (ptr *QHCandlestickModelMapper) LowColumn() int
func (*QHCandlestickModelMapper) LowColumnChanged ¶
func (ptr *QHCandlestickModelMapper) LowColumnChanged()
func (*QHCandlestickModelMapper) OpenColumn ¶
func (ptr *QHCandlestickModelMapper) OpenColumn() int
func (*QHCandlestickModelMapper) OpenColumnChanged ¶
func (ptr *QHCandlestickModelMapper) OpenColumnChanged()
func (*QHCandlestickModelMapper) Orientation ¶
func (ptr *QHCandlestickModelMapper) Orientation() core.Qt__Orientation
func (*QHCandlestickModelMapper) OrientationDefault ¶
func (ptr *QHCandlestickModelMapper) OrientationDefault() core.Qt__Orientation
func (*QHCandlestickModelMapper) Pointer ¶
func (ptr *QHCandlestickModelMapper) Pointer() unsafe.Pointer
func (*QHCandlestickModelMapper) QHCandlestickModelMapper_PTR ¶
func (ptr *QHCandlestickModelMapper) QHCandlestickModelMapper_PTR() *QHCandlestickModelMapper
func (*QHCandlestickModelMapper) SetCloseColumn ¶
func (ptr *QHCandlestickModelMapper) SetCloseColumn(closeColumn int)
func (*QHCandlestickModelMapper) SetFirstSetRow ¶
func (ptr *QHCandlestickModelMapper) SetFirstSetRow(firstSetRow int)
func (*QHCandlestickModelMapper) SetHighColumn ¶
func (ptr *QHCandlestickModelMapper) SetHighColumn(highColumn int)
func (*QHCandlestickModelMapper) SetLastSetRow ¶
func (ptr *QHCandlestickModelMapper) SetLastSetRow(lastSetRow int)
func (*QHCandlestickModelMapper) SetLowColumn ¶
func (ptr *QHCandlestickModelMapper) SetLowColumn(lowColumn int)
func (*QHCandlestickModelMapper) SetOpenColumn ¶
func (ptr *QHCandlestickModelMapper) SetOpenColumn(openColumn int)
func (*QHCandlestickModelMapper) SetPointer ¶
func (ptr *QHCandlestickModelMapper) SetPointer(p unsafe.Pointer)
func (*QHCandlestickModelMapper) SetTimestampColumn ¶
func (ptr *QHCandlestickModelMapper) SetTimestampColumn(timestampColumn int)
func (*QHCandlestickModelMapper) TimestampColumn ¶
func (ptr *QHCandlestickModelMapper) TimestampColumn() int
func (*QHCandlestickModelMapper) TimestampColumnChanged ¶
func (ptr *QHCandlestickModelMapper) TimestampColumnChanged()
type QHCandlestickModelMapper_ITF ¶
type QHCandlestickModelMapper_ITF interface { QCandlestickModelMapper_ITF QHCandlestickModelMapper_PTR() *QHCandlestickModelMapper }
type QHPieModelMapper ¶
type QHPieModelMapper struct {
QPieModelMapper
}
func NewQHPieModelMapper ¶
func NewQHPieModelMapper(parent core.QObject_ITF) *QHPieModelMapper
func NewQHPieModelMapperFromPointer ¶
func NewQHPieModelMapperFromPointer(ptr unsafe.Pointer) (n *QHPieModelMapper)
func (*QHPieModelMapper) ClassNameInternalF ¶
func (n *QHPieModelMapper) ClassNameInternalF() string
func (*QHPieModelMapper) ColumnCount ¶
func (ptr *QHPieModelMapper) ColumnCount() int
func (*QHPieModelMapper) ColumnCountChanged ¶
func (ptr *QHPieModelMapper) ColumnCountChanged()
func (*QHPieModelMapper) ConnectColumnCountChanged ¶
func (ptr *QHPieModelMapper) ConnectColumnCountChanged(f func())
func (*QHPieModelMapper) ConnectFirstColumnChanged ¶
func (ptr *QHPieModelMapper) ConnectFirstColumnChanged(f func())
func (*QHPieModelMapper) ConnectLabelsRowChanged ¶
func (ptr *QHPieModelMapper) ConnectLabelsRowChanged(f func())
func (*QHPieModelMapper) ConnectModelReplaced ¶
func (ptr *QHPieModelMapper) ConnectModelReplaced(f func())
func (*QHPieModelMapper) ConnectSeriesReplaced ¶
func (ptr *QHPieModelMapper) ConnectSeriesReplaced(f func())
func (*QHPieModelMapper) ConnectValuesRowChanged ¶
func (ptr *QHPieModelMapper) ConnectValuesRowChanged(f func())
func (*QHPieModelMapper) DestroyQHPieModelMapper ¶
func (ptr *QHPieModelMapper) DestroyQHPieModelMapper()
func (*QHPieModelMapper) DisconnectColumnCountChanged ¶
func (ptr *QHPieModelMapper) DisconnectColumnCountChanged()
func (*QHPieModelMapper) DisconnectFirstColumnChanged ¶
func (ptr *QHPieModelMapper) DisconnectFirstColumnChanged()
func (*QHPieModelMapper) DisconnectLabelsRowChanged ¶
func (ptr *QHPieModelMapper) DisconnectLabelsRowChanged()
func (*QHPieModelMapper) DisconnectModelReplaced ¶
func (ptr *QHPieModelMapper) DisconnectModelReplaced()
func (*QHPieModelMapper) DisconnectSeriesReplaced ¶
func (ptr *QHPieModelMapper) DisconnectSeriesReplaced()
func (*QHPieModelMapper) DisconnectValuesRowChanged ¶
func (ptr *QHPieModelMapper) DisconnectValuesRowChanged()
func (*QHPieModelMapper) FirstColumn ¶
func (ptr *QHPieModelMapper) FirstColumn() int
func (*QHPieModelMapper) FirstColumnChanged ¶
func (ptr *QHPieModelMapper) FirstColumnChanged()
func (*QHPieModelMapper) InitFromInternal ¶
func (n *QHPieModelMapper) InitFromInternal(ptr uintptr, name string)
func (*QHPieModelMapper) LabelsRow ¶
func (ptr *QHPieModelMapper) LabelsRow() int
func (*QHPieModelMapper) LabelsRowChanged ¶
func (ptr *QHPieModelMapper) LabelsRowChanged()
func (*QHPieModelMapper) Model ¶
func (ptr *QHPieModelMapper) Model() *core.QAbstractItemModel
func (*QHPieModelMapper) ModelReplaced ¶
func (ptr *QHPieModelMapper) ModelReplaced()
func (*QHPieModelMapper) Pointer ¶
func (ptr *QHPieModelMapper) Pointer() unsafe.Pointer
func (*QHPieModelMapper) QHPieModelMapper_PTR ¶
func (ptr *QHPieModelMapper) QHPieModelMapper_PTR() *QHPieModelMapper
func (*QHPieModelMapper) Series ¶
func (ptr *QHPieModelMapper) Series() *QPieSeries
func (*QHPieModelMapper) SeriesReplaced ¶
func (ptr *QHPieModelMapper) SeriesReplaced()
func (*QHPieModelMapper) SetColumnCount ¶
func (ptr *QHPieModelMapper) SetColumnCount(columnCount int)
func (*QHPieModelMapper) SetFirstColumn ¶
func (ptr *QHPieModelMapper) SetFirstColumn(firstColumn int)
func (*QHPieModelMapper) SetLabelsRow ¶
func (ptr *QHPieModelMapper) SetLabelsRow(labelsRow int)
func (*QHPieModelMapper) SetModel ¶
func (ptr *QHPieModelMapper) SetModel(model core.QAbstractItemModel_ITF)
func (*QHPieModelMapper) SetPointer ¶
func (ptr *QHPieModelMapper) SetPointer(p unsafe.Pointer)
func (*QHPieModelMapper) SetSeries ¶
func (ptr *QHPieModelMapper) SetSeries(series QPieSeries_ITF)
func (*QHPieModelMapper) SetValuesRow ¶
func (ptr *QHPieModelMapper) SetValuesRow(valuesRow int)
func (*QHPieModelMapper) ValuesRow ¶
func (ptr *QHPieModelMapper) ValuesRow() int
func (*QHPieModelMapper) ValuesRowChanged ¶
func (ptr *QHPieModelMapper) ValuesRowChanged()
type QHPieModelMapper_ITF ¶
type QHPieModelMapper_ITF interface { QPieModelMapper_ITF QHPieModelMapper_PTR() *QHPieModelMapper }
type QHXYModelMapper ¶
type QHXYModelMapper struct {
QXYModelMapper
}
func NewQHXYModelMapper ¶
func NewQHXYModelMapper(parent core.QObject_ITF) *QHXYModelMapper
func NewQHXYModelMapperFromPointer ¶
func NewQHXYModelMapperFromPointer(ptr unsafe.Pointer) (n *QHXYModelMapper)
func (*QHXYModelMapper) ClassNameInternalF ¶
func (n *QHXYModelMapper) ClassNameInternalF() string
func (*QHXYModelMapper) ColumnCount ¶
func (ptr *QHXYModelMapper) ColumnCount() int
func (*QHXYModelMapper) ColumnCountChanged ¶
func (ptr *QHXYModelMapper) ColumnCountChanged()
func (*QHXYModelMapper) ConnectColumnCountChanged ¶
func (ptr *QHXYModelMapper) ConnectColumnCountChanged(f func())
func (*QHXYModelMapper) ConnectFirstColumnChanged ¶
func (ptr *QHXYModelMapper) ConnectFirstColumnChanged(f func())
func (*QHXYModelMapper) ConnectModelReplaced ¶
func (ptr *QHXYModelMapper) ConnectModelReplaced(f func())
func (*QHXYModelMapper) ConnectSeriesReplaced ¶
func (ptr *QHXYModelMapper) ConnectSeriesReplaced(f func())
func (*QHXYModelMapper) ConnectXRowChanged ¶
func (ptr *QHXYModelMapper) ConnectXRowChanged(f func())
func (*QHXYModelMapper) ConnectYRowChanged ¶
func (ptr *QHXYModelMapper) ConnectYRowChanged(f func())
func (*QHXYModelMapper) DestroyQHXYModelMapper ¶
func (ptr *QHXYModelMapper) DestroyQHXYModelMapper()
func (*QHXYModelMapper) DisconnectColumnCountChanged ¶
func (ptr *QHXYModelMapper) DisconnectColumnCountChanged()
func (*QHXYModelMapper) DisconnectFirstColumnChanged ¶
func (ptr *QHXYModelMapper) DisconnectFirstColumnChanged()
func (*QHXYModelMapper) DisconnectModelReplaced ¶
func (ptr *QHXYModelMapper) DisconnectModelReplaced()
func (*QHXYModelMapper) DisconnectSeriesReplaced ¶
func (ptr *QHXYModelMapper) DisconnectSeriesReplaced()
func (*QHXYModelMapper) DisconnectXRowChanged ¶
func (ptr *QHXYModelMapper) DisconnectXRowChanged()
func (*QHXYModelMapper) DisconnectYRowChanged ¶
func (ptr *QHXYModelMapper) DisconnectYRowChanged()
func (*QHXYModelMapper) FirstColumn ¶
func (ptr *QHXYModelMapper) FirstColumn() int
func (*QHXYModelMapper) FirstColumnChanged ¶
func (ptr *QHXYModelMapper) FirstColumnChanged()
func (*QHXYModelMapper) InitFromInternal ¶
func (n *QHXYModelMapper) InitFromInternal(ptr uintptr, name string)
func (*QHXYModelMapper) Model ¶
func (ptr *QHXYModelMapper) Model() *core.QAbstractItemModel
func (*QHXYModelMapper) ModelReplaced ¶
func (ptr *QHXYModelMapper) ModelReplaced()
func (*QHXYModelMapper) Pointer ¶
func (ptr *QHXYModelMapper) Pointer() unsafe.Pointer
func (*QHXYModelMapper) QHXYModelMapper_PTR ¶
func (ptr *QHXYModelMapper) QHXYModelMapper_PTR() *QHXYModelMapper
func (*QHXYModelMapper) Series ¶
func (ptr *QHXYModelMapper) Series() *QXYSeries
func (*QHXYModelMapper) SeriesReplaced ¶
func (ptr *QHXYModelMapper) SeriesReplaced()
func (*QHXYModelMapper) SetColumnCount ¶
func (ptr *QHXYModelMapper) SetColumnCount(columnCount int)
func (*QHXYModelMapper) SetFirstColumn ¶
func (ptr *QHXYModelMapper) SetFirstColumn(firstColumn int)
func (*QHXYModelMapper) SetModel ¶
func (ptr *QHXYModelMapper) SetModel(model core.QAbstractItemModel_ITF)
func (*QHXYModelMapper) SetPointer ¶
func (ptr *QHXYModelMapper) SetPointer(p unsafe.Pointer)
func (*QHXYModelMapper) SetSeries ¶
func (ptr *QHXYModelMapper) SetSeries(series QXYSeries_ITF)
func (*QHXYModelMapper) SetXRow ¶
func (ptr *QHXYModelMapper) SetXRow(xRow int)
func (*QHXYModelMapper) SetYRow ¶
func (ptr *QHXYModelMapper) SetYRow(yRow int)
func (*QHXYModelMapper) XRow ¶
func (ptr *QHXYModelMapper) XRow() int
func (*QHXYModelMapper) XRowChanged ¶
func (ptr *QHXYModelMapper) XRowChanged()
func (*QHXYModelMapper) YRow ¶
func (ptr *QHXYModelMapper) YRow() int
func (*QHXYModelMapper) YRowChanged ¶
func (ptr *QHXYModelMapper) YRowChanged()
type QHXYModelMapper_ITF ¶
type QHXYModelMapper_ITF interface { QXYModelMapper_ITF QHXYModelMapper_PTR() *QHXYModelMapper }
type QHorizontalBarSeries ¶
type QHorizontalBarSeries struct {
QAbstractBarSeries
}
func NewQHorizontalBarSeries ¶
func NewQHorizontalBarSeries(parent core.QObject_ITF) *QHorizontalBarSeries
func NewQHorizontalBarSeriesFromPointer ¶
func NewQHorizontalBarSeriesFromPointer(ptr unsafe.Pointer) (n *QHorizontalBarSeries)
func (*QHorizontalBarSeries) ClassNameInternalF ¶
func (n *QHorizontalBarSeries) ClassNameInternalF() string
func (*QHorizontalBarSeries) ConnectDestroyQHorizontalBarSeries ¶
func (ptr *QHorizontalBarSeries) ConnectDestroyQHorizontalBarSeries(f func())
func (*QHorizontalBarSeries) ConnectType ¶
func (ptr *QHorizontalBarSeries) ConnectType(f func() QAbstractSeries__SeriesType)
func (*QHorizontalBarSeries) DestroyQHorizontalBarSeries ¶
func (ptr *QHorizontalBarSeries) DestroyQHorizontalBarSeries()
func (*QHorizontalBarSeries) DestroyQHorizontalBarSeriesDefault ¶
func (ptr *QHorizontalBarSeries) DestroyQHorizontalBarSeriesDefault()
func (*QHorizontalBarSeries) DisconnectDestroyQHorizontalBarSeries ¶
func (ptr *QHorizontalBarSeries) DisconnectDestroyQHorizontalBarSeries()
func (*QHorizontalBarSeries) DisconnectType ¶
func (ptr *QHorizontalBarSeries) DisconnectType()
func (*QHorizontalBarSeries) InitFromInternal ¶
func (n *QHorizontalBarSeries) InitFromInternal(ptr uintptr, name string)
func (*QHorizontalBarSeries) Pointer ¶
func (ptr *QHorizontalBarSeries) Pointer() unsafe.Pointer
func (*QHorizontalBarSeries) QHorizontalBarSeries_PTR ¶
func (ptr *QHorizontalBarSeries) QHorizontalBarSeries_PTR() *QHorizontalBarSeries
func (*QHorizontalBarSeries) SetPointer ¶
func (ptr *QHorizontalBarSeries) SetPointer(p unsafe.Pointer)
func (*QHorizontalBarSeries) Type ¶
func (ptr *QHorizontalBarSeries) Type() QAbstractSeries__SeriesType
func (*QHorizontalBarSeries) TypeDefault ¶
func (ptr *QHorizontalBarSeries) TypeDefault() QAbstractSeries__SeriesType
type QHorizontalBarSeries_ITF ¶
type QHorizontalBarSeries_ITF interface { QAbstractBarSeries_ITF QHorizontalBarSeries_PTR() *QHorizontalBarSeries }
type QHorizontalPercentBarSeries ¶
type QHorizontalPercentBarSeries struct {
QAbstractBarSeries
}
func NewQHorizontalPercentBarSeries ¶
func NewQHorizontalPercentBarSeries(parent core.QObject_ITF) *QHorizontalPercentBarSeries
func NewQHorizontalPercentBarSeriesFromPointer ¶
func NewQHorizontalPercentBarSeriesFromPointer(ptr unsafe.Pointer) (n *QHorizontalPercentBarSeries)
func (*QHorizontalPercentBarSeries) ClassNameInternalF ¶
func (n *QHorizontalPercentBarSeries) ClassNameInternalF() string
func (*QHorizontalPercentBarSeries) ConnectDestroyQHorizontalPercentBarSeries ¶
func (ptr *QHorizontalPercentBarSeries) ConnectDestroyQHorizontalPercentBarSeries(f func())
func (*QHorizontalPercentBarSeries) ConnectType ¶
func (ptr *QHorizontalPercentBarSeries) ConnectType(f func() QAbstractSeries__SeriesType)
func (*QHorizontalPercentBarSeries) DestroyQHorizontalPercentBarSeries ¶
func (ptr *QHorizontalPercentBarSeries) DestroyQHorizontalPercentBarSeries()
func (*QHorizontalPercentBarSeries) DestroyQHorizontalPercentBarSeriesDefault ¶
func (ptr *QHorizontalPercentBarSeries) DestroyQHorizontalPercentBarSeriesDefault()
func (*QHorizontalPercentBarSeries) DisconnectDestroyQHorizontalPercentBarSeries ¶
func (ptr *QHorizontalPercentBarSeries) DisconnectDestroyQHorizontalPercentBarSeries()
func (*QHorizontalPercentBarSeries) DisconnectType ¶
func (ptr *QHorizontalPercentBarSeries) DisconnectType()
func (*QHorizontalPercentBarSeries) InitFromInternal ¶
func (n *QHorizontalPercentBarSeries) InitFromInternal(ptr uintptr, name string)
func (*QHorizontalPercentBarSeries) Pointer ¶
func (ptr *QHorizontalPercentBarSeries) Pointer() unsafe.Pointer
func (*QHorizontalPercentBarSeries) QHorizontalPercentBarSeries_PTR ¶
func (ptr *QHorizontalPercentBarSeries) QHorizontalPercentBarSeries_PTR() *QHorizontalPercentBarSeries
func (*QHorizontalPercentBarSeries) SetPointer ¶
func (ptr *QHorizontalPercentBarSeries) SetPointer(p unsafe.Pointer)
func (*QHorizontalPercentBarSeries) Type ¶
func (ptr *QHorizontalPercentBarSeries) Type() QAbstractSeries__SeriesType
func (*QHorizontalPercentBarSeries) TypeDefault ¶
func (ptr *QHorizontalPercentBarSeries) TypeDefault() QAbstractSeries__SeriesType
type QHorizontalPercentBarSeries_ITF ¶
type QHorizontalPercentBarSeries_ITF interface { QAbstractBarSeries_ITF QHorizontalPercentBarSeries_PTR() *QHorizontalPercentBarSeries }
type QHorizontalStackedBarSeries ¶
type QHorizontalStackedBarSeries struct {
QAbstractBarSeries
}
func NewQHorizontalStackedBarSeries ¶
func NewQHorizontalStackedBarSeries(parent core.QObject_ITF) *QHorizontalStackedBarSeries
func NewQHorizontalStackedBarSeriesFromPointer ¶
func NewQHorizontalStackedBarSeriesFromPointer(ptr unsafe.Pointer) (n *QHorizontalStackedBarSeries)
func (*QHorizontalStackedBarSeries) ClassNameInternalF ¶
func (n *QHorizontalStackedBarSeries) ClassNameInternalF() string
func (*QHorizontalStackedBarSeries) ConnectDestroyQHorizontalStackedBarSeries ¶
func (ptr *QHorizontalStackedBarSeries) ConnectDestroyQHorizontalStackedBarSeries(f func())
func (*QHorizontalStackedBarSeries) ConnectType ¶
func (ptr *QHorizontalStackedBarSeries) ConnectType(f func() QAbstractSeries__SeriesType)
func (*QHorizontalStackedBarSeries) DestroyQHorizontalStackedBarSeries ¶
func (ptr *QHorizontalStackedBarSeries) DestroyQHorizontalStackedBarSeries()
func (*QHorizontalStackedBarSeries) DestroyQHorizontalStackedBarSeriesDefault ¶
func (ptr *QHorizontalStackedBarSeries) DestroyQHorizontalStackedBarSeriesDefault()
func (*QHorizontalStackedBarSeries) DisconnectDestroyQHorizontalStackedBarSeries ¶
func (ptr *QHorizontalStackedBarSeries) DisconnectDestroyQHorizontalStackedBarSeries()
func (*QHorizontalStackedBarSeries) DisconnectType ¶
func (ptr *QHorizontalStackedBarSeries) DisconnectType()
func (*QHorizontalStackedBarSeries) InitFromInternal ¶
func (n *QHorizontalStackedBarSeries) InitFromInternal(ptr uintptr, name string)
func (*QHorizontalStackedBarSeries) Pointer ¶
func (ptr *QHorizontalStackedBarSeries) Pointer() unsafe.Pointer
func (*QHorizontalStackedBarSeries) QHorizontalStackedBarSeries_PTR ¶
func (ptr *QHorizontalStackedBarSeries) QHorizontalStackedBarSeries_PTR() *QHorizontalStackedBarSeries
func (*QHorizontalStackedBarSeries) SetPointer ¶
func (ptr *QHorizontalStackedBarSeries) SetPointer(p unsafe.Pointer)
func (*QHorizontalStackedBarSeries) Type ¶
func (ptr *QHorizontalStackedBarSeries) Type() QAbstractSeries__SeriesType
func (*QHorizontalStackedBarSeries) TypeDefault ¶
func (ptr *QHorizontalStackedBarSeries) TypeDefault() QAbstractSeries__SeriesType
type QHorizontalStackedBarSeries_ITF ¶
type QHorizontalStackedBarSeries_ITF interface { QAbstractBarSeries_ITF QHorizontalStackedBarSeries_PTR() *QHorizontalStackedBarSeries }
type QLegend ¶
type QLegend struct {
widgets.QGraphicsWidget
}
func NewQLegendFromPointer ¶
func (*QLegend) AdvanceDefault ¶
func (*QLegend) Alignment ¶
func (ptr *QLegend) Alignment() core.Qt__AlignmentFlag
func (*QLegend) AttachToChart ¶
func (ptr *QLegend) AttachToChart()
func (*QLegend) BackgroundVisibleChanged ¶
func (*QLegend) BorderColor ¶
func (*QLegend) BorderColorChanged ¶
func (ptr *QLegend) BorderColorChanged(color gui.QColor_ITF)
func (*QLegend) BoundingRectDefault ¶
func (*QLegend) ChangeEventDefault ¶
func (ptr *QLegend) ChangeEventDefault(event core.QEvent_ITF)
func (*QLegend) ChildEventDefault ¶
func (ptr *QLegend) ChildEventDefault(event core.QChildEvent_ITF)
func (*QLegend) ClassNameInternalF ¶
func (*QLegend) CloseDefault ¶
func (*QLegend) CloseEventDefault ¶
func (ptr *QLegend) CloseEventDefault(event gui.QCloseEvent_ITF)
func (*QLegend) CollidesWithItemDefault ¶
func (ptr *QLegend) CollidesWithItemDefault(other widgets.QGraphicsItem_ITF, mode core.Qt__ItemSelectionMode) bool
func (*QLegend) CollidesWithPathDefault ¶
func (ptr *QLegend) CollidesWithPathDefault(path gui.QPainterPath_ITF, mode core.Qt__ItemSelectionMode) bool
func (*QLegend) ColorChanged ¶
func (ptr *QLegend) ColorChanged(color gui.QColor_ITF)
func (*QLegend) ConnectBackgroundVisibleChanged ¶
func (*QLegend) ConnectBorderColorChanged ¶
func (*QLegend) ConnectColorChanged ¶
func (*QLegend) ConnectDestroyQLegend ¶
func (ptr *QLegend) ConnectDestroyQLegend(f func())
func (*QLegend) ConnectFontChanged ¶
func (*QLegend) ConnectLabelColorChanged ¶
func (*QLegend) ConnectMarkerShapeChanged ¶
func (ptr *QLegend) ConnectMarkerShapeChanged(f func(shape QLegend__MarkerShape))
func (*QLegend) ConnectNotifyDefault ¶
func (ptr *QLegend) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QLegend) ConnectReverseMarkersChanged ¶
func (*QLegend) ConnectShowToolTipsChanged ¶
func (*QLegend) ContainsDefault ¶
func (ptr *QLegend) ContainsDefault(point core.QPointF_ITF) bool
func (*QLegend) ContextMenuEventDefault ¶
func (ptr *QLegend) ContextMenuEventDefault(event widgets.QGraphicsSceneContextMenuEvent_ITF)
func (*QLegend) CustomEventDefault ¶
func (ptr *QLegend) CustomEventDefault(event core.QEvent_ITF)
func (*QLegend) DeleteLaterDefault ¶
func (ptr *QLegend) DeleteLaterDefault()
func (*QLegend) DestroyQLegend ¶
func (ptr *QLegend) DestroyQLegend()
func (*QLegend) DestroyQLegendDefault ¶
func (ptr *QLegend) DestroyQLegendDefault()
func (*QLegend) DetachFromChart ¶
func (ptr *QLegend) DetachFromChart()
func (*QLegend) DisconnectBackgroundVisibleChanged ¶
func (ptr *QLegend) DisconnectBackgroundVisibleChanged()
func (*QLegend) DisconnectBorderColorChanged ¶
func (ptr *QLegend) DisconnectBorderColorChanged()
func (*QLegend) DisconnectColorChanged ¶
func (ptr *QLegend) DisconnectColorChanged()
func (*QLegend) DisconnectDestroyQLegend ¶
func (ptr *QLegend) DisconnectDestroyQLegend()
func (*QLegend) DisconnectFontChanged ¶
func (ptr *QLegend) DisconnectFontChanged()
func (*QLegend) DisconnectLabelColorChanged ¶
func (ptr *QLegend) DisconnectLabelColorChanged()
func (*QLegend) DisconnectMarkerShapeChanged ¶
func (ptr *QLegend) DisconnectMarkerShapeChanged()
func (*QLegend) DisconnectNotifyDefault ¶
func (ptr *QLegend) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QLegend) DisconnectReverseMarkersChanged ¶
func (ptr *QLegend) DisconnectReverseMarkersChanged()
func (*QLegend) DisconnectShowToolTipsChanged ¶
func (ptr *QLegend) DisconnectShowToolTipsChanged()
func (*QLegend) DragEnterEventDefault ¶
func (ptr *QLegend) DragEnterEventDefault(event widgets.QGraphicsSceneDragDropEvent_ITF)
func (*QLegend) DragLeaveEventDefault ¶
func (ptr *QLegend) DragLeaveEventDefault(event widgets.QGraphicsSceneDragDropEvent_ITF)
func (*QLegend) DragMoveEventDefault ¶
func (ptr *QLegend) DragMoveEventDefault(event widgets.QGraphicsSceneDragDropEvent_ITF)
func (*QLegend) DropEventDefault ¶
func (ptr *QLegend) DropEventDefault(event widgets.QGraphicsSceneDragDropEvent_ITF)
func (*QLegend) EventDefault ¶
func (ptr *QLegend) EventDefault(event core.QEvent_ITF) bool
func (*QLegend) EventFilterDefault ¶
func (ptr *QLegend) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QLegend) FocusInEventDefault ¶
func (ptr *QLegend) FocusInEventDefault(event gui.QFocusEvent_ITF)
func (*QLegend) FocusNextPrevChildDefault ¶
func (*QLegend) FocusOutEventDefault ¶
func (ptr *QLegend) FocusOutEventDefault(event gui.QFocusEvent_ITF)
func (*QLegend) FontChanged ¶
func (*QLegend) GetContentsMarginsDefault ¶
func (*QLegend) GrabKeyboardEventDefault ¶
func (ptr *QLegend) GrabKeyboardEventDefault(event core.QEvent_ITF)
func (*QLegend) GrabMouseEventDefault ¶
func (ptr *QLegend) GrabMouseEventDefault(event core.QEvent_ITF)
func (*QLegend) HideEventDefault ¶
func (ptr *QLegend) HideEventDefault(event gui.QHideEvent_ITF)
func (*QLegend) HoverEnterEventDefault ¶
func (ptr *QLegend) HoverEnterEventDefault(event widgets.QGraphicsSceneHoverEvent_ITF)
func (*QLegend) HoverLeaveEventDefault ¶
func (ptr *QLegend) HoverLeaveEventDefault(event widgets.QGraphicsSceneHoverEvent_ITF)
func (*QLegend) HoverMoveEventDefault ¶
func (ptr *QLegend) HoverMoveEventDefault(event widgets.QGraphicsSceneHoverEvent_ITF)
func (*QLegend) InitFromInternal ¶
func (*QLegend) InitStyleOptionDefault ¶
func (ptr *QLegend) InitStyleOptionDefault(option widgets.QStyleOption_ITF)
func (*QLegend) InputMethodEventDefault ¶
func (ptr *QLegend) InputMethodEventDefault(event gui.QInputMethodEvent_ITF)
func (*QLegend) InputMethodQueryDefault ¶
func (ptr *QLegend) InputMethodQueryDefault(query core.Qt__InputMethodQuery) *core.QVariant
func (*QLegend) IsAttachedToChart ¶
func (*QLegend) IsBackgroundVisible ¶
func (*QLegend) IsObscuredByDefault ¶
func (ptr *QLegend) IsObscuredByDefault(item widgets.QGraphicsItem_ITF) bool
func (*QLegend) ItemChangeDefault ¶
func (ptr *QLegend) ItemChangeDefault(change widgets.QGraphicsItem__GraphicsItemChange, value core.QVariant_ITF) *core.QVariant
func (*QLegend) KeyPressEventDefault ¶
func (ptr *QLegend) KeyPressEventDefault(event gui.QKeyEvent_ITF)
func (*QLegend) KeyReleaseEventDefault ¶
func (ptr *QLegend) KeyReleaseEventDefault(event gui.QKeyEvent_ITF)
func (*QLegend) LabelBrush ¶
func (*QLegend) LabelColor ¶
func (*QLegend) LabelColorChanged ¶
func (ptr *QLegend) LabelColorChanged(color gui.QColor_ITF)
func (*QLegend) MarkerShape ¶
func (ptr *QLegend) MarkerShape() QLegend__MarkerShape
func (*QLegend) MarkerShapeChanged ¶
func (ptr *QLegend) MarkerShapeChanged(shape QLegend__MarkerShape)
func (*QLegend) Markers ¶
func (ptr *QLegend) Markers(series QAbstractSeries_ITF) []*QLegendMarker
func (*QLegend) MetaObjectDefault ¶
func (ptr *QLegend) MetaObjectDefault() *core.QMetaObject
func (*QLegend) MouseDoubleClickEventDefault ¶
func (ptr *QLegend) MouseDoubleClickEventDefault(event widgets.QGraphicsSceneMouseEvent_ITF)
func (*QLegend) MouseMoveEventDefault ¶
func (ptr *QLegend) MouseMoveEventDefault(event widgets.QGraphicsSceneMouseEvent_ITF)
func (*QLegend) MousePressEventDefault ¶
func (ptr *QLegend) MousePressEventDefault(event widgets.QGraphicsSceneMouseEvent_ITF)
func (*QLegend) MouseReleaseEventDefault ¶
func (ptr *QLegend) MouseReleaseEventDefault(event widgets.QGraphicsSceneMouseEvent_ITF)
func (*QLegend) MoveEventDefault ¶
func (ptr *QLegend) MoveEventDefault(event widgets.QGraphicsSceneMoveEvent_ITF)
func (*QLegend) OpaqueAreaDefault ¶
func (ptr *QLegend) OpaqueAreaDefault() *gui.QPainterPath
func (*QLegend) PaintDefault ¶
func (ptr *QLegend) PaintDefault(painter gui.QPainter_ITF, option widgets.QStyleOptionGraphicsItem_ITF, widget widgets.QWidget_ITF)
func (*QLegend) PaintWindowFrameDefault ¶
func (ptr *QLegend) PaintWindowFrameDefault(painter gui.QPainter_ITF, option widgets.QStyleOptionGraphicsItem_ITF, widget widgets.QWidget_ITF)
func (*QLegend) PolishEventDefault ¶
func (ptr *QLegend) PolishEventDefault()
func (*QLegend) QLegend_PTR ¶
func (*QLegend) ResizeEventDefault ¶
func (ptr *QLegend) ResizeEventDefault(event widgets.QGraphicsSceneResizeEvent_ITF)
func (*QLegend) ReverseMarkers ¶
func (*QLegend) ReverseMarkersChanged ¶
func (*QLegend) SceneEventDefault ¶
func (ptr *QLegend) SceneEventDefault(event core.QEvent_ITF) bool
func (*QLegend) SceneEventFilterDefault ¶
func (ptr *QLegend) SceneEventFilterDefault(watched widgets.QGraphicsItem_ITF, event core.QEvent_ITF) bool
func (*QLegend) SetAlignment ¶
func (ptr *QLegend) SetAlignment(alignment core.Qt__AlignmentFlag)
func (*QLegend) SetBackgroundVisible ¶
func (*QLegend) SetBorderColor ¶
func (ptr *QLegend) SetBorderColor(color gui.QColor_ITF)
func (*QLegend) SetBrush ¶
func (ptr *QLegend) SetBrush(brush gui.QBrush_ITF)
func (*QLegend) SetColor ¶
func (ptr *QLegend) SetColor(color gui.QColor_ITF)
func (*QLegend) SetGeometryDefault ¶
func (ptr *QLegend) SetGeometryDefault(rect core.QRectF_ITF)
func (*QLegend) SetLabelBrush ¶
func (ptr *QLegend) SetLabelBrush(brush gui.QBrush_ITF)
func (*QLegend) SetLabelColor ¶
func (ptr *QLegend) SetLabelColor(color gui.QColor_ITF)
func (*QLegend) SetMarkerShape ¶
func (ptr *QLegend) SetMarkerShape(shape QLegend__MarkerShape)
func (*QLegend) SetPointer ¶
func (*QLegend) SetReverseMarkers ¶
func (*QLegend) SetShowToolTips ¶
func (*QLegend) ShapeDefault ¶
func (ptr *QLegend) ShapeDefault() *gui.QPainterPath
func (*QLegend) ShowEventDefault ¶
func (ptr *QLegend) ShowEventDefault(event gui.QShowEvent_ITF)
func (*QLegend) ShowToolTips ¶
func (*QLegend) ShowToolTipsChanged ¶
func (*QLegend) SizeHintDefault ¶
func (ptr *QLegend) SizeHintDefault(which core.Qt__SizeHint, constraint core.QSizeF_ITF) *core.QSizeF
func (*QLegend) TimerEventDefault ¶
func (ptr *QLegend) TimerEventDefault(event core.QTimerEvent_ITF)
func (*QLegend) TypeDefault ¶
func (*QLegend) UngrabKeyboardEventDefault ¶
func (ptr *QLegend) UngrabKeyboardEventDefault(event core.QEvent_ITF)
func (*QLegend) UngrabMouseEventDefault ¶
func (ptr *QLegend) UngrabMouseEventDefault(event core.QEvent_ITF)
func (*QLegend) UpdateGeometryDefault ¶
func (ptr *QLegend) UpdateGeometryDefault()
func (*QLegend) UpdateMicroFocusDefault ¶
func (ptr *QLegend) UpdateMicroFocusDefault()
func (*QLegend) WheelEventDefault ¶
func (ptr *QLegend) WheelEventDefault(event widgets.QGraphicsSceneWheelEvent_ITF)
func (*QLegend) WindowFrameEventDefault ¶
func (ptr *QLegend) WindowFrameEventDefault(event core.QEvent_ITF) bool
func (*QLegend) WindowFrameSectionAtDefault ¶
func (ptr *QLegend) WindowFrameSectionAtDefault(pos core.QPointF_ITF) core.Qt__WindowFrameSection
type QLegendMarker ¶
func NewQLegendMarkerFromPointer ¶
func NewQLegendMarkerFromPointer(ptr unsafe.Pointer) (n *QLegendMarker)
func (*QLegendMarker) Brush ¶
func (ptr *QLegendMarker) Brush() *gui.QBrush
func (*QLegendMarker) BrushChanged ¶
func (ptr *QLegendMarker) BrushChanged()
func (*QLegendMarker) ChildEventDefault ¶
func (ptr *QLegendMarker) ChildEventDefault(event core.QChildEvent_ITF)
func (*QLegendMarker) ClassNameInternalF ¶
func (n *QLegendMarker) ClassNameInternalF() string
func (*QLegendMarker) Clicked ¶
func (ptr *QLegendMarker) Clicked()
func (*QLegendMarker) ConnectBrushChanged ¶
func (ptr *QLegendMarker) ConnectBrushChanged(f func())
func (*QLegendMarker) ConnectClicked ¶
func (ptr *QLegendMarker) ConnectClicked(f func())
func (*QLegendMarker) ConnectDestroyQLegendMarker ¶
func (ptr *QLegendMarker) ConnectDestroyQLegendMarker(f func())
func (*QLegendMarker) ConnectFontChanged ¶
func (ptr *QLegendMarker) ConnectFontChanged(f func())
func (*QLegendMarker) ConnectHovered ¶
func (ptr *QLegendMarker) ConnectHovered(f func(status bool))
func (*QLegendMarker) ConnectLabelBrushChanged ¶
func (ptr *QLegendMarker) ConnectLabelBrushChanged(f func())
func (*QLegendMarker) ConnectLabelChanged ¶
func (ptr *QLegendMarker) ConnectLabelChanged(f func())
func (*QLegendMarker) ConnectNotifyDefault ¶
func (ptr *QLegendMarker) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QLegendMarker) ConnectPenChanged ¶
func (ptr *QLegendMarker) ConnectPenChanged(f func())
func (*QLegendMarker) ConnectSeries ¶
func (ptr *QLegendMarker) ConnectSeries(f func() *QAbstractSeries)
func (*QLegendMarker) ConnectShapeChanged ¶
func (ptr *QLegendMarker) ConnectShapeChanged(f func())
func (*QLegendMarker) ConnectType ¶
func (ptr *QLegendMarker) ConnectType(f func() QLegendMarker__LegendMarkerType)
func (*QLegendMarker) ConnectVisibleChanged ¶
func (ptr *QLegendMarker) ConnectVisibleChanged(f func())
func (*QLegendMarker) CustomEventDefault ¶
func (ptr *QLegendMarker) CustomEventDefault(event core.QEvent_ITF)
func (*QLegendMarker) DeleteLaterDefault ¶
func (ptr *QLegendMarker) DeleteLaterDefault()
func (*QLegendMarker) DestroyQLegendMarker ¶
func (ptr *QLegendMarker) DestroyQLegendMarker()
func (*QLegendMarker) DestroyQLegendMarkerDefault ¶
func (ptr *QLegendMarker) DestroyQLegendMarkerDefault()
func (*QLegendMarker) DisconnectBrushChanged ¶
func (ptr *QLegendMarker) DisconnectBrushChanged()
func (*QLegendMarker) DisconnectClicked ¶
func (ptr *QLegendMarker) DisconnectClicked()
func (*QLegendMarker) DisconnectDestroyQLegendMarker ¶
func (ptr *QLegendMarker) DisconnectDestroyQLegendMarker()
func (*QLegendMarker) DisconnectFontChanged ¶
func (ptr *QLegendMarker) DisconnectFontChanged()
func (*QLegendMarker) DisconnectHovered ¶
func (ptr *QLegendMarker) DisconnectHovered()
func (*QLegendMarker) DisconnectLabelBrushChanged ¶
func (ptr *QLegendMarker) DisconnectLabelBrushChanged()
func (*QLegendMarker) DisconnectLabelChanged ¶
func (ptr *QLegendMarker) DisconnectLabelChanged()
func (*QLegendMarker) DisconnectNotifyDefault ¶
func (ptr *QLegendMarker) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QLegendMarker) DisconnectPenChanged ¶
func (ptr *QLegendMarker) DisconnectPenChanged()
func (*QLegendMarker) DisconnectSeries ¶
func (ptr *QLegendMarker) DisconnectSeries()
func (*QLegendMarker) DisconnectShapeChanged ¶
func (ptr *QLegendMarker) DisconnectShapeChanged()
func (*QLegendMarker) DisconnectType ¶
func (ptr *QLegendMarker) DisconnectType()
func (*QLegendMarker) DisconnectVisibleChanged ¶
func (ptr *QLegendMarker) DisconnectVisibleChanged()
func (*QLegendMarker) EventDefault ¶
func (ptr *QLegendMarker) EventDefault(e core.QEvent_ITF) bool
func (*QLegendMarker) EventFilterDefault ¶
func (ptr *QLegendMarker) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QLegendMarker) Font ¶
func (ptr *QLegendMarker) Font() *gui.QFont
func (*QLegendMarker) FontChanged ¶
func (ptr *QLegendMarker) FontChanged()
func (*QLegendMarker) Hovered ¶
func (ptr *QLegendMarker) Hovered(status bool)
func (*QLegendMarker) InitFromInternal ¶
func (n *QLegendMarker) InitFromInternal(ptr uintptr, name string)
func (*QLegendMarker) IsVisible ¶
func (ptr *QLegendMarker) IsVisible() bool
func (*QLegendMarker) Label ¶
func (ptr *QLegendMarker) Label() string
func (*QLegendMarker) LabelBrush ¶
func (ptr *QLegendMarker) LabelBrush() *gui.QBrush
func (*QLegendMarker) LabelBrushChanged ¶
func (ptr *QLegendMarker) LabelBrushChanged()
func (*QLegendMarker) LabelChanged ¶
func (ptr *QLegendMarker) LabelChanged()
func (*QLegendMarker) MetaObjectDefault ¶
func (ptr *QLegendMarker) MetaObjectDefault() *core.QMetaObject
func (*QLegendMarker) Pen ¶
func (ptr *QLegendMarker) Pen() *gui.QPen
func (*QLegendMarker) PenChanged ¶
func (ptr *QLegendMarker) PenChanged()
func (*QLegendMarker) Pointer ¶
func (ptr *QLegendMarker) Pointer() unsafe.Pointer
func (*QLegendMarker) QLegendMarker_PTR ¶
func (ptr *QLegendMarker) QLegendMarker_PTR() *QLegendMarker
func (*QLegendMarker) Series ¶
func (ptr *QLegendMarker) Series() *QAbstractSeries
func (*QLegendMarker) SetBrush ¶
func (ptr *QLegendMarker) SetBrush(brush gui.QBrush_ITF)
func (*QLegendMarker) SetFont ¶
func (ptr *QLegendMarker) SetFont(font gui.QFont_ITF)
func (*QLegendMarker) SetLabel ¶
func (ptr *QLegendMarker) SetLabel(label string)
func (*QLegendMarker) SetLabelBrush ¶
func (ptr *QLegendMarker) SetLabelBrush(brush gui.QBrush_ITF)
func (*QLegendMarker) SetPen ¶
func (ptr *QLegendMarker) SetPen(pen gui.QPen_ITF)
func (*QLegendMarker) SetPointer ¶
func (ptr *QLegendMarker) SetPointer(p unsafe.Pointer)
func (*QLegendMarker) SetShape ¶
func (ptr *QLegendMarker) SetShape(shape QLegend__MarkerShape)
func (*QLegendMarker) SetVisible ¶
func (ptr *QLegendMarker) SetVisible(visible bool)
func (*QLegendMarker) Shape ¶
func (ptr *QLegendMarker) Shape() QLegend__MarkerShape
func (*QLegendMarker) ShapeChanged ¶
func (ptr *QLegendMarker) ShapeChanged()
func (*QLegendMarker) TimerEventDefault ¶
func (ptr *QLegendMarker) TimerEventDefault(event core.QTimerEvent_ITF)
func (*QLegendMarker) Type ¶
func (ptr *QLegendMarker) Type() QLegendMarker__LegendMarkerType
func (*QLegendMarker) VisibleChanged ¶
func (ptr *QLegendMarker) VisibleChanged()
type QLegendMarker_ITF ¶
type QLegendMarker_ITF interface { core.QObject_ITF QLegendMarker_PTR() *QLegendMarker }
type QLegendMarker__LegendMarkerType ¶
type QLegendMarker__LegendMarkerType int64
QLegendMarker::LegendMarkerType
const ( QLegendMarker__LegendMarkerTypeArea QLegendMarker__LegendMarkerType = QLegendMarker__LegendMarkerType(0) QLegendMarker__LegendMarkerTypeBar QLegendMarker__LegendMarkerType = QLegendMarker__LegendMarkerType(1) QLegendMarker__LegendMarkerTypePie QLegendMarker__LegendMarkerType = QLegendMarker__LegendMarkerType(2) QLegendMarker__LegendMarkerTypeXY QLegendMarker__LegendMarkerType = QLegendMarker__LegendMarkerType(3) QLegendMarker__LegendMarkerTypeBoxPlot QLegendMarker__LegendMarkerType = QLegendMarker__LegendMarkerType(4) QLegendMarker__LegendMarkerTypeCandlestick QLegendMarker__LegendMarkerType = QLegendMarker__LegendMarkerType(5) )
type QLegend_ITF ¶
type QLegend_ITF interface { widgets.QGraphicsWidget_ITF QLegend_PTR() *QLegend }
type QLegend__MarkerShape ¶
type QLegend__MarkerShape int64
QLegend::MarkerShape
const ( QLegend__MarkerShapeDefault QLegend__MarkerShape = QLegend__MarkerShape(0) QLegend__MarkerShapeRectangle QLegend__MarkerShape = QLegend__MarkerShape(1) QLegend__MarkerShapeCircle QLegend__MarkerShape = QLegend__MarkerShape(2) QLegend__MarkerShapeFromSeries QLegend__MarkerShape = QLegend__MarkerShape(3) )
type QLineSeries ¶
type QLineSeries struct {
QXYSeries
}
func NewQLineSeries ¶
func NewQLineSeries(parent core.QObject_ITF) *QLineSeries
func NewQLineSeriesFromPointer ¶
func NewQLineSeriesFromPointer(ptr unsafe.Pointer) (n *QLineSeries)
func (*QLineSeries) ClassNameInternalF ¶
func (n *QLineSeries) ClassNameInternalF() string
func (*QLineSeries) ConnectDestroyQLineSeries ¶
func (ptr *QLineSeries) ConnectDestroyQLineSeries(f func())
func (*QLineSeries) ConnectType ¶
func (ptr *QLineSeries) ConnectType(f func() QAbstractSeries__SeriesType)
func (*QLineSeries) DestroyQLineSeries ¶
func (ptr *QLineSeries) DestroyQLineSeries()
func (*QLineSeries) DestroyQLineSeriesDefault ¶
func (ptr *QLineSeries) DestroyQLineSeriesDefault()
func (*QLineSeries) DisconnectDestroyQLineSeries ¶
func (ptr *QLineSeries) DisconnectDestroyQLineSeries()
func (*QLineSeries) DisconnectType ¶
func (ptr *QLineSeries) DisconnectType()
func (*QLineSeries) InitFromInternal ¶
func (n *QLineSeries) InitFromInternal(ptr uintptr, name string)
func (*QLineSeries) Pointer ¶
func (ptr *QLineSeries) Pointer() unsafe.Pointer
func (*QLineSeries) QLineSeries_PTR ¶
func (ptr *QLineSeries) QLineSeries_PTR() *QLineSeries
func (*QLineSeries) SetPointer ¶
func (ptr *QLineSeries) SetPointer(p unsafe.Pointer)
func (*QLineSeries) Type ¶
func (ptr *QLineSeries) Type() QAbstractSeries__SeriesType
func (*QLineSeries) TypeDefault ¶
func (ptr *QLineSeries) TypeDefault() QAbstractSeries__SeriesType
type QLineSeries_ITF ¶
type QLineSeries_ITF interface { QXYSeries_ITF QLineSeries_PTR() *QLineSeries }
type QLogValueAxis ¶
type QLogValueAxis struct {
QAbstractAxis
}
func NewQLogValueAxis ¶
func NewQLogValueAxis(parent core.QObject_ITF) *QLogValueAxis
func NewQLogValueAxisFromPointer ¶
func NewQLogValueAxisFromPointer(ptr unsafe.Pointer) (n *QLogValueAxis)
func (*QLogValueAxis) Base ¶
func (ptr *QLogValueAxis) Base() float64
func (*QLogValueAxis) BaseChanged ¶
func (ptr *QLogValueAxis) BaseChanged(base float64)
func (*QLogValueAxis) ClassNameInternalF ¶
func (n *QLogValueAxis) ClassNameInternalF() string
func (*QLogValueAxis) ConnectBaseChanged ¶
func (ptr *QLogValueAxis) ConnectBaseChanged(f func(base float64))
func (*QLogValueAxis) ConnectDestroyQLogValueAxis ¶
func (ptr *QLogValueAxis) ConnectDestroyQLogValueAxis(f func())
func (*QLogValueAxis) ConnectLabelFormatChanged ¶
func (ptr *QLogValueAxis) ConnectLabelFormatChanged(f func(format string))
func (*QLogValueAxis) ConnectMaxChanged ¶
func (ptr *QLogValueAxis) ConnectMaxChanged(f func(max float64))
func (*QLogValueAxis) ConnectMinChanged ¶
func (ptr *QLogValueAxis) ConnectMinChanged(f func(min float64))
func (*QLogValueAxis) ConnectMinorTickCountChanged ¶
func (ptr *QLogValueAxis) ConnectMinorTickCountChanged(f func(minorTickCount int))
func (*QLogValueAxis) ConnectRangeChanged ¶
func (ptr *QLogValueAxis) ConnectRangeChanged(f func(min float64, max float64))
func (*QLogValueAxis) ConnectTickCountChanged ¶
func (ptr *QLogValueAxis) ConnectTickCountChanged(f func(tickCount int))
func (*QLogValueAxis) ConnectType ¶
func (ptr *QLogValueAxis) ConnectType(f func() QAbstractAxis__AxisType)
func (*QLogValueAxis) DestroyQLogValueAxis ¶
func (ptr *QLogValueAxis) DestroyQLogValueAxis()
func (*QLogValueAxis) DestroyQLogValueAxisDefault ¶
func (ptr *QLogValueAxis) DestroyQLogValueAxisDefault()
func (*QLogValueAxis) DisconnectBaseChanged ¶
func (ptr *QLogValueAxis) DisconnectBaseChanged()
func (*QLogValueAxis) DisconnectDestroyQLogValueAxis ¶
func (ptr *QLogValueAxis) DisconnectDestroyQLogValueAxis()
func (*QLogValueAxis) DisconnectLabelFormatChanged ¶
func (ptr *QLogValueAxis) DisconnectLabelFormatChanged()
func (*QLogValueAxis) DisconnectMaxChanged ¶
func (ptr *QLogValueAxis) DisconnectMaxChanged()
func (*QLogValueAxis) DisconnectMinChanged ¶
func (ptr *QLogValueAxis) DisconnectMinChanged()
func (*QLogValueAxis) DisconnectMinorTickCountChanged ¶
func (ptr *QLogValueAxis) DisconnectMinorTickCountChanged()
func (*QLogValueAxis) DisconnectRangeChanged ¶
func (ptr *QLogValueAxis) DisconnectRangeChanged()
func (*QLogValueAxis) DisconnectTickCountChanged ¶
func (ptr *QLogValueAxis) DisconnectTickCountChanged()
func (*QLogValueAxis) DisconnectType ¶
func (ptr *QLogValueAxis) DisconnectType()
func (*QLogValueAxis) InitFromInternal ¶
func (n *QLogValueAxis) InitFromInternal(ptr uintptr, name string)
func (*QLogValueAxis) LabelFormat ¶
func (ptr *QLogValueAxis) LabelFormat() string
func (*QLogValueAxis) LabelFormatChanged ¶
func (ptr *QLogValueAxis) LabelFormatChanged(format string)
func (*QLogValueAxis) Max ¶
func (ptr *QLogValueAxis) Max() float64
func (*QLogValueAxis) MaxChanged ¶
func (ptr *QLogValueAxis) MaxChanged(max float64)
func (*QLogValueAxis) Min ¶
func (ptr *QLogValueAxis) Min() float64
func (*QLogValueAxis) MinChanged ¶
func (ptr *QLogValueAxis) MinChanged(min float64)
func (*QLogValueAxis) MinorTickCount ¶
func (ptr *QLogValueAxis) MinorTickCount() int
func (*QLogValueAxis) MinorTickCountChanged ¶
func (ptr *QLogValueAxis) MinorTickCountChanged(minorTickCount int)
func (*QLogValueAxis) Pointer ¶
func (ptr *QLogValueAxis) Pointer() unsafe.Pointer
func (*QLogValueAxis) QLogValueAxis_PTR ¶
func (ptr *QLogValueAxis) QLogValueAxis_PTR() *QLogValueAxis
func (*QLogValueAxis) RangeChanged ¶
func (ptr *QLogValueAxis) RangeChanged(min float64, max float64)
func (*QLogValueAxis) SetBase ¶
func (ptr *QLogValueAxis) SetBase(base float64)
func (*QLogValueAxis) SetLabelFormat ¶
func (ptr *QLogValueAxis) SetLabelFormat(format string)
func (*QLogValueAxis) SetMax ¶
func (ptr *QLogValueAxis) SetMax(max float64)
func (*QLogValueAxis) SetMin ¶
func (ptr *QLogValueAxis) SetMin(min float64)
func (*QLogValueAxis) SetMinorTickCount ¶
func (ptr *QLogValueAxis) SetMinorTickCount(minorTickCount int)
func (*QLogValueAxis) SetPointer ¶
func (ptr *QLogValueAxis) SetPointer(p unsafe.Pointer)
func (*QLogValueAxis) SetRange ¶
func (ptr *QLogValueAxis) SetRange(min float64, max float64)
func (*QLogValueAxis) TickCount ¶
func (ptr *QLogValueAxis) TickCount() int
func (*QLogValueAxis) TickCountChanged ¶
func (ptr *QLogValueAxis) TickCountChanged(tickCount int)
func (*QLogValueAxis) Type ¶
func (ptr *QLogValueAxis) Type() QAbstractAxis__AxisType
func (*QLogValueAxis) TypeDefault ¶
func (ptr *QLogValueAxis) TypeDefault() QAbstractAxis__AxisType
type QLogValueAxis_ITF ¶
type QLogValueAxis_ITF interface { QAbstractAxis_ITF QLogValueAxis_PTR() *QLogValueAxis }
type QPercentBarSeries ¶
type QPercentBarSeries struct {
QAbstractBarSeries
}
func NewQPercentBarSeries ¶
func NewQPercentBarSeries(parent core.QObject_ITF) *QPercentBarSeries
func NewQPercentBarSeriesFromPointer ¶
func NewQPercentBarSeriesFromPointer(ptr unsafe.Pointer) (n *QPercentBarSeries)
func (*QPercentBarSeries) ClassNameInternalF ¶
func (n *QPercentBarSeries) ClassNameInternalF() string
func (*QPercentBarSeries) ConnectDestroyQPercentBarSeries ¶
func (ptr *QPercentBarSeries) ConnectDestroyQPercentBarSeries(f func())
func (*QPercentBarSeries) ConnectType ¶
func (ptr *QPercentBarSeries) ConnectType(f func() QAbstractSeries__SeriesType)
func (*QPercentBarSeries) DestroyQPercentBarSeries ¶
func (ptr *QPercentBarSeries) DestroyQPercentBarSeries()
func (*QPercentBarSeries) DestroyQPercentBarSeriesDefault ¶
func (ptr *QPercentBarSeries) DestroyQPercentBarSeriesDefault()
func (*QPercentBarSeries) DisconnectDestroyQPercentBarSeries ¶
func (ptr *QPercentBarSeries) DisconnectDestroyQPercentBarSeries()
func (*QPercentBarSeries) DisconnectType ¶
func (ptr *QPercentBarSeries) DisconnectType()
func (*QPercentBarSeries) InitFromInternal ¶
func (n *QPercentBarSeries) InitFromInternal(ptr uintptr, name string)
func (*QPercentBarSeries) Pointer ¶
func (ptr *QPercentBarSeries) Pointer() unsafe.Pointer
func (*QPercentBarSeries) QPercentBarSeries_PTR ¶
func (ptr *QPercentBarSeries) QPercentBarSeries_PTR() *QPercentBarSeries
func (*QPercentBarSeries) SetPointer ¶
func (ptr *QPercentBarSeries) SetPointer(p unsafe.Pointer)
func (*QPercentBarSeries) Type ¶
func (ptr *QPercentBarSeries) Type() QAbstractSeries__SeriesType
func (*QPercentBarSeries) TypeDefault ¶
func (ptr *QPercentBarSeries) TypeDefault() QAbstractSeries__SeriesType
type QPercentBarSeries_ITF ¶
type QPercentBarSeries_ITF interface { QAbstractBarSeries_ITF QPercentBarSeries_PTR() *QPercentBarSeries }
type QPieLegendMarker ¶
type QPieLegendMarker struct {
QLegendMarker
}
func NewQPieLegendMarkerFromPointer ¶
func NewQPieLegendMarkerFromPointer(ptr unsafe.Pointer) (n *QPieLegendMarker)
func (*QPieLegendMarker) ClassNameInternalF ¶
func (n *QPieLegendMarker) ClassNameInternalF() string
func (*QPieLegendMarker) ConnectDestroyQPieLegendMarker ¶
func (ptr *QPieLegendMarker) ConnectDestroyQPieLegendMarker(f func())
func (*QPieLegendMarker) ConnectSeries ¶
func (ptr *QPieLegendMarker) ConnectSeries(f func() *QPieSeries)
func (*QPieLegendMarker) ConnectType ¶
func (ptr *QPieLegendMarker) ConnectType(f func() QLegendMarker__LegendMarkerType)
func (*QPieLegendMarker) DestroyQPieLegendMarker ¶
func (ptr *QPieLegendMarker) DestroyQPieLegendMarker()
func (*QPieLegendMarker) DestroyQPieLegendMarkerDefault ¶
func (ptr *QPieLegendMarker) DestroyQPieLegendMarkerDefault()
func (*QPieLegendMarker) DisconnectDestroyQPieLegendMarker ¶
func (ptr *QPieLegendMarker) DisconnectDestroyQPieLegendMarker()
func (*QPieLegendMarker) DisconnectSeries ¶
func (ptr *QPieLegendMarker) DisconnectSeries()
func (*QPieLegendMarker) DisconnectType ¶
func (ptr *QPieLegendMarker) DisconnectType()
func (*QPieLegendMarker) InitFromInternal ¶
func (n *QPieLegendMarker) InitFromInternal(ptr uintptr, name string)
func (*QPieLegendMarker) Pointer ¶
func (ptr *QPieLegendMarker) Pointer() unsafe.Pointer
func (*QPieLegendMarker) QPieLegendMarker_PTR ¶
func (ptr *QPieLegendMarker) QPieLegendMarker_PTR() *QPieLegendMarker
func (*QPieLegendMarker) Series ¶
func (ptr *QPieLegendMarker) Series() *QPieSeries
func (*QPieLegendMarker) SeriesDefault ¶
func (ptr *QPieLegendMarker) SeriesDefault() *QPieSeries
func (*QPieLegendMarker) SetPointer ¶
func (ptr *QPieLegendMarker) SetPointer(p unsafe.Pointer)
func (*QPieLegendMarker) Slice ¶
func (ptr *QPieLegendMarker) Slice() *QPieSlice
func (*QPieLegendMarker) Type ¶
func (ptr *QPieLegendMarker) Type() QLegendMarker__LegendMarkerType
func (*QPieLegendMarker) TypeDefault ¶
func (ptr *QPieLegendMarker) TypeDefault() QLegendMarker__LegendMarkerType
type QPieLegendMarker_ITF ¶
type QPieLegendMarker_ITF interface { QLegendMarker_ITF QPieLegendMarker_PTR() *QPieLegendMarker }
type QPieModelMapper ¶
func NewQPieModelMapperFromPointer ¶
func NewQPieModelMapperFromPointer(ptr unsafe.Pointer) (n *QPieModelMapper)
func (*QPieModelMapper) ChildEventDefault ¶
func (ptr *QPieModelMapper) ChildEventDefault(event core.QChildEvent_ITF)
func (*QPieModelMapper) ClassNameInternalF ¶
func (n *QPieModelMapper) ClassNameInternalF() string
func (*QPieModelMapper) ConnectNotifyDefault ¶
func (ptr *QPieModelMapper) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QPieModelMapper) Count ¶
func (ptr *QPieModelMapper) Count() int
func (*QPieModelMapper) CustomEventDefault ¶
func (ptr *QPieModelMapper) CustomEventDefault(event core.QEvent_ITF)
func (*QPieModelMapper) DeleteLaterDefault ¶
func (ptr *QPieModelMapper) DeleteLaterDefault()
func (*QPieModelMapper) DestroyQPieModelMapper ¶
func (ptr *QPieModelMapper) DestroyQPieModelMapper()
func (*QPieModelMapper) DisconnectNotifyDefault ¶
func (ptr *QPieModelMapper) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QPieModelMapper) EventDefault ¶
func (ptr *QPieModelMapper) EventDefault(e core.QEvent_ITF) bool
func (*QPieModelMapper) EventFilterDefault ¶
func (ptr *QPieModelMapper) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QPieModelMapper) First ¶
func (ptr *QPieModelMapper) First() int
func (*QPieModelMapper) InitFromInternal ¶
func (n *QPieModelMapper) InitFromInternal(ptr uintptr, name string)
func (*QPieModelMapper) LabelsSection ¶
func (ptr *QPieModelMapper) LabelsSection() int
func (*QPieModelMapper) MetaObjectDefault ¶
func (ptr *QPieModelMapper) MetaObjectDefault() *core.QMetaObject
func (*QPieModelMapper) Orientation ¶
func (ptr *QPieModelMapper) Orientation() core.Qt__Orientation
func (*QPieModelMapper) Pointer ¶
func (ptr *QPieModelMapper) Pointer() unsafe.Pointer
func (*QPieModelMapper) QPieModelMapper_PTR ¶
func (ptr *QPieModelMapper) QPieModelMapper_PTR() *QPieModelMapper
func (*QPieModelMapper) SetCount ¶
func (ptr *QPieModelMapper) SetCount(count int)
func (*QPieModelMapper) SetFirst ¶
func (ptr *QPieModelMapper) SetFirst(first int)
func (*QPieModelMapper) SetLabelsSection ¶
func (ptr *QPieModelMapper) SetLabelsSection(labelsSection int)
func (*QPieModelMapper) SetOrientation ¶
func (ptr *QPieModelMapper) SetOrientation(orientation core.Qt__Orientation)
func (*QPieModelMapper) SetPointer ¶
func (ptr *QPieModelMapper) SetPointer(p unsafe.Pointer)
func (*QPieModelMapper) SetValuesSection ¶
func (ptr *QPieModelMapper) SetValuesSection(valuesSection int)
func (*QPieModelMapper) TimerEventDefault ¶
func (ptr *QPieModelMapper) TimerEventDefault(event core.QTimerEvent_ITF)
func (*QPieModelMapper) ValuesSection ¶
func (ptr *QPieModelMapper) ValuesSection() int
type QPieModelMapper_ITF ¶
type QPieModelMapper_ITF interface { core.QObject_ITF QPieModelMapper_PTR() *QPieModelMapper }
type QPieSeries ¶
type QPieSeries struct {
QAbstractSeries
}
func NewQPieSeries ¶
func NewQPieSeries(parent core.QObject_ITF) *QPieSeries
func NewQPieSeriesFromPointer ¶
func NewQPieSeriesFromPointer(ptr unsafe.Pointer) (n *QPieSeries)
func (*QPieSeries) Added ¶
func (ptr *QPieSeries) Added(slices []*QPieSlice)
func (*QPieSeries) Append ¶
func (ptr *QPieSeries) Append(slice QPieSlice_ITF) bool
func (*QPieSeries) Append2 ¶
func (ptr *QPieSeries) Append2(slices []*QPieSlice) bool
func (*QPieSeries) ClassNameInternalF ¶
func (n *QPieSeries) ClassNameInternalF() string
func (*QPieSeries) Clear ¶
func (ptr *QPieSeries) Clear()
func (*QPieSeries) Clicked ¶
func (ptr *QPieSeries) Clicked(slice QPieSlice_ITF)
func (*QPieSeries) ConnectAdded ¶
func (ptr *QPieSeries) ConnectAdded(f func(slices []*QPieSlice))
func (*QPieSeries) ConnectClicked ¶
func (ptr *QPieSeries) ConnectClicked(f func(slice *QPieSlice))
func (*QPieSeries) ConnectCountChanged ¶
func (ptr *QPieSeries) ConnectCountChanged(f func())
func (*QPieSeries) ConnectDestroyQPieSeries ¶
func (ptr *QPieSeries) ConnectDestroyQPieSeries(f func())
func (*QPieSeries) ConnectDoubleClicked ¶
func (ptr *QPieSeries) ConnectDoubleClicked(f func(slice *QPieSlice))
func (*QPieSeries) ConnectHovered ¶
func (ptr *QPieSeries) ConnectHovered(f func(slice *QPieSlice, state bool))
func (*QPieSeries) ConnectPressed ¶
func (ptr *QPieSeries) ConnectPressed(f func(slice *QPieSlice))
func (*QPieSeries) ConnectReleased ¶
func (ptr *QPieSeries) ConnectReleased(f func(slice *QPieSlice))
func (*QPieSeries) ConnectRemoved ¶
func (ptr *QPieSeries) ConnectRemoved(f func(slices []*QPieSlice))
func (*QPieSeries) ConnectSumChanged ¶
func (ptr *QPieSeries) ConnectSumChanged(f func())
func (*QPieSeries) ConnectType ¶
func (ptr *QPieSeries) ConnectType(f func() QAbstractSeries__SeriesType)
func (*QPieSeries) Count ¶
func (ptr *QPieSeries) Count() int
func (*QPieSeries) CountChanged ¶
func (ptr *QPieSeries) CountChanged()
func (*QPieSeries) DestroyQPieSeries ¶
func (ptr *QPieSeries) DestroyQPieSeries()
func (*QPieSeries) DestroyQPieSeriesDefault ¶
func (ptr *QPieSeries) DestroyQPieSeriesDefault()
func (*QPieSeries) DisconnectAdded ¶
func (ptr *QPieSeries) DisconnectAdded()
func (*QPieSeries) DisconnectClicked ¶
func (ptr *QPieSeries) DisconnectClicked()
func (*QPieSeries) DisconnectCountChanged ¶
func (ptr *QPieSeries) DisconnectCountChanged()
func (*QPieSeries) DisconnectDestroyQPieSeries ¶
func (ptr *QPieSeries) DisconnectDestroyQPieSeries()
func (*QPieSeries) DisconnectDoubleClicked ¶
func (ptr *QPieSeries) DisconnectDoubleClicked()
func (*QPieSeries) DisconnectHovered ¶
func (ptr *QPieSeries) DisconnectHovered()
func (*QPieSeries) DisconnectPressed ¶
func (ptr *QPieSeries) DisconnectPressed()
func (*QPieSeries) DisconnectReleased ¶
func (ptr *QPieSeries) DisconnectReleased()
func (*QPieSeries) DisconnectRemoved ¶
func (ptr *QPieSeries) DisconnectRemoved()
func (*QPieSeries) DisconnectSumChanged ¶
func (ptr *QPieSeries) DisconnectSumChanged()
func (*QPieSeries) DisconnectType ¶
func (ptr *QPieSeries) DisconnectType()
func (*QPieSeries) DoubleClicked ¶
func (ptr *QPieSeries) DoubleClicked(slice QPieSlice_ITF)
func (*QPieSeries) HoleSize ¶
func (ptr *QPieSeries) HoleSize() float64
func (*QPieSeries) HorizontalPosition ¶
func (ptr *QPieSeries) HorizontalPosition() float64
func (*QPieSeries) Hovered ¶
func (ptr *QPieSeries) Hovered(slice QPieSlice_ITF, state bool)
func (*QPieSeries) InitFromInternal ¶
func (n *QPieSeries) InitFromInternal(ptr uintptr, name string)
func (*QPieSeries) Insert ¶
func (ptr *QPieSeries) Insert(index int, slice QPieSlice_ITF) bool
func (*QPieSeries) IsEmpty ¶
func (ptr *QPieSeries) IsEmpty() bool
func (*QPieSeries) PieEndAngle ¶
func (ptr *QPieSeries) PieEndAngle() float64
func (*QPieSeries) PieSize ¶
func (ptr *QPieSeries) PieSize() float64
func (*QPieSeries) PieStartAngle ¶
func (ptr *QPieSeries) PieStartAngle() float64
func (*QPieSeries) Pointer ¶
func (ptr *QPieSeries) Pointer() unsafe.Pointer
func (*QPieSeries) Pressed ¶
func (ptr *QPieSeries) Pressed(slice QPieSlice_ITF)
func (*QPieSeries) QPieSeries_PTR ¶
func (ptr *QPieSeries) QPieSeries_PTR() *QPieSeries
func (*QPieSeries) Released ¶
func (ptr *QPieSeries) Released(slice QPieSlice_ITF)
func (*QPieSeries) Remove ¶
func (ptr *QPieSeries) Remove(slice QPieSlice_ITF) bool
func (*QPieSeries) Removed ¶
func (ptr *QPieSeries) Removed(slices []*QPieSlice)
func (*QPieSeries) SetHoleSize ¶
func (ptr *QPieSeries) SetHoleSize(holeSize float64)
func (*QPieSeries) SetHorizontalPosition ¶
func (ptr *QPieSeries) SetHorizontalPosition(relativePosition float64)
func (*QPieSeries) SetLabelsPosition ¶
func (ptr *QPieSeries) SetLabelsPosition(position QPieSlice__LabelPosition)
func (*QPieSeries) SetLabelsVisible ¶
func (ptr *QPieSeries) SetLabelsVisible(visible bool)
func (*QPieSeries) SetPieEndAngle ¶
func (ptr *QPieSeries) SetPieEndAngle(angle float64)
func (*QPieSeries) SetPieSize ¶
func (ptr *QPieSeries) SetPieSize(relativeSize float64)
func (*QPieSeries) SetPieStartAngle ¶
func (ptr *QPieSeries) SetPieStartAngle(startAngle float64)
func (*QPieSeries) SetPointer ¶
func (ptr *QPieSeries) SetPointer(p unsafe.Pointer)
func (*QPieSeries) SetVerticalPosition ¶
func (ptr *QPieSeries) SetVerticalPosition(relativePosition float64)
func (*QPieSeries) Slices ¶
func (ptr *QPieSeries) Slices() []*QPieSlice
func (*QPieSeries) Sum ¶
func (ptr *QPieSeries) Sum() float64
func (*QPieSeries) SumChanged ¶
func (ptr *QPieSeries) SumChanged()
func (*QPieSeries) Take ¶
func (ptr *QPieSeries) Take(slice QPieSlice_ITF) bool
func (*QPieSeries) Type ¶
func (ptr *QPieSeries) Type() QAbstractSeries__SeriesType
func (*QPieSeries) TypeDefault ¶
func (ptr *QPieSeries) TypeDefault() QAbstractSeries__SeriesType
func (*QPieSeries) VerticalPosition ¶
func (ptr *QPieSeries) VerticalPosition() float64
type QPieSeries_ITF ¶
type QPieSeries_ITF interface { QAbstractSeries_ITF QPieSeries_PTR() *QPieSeries }
type QPieSlice ¶
func NewQPieSlice ¶
func NewQPieSlice(parent core.QObject_ITF) *QPieSlice
func NewQPieSlice2 ¶
func NewQPieSlice2(label string, value float64, parent core.QObject_ITF) *QPieSlice
func NewQPieSliceFromPointer ¶
func (*QPieSlice) AngleSpanChanged ¶
func (ptr *QPieSlice) AngleSpanChanged()
func (*QPieSlice) BorderColor ¶
func (*QPieSlice) BorderColorChanged ¶
func (ptr *QPieSlice) BorderColorChanged()
func (*QPieSlice) BorderWidth ¶
func (*QPieSlice) BorderWidthChanged ¶
func (ptr *QPieSlice) BorderWidthChanged()
func (*QPieSlice) BrushChanged ¶
func (ptr *QPieSlice) BrushChanged()
func (*QPieSlice) ChildEventDefault ¶
func (ptr *QPieSlice) ChildEventDefault(event core.QChildEvent_ITF)
func (*QPieSlice) ClassNameInternalF ¶
func (*QPieSlice) ColorChanged ¶
func (ptr *QPieSlice) ColorChanged()
func (*QPieSlice) ConnectAngleSpanChanged ¶
func (ptr *QPieSlice) ConnectAngleSpanChanged(f func())
func (*QPieSlice) ConnectBorderColorChanged ¶
func (ptr *QPieSlice) ConnectBorderColorChanged(f func())
func (*QPieSlice) ConnectBorderWidthChanged ¶
func (ptr *QPieSlice) ConnectBorderWidthChanged(f func())
func (*QPieSlice) ConnectBrushChanged ¶
func (ptr *QPieSlice) ConnectBrushChanged(f func())
func (*QPieSlice) ConnectClicked ¶
func (ptr *QPieSlice) ConnectClicked(f func())
func (*QPieSlice) ConnectColorChanged ¶
func (ptr *QPieSlice) ConnectColorChanged(f func())
func (*QPieSlice) ConnectDestroyQPieSlice ¶
func (ptr *QPieSlice) ConnectDestroyQPieSlice(f func())
func (*QPieSlice) ConnectDoubleClicked ¶
func (ptr *QPieSlice) ConnectDoubleClicked(f func())
func (*QPieSlice) ConnectHovered ¶
func (*QPieSlice) ConnectLabelBrushChanged ¶
func (ptr *QPieSlice) ConnectLabelBrushChanged(f func())
func (*QPieSlice) ConnectLabelChanged ¶
func (ptr *QPieSlice) ConnectLabelChanged(f func())
func (*QPieSlice) ConnectLabelColorChanged ¶
func (ptr *QPieSlice) ConnectLabelColorChanged(f func())
func (*QPieSlice) ConnectLabelFontChanged ¶
func (ptr *QPieSlice) ConnectLabelFontChanged(f func())
func (*QPieSlice) ConnectLabelVisibleChanged ¶
func (ptr *QPieSlice) ConnectLabelVisibleChanged(f func())
func (*QPieSlice) ConnectNotifyDefault ¶
func (ptr *QPieSlice) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QPieSlice) ConnectPenChanged ¶
func (ptr *QPieSlice) ConnectPenChanged(f func())
func (*QPieSlice) ConnectPercentageChanged ¶
func (ptr *QPieSlice) ConnectPercentageChanged(f func())
func (*QPieSlice) ConnectPressed ¶
func (ptr *QPieSlice) ConnectPressed(f func())
func (*QPieSlice) ConnectReleased ¶
func (ptr *QPieSlice) ConnectReleased(f func())
func (*QPieSlice) ConnectStartAngleChanged ¶
func (ptr *QPieSlice) ConnectStartAngleChanged(f func())
func (*QPieSlice) ConnectValueChanged ¶
func (ptr *QPieSlice) ConnectValueChanged(f func())
func (*QPieSlice) CustomEventDefault ¶
func (ptr *QPieSlice) CustomEventDefault(event core.QEvent_ITF)
func (*QPieSlice) DeleteLaterDefault ¶
func (ptr *QPieSlice) DeleteLaterDefault()
func (*QPieSlice) DestroyQPieSlice ¶
func (ptr *QPieSlice) DestroyQPieSlice()
func (*QPieSlice) DestroyQPieSliceDefault ¶
func (ptr *QPieSlice) DestroyQPieSliceDefault()
func (*QPieSlice) DisconnectAngleSpanChanged ¶
func (ptr *QPieSlice) DisconnectAngleSpanChanged()
func (*QPieSlice) DisconnectBorderColorChanged ¶
func (ptr *QPieSlice) DisconnectBorderColorChanged()
func (*QPieSlice) DisconnectBorderWidthChanged ¶
func (ptr *QPieSlice) DisconnectBorderWidthChanged()
func (*QPieSlice) DisconnectBrushChanged ¶
func (ptr *QPieSlice) DisconnectBrushChanged()
func (*QPieSlice) DisconnectClicked ¶
func (ptr *QPieSlice) DisconnectClicked()
func (*QPieSlice) DisconnectColorChanged ¶
func (ptr *QPieSlice) DisconnectColorChanged()
func (*QPieSlice) DisconnectDestroyQPieSlice ¶
func (ptr *QPieSlice) DisconnectDestroyQPieSlice()
func (*QPieSlice) DisconnectDoubleClicked ¶
func (ptr *QPieSlice) DisconnectDoubleClicked()
func (*QPieSlice) DisconnectHovered ¶
func (ptr *QPieSlice) DisconnectHovered()
func (*QPieSlice) DisconnectLabelBrushChanged ¶
func (ptr *QPieSlice) DisconnectLabelBrushChanged()
func (*QPieSlice) DisconnectLabelChanged ¶
func (ptr *QPieSlice) DisconnectLabelChanged()
func (*QPieSlice) DisconnectLabelColorChanged ¶
func (ptr *QPieSlice) DisconnectLabelColorChanged()
func (*QPieSlice) DisconnectLabelFontChanged ¶
func (ptr *QPieSlice) DisconnectLabelFontChanged()
func (*QPieSlice) DisconnectLabelVisibleChanged ¶
func (ptr *QPieSlice) DisconnectLabelVisibleChanged()
func (*QPieSlice) DisconnectNotifyDefault ¶
func (ptr *QPieSlice) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QPieSlice) DisconnectPenChanged ¶
func (ptr *QPieSlice) DisconnectPenChanged()
func (*QPieSlice) DisconnectPercentageChanged ¶
func (ptr *QPieSlice) DisconnectPercentageChanged()
func (*QPieSlice) DisconnectPressed ¶
func (ptr *QPieSlice) DisconnectPressed()
func (*QPieSlice) DisconnectReleased ¶
func (ptr *QPieSlice) DisconnectReleased()
func (*QPieSlice) DisconnectStartAngleChanged ¶
func (ptr *QPieSlice) DisconnectStartAngleChanged()
func (*QPieSlice) DisconnectValueChanged ¶
func (ptr *QPieSlice) DisconnectValueChanged()
func (*QPieSlice) DoubleClicked ¶
func (ptr *QPieSlice) DoubleClicked()
func (*QPieSlice) EventDefault ¶
func (ptr *QPieSlice) EventDefault(e core.QEvent_ITF) bool
func (*QPieSlice) EventFilterDefault ¶
func (ptr *QPieSlice) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QPieSlice) ExplodeDistanceFactor ¶
func (*QPieSlice) InitFromInternal ¶
func (*QPieSlice) IsExploded ¶
func (*QPieSlice) IsLabelVisible ¶
func (*QPieSlice) LabelArmLengthFactor ¶
func (*QPieSlice) LabelBrush ¶
func (*QPieSlice) LabelBrushChanged ¶
func (ptr *QPieSlice) LabelBrushChanged()
func (*QPieSlice) LabelChanged ¶
func (ptr *QPieSlice) LabelChanged()
func (*QPieSlice) LabelColor ¶
func (*QPieSlice) LabelColorChanged ¶
func (ptr *QPieSlice) LabelColorChanged()
func (*QPieSlice) LabelFontChanged ¶
func (ptr *QPieSlice) LabelFontChanged()
func (*QPieSlice) LabelPosition ¶
func (ptr *QPieSlice) LabelPosition() QPieSlice__LabelPosition
func (*QPieSlice) LabelVisibleChanged ¶
func (ptr *QPieSlice) LabelVisibleChanged()
func (*QPieSlice) MetaObjectDefault ¶
func (ptr *QPieSlice) MetaObjectDefault() *core.QMetaObject
func (*QPieSlice) PenChanged ¶
func (ptr *QPieSlice) PenChanged()
func (*QPieSlice) Percentage ¶
func (*QPieSlice) PercentageChanged ¶
func (ptr *QPieSlice) PercentageChanged()
func (*QPieSlice) QPieSlice_PTR ¶
func (*QPieSlice) Series ¶
func (ptr *QPieSlice) Series() *QPieSeries
func (*QPieSlice) SetBorderColor ¶
func (ptr *QPieSlice) SetBorderColor(color gui.QColor_ITF)
func (*QPieSlice) SetBorderWidth ¶
func (*QPieSlice) SetBrush ¶
func (ptr *QPieSlice) SetBrush(brush gui.QBrush_ITF)
func (*QPieSlice) SetColor ¶
func (ptr *QPieSlice) SetColor(color gui.QColor_ITF)
func (*QPieSlice) SetExplodeDistanceFactor ¶
func (*QPieSlice) SetExploded ¶
func (*QPieSlice) SetLabelArmLengthFactor ¶
func (*QPieSlice) SetLabelBrush ¶
func (ptr *QPieSlice) SetLabelBrush(brush gui.QBrush_ITF)
func (*QPieSlice) SetLabelColor ¶
func (ptr *QPieSlice) SetLabelColor(color gui.QColor_ITF)
func (*QPieSlice) SetLabelFont ¶
func (*QPieSlice) SetLabelPosition ¶
func (ptr *QPieSlice) SetLabelPosition(position QPieSlice__LabelPosition)
func (*QPieSlice) SetLabelVisible ¶
func (*QPieSlice) SetPointer ¶
func (*QPieSlice) StartAngle ¶
func (*QPieSlice) StartAngleChanged ¶
func (ptr *QPieSlice) StartAngleChanged()
func (*QPieSlice) TimerEventDefault ¶
func (ptr *QPieSlice) TimerEventDefault(event core.QTimerEvent_ITF)
func (*QPieSlice) ValueChanged ¶
func (ptr *QPieSlice) ValueChanged()
type QPieSlice_ITF ¶
type QPieSlice_ITF interface { core.QObject_ITF QPieSlice_PTR() *QPieSlice }
type QPieSlice__LabelPosition ¶
type QPieSlice__LabelPosition int64
QPieSlice::LabelPosition
const ( QPieSlice__LabelOutside QPieSlice__LabelPosition = QPieSlice__LabelPosition(0) QPieSlice__LabelInsideHorizontal QPieSlice__LabelPosition = QPieSlice__LabelPosition(1) QPieSlice__LabelInsideTangential QPieSlice__LabelPosition = QPieSlice__LabelPosition(2) QPieSlice__LabelInsideNormal QPieSlice__LabelPosition = QPieSlice__LabelPosition(3) )
type QPolarChart ¶
type QPolarChart struct {
QChart
}
func NewQPolarChart ¶
func NewQPolarChart(parent widgets.QGraphicsItem_ITF, wFlags core.Qt__WindowType) *QPolarChart
func NewQPolarChartFromPointer ¶
func NewQPolarChartFromPointer(ptr unsafe.Pointer) (n *QPolarChart)
func (*QPolarChart) AddAxis ¶
func (ptr *QPolarChart) AddAxis(axis QAbstractAxis_ITF, polarOrientation QPolarChart__PolarOrientation)
func (*QPolarChart) Axes ¶
func (ptr *QPolarChart) Axes(polarOrientation QPolarChart__PolarOrientation, series QAbstractSeries_ITF) []*QAbstractAxis
func (*QPolarChart) AxisPolarOrientation ¶
func (ptr *QPolarChart) AxisPolarOrientation(axis QAbstractAxis_ITF) QPolarChart__PolarOrientation
func (*QPolarChart) ClassNameInternalF ¶
func (n *QPolarChart) ClassNameInternalF() string
func (*QPolarChart) ConnectDestroyQPolarChart ¶
func (ptr *QPolarChart) ConnectDestroyQPolarChart(f func())
func (*QPolarChart) DestroyQPolarChart ¶
func (ptr *QPolarChart) DestroyQPolarChart()
func (*QPolarChart) DestroyQPolarChartDefault ¶
func (ptr *QPolarChart) DestroyQPolarChartDefault()
func (*QPolarChart) DisconnectDestroyQPolarChart ¶
func (ptr *QPolarChart) DisconnectDestroyQPolarChart()
func (*QPolarChart) InitFromInternal ¶
func (n *QPolarChart) InitFromInternal(ptr uintptr, name string)
func (*QPolarChart) Pointer ¶
func (ptr *QPolarChart) Pointer() unsafe.Pointer
func (*QPolarChart) QPolarChart_PTR ¶
func (ptr *QPolarChart) QPolarChart_PTR() *QPolarChart
func (*QPolarChart) SetPointer ¶
func (ptr *QPolarChart) SetPointer(p unsafe.Pointer)
type QPolarChart_ITF ¶
type QPolarChart_ITF interface { QChart_ITF QPolarChart_PTR() *QPolarChart }
type QPolarChart__PolarOrientation ¶
type QPolarChart__PolarOrientation int64
QPolarChart::PolarOrientation
const ( QPolarChart__PolarOrientationRadial QPolarChart__PolarOrientation = QPolarChart__PolarOrientation(0x1) QPolarChart__PolarOrientationAngular QPolarChart__PolarOrientation = QPolarChart__PolarOrientation(0x2) )
func QPolarChart_AxisPolarOrientation ¶
func QPolarChart_AxisPolarOrientation(axis QAbstractAxis_ITF) QPolarChart__PolarOrientation
type QScatterSeries ¶
type QScatterSeries struct {
QXYSeries
}
func NewQScatterSeries ¶
func NewQScatterSeries(parent core.QObject_ITF) *QScatterSeries
func NewQScatterSeriesFromPointer ¶
func NewQScatterSeriesFromPointer(ptr unsafe.Pointer) (n *QScatterSeries)
func (*QScatterSeries) BorderColor ¶
func (ptr *QScatterSeries) BorderColor() *gui.QColor
func (*QScatterSeries) BorderColorChanged ¶
func (ptr *QScatterSeries) BorderColorChanged(color gui.QColor_ITF)
func (*QScatterSeries) ClassNameInternalF ¶
func (n *QScatterSeries) ClassNameInternalF() string
func (*QScatterSeries) ConnectBorderColorChanged ¶
func (ptr *QScatterSeries) ConnectBorderColorChanged(f func(color *gui.QColor))
func (*QScatterSeries) ConnectDestroyQScatterSeries ¶
func (ptr *QScatterSeries) ConnectDestroyQScatterSeries(f func())
func (*QScatterSeries) ConnectMarkerShapeChanged ¶
func (ptr *QScatterSeries) ConnectMarkerShapeChanged(f func(shape QScatterSeries__MarkerShape))
func (*QScatterSeries) ConnectMarkerSizeChanged ¶
func (ptr *QScatterSeries) ConnectMarkerSizeChanged(f func(size float64))
func (*QScatterSeries) ConnectType ¶
func (ptr *QScatterSeries) ConnectType(f func() QAbstractSeries__SeriesType)
func (*QScatterSeries) DestroyQScatterSeries ¶
func (ptr *QScatterSeries) DestroyQScatterSeries()
func (*QScatterSeries) DestroyQScatterSeriesDefault ¶
func (ptr *QScatterSeries) DestroyQScatterSeriesDefault()
func (*QScatterSeries) DisconnectBorderColorChanged ¶
func (ptr *QScatterSeries) DisconnectBorderColorChanged()
func (*QScatterSeries) DisconnectDestroyQScatterSeries ¶
func (ptr *QScatterSeries) DisconnectDestroyQScatterSeries()
func (*QScatterSeries) DisconnectMarkerShapeChanged ¶
func (ptr *QScatterSeries) DisconnectMarkerShapeChanged()
func (*QScatterSeries) DisconnectMarkerSizeChanged ¶
func (ptr *QScatterSeries) DisconnectMarkerSizeChanged()
func (*QScatterSeries) DisconnectType ¶
func (ptr *QScatterSeries) DisconnectType()
func (*QScatterSeries) InitFromInternal ¶
func (n *QScatterSeries) InitFromInternal(ptr uintptr, name string)
func (*QScatterSeries) MarkerShape ¶
func (ptr *QScatterSeries) MarkerShape() QScatterSeries__MarkerShape
func (*QScatterSeries) MarkerShapeChanged ¶
func (ptr *QScatterSeries) MarkerShapeChanged(shape QScatterSeries__MarkerShape)
func (*QScatterSeries) MarkerSize ¶
func (ptr *QScatterSeries) MarkerSize() float64
func (*QScatterSeries) MarkerSizeChanged ¶
func (ptr *QScatterSeries) MarkerSizeChanged(size float64)
func (*QScatterSeries) Pointer ¶
func (ptr *QScatterSeries) Pointer() unsafe.Pointer
func (*QScatterSeries) QScatterSeries_PTR ¶
func (ptr *QScatterSeries) QScatterSeries_PTR() *QScatterSeries
func (*QScatterSeries) SetBorderColor ¶
func (ptr *QScatterSeries) SetBorderColor(color gui.QColor_ITF)
func (*QScatterSeries) SetMarkerShape ¶
func (ptr *QScatterSeries) SetMarkerShape(shape QScatterSeries__MarkerShape)
func (*QScatterSeries) SetMarkerSize ¶
func (ptr *QScatterSeries) SetMarkerSize(size float64)
func (*QScatterSeries) SetPointer ¶
func (ptr *QScatterSeries) SetPointer(p unsafe.Pointer)
func (*QScatterSeries) Type ¶
func (ptr *QScatterSeries) Type() QAbstractSeries__SeriesType
func (*QScatterSeries) TypeDefault ¶
func (ptr *QScatterSeries) TypeDefault() QAbstractSeries__SeriesType
type QScatterSeries_ITF ¶
type QScatterSeries_ITF interface { QXYSeries_ITF QScatterSeries_PTR() *QScatterSeries }
type QScatterSeries__MarkerShape ¶
type QScatterSeries__MarkerShape int64
QScatterSeries::MarkerShape
const ( QScatterSeries__MarkerShapeCircle QScatterSeries__MarkerShape = QScatterSeries__MarkerShape(0) QScatterSeries__MarkerShapeRectangle QScatterSeries__MarkerShape = QScatterSeries__MarkerShape(1) )
type QSplineSeries ¶
type QSplineSeries struct {
QLineSeries
}
func NewQSplineSeries ¶
func NewQSplineSeries(parent core.QObject_ITF) *QSplineSeries
func NewQSplineSeriesFromPointer ¶
func NewQSplineSeriesFromPointer(ptr unsafe.Pointer) (n *QSplineSeries)
func (*QSplineSeries) ClassNameInternalF ¶
func (n *QSplineSeries) ClassNameInternalF() string
func (*QSplineSeries) ConnectDestroyQSplineSeries ¶
func (ptr *QSplineSeries) ConnectDestroyQSplineSeries(f func())
func (*QSplineSeries) DestroyQSplineSeries ¶
func (ptr *QSplineSeries) DestroyQSplineSeries()
func (*QSplineSeries) DestroyQSplineSeriesDefault ¶
func (ptr *QSplineSeries) DestroyQSplineSeriesDefault()
func (*QSplineSeries) DisconnectDestroyQSplineSeries ¶
func (ptr *QSplineSeries) DisconnectDestroyQSplineSeries()
func (*QSplineSeries) InitFromInternal ¶
func (n *QSplineSeries) InitFromInternal(ptr uintptr, name string)
func (*QSplineSeries) Pointer ¶
func (ptr *QSplineSeries) Pointer() unsafe.Pointer
func (*QSplineSeries) QSplineSeries_PTR ¶
func (ptr *QSplineSeries) QSplineSeries_PTR() *QSplineSeries
func (*QSplineSeries) SetPointer ¶
func (ptr *QSplineSeries) SetPointer(p unsafe.Pointer)
type QSplineSeries_ITF ¶
type QSplineSeries_ITF interface { QLineSeries_ITF QSplineSeries_PTR() *QSplineSeries }
type QStackedBarSeries ¶
type QStackedBarSeries struct {
QAbstractBarSeries
}
func NewQStackedBarSeries ¶
func NewQStackedBarSeries(parent core.QObject_ITF) *QStackedBarSeries
func NewQStackedBarSeriesFromPointer ¶
func NewQStackedBarSeriesFromPointer(ptr unsafe.Pointer) (n *QStackedBarSeries)
func (*QStackedBarSeries) ClassNameInternalF ¶
func (n *QStackedBarSeries) ClassNameInternalF() string
func (*QStackedBarSeries) ConnectDestroyQStackedBarSeries ¶
func (ptr *QStackedBarSeries) ConnectDestroyQStackedBarSeries(f func())
func (*QStackedBarSeries) ConnectType ¶
func (ptr *QStackedBarSeries) ConnectType(f func() QAbstractSeries__SeriesType)
func (*QStackedBarSeries) DestroyQStackedBarSeries ¶
func (ptr *QStackedBarSeries) DestroyQStackedBarSeries()
func (*QStackedBarSeries) DestroyQStackedBarSeriesDefault ¶
func (ptr *QStackedBarSeries) DestroyQStackedBarSeriesDefault()
func (*QStackedBarSeries) DisconnectDestroyQStackedBarSeries ¶
func (ptr *QStackedBarSeries) DisconnectDestroyQStackedBarSeries()
func (*QStackedBarSeries) DisconnectType ¶
func (ptr *QStackedBarSeries) DisconnectType()
func (*QStackedBarSeries) InitFromInternal ¶
func (n *QStackedBarSeries) InitFromInternal(ptr uintptr, name string)
func (*QStackedBarSeries) Pointer ¶
func (ptr *QStackedBarSeries) Pointer() unsafe.Pointer
func (*QStackedBarSeries) QStackedBarSeries_PTR ¶
func (ptr *QStackedBarSeries) QStackedBarSeries_PTR() *QStackedBarSeries
func (*QStackedBarSeries) SetPointer ¶
func (ptr *QStackedBarSeries) SetPointer(p unsafe.Pointer)
func (*QStackedBarSeries) Type ¶
func (ptr *QStackedBarSeries) Type() QAbstractSeries__SeriesType
func (*QStackedBarSeries) TypeDefault ¶
func (ptr *QStackedBarSeries) TypeDefault() QAbstractSeries__SeriesType
type QStackedBarSeries_ITF ¶
type QStackedBarSeries_ITF interface { QAbstractBarSeries_ITF QStackedBarSeries_PTR() *QStackedBarSeries }
type QVBarModelMapper ¶
func NewQVBarModelMapper ¶
func NewQVBarModelMapper(parent core.QObject_ITF) *QVBarModelMapper
func NewQVBarModelMapperFromPointer ¶
func NewQVBarModelMapperFromPointer(ptr unsafe.Pointer) (n *QVBarModelMapper)
func (*QVBarModelMapper) ChildEventDefault ¶
func (ptr *QVBarModelMapper) ChildEventDefault(event core.QChildEvent_ITF)
func (*QVBarModelMapper) ClassNameInternalF ¶
func (n *QVBarModelMapper) ClassNameInternalF() string
func (*QVBarModelMapper) ConnectFirstBarSetColumnChanged ¶
func (ptr *QVBarModelMapper) ConnectFirstBarSetColumnChanged(f func())
func (*QVBarModelMapper) ConnectFirstRowChanged ¶
func (ptr *QVBarModelMapper) ConnectFirstRowChanged(f func())
func (*QVBarModelMapper) ConnectLastBarSetColumnChanged ¶
func (ptr *QVBarModelMapper) ConnectLastBarSetColumnChanged(f func())
func (*QVBarModelMapper) ConnectModelReplaced ¶
func (ptr *QVBarModelMapper) ConnectModelReplaced(f func())
func (*QVBarModelMapper) ConnectNotifyDefault ¶
func (ptr *QVBarModelMapper) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QVBarModelMapper) ConnectRowCountChanged ¶
func (ptr *QVBarModelMapper) ConnectRowCountChanged(f func())
func (*QVBarModelMapper) ConnectSeriesReplaced ¶
func (ptr *QVBarModelMapper) ConnectSeriesReplaced(f func())
func (*QVBarModelMapper) CustomEventDefault ¶
func (ptr *QVBarModelMapper) CustomEventDefault(event core.QEvent_ITF)
func (*QVBarModelMapper) DeleteLaterDefault ¶
func (ptr *QVBarModelMapper) DeleteLaterDefault()
func (*QVBarModelMapper) DestroyQVBarModelMapper ¶
func (ptr *QVBarModelMapper) DestroyQVBarModelMapper()
func (*QVBarModelMapper) DisconnectFirstBarSetColumnChanged ¶
func (ptr *QVBarModelMapper) DisconnectFirstBarSetColumnChanged()
func (*QVBarModelMapper) DisconnectFirstRowChanged ¶
func (ptr *QVBarModelMapper) DisconnectFirstRowChanged()
func (*QVBarModelMapper) DisconnectLastBarSetColumnChanged ¶
func (ptr *QVBarModelMapper) DisconnectLastBarSetColumnChanged()
func (*QVBarModelMapper) DisconnectModelReplaced ¶
func (ptr *QVBarModelMapper) DisconnectModelReplaced()
func (*QVBarModelMapper) DisconnectNotifyDefault ¶
func (ptr *QVBarModelMapper) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QVBarModelMapper) DisconnectRowCountChanged ¶
func (ptr *QVBarModelMapper) DisconnectRowCountChanged()
func (*QVBarModelMapper) DisconnectSeriesReplaced ¶
func (ptr *QVBarModelMapper) DisconnectSeriesReplaced()
func (*QVBarModelMapper) EventDefault ¶
func (ptr *QVBarModelMapper) EventDefault(e core.QEvent_ITF) bool
func (*QVBarModelMapper) EventFilterDefault ¶
func (ptr *QVBarModelMapper) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QVBarModelMapper) FirstBarSetColumn ¶
func (ptr *QVBarModelMapper) FirstBarSetColumn() int
func (*QVBarModelMapper) FirstBarSetColumnChanged ¶
func (ptr *QVBarModelMapper) FirstBarSetColumnChanged()
func (*QVBarModelMapper) FirstRow ¶
func (ptr *QVBarModelMapper) FirstRow() int
func (*QVBarModelMapper) FirstRowChanged ¶
func (ptr *QVBarModelMapper) FirstRowChanged()
func (*QVBarModelMapper) InitFromInternal ¶
func (n *QVBarModelMapper) InitFromInternal(ptr uintptr, name string)
func (*QVBarModelMapper) LastBarSetColumn ¶
func (ptr *QVBarModelMapper) LastBarSetColumn() int
func (*QVBarModelMapper) LastBarSetColumnChanged ¶
func (ptr *QVBarModelMapper) LastBarSetColumnChanged()
func (*QVBarModelMapper) MetaObjectDefault ¶
func (ptr *QVBarModelMapper) MetaObjectDefault() *core.QMetaObject
func (*QVBarModelMapper) Model ¶
func (ptr *QVBarModelMapper) Model() *core.QAbstractItemModel
func (*QVBarModelMapper) ModelReplaced ¶
func (ptr *QVBarModelMapper) ModelReplaced()
func (*QVBarModelMapper) Pointer ¶
func (ptr *QVBarModelMapper) Pointer() unsafe.Pointer
func (*QVBarModelMapper) QVBarModelMapper_PTR ¶
func (ptr *QVBarModelMapper) QVBarModelMapper_PTR() *QVBarModelMapper
func (*QVBarModelMapper) RowCount ¶
func (ptr *QVBarModelMapper) RowCount() int
func (*QVBarModelMapper) RowCountChanged ¶
func (ptr *QVBarModelMapper) RowCountChanged()
func (*QVBarModelMapper) Series ¶
func (ptr *QVBarModelMapper) Series() *QAbstractBarSeries
func (*QVBarModelMapper) SeriesReplaced ¶
func (ptr *QVBarModelMapper) SeriesReplaced()
func (*QVBarModelMapper) SetFirstBarSetColumn ¶
func (ptr *QVBarModelMapper) SetFirstBarSetColumn(firstBarSetColumn int)
func (*QVBarModelMapper) SetFirstRow ¶
func (ptr *QVBarModelMapper) SetFirstRow(firstRow int)
func (*QVBarModelMapper) SetLastBarSetColumn ¶
func (ptr *QVBarModelMapper) SetLastBarSetColumn(lastBarSetColumn int)
func (*QVBarModelMapper) SetModel ¶
func (ptr *QVBarModelMapper) SetModel(model core.QAbstractItemModel_ITF)
func (*QVBarModelMapper) SetPointer ¶
func (ptr *QVBarModelMapper) SetPointer(p unsafe.Pointer)
func (*QVBarModelMapper) SetRowCount ¶
func (ptr *QVBarModelMapper) SetRowCount(rowCount int)
func (*QVBarModelMapper) SetSeries ¶
func (ptr *QVBarModelMapper) SetSeries(series QAbstractBarSeries_ITF)
func (*QVBarModelMapper) TimerEventDefault ¶
func (ptr *QVBarModelMapper) TimerEventDefault(event core.QTimerEvent_ITF)
type QVBarModelMapper_ITF ¶
type QVBarModelMapper_ITF interface { core.QObject_ITF QVBarModelMapper_PTR() *QVBarModelMapper }
type QVBoxPlotModelMapper ¶
func NewQVBoxPlotModelMapper ¶
func NewQVBoxPlotModelMapper(parent core.QObject_ITF) *QVBoxPlotModelMapper
func NewQVBoxPlotModelMapperFromPointer ¶
func NewQVBoxPlotModelMapperFromPointer(ptr unsafe.Pointer) (n *QVBoxPlotModelMapper)
func (*QVBoxPlotModelMapper) ChildEventDefault ¶
func (ptr *QVBoxPlotModelMapper) ChildEventDefault(event core.QChildEvent_ITF)
func (*QVBoxPlotModelMapper) ClassNameInternalF ¶
func (n *QVBoxPlotModelMapper) ClassNameInternalF() string
func (*QVBoxPlotModelMapper) ConnectFirstBoxSetColumnChanged ¶
func (ptr *QVBoxPlotModelMapper) ConnectFirstBoxSetColumnChanged(f func())
func (*QVBoxPlotModelMapper) ConnectFirstRowChanged ¶
func (ptr *QVBoxPlotModelMapper) ConnectFirstRowChanged(f func())
func (*QVBoxPlotModelMapper) ConnectLastBoxSetColumnChanged ¶
func (ptr *QVBoxPlotModelMapper) ConnectLastBoxSetColumnChanged(f func())
func (*QVBoxPlotModelMapper) ConnectModelReplaced ¶
func (ptr *QVBoxPlotModelMapper) ConnectModelReplaced(f func())
func (*QVBoxPlotModelMapper) ConnectNotifyDefault ¶
func (ptr *QVBoxPlotModelMapper) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QVBoxPlotModelMapper) ConnectRowCountChanged ¶
func (ptr *QVBoxPlotModelMapper) ConnectRowCountChanged(f func())
func (*QVBoxPlotModelMapper) ConnectSeriesReplaced ¶
func (ptr *QVBoxPlotModelMapper) ConnectSeriesReplaced(f func())
func (*QVBoxPlotModelMapper) CustomEventDefault ¶
func (ptr *QVBoxPlotModelMapper) CustomEventDefault(event core.QEvent_ITF)
func (*QVBoxPlotModelMapper) DeleteLaterDefault ¶
func (ptr *QVBoxPlotModelMapper) DeleteLaterDefault()
func (*QVBoxPlotModelMapper) DestroyQVBoxPlotModelMapper ¶
func (ptr *QVBoxPlotModelMapper) DestroyQVBoxPlotModelMapper()
func (*QVBoxPlotModelMapper) DisconnectFirstBoxSetColumnChanged ¶
func (ptr *QVBoxPlotModelMapper) DisconnectFirstBoxSetColumnChanged()
func (*QVBoxPlotModelMapper) DisconnectFirstRowChanged ¶
func (ptr *QVBoxPlotModelMapper) DisconnectFirstRowChanged()
func (*QVBoxPlotModelMapper) DisconnectLastBoxSetColumnChanged ¶
func (ptr *QVBoxPlotModelMapper) DisconnectLastBoxSetColumnChanged()
func (*QVBoxPlotModelMapper) DisconnectModelReplaced ¶
func (ptr *QVBoxPlotModelMapper) DisconnectModelReplaced()
func (*QVBoxPlotModelMapper) DisconnectNotifyDefault ¶
func (ptr *QVBoxPlotModelMapper) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QVBoxPlotModelMapper) DisconnectRowCountChanged ¶
func (ptr *QVBoxPlotModelMapper) DisconnectRowCountChanged()
func (*QVBoxPlotModelMapper) DisconnectSeriesReplaced ¶
func (ptr *QVBoxPlotModelMapper) DisconnectSeriesReplaced()
func (*QVBoxPlotModelMapper) EventDefault ¶
func (ptr *QVBoxPlotModelMapper) EventDefault(e core.QEvent_ITF) bool
func (*QVBoxPlotModelMapper) EventFilterDefault ¶
func (ptr *QVBoxPlotModelMapper) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QVBoxPlotModelMapper) FirstBoxSetColumn ¶
func (ptr *QVBoxPlotModelMapper) FirstBoxSetColumn() int
func (*QVBoxPlotModelMapper) FirstBoxSetColumnChanged ¶
func (ptr *QVBoxPlotModelMapper) FirstBoxSetColumnChanged()
func (*QVBoxPlotModelMapper) FirstRow ¶
func (ptr *QVBoxPlotModelMapper) FirstRow() int
func (*QVBoxPlotModelMapper) FirstRowChanged ¶
func (ptr *QVBoxPlotModelMapper) FirstRowChanged()
func (*QVBoxPlotModelMapper) InitFromInternal ¶
func (n *QVBoxPlotModelMapper) InitFromInternal(ptr uintptr, name string)
func (*QVBoxPlotModelMapper) LastBoxSetColumn ¶
func (ptr *QVBoxPlotModelMapper) LastBoxSetColumn() int
func (*QVBoxPlotModelMapper) LastBoxSetColumnChanged ¶
func (ptr *QVBoxPlotModelMapper) LastBoxSetColumnChanged()
func (*QVBoxPlotModelMapper) MetaObjectDefault ¶
func (ptr *QVBoxPlotModelMapper) MetaObjectDefault() *core.QMetaObject
func (*QVBoxPlotModelMapper) Model ¶
func (ptr *QVBoxPlotModelMapper) Model() *core.QAbstractItemModel
func (*QVBoxPlotModelMapper) ModelReplaced ¶
func (ptr *QVBoxPlotModelMapper) ModelReplaced()
func (*QVBoxPlotModelMapper) Pointer ¶
func (ptr *QVBoxPlotModelMapper) Pointer() unsafe.Pointer
func (*QVBoxPlotModelMapper) QVBoxPlotModelMapper_PTR ¶
func (ptr *QVBoxPlotModelMapper) QVBoxPlotModelMapper_PTR() *QVBoxPlotModelMapper
func (*QVBoxPlotModelMapper) RowCount ¶
func (ptr *QVBoxPlotModelMapper) RowCount() int
func (*QVBoxPlotModelMapper) RowCountChanged ¶
func (ptr *QVBoxPlotModelMapper) RowCountChanged()
func (*QVBoxPlotModelMapper) Series ¶
func (ptr *QVBoxPlotModelMapper) Series() *QBoxPlotSeries
func (*QVBoxPlotModelMapper) SeriesReplaced ¶
func (ptr *QVBoxPlotModelMapper) SeriesReplaced()
func (*QVBoxPlotModelMapper) SetFirstBoxSetColumn ¶
func (ptr *QVBoxPlotModelMapper) SetFirstBoxSetColumn(firstBoxSetColumn int)
func (*QVBoxPlotModelMapper) SetFirstRow ¶
func (ptr *QVBoxPlotModelMapper) SetFirstRow(firstRow int)
func (*QVBoxPlotModelMapper) SetLastBoxSetColumn ¶
func (ptr *QVBoxPlotModelMapper) SetLastBoxSetColumn(lastBoxSetColumn int)
func (*QVBoxPlotModelMapper) SetModel ¶
func (ptr *QVBoxPlotModelMapper) SetModel(model core.QAbstractItemModel_ITF)
func (*QVBoxPlotModelMapper) SetPointer ¶
func (ptr *QVBoxPlotModelMapper) SetPointer(p unsafe.Pointer)
func (*QVBoxPlotModelMapper) SetRowCount ¶
func (ptr *QVBoxPlotModelMapper) SetRowCount(rowCount int)
func (*QVBoxPlotModelMapper) SetSeries ¶
func (ptr *QVBoxPlotModelMapper) SetSeries(series QBoxPlotSeries_ITF)
func (*QVBoxPlotModelMapper) TimerEventDefault ¶
func (ptr *QVBoxPlotModelMapper) TimerEventDefault(event core.QTimerEvent_ITF)
type QVBoxPlotModelMapper_ITF ¶
type QVBoxPlotModelMapper_ITF interface { core.QObject_ITF QVBoxPlotModelMapper_PTR() *QVBoxPlotModelMapper }
type QVCandlestickModelMapper ¶
type QVCandlestickModelMapper struct {
QCandlestickModelMapper
}
func NewQVCandlestickModelMapper ¶
func NewQVCandlestickModelMapper(parent core.QObject_ITF) *QVCandlestickModelMapper
func NewQVCandlestickModelMapperFromPointer ¶
func NewQVCandlestickModelMapperFromPointer(ptr unsafe.Pointer) (n *QVCandlestickModelMapper)
func (*QVCandlestickModelMapper) ClassNameInternalF ¶
func (n *QVCandlestickModelMapper) ClassNameInternalF() string
func (*QVCandlestickModelMapper) CloseRow ¶
func (ptr *QVCandlestickModelMapper) CloseRow() int
func (*QVCandlestickModelMapper) CloseRowChanged ¶
func (ptr *QVCandlestickModelMapper) CloseRowChanged()
func (*QVCandlestickModelMapper) ConnectCloseRowChanged ¶
func (ptr *QVCandlestickModelMapper) ConnectCloseRowChanged(f func())
func (*QVCandlestickModelMapper) ConnectFirstSetColumnChanged ¶
func (ptr *QVCandlestickModelMapper) ConnectFirstSetColumnChanged(f func())
func (*QVCandlestickModelMapper) ConnectHighRowChanged ¶
func (ptr *QVCandlestickModelMapper) ConnectHighRowChanged(f func())
func (*QVCandlestickModelMapper) ConnectLastSetColumnChanged ¶
func (ptr *QVCandlestickModelMapper) ConnectLastSetColumnChanged(f func())
func (*QVCandlestickModelMapper) ConnectLowRowChanged ¶
func (ptr *QVCandlestickModelMapper) ConnectLowRowChanged(f func())
func (*QVCandlestickModelMapper) ConnectOpenRowChanged ¶
func (ptr *QVCandlestickModelMapper) ConnectOpenRowChanged(f func())
func (*QVCandlestickModelMapper) ConnectOrientation ¶
func (ptr *QVCandlestickModelMapper) ConnectOrientation(f func() core.Qt__Orientation)
func (*QVCandlestickModelMapper) ConnectTimestampRowChanged ¶
func (ptr *QVCandlestickModelMapper) ConnectTimestampRowChanged(f func())
func (*QVCandlestickModelMapper) DestroyQVCandlestickModelMapper ¶
func (ptr *QVCandlestickModelMapper) DestroyQVCandlestickModelMapper()
func (*QVCandlestickModelMapper) DisconnectCloseRowChanged ¶
func (ptr *QVCandlestickModelMapper) DisconnectCloseRowChanged()
func (*QVCandlestickModelMapper) DisconnectFirstSetColumnChanged ¶
func (ptr *QVCandlestickModelMapper) DisconnectFirstSetColumnChanged()
func (*QVCandlestickModelMapper) DisconnectHighRowChanged ¶
func (ptr *QVCandlestickModelMapper) DisconnectHighRowChanged()
func (*QVCandlestickModelMapper) DisconnectLastSetColumnChanged ¶
func (ptr *QVCandlestickModelMapper) DisconnectLastSetColumnChanged()
func (*QVCandlestickModelMapper) DisconnectLowRowChanged ¶
func (ptr *QVCandlestickModelMapper) DisconnectLowRowChanged()
func (*QVCandlestickModelMapper) DisconnectOpenRowChanged ¶
func (ptr *QVCandlestickModelMapper) DisconnectOpenRowChanged()
func (*QVCandlestickModelMapper) DisconnectOrientation ¶
func (ptr *QVCandlestickModelMapper) DisconnectOrientation()
func (*QVCandlestickModelMapper) DisconnectTimestampRowChanged ¶
func (ptr *QVCandlestickModelMapper) DisconnectTimestampRowChanged()
func (*QVCandlestickModelMapper) FirstSetColumn ¶
func (ptr *QVCandlestickModelMapper) FirstSetColumn() int
func (*QVCandlestickModelMapper) FirstSetColumnChanged ¶
func (ptr *QVCandlestickModelMapper) FirstSetColumnChanged()
func (*QVCandlestickModelMapper) HighRow ¶
func (ptr *QVCandlestickModelMapper) HighRow() int
func (*QVCandlestickModelMapper) HighRowChanged ¶
func (ptr *QVCandlestickModelMapper) HighRowChanged()
func (*QVCandlestickModelMapper) InitFromInternal ¶
func (n *QVCandlestickModelMapper) InitFromInternal(ptr uintptr, name string)
func (*QVCandlestickModelMapper) LastSetColumn ¶
func (ptr *QVCandlestickModelMapper) LastSetColumn() int
func (*QVCandlestickModelMapper) LastSetColumnChanged ¶
func (ptr *QVCandlestickModelMapper) LastSetColumnChanged()
func (*QVCandlestickModelMapper) LowRow ¶
func (ptr *QVCandlestickModelMapper) LowRow() int
func (*QVCandlestickModelMapper) LowRowChanged ¶
func (ptr *QVCandlestickModelMapper) LowRowChanged()
func (*QVCandlestickModelMapper) OpenRow ¶
func (ptr *QVCandlestickModelMapper) OpenRow() int
func (*QVCandlestickModelMapper) OpenRowChanged ¶
func (ptr *QVCandlestickModelMapper) OpenRowChanged()
func (*QVCandlestickModelMapper) Orientation ¶
func (ptr *QVCandlestickModelMapper) Orientation() core.Qt__Orientation
func (*QVCandlestickModelMapper) OrientationDefault ¶
func (ptr *QVCandlestickModelMapper) OrientationDefault() core.Qt__Orientation
func (*QVCandlestickModelMapper) Pointer ¶
func (ptr *QVCandlestickModelMapper) Pointer() unsafe.Pointer
func (*QVCandlestickModelMapper) QVCandlestickModelMapper_PTR ¶
func (ptr *QVCandlestickModelMapper) QVCandlestickModelMapper_PTR() *QVCandlestickModelMapper
func (*QVCandlestickModelMapper) SetCloseRow ¶
func (ptr *QVCandlestickModelMapper) SetCloseRow(closeRow int)
func (*QVCandlestickModelMapper) SetFirstSetColumn ¶
func (ptr *QVCandlestickModelMapper) SetFirstSetColumn(firstSetColumn int)
func (*QVCandlestickModelMapper) SetHighRow ¶
func (ptr *QVCandlestickModelMapper) SetHighRow(highRow int)
func (*QVCandlestickModelMapper) SetLastSetColumn ¶
func (ptr *QVCandlestickModelMapper) SetLastSetColumn(lastSetColumn int)
func (*QVCandlestickModelMapper) SetLowRow ¶
func (ptr *QVCandlestickModelMapper) SetLowRow(lowRow int)
func (*QVCandlestickModelMapper) SetOpenRow ¶
func (ptr *QVCandlestickModelMapper) SetOpenRow(openRow int)
func (*QVCandlestickModelMapper) SetPointer ¶
func (ptr *QVCandlestickModelMapper) SetPointer(p unsafe.Pointer)
func (*QVCandlestickModelMapper) SetTimestampRow ¶
func (ptr *QVCandlestickModelMapper) SetTimestampRow(timestampRow int)
func (*QVCandlestickModelMapper) TimestampRow ¶
func (ptr *QVCandlestickModelMapper) TimestampRow() int
func (*QVCandlestickModelMapper) TimestampRowChanged ¶
func (ptr *QVCandlestickModelMapper) TimestampRowChanged()
type QVCandlestickModelMapper_ITF ¶
type QVCandlestickModelMapper_ITF interface { QCandlestickModelMapper_ITF QVCandlestickModelMapper_PTR() *QVCandlestickModelMapper }
type QVPieModelMapper ¶
type QVPieModelMapper struct {
QPieModelMapper
}
func NewQVPieModelMapper ¶
func NewQVPieModelMapper(parent core.QObject_ITF) *QVPieModelMapper
func NewQVPieModelMapperFromPointer ¶
func NewQVPieModelMapperFromPointer(ptr unsafe.Pointer) (n *QVPieModelMapper)
func (*QVPieModelMapper) ClassNameInternalF ¶
func (n *QVPieModelMapper) ClassNameInternalF() string
func (*QVPieModelMapper) ConnectFirstRowChanged ¶
func (ptr *QVPieModelMapper) ConnectFirstRowChanged(f func())
func (*QVPieModelMapper) ConnectLabelsColumnChanged ¶
func (ptr *QVPieModelMapper) ConnectLabelsColumnChanged(f func())
func (*QVPieModelMapper) ConnectModelReplaced ¶
func (ptr *QVPieModelMapper) ConnectModelReplaced(f func())
func (*QVPieModelMapper) ConnectRowCountChanged ¶
func (ptr *QVPieModelMapper) ConnectRowCountChanged(f func())
func (*QVPieModelMapper) ConnectSeriesReplaced ¶
func (ptr *QVPieModelMapper) ConnectSeriesReplaced(f func())
func (*QVPieModelMapper) ConnectValuesColumnChanged ¶
func (ptr *QVPieModelMapper) ConnectValuesColumnChanged(f func())
func (*QVPieModelMapper) DestroyQVPieModelMapper ¶
func (ptr *QVPieModelMapper) DestroyQVPieModelMapper()
func (*QVPieModelMapper) DisconnectFirstRowChanged ¶
func (ptr *QVPieModelMapper) DisconnectFirstRowChanged()
func (*QVPieModelMapper) DisconnectLabelsColumnChanged ¶
func (ptr *QVPieModelMapper) DisconnectLabelsColumnChanged()
func (*QVPieModelMapper) DisconnectModelReplaced ¶
func (ptr *QVPieModelMapper) DisconnectModelReplaced()
func (*QVPieModelMapper) DisconnectRowCountChanged ¶
func (ptr *QVPieModelMapper) DisconnectRowCountChanged()
func (*QVPieModelMapper) DisconnectSeriesReplaced ¶
func (ptr *QVPieModelMapper) DisconnectSeriesReplaced()
func (*QVPieModelMapper) DisconnectValuesColumnChanged ¶
func (ptr *QVPieModelMapper) DisconnectValuesColumnChanged()
func (*QVPieModelMapper) FirstRow ¶
func (ptr *QVPieModelMapper) FirstRow() int
func (*QVPieModelMapper) FirstRowChanged ¶
func (ptr *QVPieModelMapper) FirstRowChanged()
func (*QVPieModelMapper) InitFromInternal ¶
func (n *QVPieModelMapper) InitFromInternal(ptr uintptr, name string)
func (*QVPieModelMapper) LabelsColumn ¶
func (ptr *QVPieModelMapper) LabelsColumn() int
func (*QVPieModelMapper) LabelsColumnChanged ¶
func (ptr *QVPieModelMapper) LabelsColumnChanged()
func (*QVPieModelMapper) Model ¶
func (ptr *QVPieModelMapper) Model() *core.QAbstractItemModel
func (*QVPieModelMapper) ModelReplaced ¶
func (ptr *QVPieModelMapper) ModelReplaced()
func (*QVPieModelMapper) Pointer ¶
func (ptr *QVPieModelMapper) Pointer() unsafe.Pointer
func (*QVPieModelMapper) QVPieModelMapper_PTR ¶
func (ptr *QVPieModelMapper) QVPieModelMapper_PTR() *QVPieModelMapper
func (*QVPieModelMapper) RowCount ¶
func (ptr *QVPieModelMapper) RowCount() int
func (*QVPieModelMapper) RowCountChanged ¶
func (ptr *QVPieModelMapper) RowCountChanged()
func (*QVPieModelMapper) Series ¶
func (ptr *QVPieModelMapper) Series() *QPieSeries
func (*QVPieModelMapper) SeriesReplaced ¶
func (ptr *QVPieModelMapper) SeriesReplaced()
func (*QVPieModelMapper) SetFirstRow ¶
func (ptr *QVPieModelMapper) SetFirstRow(firstRow int)
func (*QVPieModelMapper) SetLabelsColumn ¶
func (ptr *QVPieModelMapper) SetLabelsColumn(labelsColumn int)
func (*QVPieModelMapper) SetModel ¶
func (ptr *QVPieModelMapper) SetModel(model core.QAbstractItemModel_ITF)
func (*QVPieModelMapper) SetPointer ¶
func (ptr *QVPieModelMapper) SetPointer(p unsafe.Pointer)
func (*QVPieModelMapper) SetRowCount ¶
func (ptr *QVPieModelMapper) SetRowCount(rowCount int)
func (*QVPieModelMapper) SetSeries ¶
func (ptr *QVPieModelMapper) SetSeries(series QPieSeries_ITF)
func (*QVPieModelMapper) SetValuesColumn ¶
func (ptr *QVPieModelMapper) SetValuesColumn(valuesColumn int)
func (*QVPieModelMapper) ValuesColumn ¶
func (ptr *QVPieModelMapper) ValuesColumn() int
func (*QVPieModelMapper) ValuesColumnChanged ¶
func (ptr *QVPieModelMapper) ValuesColumnChanged()
type QVPieModelMapper_ITF ¶
type QVPieModelMapper_ITF interface { QPieModelMapper_ITF QVPieModelMapper_PTR() *QVPieModelMapper }
type QVXYModelMapper ¶
type QVXYModelMapper struct {
QXYModelMapper
}
func NewQVXYModelMapper ¶
func NewQVXYModelMapper(parent core.QObject_ITF) *QVXYModelMapper
func NewQVXYModelMapperFromPointer ¶
func NewQVXYModelMapperFromPointer(ptr unsafe.Pointer) (n *QVXYModelMapper)
func (*QVXYModelMapper) ClassNameInternalF ¶
func (n *QVXYModelMapper) ClassNameInternalF() string
func (*QVXYModelMapper) ConnectFirstRowChanged ¶
func (ptr *QVXYModelMapper) ConnectFirstRowChanged(f func())
func (*QVXYModelMapper) ConnectModelReplaced ¶
func (ptr *QVXYModelMapper) ConnectModelReplaced(f func())
func (*QVXYModelMapper) ConnectRowCountChanged ¶
func (ptr *QVXYModelMapper) ConnectRowCountChanged(f func())
func (*QVXYModelMapper) ConnectSeriesReplaced ¶
func (ptr *QVXYModelMapper) ConnectSeriesReplaced(f func())
func (*QVXYModelMapper) ConnectXColumnChanged ¶
func (ptr *QVXYModelMapper) ConnectXColumnChanged(f func())
func (*QVXYModelMapper) ConnectYColumnChanged ¶
func (ptr *QVXYModelMapper) ConnectYColumnChanged(f func())
func (*QVXYModelMapper) DestroyQVXYModelMapper ¶
func (ptr *QVXYModelMapper) DestroyQVXYModelMapper()
func (*QVXYModelMapper) DisconnectFirstRowChanged ¶
func (ptr *QVXYModelMapper) DisconnectFirstRowChanged()
func (*QVXYModelMapper) DisconnectModelReplaced ¶
func (ptr *QVXYModelMapper) DisconnectModelReplaced()
func (*QVXYModelMapper) DisconnectRowCountChanged ¶
func (ptr *QVXYModelMapper) DisconnectRowCountChanged()
func (*QVXYModelMapper) DisconnectSeriesReplaced ¶
func (ptr *QVXYModelMapper) DisconnectSeriesReplaced()
func (*QVXYModelMapper) DisconnectXColumnChanged ¶
func (ptr *QVXYModelMapper) DisconnectXColumnChanged()
func (*QVXYModelMapper) DisconnectYColumnChanged ¶
func (ptr *QVXYModelMapper) DisconnectYColumnChanged()
func (*QVXYModelMapper) FirstRow ¶
func (ptr *QVXYModelMapper) FirstRow() int
func (*QVXYModelMapper) FirstRowChanged ¶
func (ptr *QVXYModelMapper) FirstRowChanged()
func (*QVXYModelMapper) InitFromInternal ¶
func (n *QVXYModelMapper) InitFromInternal(ptr uintptr, name string)
func (*QVXYModelMapper) Model ¶
func (ptr *QVXYModelMapper) Model() *core.QAbstractItemModel
func (*QVXYModelMapper) ModelReplaced ¶
func (ptr *QVXYModelMapper) ModelReplaced()
func (*QVXYModelMapper) Pointer ¶
func (ptr *QVXYModelMapper) Pointer() unsafe.Pointer
func (*QVXYModelMapper) QVXYModelMapper_PTR ¶
func (ptr *QVXYModelMapper) QVXYModelMapper_PTR() *QVXYModelMapper
func (*QVXYModelMapper) RowCount ¶
func (ptr *QVXYModelMapper) RowCount() int
func (*QVXYModelMapper) RowCountChanged ¶
func (ptr *QVXYModelMapper) RowCountChanged()
func (*QVXYModelMapper) Series ¶
func (ptr *QVXYModelMapper) Series() *QXYSeries
func (*QVXYModelMapper) SeriesReplaced ¶
func (ptr *QVXYModelMapper) SeriesReplaced()
func (*QVXYModelMapper) SetFirstRow ¶
func (ptr *QVXYModelMapper) SetFirstRow(firstRow int)
func (*QVXYModelMapper) SetModel ¶
func (ptr *QVXYModelMapper) SetModel(model core.QAbstractItemModel_ITF)
func (*QVXYModelMapper) SetPointer ¶
func (ptr *QVXYModelMapper) SetPointer(p unsafe.Pointer)
func (*QVXYModelMapper) SetRowCount ¶
func (ptr *QVXYModelMapper) SetRowCount(rowCount int)
func (*QVXYModelMapper) SetSeries ¶
func (ptr *QVXYModelMapper) SetSeries(series QXYSeries_ITF)
func (*QVXYModelMapper) SetXColumn ¶
func (ptr *QVXYModelMapper) SetXColumn(xColumn int)
func (*QVXYModelMapper) SetYColumn ¶
func (ptr *QVXYModelMapper) SetYColumn(yColumn int)
func (*QVXYModelMapper) XColumn ¶
func (ptr *QVXYModelMapper) XColumn() int
func (*QVXYModelMapper) XColumnChanged ¶
func (ptr *QVXYModelMapper) XColumnChanged()
func (*QVXYModelMapper) YColumn ¶
func (ptr *QVXYModelMapper) YColumn() int
func (*QVXYModelMapper) YColumnChanged ¶
func (ptr *QVXYModelMapper) YColumnChanged()
type QVXYModelMapper_ITF ¶
type QVXYModelMapper_ITF interface { QXYModelMapper_ITF QVXYModelMapper_PTR() *QVXYModelMapper }
type QValueAxis ¶
type QValueAxis struct {
QAbstractAxis
}
func NewQValueAxis ¶
func NewQValueAxis(parent core.QObject_ITF) *QValueAxis
func NewQValueAxisFromPointer ¶
func NewQValueAxisFromPointer(ptr unsafe.Pointer) (n *QValueAxis)
func (*QValueAxis) ApplyNiceNumbers ¶
func (ptr *QValueAxis) ApplyNiceNumbers()
func (*QValueAxis) ApplyNiceNumbersDefault ¶
func (ptr *QValueAxis) ApplyNiceNumbersDefault()
func (*QValueAxis) ClassNameInternalF ¶
func (n *QValueAxis) ClassNameInternalF() string
func (*QValueAxis) ConnectApplyNiceNumbers ¶
func (ptr *QValueAxis) ConnectApplyNiceNumbers(f func())
func (*QValueAxis) ConnectDestroyQValueAxis ¶
func (ptr *QValueAxis) ConnectDestroyQValueAxis(f func())
func (*QValueAxis) ConnectLabelFormatChanged ¶
func (ptr *QValueAxis) ConnectLabelFormatChanged(f func(format string))
func (*QValueAxis) ConnectMaxChanged ¶
func (ptr *QValueAxis) ConnectMaxChanged(f func(max float64))
func (*QValueAxis) ConnectMinChanged ¶
func (ptr *QValueAxis) ConnectMinChanged(f func(min float64))
func (*QValueAxis) ConnectMinorTickCountChanged ¶
func (ptr *QValueAxis) ConnectMinorTickCountChanged(f func(minorTickCount int))
func (*QValueAxis) ConnectRangeChanged ¶
func (ptr *QValueAxis) ConnectRangeChanged(f func(min float64, max float64))
func (*QValueAxis) ConnectTickAnchorChanged ¶
func (ptr *QValueAxis) ConnectTickAnchorChanged(f func(anchor float64))
func (*QValueAxis) ConnectTickCountChanged ¶
func (ptr *QValueAxis) ConnectTickCountChanged(f func(tickCount int))
func (*QValueAxis) ConnectTickIntervalChanged ¶
func (ptr *QValueAxis) ConnectTickIntervalChanged(f func(interval float64))
func (*QValueAxis) ConnectTickTypeChanged ¶
func (ptr *QValueAxis) ConnectTickTypeChanged(f func(ty QValueAxis__TickType))
func (*QValueAxis) ConnectType ¶
func (ptr *QValueAxis) ConnectType(f func() QAbstractAxis__AxisType)
func (*QValueAxis) DestroyQValueAxis ¶
func (ptr *QValueAxis) DestroyQValueAxis()
func (*QValueAxis) DestroyQValueAxisDefault ¶
func (ptr *QValueAxis) DestroyQValueAxisDefault()
func (*QValueAxis) DisconnectApplyNiceNumbers ¶
func (ptr *QValueAxis) DisconnectApplyNiceNumbers()
func (*QValueAxis) DisconnectDestroyQValueAxis ¶
func (ptr *QValueAxis) DisconnectDestroyQValueAxis()
func (*QValueAxis) DisconnectLabelFormatChanged ¶
func (ptr *QValueAxis) DisconnectLabelFormatChanged()
func (*QValueAxis) DisconnectMaxChanged ¶
func (ptr *QValueAxis) DisconnectMaxChanged()
func (*QValueAxis) DisconnectMinChanged ¶
func (ptr *QValueAxis) DisconnectMinChanged()
func (*QValueAxis) DisconnectMinorTickCountChanged ¶
func (ptr *QValueAxis) DisconnectMinorTickCountChanged()
func (*QValueAxis) DisconnectRangeChanged ¶
func (ptr *QValueAxis) DisconnectRangeChanged()
func (*QValueAxis) DisconnectTickAnchorChanged ¶
func (ptr *QValueAxis) DisconnectTickAnchorChanged()
func (*QValueAxis) DisconnectTickCountChanged ¶
func (ptr *QValueAxis) DisconnectTickCountChanged()
func (*QValueAxis) DisconnectTickIntervalChanged ¶
func (ptr *QValueAxis) DisconnectTickIntervalChanged()
func (*QValueAxis) DisconnectTickTypeChanged ¶
func (ptr *QValueAxis) DisconnectTickTypeChanged()
func (*QValueAxis) DisconnectType ¶
func (ptr *QValueAxis) DisconnectType()
func (*QValueAxis) InitFromInternal ¶
func (n *QValueAxis) InitFromInternal(ptr uintptr, name string)
func (*QValueAxis) LabelFormat ¶
func (ptr *QValueAxis) LabelFormat() string
func (*QValueAxis) LabelFormatChanged ¶
func (ptr *QValueAxis) LabelFormatChanged(format string)
func (*QValueAxis) Max ¶
func (ptr *QValueAxis) Max() float64
func (*QValueAxis) MaxChanged ¶
func (ptr *QValueAxis) MaxChanged(max float64)
func (*QValueAxis) Min ¶
func (ptr *QValueAxis) Min() float64
func (*QValueAxis) MinChanged ¶
func (ptr *QValueAxis) MinChanged(min float64)
func (*QValueAxis) MinorTickCount ¶
func (ptr *QValueAxis) MinorTickCount() int
func (*QValueAxis) MinorTickCountChanged ¶
func (ptr *QValueAxis) MinorTickCountChanged(minorTickCount int)
func (*QValueAxis) Pointer ¶
func (ptr *QValueAxis) Pointer() unsafe.Pointer
func (*QValueAxis) QValueAxis_PTR ¶
func (ptr *QValueAxis) QValueAxis_PTR() *QValueAxis
func (*QValueAxis) RangeChanged ¶
func (ptr *QValueAxis) RangeChanged(min float64, max float64)
func (*QValueAxis) SetLabelFormat ¶
func (ptr *QValueAxis) SetLabelFormat(format string)
func (*QValueAxis) SetMax ¶
func (ptr *QValueAxis) SetMax(max float64)
func (*QValueAxis) SetMin ¶
func (ptr *QValueAxis) SetMin(min float64)
func (*QValueAxis) SetMinorTickCount ¶
func (ptr *QValueAxis) SetMinorTickCount(count int)
func (*QValueAxis) SetPointer ¶
func (ptr *QValueAxis) SetPointer(p unsafe.Pointer)
func (*QValueAxis) SetRange ¶
func (ptr *QValueAxis) SetRange(min float64, max float64)
func (*QValueAxis) SetTickAnchor ¶
func (ptr *QValueAxis) SetTickAnchor(anchor float64)
func (*QValueAxis) SetTickCount ¶
func (ptr *QValueAxis) SetTickCount(count int)
func (*QValueAxis) SetTickInterval ¶
func (ptr *QValueAxis) SetTickInterval(insterval float64)
func (*QValueAxis) SetTickType ¶
func (ptr *QValueAxis) SetTickType(ty QValueAxis__TickType)
func (*QValueAxis) TickAnchor ¶
func (ptr *QValueAxis) TickAnchor() float64
func (*QValueAxis) TickAnchorChanged ¶
func (ptr *QValueAxis) TickAnchorChanged(anchor float64)
func (*QValueAxis) TickCount ¶
func (ptr *QValueAxis) TickCount() int
func (*QValueAxis) TickCountChanged ¶
func (ptr *QValueAxis) TickCountChanged(tickCount int)
func (*QValueAxis) TickInterval ¶
func (ptr *QValueAxis) TickInterval() float64
func (*QValueAxis) TickIntervalChanged ¶
func (ptr *QValueAxis) TickIntervalChanged(interval float64)
func (*QValueAxis) TickType ¶
func (ptr *QValueAxis) TickType() QValueAxis__TickType
func (*QValueAxis) TickTypeChanged ¶
func (ptr *QValueAxis) TickTypeChanged(ty QValueAxis__TickType)
func (*QValueAxis) Type ¶
func (ptr *QValueAxis) Type() QAbstractAxis__AxisType
func (*QValueAxis) TypeDefault ¶
func (ptr *QValueAxis) TypeDefault() QAbstractAxis__AxisType
type QValueAxis_ITF ¶
type QValueAxis_ITF interface { QAbstractAxis_ITF QValueAxis_PTR() *QValueAxis }
type QValueAxis__TickType ¶
type QValueAxis__TickType int64
QValueAxis::TickType
const ( QValueAxis__TicksDynamic QValueAxis__TickType = QValueAxis__TickType(0) QValueAxis__TicksFixed QValueAxis__TickType = QValueAxis__TickType(1) )
type QXYLegendMarker ¶
type QXYLegendMarker struct {
QLegendMarker
}
func NewQXYLegendMarkerFromPointer ¶
func NewQXYLegendMarkerFromPointer(ptr unsafe.Pointer) (n *QXYLegendMarker)
func (*QXYLegendMarker) ClassNameInternalF ¶
func (n *QXYLegendMarker) ClassNameInternalF() string
func (*QXYLegendMarker) ConnectDestroyQXYLegendMarker ¶
func (ptr *QXYLegendMarker) ConnectDestroyQXYLegendMarker(f func())
func (*QXYLegendMarker) ConnectSeries ¶
func (ptr *QXYLegendMarker) ConnectSeries(f func() *QXYSeries)
func (*QXYLegendMarker) ConnectType ¶
func (ptr *QXYLegendMarker) ConnectType(f func() QLegendMarker__LegendMarkerType)
func (*QXYLegendMarker) DestroyQXYLegendMarker ¶
func (ptr *QXYLegendMarker) DestroyQXYLegendMarker()
func (*QXYLegendMarker) DestroyQXYLegendMarkerDefault ¶
func (ptr *QXYLegendMarker) DestroyQXYLegendMarkerDefault()
func (*QXYLegendMarker) DisconnectDestroyQXYLegendMarker ¶
func (ptr *QXYLegendMarker) DisconnectDestroyQXYLegendMarker()
func (*QXYLegendMarker) DisconnectSeries ¶
func (ptr *QXYLegendMarker) DisconnectSeries()
func (*QXYLegendMarker) DisconnectType ¶
func (ptr *QXYLegendMarker) DisconnectType()
func (*QXYLegendMarker) InitFromInternal ¶
func (n *QXYLegendMarker) InitFromInternal(ptr uintptr, name string)
func (*QXYLegendMarker) Pointer ¶
func (ptr *QXYLegendMarker) Pointer() unsafe.Pointer
func (*QXYLegendMarker) QXYLegendMarker_PTR ¶
func (ptr *QXYLegendMarker) QXYLegendMarker_PTR() *QXYLegendMarker
func (*QXYLegendMarker) Series ¶
func (ptr *QXYLegendMarker) Series() *QXYSeries
func (*QXYLegendMarker) SeriesDefault ¶
func (ptr *QXYLegendMarker) SeriesDefault() *QXYSeries
func (*QXYLegendMarker) SetPointer ¶
func (ptr *QXYLegendMarker) SetPointer(p unsafe.Pointer)
func (*QXYLegendMarker) Type ¶
func (ptr *QXYLegendMarker) Type() QLegendMarker__LegendMarkerType
func (*QXYLegendMarker) TypeDefault ¶
func (ptr *QXYLegendMarker) TypeDefault() QLegendMarker__LegendMarkerType
type QXYLegendMarker_ITF ¶
type QXYLegendMarker_ITF interface { QLegendMarker_ITF QXYLegendMarker_PTR() *QXYLegendMarker }
type QXYModelMapper ¶
func NewQXYModelMapper ¶
func NewQXYModelMapper(parent core.QObject_ITF) *QXYModelMapper
func NewQXYModelMapperFromPointer ¶
func NewQXYModelMapperFromPointer(ptr unsafe.Pointer) (n *QXYModelMapper)
func (*QXYModelMapper) ChildEventDefault ¶
func (ptr *QXYModelMapper) ChildEventDefault(event core.QChildEvent_ITF)
func (*QXYModelMapper) ClassNameInternalF ¶
func (n *QXYModelMapper) ClassNameInternalF() string
func (*QXYModelMapper) ConnectNotifyDefault ¶
func (ptr *QXYModelMapper) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QXYModelMapper) CustomEventDefault ¶
func (ptr *QXYModelMapper) CustomEventDefault(event core.QEvent_ITF)
func (*QXYModelMapper) DeleteLaterDefault ¶
func (ptr *QXYModelMapper) DeleteLaterDefault()
func (*QXYModelMapper) DestroyQXYModelMapper ¶
func (ptr *QXYModelMapper) DestroyQXYModelMapper()
func (*QXYModelMapper) DisconnectNotifyDefault ¶
func (ptr *QXYModelMapper) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QXYModelMapper) EventDefault ¶
func (ptr *QXYModelMapper) EventDefault(e core.QEvent_ITF) bool
func (*QXYModelMapper) EventFilterDefault ¶
func (ptr *QXYModelMapper) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QXYModelMapper) InitFromInternal ¶
func (n *QXYModelMapper) InitFromInternal(ptr uintptr, name string)
func (*QXYModelMapper) MetaObjectDefault ¶
func (ptr *QXYModelMapper) MetaObjectDefault() *core.QMetaObject
func (*QXYModelMapper) Orientation ¶
func (ptr *QXYModelMapper) Orientation() core.Qt__Orientation
func (*QXYModelMapper) Pointer ¶
func (ptr *QXYModelMapper) Pointer() unsafe.Pointer
func (*QXYModelMapper) QXYModelMapper_PTR ¶
func (ptr *QXYModelMapper) QXYModelMapper_PTR() *QXYModelMapper
func (*QXYModelMapper) SetOrientation ¶
func (ptr *QXYModelMapper) SetOrientation(orientation core.Qt__Orientation)
func (*QXYModelMapper) SetPointer ¶
func (ptr *QXYModelMapper) SetPointer(p unsafe.Pointer)
func (*QXYModelMapper) SetXSection ¶
func (ptr *QXYModelMapper) SetXSection(xSection int)
func (*QXYModelMapper) SetYSection ¶
func (ptr *QXYModelMapper) SetYSection(ySection int)
func (*QXYModelMapper) TimerEventDefault ¶
func (ptr *QXYModelMapper) TimerEventDefault(event core.QTimerEvent_ITF)
func (*QXYModelMapper) XSection ¶
func (ptr *QXYModelMapper) XSection() int
func (*QXYModelMapper) YSection ¶
func (ptr *QXYModelMapper) YSection() int
type QXYModelMapper_ITF ¶
type QXYModelMapper_ITF interface { core.QObject_ITF QXYModelMapper_PTR() *QXYModelMapper }
type QXYSeries ¶
type QXYSeries struct {
QAbstractSeries
}
func NewQXYSeriesFromPointer ¶
func (*QXYSeries) Append2 ¶
func (ptr *QXYSeries) Append2(point core.QPointF_ITF)
func (*QXYSeries) ClassNameInternalF ¶
func (*QXYSeries) Clicked ¶
func (ptr *QXYSeries) Clicked(point core.QPointF_ITF)
func (*QXYSeries) ColorChanged ¶
func (ptr *QXYSeries) ColorChanged(color gui.QColor_ITF)
func (*QXYSeries) ColorDefault ¶
func (*QXYSeries) ConnectClicked ¶
func (*QXYSeries) ConnectColor ¶
func (*QXYSeries) ConnectColorChanged ¶
func (*QXYSeries) ConnectDestroyQXYSeries ¶
func (ptr *QXYSeries) ConnectDestroyQXYSeries(f func())
func (*QXYSeries) ConnectDoubleClicked ¶
func (*QXYSeries) ConnectHovered ¶
func (*QXYSeries) ConnectPenChanged ¶
func (*QXYSeries) ConnectPointAdded ¶
func (*QXYSeries) ConnectPointLabelsClippingChanged ¶
func (*QXYSeries) ConnectPointLabelsColorChanged ¶
func (*QXYSeries) ConnectPointLabelsFontChanged ¶
func (*QXYSeries) ConnectPointLabelsFormatChanged ¶
func (*QXYSeries) ConnectPointLabelsVisibilityChanged ¶
func (*QXYSeries) ConnectPointRemoved ¶
func (*QXYSeries) ConnectPointReplaced ¶
func (*QXYSeries) ConnectPointsRemoved ¶
func (*QXYSeries) ConnectPointsReplaced ¶
func (ptr *QXYSeries) ConnectPointsReplaced(f func())
func (*QXYSeries) ConnectPressed ¶
func (*QXYSeries) ConnectReleased ¶
func (*QXYSeries) ConnectSetBrush ¶
func (*QXYSeries) ConnectSetColor ¶
func (*QXYSeries) ConnectSetPen ¶
func (*QXYSeries) DestroyQXYSeries ¶
func (ptr *QXYSeries) DestroyQXYSeries()
func (*QXYSeries) DestroyQXYSeriesDefault ¶
func (ptr *QXYSeries) DestroyQXYSeriesDefault()
func (*QXYSeries) DisconnectClicked ¶
func (ptr *QXYSeries) DisconnectClicked()
func (*QXYSeries) DisconnectColor ¶
func (ptr *QXYSeries) DisconnectColor()
func (*QXYSeries) DisconnectColorChanged ¶
func (ptr *QXYSeries) DisconnectColorChanged()
func (*QXYSeries) DisconnectDestroyQXYSeries ¶
func (ptr *QXYSeries) DisconnectDestroyQXYSeries()
func (*QXYSeries) DisconnectDoubleClicked ¶
func (ptr *QXYSeries) DisconnectDoubleClicked()
func (*QXYSeries) DisconnectHovered ¶
func (ptr *QXYSeries) DisconnectHovered()
func (*QXYSeries) DisconnectPenChanged ¶
func (ptr *QXYSeries) DisconnectPenChanged()
func (*QXYSeries) DisconnectPointAdded ¶
func (ptr *QXYSeries) DisconnectPointAdded()
func (*QXYSeries) DisconnectPointLabelsClippingChanged ¶
func (ptr *QXYSeries) DisconnectPointLabelsClippingChanged()
func (*QXYSeries) DisconnectPointLabelsColorChanged ¶
func (ptr *QXYSeries) DisconnectPointLabelsColorChanged()
func (*QXYSeries) DisconnectPointLabelsFontChanged ¶
func (ptr *QXYSeries) DisconnectPointLabelsFontChanged()
func (*QXYSeries) DisconnectPointLabelsFormatChanged ¶
func (ptr *QXYSeries) DisconnectPointLabelsFormatChanged()
func (*QXYSeries) DisconnectPointLabelsVisibilityChanged ¶
func (ptr *QXYSeries) DisconnectPointLabelsVisibilityChanged()
func (*QXYSeries) DisconnectPointRemoved ¶
func (ptr *QXYSeries) DisconnectPointRemoved()
func (*QXYSeries) DisconnectPointReplaced ¶
func (ptr *QXYSeries) DisconnectPointReplaced()
func (*QXYSeries) DisconnectPointsRemoved ¶
func (ptr *QXYSeries) DisconnectPointsRemoved()
func (*QXYSeries) DisconnectPointsReplaced ¶
func (ptr *QXYSeries) DisconnectPointsReplaced()
func (*QXYSeries) DisconnectPressed ¶
func (ptr *QXYSeries) DisconnectPressed()
func (*QXYSeries) DisconnectReleased ¶
func (ptr *QXYSeries) DisconnectReleased()
func (*QXYSeries) DisconnectSetBrush ¶
func (ptr *QXYSeries) DisconnectSetBrush()
func (*QXYSeries) DisconnectSetColor ¶
func (ptr *QXYSeries) DisconnectSetColor()
func (*QXYSeries) DisconnectSetPen ¶
func (ptr *QXYSeries) DisconnectSetPen()
func (*QXYSeries) DoubleClicked ¶
func (ptr *QXYSeries) DoubleClicked(point core.QPointF_ITF)
func (*QXYSeries) InitFromInternal ¶
func (*QXYSeries) PenChanged ¶
func (*QXYSeries) PointAdded ¶
func (*QXYSeries) PointLabelsClipping ¶
func (*QXYSeries) PointLabelsClippingChanged ¶
func (*QXYSeries) PointLabelsColor ¶
func (*QXYSeries) PointLabelsColorChanged ¶
func (ptr *QXYSeries) PointLabelsColorChanged(color gui.QColor_ITF)
func (*QXYSeries) PointLabelsFont ¶
func (*QXYSeries) PointLabelsFontChanged ¶
func (*QXYSeries) PointLabelsFormat ¶
func (*QXYSeries) PointLabelsFormatChanged ¶
func (*QXYSeries) PointLabelsVisibilityChanged ¶
func (*QXYSeries) PointLabelsVisible ¶
func (*QXYSeries) PointRemoved ¶
func (*QXYSeries) PointReplaced ¶
func (*QXYSeries) PointsRemoved ¶
func (*QXYSeries) PointsReplaced ¶
func (ptr *QXYSeries) PointsReplaced()
func (*QXYSeries) PointsVector ¶
func (*QXYSeries) PointsVisible ¶
func (*QXYSeries) Pressed ¶
func (ptr *QXYSeries) Pressed(point core.QPointF_ITF)
func (*QXYSeries) QXYSeries_PTR ¶
func (*QXYSeries) Released ¶
func (ptr *QXYSeries) Released(point core.QPointF_ITF)
func (*QXYSeries) Remove2 ¶
func (ptr *QXYSeries) Remove2(point core.QPointF_ITF)
func (*QXYSeries) RemovePoints ¶
func (*QXYSeries) Replace2 ¶
func (ptr *QXYSeries) Replace2(oldPoint core.QPointF_ITF, newPoint core.QPointF_ITF)
func (*QXYSeries) SetBrush ¶
func (ptr *QXYSeries) SetBrush(brush gui.QBrush_ITF)
func (*QXYSeries) SetBrushDefault ¶
func (ptr *QXYSeries) SetBrushDefault(brush gui.QBrush_ITF)
func (*QXYSeries) SetColor ¶
func (ptr *QXYSeries) SetColor(color gui.QColor_ITF)
func (*QXYSeries) SetColorDefault ¶
func (ptr *QXYSeries) SetColorDefault(color gui.QColor_ITF)
func (*QXYSeries) SetPenDefault ¶
func (*QXYSeries) SetPointLabelsClipping ¶
func (*QXYSeries) SetPointLabelsColor ¶
func (ptr *QXYSeries) SetPointLabelsColor(color gui.QColor_ITF)
func (*QXYSeries) SetPointLabelsFont ¶
func (*QXYSeries) SetPointLabelsFormat ¶
func (*QXYSeries) SetPointLabelsVisible ¶
func (*QXYSeries) SetPointer ¶
func (*QXYSeries) SetPointsVisible ¶
func (*QXYSeries) Type ¶
func (ptr *QXYSeries) Type() QAbstractSeries__SeriesType
func (*QXYSeries) TypeDefault ¶
func (ptr *QXYSeries) TypeDefault() QAbstractSeries__SeriesType
type QXYSeries_ITF ¶
type QXYSeries_ITF interface { QAbstractSeries_ITF QXYSeries_PTR() *QXYSeries }
Click to show internal directories.
Click to hide internal directories.