charts

package
v0.0.0-...-33b8324 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 8, 2017 License: LGPL-3.0 Imports: 9 Imported by: 0

Documentation ¶

Index ¶

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 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 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 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 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 PointerFromQXYSeries ¶

func PointerFromQXYSeries(ptr QXYSeries_ITF) unsafe.Pointer

Types ¶

type QAbstractAxis ¶

type QAbstractAxis struct {
	// contains filtered or unexported fields
}

func NewQAbstractAxisFromPointer ¶

func NewQAbstractAxisFromPointer(ptr unsafe.Pointer) *QAbstractAxis

func (*QAbstractAxis) Alignment ¶

func (ptr *QAbstractAxis) Alignment() core.Qt__AlignmentFlag

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) 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) 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) 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) DestroyQAbstractAxis ¶

func (ptr *QAbstractAxis) DestroyQAbstractAxis()

func (*QAbstractAxis) DisconnectColorChanged ¶

func (ptr *QAbstractAxis) DisconnectColorChanged()

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) 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) 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) 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) 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) 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) 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 (p *QAbstractAxis) Pointer() unsafe.Pointer

func (*QAbstractAxis) QAbstractAxis_PTR ¶

func (p *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) 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 (p *QAbstractAxis) SetPointer(ptr 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) 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 (*QAbstractAxis) VisibleChanged ¶

func (ptr *QAbstractAxis) VisibleChanged(visible bool)

type QAbstractAxis_ITF ¶

type QAbstractAxis_ITF interface {
	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 {
	// contains filtered or unexported fields
}

func NewQAbstractBarSeriesFromPointer ¶

func NewQAbstractBarSeriesFromPointer(ptr unsafe.Pointer) *QAbstractBarSeries

func (*QAbstractBarSeries) Append ¶

func (ptr *QAbstractBarSeries) Append(set QBarSet_ITF) bool

func (*QAbstractBarSeries) BarSets ¶

func (ptr *QAbstractBarSeries) BarSets() []*QBarSet

func (*QAbstractBarSeries) BarWidth ¶

func (ptr *QAbstractBarSeries) BarWidth() float64

func (*QAbstractBarSeries) Clear ¶

func (ptr *QAbstractBarSeries) Clear()

func (*QAbstractBarSeries) Clicked ¶

func (ptr *QAbstractBarSeries) Clicked(index int, barset QBarSet_ITF)

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) 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) 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) 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) 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 (*QAbstractBarSeries) LabelsPositionChanged ¶

func (ptr *QAbstractBarSeries) LabelsPositionChanged(position QAbstractBarSeries__LabelsPosition)

func (*QAbstractBarSeries) LabelsVisibleChanged ¶

func (ptr *QAbstractBarSeries) LabelsVisibleChanged()

func (*QAbstractBarSeries) Pointer ¶

func (p *QAbstractBarSeries) Pointer() unsafe.Pointer

func (*QAbstractBarSeries) Pressed ¶

func (ptr *QAbstractBarSeries) Pressed(index int, barset QBarSet_ITF)

func (*QAbstractBarSeries) QAbstractBarSeries_PTR ¶

func (p *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) SetLabelsVisible ¶

func (ptr *QAbstractBarSeries) SetLabelsVisible(visible bool)

func (*QAbstractBarSeries) SetPointer ¶

func (p *QAbstractBarSeries) SetPointer(ptr unsafe.Pointer)

func (*QAbstractBarSeries) Take ¶

func (ptr *QAbstractBarSeries) Take(set QBarSet_ITF) bool

type QAbstractBarSeries_ITF ¶

type QAbstractBarSeries_ITF interface {
	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 ¶

type QAbstractSeries struct {
	// contains filtered or unexported fields
}

func NewQAbstractSeriesFromPointer ¶

func NewQAbstractSeriesFromPointer(ptr unsafe.Pointer) *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) ConnectNameChanged ¶

func (ptr *QAbstractSeries) ConnectNameChanged(f func())

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) DestroyQAbstractSeries ¶

func (ptr *QAbstractSeries) DestroyQAbstractSeries()

func (*QAbstractSeries) DetachAxis ¶

func (ptr *QAbstractSeries) DetachAxis(axis QAbstractAxis_ITF) bool

func (*QAbstractSeries) DisconnectNameChanged ¶

func (ptr *QAbstractSeries) DisconnectNameChanged()

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) Hide ¶

func (ptr *QAbstractSeries) Hide()

func (*QAbstractSeries) IsVisible ¶

func (ptr *QAbstractSeries) IsVisible() bool

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 (p *QAbstractSeries) Pointer() unsafe.Pointer

func (*QAbstractSeries) QAbstractSeries_PTR ¶

func (p *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 (p *QAbstractSeries) SetPointer(ptr 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) Type ¶

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 {
	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)
)

type QAreaLegendMarker ¶

type QAreaLegendMarker struct {
	// contains filtered or unexported fields
}

func NewQAreaLegendMarkerFromPointer ¶

func NewQAreaLegendMarkerFromPointer(ptr unsafe.Pointer) *QAreaLegendMarker

func (*QAreaLegendMarker) ConnectDestroyQAreaLegendMarker ¶

func (ptr *QAreaLegendMarker) ConnectDestroyQAreaLegendMarker(f func())

func (*QAreaLegendMarker) ConnectSeries ¶

func (ptr *QAreaLegendMarker) ConnectSeries(f func() *QAreaSeries)

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) Pointer ¶

func (p *QAreaLegendMarker) Pointer() unsafe.Pointer

func (*QAreaLegendMarker) QAreaLegendMarker_PTR ¶

func (p *QAreaLegendMarker) QAreaLegendMarker_PTR() *QAreaLegendMarker

func (*QAreaLegendMarker) Series ¶

func (ptr *QAreaLegendMarker) Series() *QAreaSeries

func (*QAreaLegendMarker) SeriesDefault ¶

func (ptr *QAreaLegendMarker) SeriesDefault() *QAreaSeries

func (*QAreaLegendMarker) SetPointer ¶

func (p *QAreaLegendMarker) SetPointer(ptr unsafe.Pointer)

type QAreaLegendMarker_ITF ¶

type QAreaLegendMarker_ITF interface {
	QAreaLegendMarker_PTR() *QAreaLegendMarker
}

type QAreaSeries ¶

type QAreaSeries struct {
	// contains filtered or unexported fields
}

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) *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) 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) 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) ConnectSelected ¶

func (ptr *QAreaSeries) ConnectSelected(f func())

func (*QAreaSeries) ConnectType ¶

func (ptr *QAreaSeries) ConnectType(f func() QAbstractSeries__SeriesType)

func (*QAreaSeries) DestroyQAreaSeries ¶

func (ptr *QAreaSeries) DestroyQAreaSeries()

func (*QAreaSeries) DisconnectBorderColorChanged ¶

func (ptr *QAreaSeries) DisconnectBorderColorChanged()

func (*QAreaSeries) DisconnectClicked ¶

func (ptr *QAreaSeries) DisconnectClicked()

func (*QAreaSeries) DisconnectColorChanged ¶

func (ptr *QAreaSeries) DisconnectColorChanged()

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) DisconnectSelected ¶

func (ptr *QAreaSeries) DisconnectSelected()

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) 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 (p *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 (p *QAreaSeries) QAreaSeries_PTR() *QAreaSeries

func (*QAreaSeries) Released ¶

func (ptr *QAreaSeries) Released(point core.QPointF_ITF)

func (*QAreaSeries) Selected ¶

func (ptr *QAreaSeries) Selected()

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 (p *QAreaSeries) SetPointer(ptr 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 (*QAreaSeries) TypeDefault ¶

func (ptr *QAreaSeries) TypeDefault() QAbstractSeries__SeriesType

func (*QAreaSeries) UpperSeries ¶

func (ptr *QAreaSeries) UpperSeries() *QLineSeries

type QAreaSeries_ITF ¶

type QAreaSeries_ITF interface {
	QAreaSeries_PTR() *QAreaSeries
}

type QBarCategoryAxis ¶

type QBarCategoryAxis struct {
	// contains filtered or unexported fields
}

func NewQBarCategoryAxis ¶

func NewQBarCategoryAxis(parent core.QObject_ITF) *QBarCategoryAxis

func NewQBarCategoryAxisFromPointer ¶

func NewQBarCategoryAxisFromPointer(ptr unsafe.Pointer) *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) 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) 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) Count ¶

func (ptr *QBarCategoryAxis) Count() int

func (*QBarCategoryAxis) CountChanged ¶

func (ptr *QBarCategoryAxis) CountChanged()

func (*QBarCategoryAxis) DestroyQBarCategoryAxis ¶

func (ptr *QBarCategoryAxis) DestroyQBarCategoryAxis()

func (*QBarCategoryAxis) DisconnectCategoriesChanged ¶

func (ptr *QBarCategoryAxis) DisconnectCategoriesChanged()

func (*QBarCategoryAxis) DisconnectCountChanged ¶

func (ptr *QBarCategoryAxis) DisconnectCountChanged()

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) 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 (p *QBarCategoryAxis) Pointer() unsafe.Pointer

func (*QBarCategoryAxis) QBarCategoryAxis_PTR ¶

func (p *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 (p *QBarCategoryAxis) SetPointer(ptr unsafe.Pointer)

func (*QBarCategoryAxis) SetRange ¶

func (ptr *QBarCategoryAxis) SetRange(minCategory string, maxCategory string)

type QBarCategoryAxis_ITF ¶

type QBarCategoryAxis_ITF interface {
	QBarCategoryAxis_PTR() *QBarCategoryAxis
}

type QBarLegendMarker ¶

type QBarLegendMarker struct {
	// contains filtered or unexported fields
}

func NewQBarLegendMarkerFromPointer ¶

func NewQBarLegendMarkerFromPointer(ptr unsafe.Pointer) *QBarLegendMarker

func (*QBarLegendMarker) Barset ¶

func (ptr *QBarLegendMarker) Barset() *QBarSet

func (*QBarLegendMarker) ConnectDestroyQBarLegendMarker ¶

func (ptr *QBarLegendMarker) ConnectDestroyQBarLegendMarker(f func())

func (*QBarLegendMarker) ConnectSeries ¶

func (ptr *QBarLegendMarker) ConnectSeries(f func() *QAbstractBarSeries)

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) Pointer ¶

func (p *QBarLegendMarker) Pointer() unsafe.Pointer

func (*QBarLegendMarker) QBarLegendMarker_PTR ¶

func (p *QBarLegendMarker) QBarLegendMarker_PTR() *QBarLegendMarker

func (*QBarLegendMarker) Series ¶

func (ptr *QBarLegendMarker) Series() *QAbstractBarSeries

func (*QBarLegendMarker) SeriesDefault ¶

func (ptr *QBarLegendMarker) SeriesDefault() *QAbstractBarSeries

func (*QBarLegendMarker) SetPointer ¶

func (p *QBarLegendMarker) SetPointer(ptr unsafe.Pointer)

type QBarLegendMarker_ITF ¶

type QBarLegendMarker_ITF interface {
	QBarLegendMarker_PTR() *QBarLegendMarker
}

type QBarSeries ¶

type QBarSeries struct {
	// contains filtered or unexported fields
}

func NewQBarSeries ¶

func NewQBarSeries(parent core.QObject_ITF) *QBarSeries

func NewQBarSeriesFromPointer ¶

func NewQBarSeriesFromPointer(ptr unsafe.Pointer) *QBarSeries

func (*QBarSeries) ConnectType ¶

func (ptr *QBarSeries) ConnectType(f func() QAbstractSeries__SeriesType)

func (*QBarSeries) DestroyQBarSeries ¶

func (ptr *QBarSeries) DestroyQBarSeries()

func (*QBarSeries) DisconnectType ¶

func (ptr *QBarSeries) DisconnectType()

func (*QBarSeries) Pointer ¶

func (p *QBarSeries) Pointer() unsafe.Pointer

func (*QBarSeries) QBarSeries_PTR ¶

func (p *QBarSeries) QBarSeries_PTR() *QBarSeries

func (*QBarSeries) SetPointer ¶

func (p *QBarSeries) SetPointer(ptr unsafe.Pointer)

func (*QBarSeries) Type ¶

func (*QBarSeries) TypeDefault ¶

func (ptr *QBarSeries) TypeDefault() QAbstractSeries__SeriesType

type QBarSeries_ITF ¶

type QBarSeries_ITF interface {
	QBarSeries_PTR() *QBarSeries
}

type QBarSet ¶

type QBarSet struct {
	// contains filtered or unexported fields
}

func NewQBarSet ¶

func NewQBarSet(label string, parent core.QObject_ITF) *QBarSet

func NewQBarSetFromPointer ¶

func NewQBarSetFromPointer(ptr unsafe.Pointer) *QBarSet

func (*QBarSet) Append ¶

func (ptr *QBarSet) Append(value float64)

func (*QBarSet) At ¶

func (ptr *QBarSet) At(index int) float64

func (*QBarSet) BorderColor ¶

func (ptr *QBarSet) BorderColor() *gui.QColor

func (*QBarSet) BorderColorChanged ¶

func (ptr *QBarSet) BorderColorChanged(color gui.QColor_ITF)

func (*QBarSet) Brush ¶

func (ptr *QBarSet) Brush() *gui.QBrush

func (*QBarSet) BrushChanged ¶

func (ptr *QBarSet) BrushChanged()

func (*QBarSet) Clicked ¶

func (ptr *QBarSet) Clicked(index int)

func (*QBarSet) Color ¶

func (ptr *QBarSet) Color() *gui.QColor

func (*QBarSet) ColorChanged ¶

func (ptr *QBarSet) ColorChanged(color gui.QColor_ITF)

func (*QBarSet) ConnectBorderColorChanged ¶

func (ptr *QBarSet) ConnectBorderColorChanged(f func(color *gui.QColor))

func (*QBarSet) ConnectBrushChanged ¶

func (ptr *QBarSet) ConnectBrushChanged(f func())

func (*QBarSet) ConnectClicked ¶

func (ptr *QBarSet) ConnectClicked(f func(index int))

func (*QBarSet) ConnectColorChanged ¶

func (ptr *QBarSet) ConnectColorChanged(f func(color *gui.QColor))

func (*QBarSet) ConnectDestroyQBarSet ¶

func (ptr *QBarSet) ConnectDestroyQBarSet(f func())

func (*QBarSet) ConnectDoubleClicked ¶

func (ptr *QBarSet) ConnectDoubleClicked(f func(index int))

func (*QBarSet) ConnectHovered ¶

func (ptr *QBarSet) ConnectHovered(f func(status bool, index int))

func (*QBarSet) ConnectLabelBrushChanged ¶

func (ptr *QBarSet) ConnectLabelBrushChanged(f func())

func (*QBarSet) ConnectLabelChanged ¶

func (ptr *QBarSet) ConnectLabelChanged(f func())

func (*QBarSet) ConnectLabelColorChanged ¶

func (ptr *QBarSet) ConnectLabelColorChanged(f func(color *gui.QColor))

func (*QBarSet) ConnectLabelFontChanged ¶

func (ptr *QBarSet) ConnectLabelFontChanged(f func())

func (*QBarSet) ConnectPenChanged ¶

func (ptr *QBarSet) ConnectPenChanged(f func())

func (*QBarSet) ConnectPressed ¶

func (ptr *QBarSet) ConnectPressed(f func(index int))

func (*QBarSet) ConnectReleased ¶

func (ptr *QBarSet) ConnectReleased(f func(index int))

func (*QBarSet) ConnectValueChanged ¶

func (ptr *QBarSet) ConnectValueChanged(f func(index int))

func (*QBarSet) ConnectValuesAdded ¶

func (ptr *QBarSet) ConnectValuesAdded(f func(index int, count int))

func (*QBarSet) ConnectValuesRemoved ¶

func (ptr *QBarSet) ConnectValuesRemoved(f func(index int, count int))

func (*QBarSet) Count ¶

func (ptr *QBarSet) Count() int

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) 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 (ptr *QBarSet) DoubleClicked(index int)

func (*QBarSet) Hovered ¶

func (ptr *QBarSet) Hovered(status bool, index int)

func (*QBarSet) Insert ¶

func (ptr *QBarSet) Insert(index int, value float64)

func (*QBarSet) Label ¶

func (ptr *QBarSet) Label() string

func (*QBarSet) LabelBrush ¶

func (ptr *QBarSet) LabelBrush() *gui.QBrush

func (*QBarSet) LabelBrushChanged ¶

func (ptr *QBarSet) LabelBrushChanged()

func (*QBarSet) LabelChanged ¶

func (ptr *QBarSet) LabelChanged()

func (*QBarSet) LabelColor ¶

func (ptr *QBarSet) LabelColor() *gui.QColor

func (*QBarSet) LabelColorChanged ¶

func (ptr *QBarSet) LabelColorChanged(color gui.QColor_ITF)

func (*QBarSet) LabelFont ¶

func (ptr *QBarSet) LabelFont() *gui.QFont

func (*QBarSet) LabelFontChanged ¶

func (ptr *QBarSet) LabelFontChanged()

func (*QBarSet) Pen ¶

func (ptr *QBarSet) Pen() *gui.QPen

func (*QBarSet) PenChanged ¶

func (ptr *QBarSet) PenChanged()

func (*QBarSet) Pointer ¶

func (p *QBarSet) Pointer() unsafe.Pointer

func (*QBarSet) Pressed ¶

func (ptr *QBarSet) Pressed(index int)

func (*QBarSet) QBarSet_PTR ¶

func (p *QBarSet) QBarSet_PTR() *QBarSet

func (*QBarSet) Released ¶

func (ptr *QBarSet) Released(index int)

func (*QBarSet) Remove ¶

func (ptr *QBarSet) Remove(index int, count int)

func (*QBarSet) Replace ¶

func (ptr *QBarSet) Replace(index int, value float64)

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) SetLabel ¶

func (ptr *QBarSet) SetLabel(label string)

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 (ptr *QBarSet) SetLabelFont(font gui.QFont_ITF)

func (*QBarSet) SetPen ¶

func (ptr *QBarSet) SetPen(pen gui.QPen_ITF)

func (*QBarSet) SetPointer ¶

func (p *QBarSet) SetPointer(ptr unsafe.Pointer)

func (*QBarSet) Sum ¶

func (ptr *QBarSet) Sum() float64

func (*QBarSet) ValueChanged ¶

func (ptr *QBarSet) ValueChanged(index int)

func (*QBarSet) ValuesAdded ¶

func (ptr *QBarSet) ValuesAdded(index int, count int)

func (*QBarSet) ValuesRemoved ¶

func (ptr *QBarSet) ValuesRemoved(index int, count int)

type QBarSet_ITF ¶

type QBarSet_ITF interface {
	QBarSet_PTR() *QBarSet
}

type QBoxPlotLegendMarker ¶

type QBoxPlotLegendMarker struct {
	// contains filtered or unexported fields
}

func NewQBoxPlotLegendMarkerFromPointer ¶

func NewQBoxPlotLegendMarkerFromPointer(ptr unsafe.Pointer) *QBoxPlotLegendMarker

func (*QBoxPlotLegendMarker) ConnectDestroyQBoxPlotLegendMarker ¶

func (ptr *QBoxPlotLegendMarker) ConnectDestroyQBoxPlotLegendMarker(f func())

func (*QBoxPlotLegendMarker) ConnectSeries ¶

func (ptr *QBoxPlotLegendMarker) ConnectSeries(f func() *QBoxPlotSeries)

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) Pointer ¶

func (p *QBoxPlotLegendMarker) Pointer() unsafe.Pointer

func (*QBoxPlotLegendMarker) QBoxPlotLegendMarker_PTR ¶

func (p *QBoxPlotLegendMarker) QBoxPlotLegendMarker_PTR() *QBoxPlotLegendMarker

func (*QBoxPlotLegendMarker) Series ¶

func (ptr *QBoxPlotLegendMarker) Series() *QBoxPlotSeries

func (*QBoxPlotLegendMarker) SeriesDefault ¶

func (ptr *QBoxPlotLegendMarker) SeriesDefault() *QBoxPlotSeries

func (*QBoxPlotLegendMarker) SetPointer ¶

func (p *QBoxPlotLegendMarker) SetPointer(ptr unsafe.Pointer)

type QBoxPlotLegendMarker_ITF ¶

type QBoxPlotLegendMarker_ITF interface {
	QBoxPlotLegendMarker_PTR() *QBoxPlotLegendMarker
}

type QBoxPlotSeries ¶

type QBoxPlotSeries struct {
	// contains filtered or unexported fields
}

func NewQBoxPlotSeries ¶

func NewQBoxPlotSeries(parent core.QObject_ITF) *QBoxPlotSeries

func NewQBoxPlotSeriesFromPointer ¶

func NewQBoxPlotSeriesFromPointer(ptr unsafe.Pointer) *QBoxPlotSeries

func (*QBoxPlotSeries) Append ¶

func (ptr *QBoxPlotSeries) Append(set QBoxSet_ITF) 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) Brush ¶

func (ptr *QBoxPlotSeries) Brush() *gui.QBrush

func (*QBoxPlotSeries) BrushChanged ¶

func (ptr *QBoxPlotSeries) BrushChanged()

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) 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) 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) DisconnectBoxOutlineVisibilityChanged ¶

func (ptr *QBoxPlotSeries) DisconnectBoxOutlineVisibilityChanged()

func (*QBoxPlotSeries) DisconnectBoxWidthChanged ¶

func (ptr *QBoxPlotSeries) DisconnectBoxWidthChanged()

func (*QBoxPlotSeries) DisconnectBrushChanged ¶

func (ptr *QBoxPlotSeries) DisconnectBrushChanged()

func (*QBoxPlotSeries) DisconnectClicked ¶

func (ptr *QBoxPlotSeries) DisconnectClicked()

func (*QBoxPlotSeries) DisconnectCountChanged ¶

func (ptr *QBoxPlotSeries) DisconnectCountChanged()

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) 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 (p *QBoxPlotSeries) Pointer() unsafe.Pointer

func (*QBoxPlotSeries) Pressed ¶

func (ptr *QBoxPlotSeries) Pressed(boxset QBoxSet_ITF)

func (*QBoxPlotSeries) QBoxPlotSeries_PTR ¶

func (p *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 (p *QBoxPlotSeries) SetPointer(ptr unsafe.Pointer)

func (*QBoxPlotSeries) Take ¶

func (ptr *QBoxPlotSeries) Take(set QBoxSet_ITF) bool

func (*QBoxPlotSeries) Type ¶

func (*QBoxPlotSeries) TypeDefault ¶

func (ptr *QBoxPlotSeries) TypeDefault() QAbstractSeries__SeriesType

type QBoxPlotSeries_ITF ¶

type QBoxPlotSeries_ITF interface {
	QBoxPlotSeries_PTR() *QBoxPlotSeries
}

type QBoxSet ¶

type QBoxSet struct {
	// contains filtered or unexported fields
}

func NewQBoxSet ¶

func NewQBoxSet(label string, parent core.QObject_ITF) *QBoxSet

func NewQBoxSet2 ¶

func NewQBoxSet2(le float64, lq float64, m float64, uq float64, ue float64, label string, parent core.QObject_ITF) *QBoxSet

func NewQBoxSetFromPointer ¶

func NewQBoxSetFromPointer(ptr unsafe.Pointer) *QBoxSet

func (*QBoxSet) Append ¶

func (ptr *QBoxSet) Append(value float64)

func (*QBoxSet) At ¶

func (ptr *QBoxSet) At(index int) float64

func (*QBoxSet) Brush ¶

func (ptr *QBoxSet) Brush() *gui.QBrush

func (*QBoxSet) BrushChanged ¶

func (ptr *QBoxSet) BrushChanged()

func (*QBoxSet) Clear ¶

func (ptr *QBoxSet) Clear()

func (*QBoxSet) Cleared ¶

func (ptr *QBoxSet) Cleared()

func (*QBoxSet) Clicked ¶

func (ptr *QBoxSet) Clicked()

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 (ptr *QBoxSet) ConnectHovered(f func(status bool))

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 (ptr *QBoxSet) ConnectValueChanged(f func(index int))

func (*QBoxSet) ConnectValuesChanged ¶

func (ptr *QBoxSet) ConnectValuesChanged(f func())

func (*QBoxSet) Count ¶

func (ptr *QBoxSet) Count() int

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) 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) Hovered ¶

func (ptr *QBoxSet) Hovered(status bool)

func (*QBoxSet) Label ¶

func (ptr *QBoxSet) Label() string

func (*QBoxSet) Pen ¶

func (ptr *QBoxSet) Pen() *gui.QPen

func (*QBoxSet) PenChanged ¶

func (ptr *QBoxSet) PenChanged()

func (*QBoxSet) Pointer ¶

func (p *QBoxSet) Pointer() unsafe.Pointer

func (*QBoxSet) Pressed ¶

func (ptr *QBoxSet) Pressed()

func (*QBoxSet) QBoxSet_PTR ¶

func (p *QBoxSet) QBoxSet_PTR() *QBoxSet

func (*QBoxSet) Released ¶

func (ptr *QBoxSet) Released()

func (*QBoxSet) SetBrush ¶

func (ptr *QBoxSet) SetBrush(brush gui.QBrush_ITF)

func (*QBoxSet) SetLabel ¶

func (ptr *QBoxSet) SetLabel(label string)

func (*QBoxSet) SetPen ¶

func (ptr *QBoxSet) SetPen(pen gui.QPen_ITF)

func (*QBoxSet) SetPointer ¶

func (p *QBoxSet) SetPointer(ptr unsafe.Pointer)

func (*QBoxSet) SetValue ¶

func (ptr *QBoxSet) SetValue(index int, value float64)

func (*QBoxSet) ValueChanged ¶

func (ptr *QBoxSet) ValueChanged(index int)

func (*QBoxSet) ValuesChanged ¶

func (ptr *QBoxSet) ValuesChanged()

type QBoxSet_ITF ¶

type QBoxSet_ITF interface {
	QBoxSet_PTR() *QBoxSet
}

type QBoxSet__ValuePositions ¶

type QBoxSet__ValuePositions int64

QBoxSet::ValuePositions

type QCategoryAxis ¶

type QCategoryAxis struct {
	// contains filtered or unexported fields
}

func NewQCategoryAxis ¶

func NewQCategoryAxis(parent core.QObject_ITF) *QCategoryAxis

func NewQCategoryAxisFromPointer ¶

func NewQCategoryAxisFromPointer(ptr unsafe.Pointer) *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) ConnectCategoriesChanged ¶

func (ptr *QCategoryAxis) ConnectCategoriesChanged(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) DisconnectCategoriesChanged ¶

func (ptr *QCategoryAxis) DisconnectCategoriesChanged()

func (*QCategoryAxis) DisconnectLabelsPositionChanged ¶

func (ptr *QCategoryAxis) DisconnectLabelsPositionChanged()

func (*QCategoryAxis) DisconnectType ¶

func (ptr *QCategoryAxis) DisconnectType()

func (*QCategoryAxis) EndValue ¶

func (ptr *QCategoryAxis) EndValue(categoryLabel string) float64

func (*QCategoryAxis) LabelsPosition ¶

func (ptr *QCategoryAxis) LabelsPosition() QCategoryAxis__AxisLabelsPosition

func (*QCategoryAxis) LabelsPositionChanged ¶

func (ptr *QCategoryAxis) LabelsPositionChanged(position QCategoryAxis__AxisLabelsPosition)

func (*QCategoryAxis) Pointer ¶

func (p *QCategoryAxis) Pointer() unsafe.Pointer

func (*QCategoryAxis) QCategoryAxis_PTR ¶

func (p *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 (p *QCategoryAxis) SetPointer(ptr 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 {
	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 {
	// contains filtered or unexported fields
}

func NewQChart ¶

func NewQChart(parent widgets.QGraphicsItem_ITF, wFlags core.Qt__WindowType) *QChart

func NewQChartFromPointer ¶

func NewQChartFromPointer(ptr unsafe.Pointer) *QChart

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) AnimationDuration ¶

func (ptr *QChart) AnimationDuration() int

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) AxisX ¶

func (ptr *QChart) AxisX(series QAbstractSeries_ITF) *QAbstractAxis

func (*QChart) AxisY ¶

func (ptr *QChart) AxisY(series QAbstractSeries_ITF) *QAbstractAxis

func (*QChart) BackgroundBrush ¶

func (ptr *QChart) BackgroundBrush() *gui.QBrush

func (*QChart) BackgroundPen ¶

func (ptr *QChart) BackgroundPen() *gui.QPen

func (*QChart) BackgroundRoundness ¶

func (ptr *QChart) BackgroundRoundness() float64

func (*QChart) ChartType ¶

func (ptr *QChart) ChartType() QChart__ChartType

func (*QChart) ConnectPlotAreaChanged ¶

func (ptr *QChart) ConnectPlotAreaChanged(f func(plotArea *core.QRectF))

func (*QChart) CreateDefaultAxes ¶

func (ptr *QChart) CreateDefaultAxes()

func (*QChart) DestroyQChart ¶

func (ptr *QChart) DestroyQChart()

func (*QChart) DisconnectPlotAreaChanged ¶

func (ptr *QChart) DisconnectPlotAreaChanged()

func (*QChart) IsBackgroundVisible ¶

func (ptr *QChart) IsBackgroundVisible() bool

func (*QChart) IsDropShadowEnabled ¶

func (ptr *QChart) IsDropShadowEnabled() bool

func (*QChart) IsPlotAreaBackgroundVisible ¶

func (ptr *QChart) IsPlotAreaBackgroundVisible() bool

func (*QChart) IsZoomed ¶

func (ptr *QChart) IsZoomed() bool

func (*QChart) Legend ¶

func (ptr *QChart) Legend() *QLegend

func (*QChart) Locale ¶

func (ptr *QChart) Locale() *core.QLocale

func (*QChart) LocalizeNumbers ¶

func (ptr *QChart) LocalizeNumbers() bool

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) Margins ¶

func (ptr *QChart) Margins() *core.QMargins

func (*QChart) PlotArea ¶

func (ptr *QChart) PlotArea() *core.QRectF

func (*QChart) PlotAreaBackgroundBrush ¶

func (ptr *QChart) PlotAreaBackgroundBrush() *gui.QBrush

func (*QChart) PlotAreaBackgroundPen ¶

func (ptr *QChart) PlotAreaBackgroundPen() *gui.QPen

func (*QChart) PlotAreaChanged ¶

func (ptr *QChart) PlotAreaChanged(plotArea core.QRectF_ITF)

func (*QChart) Pointer ¶

func (p *QChart) Pointer() unsafe.Pointer

func (*QChart) QChart_PTR ¶

func (p *QChart) QChart_PTR() *QChart

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) Scroll ¶

func (ptr *QChart) Scroll(dx float64, dy float64)

func (*QChart) Series ¶

func (ptr *QChart) Series() []*QAbstractSeries

func (*QChart) SetAnimationDuration ¶

func (ptr *QChart) SetAnimationDuration(msecs int)

func (*QChart) SetAnimationEasingCurve ¶

func (ptr *QChart) SetAnimationEasingCurve(curve core.QEasingCurve_ITF)

func (*QChart) SetAnimationOptions ¶

func (ptr *QChart) SetAnimationOptions(options QChart__AnimationOption)

func (*QChart) SetAxisX ¶

func (ptr *QChart) SetAxisX(axis QAbstractAxis_ITF, series QAbstractSeries_ITF)

func (*QChart) SetAxisY ¶

func (ptr *QChart) SetAxisY(axis QAbstractAxis_ITF, series QAbstractSeries_ITF)

func (*QChart) SetBackgroundBrush ¶

func (ptr *QChart) SetBackgroundBrush(brush gui.QBrush_ITF)

func (*QChart) SetBackgroundPen ¶

func (ptr *QChart) SetBackgroundPen(pen gui.QPen_ITF)

func (*QChart) SetBackgroundRoundness ¶

func (ptr *QChart) SetBackgroundRoundness(diameter float64)

func (*QChart) SetBackgroundVisible ¶

func (ptr *QChart) SetBackgroundVisible(visible bool)

func (*QChart) SetDropShadowEnabled ¶

func (ptr *QChart) SetDropShadowEnabled(enabled bool)

func (*QChart) SetLocale ¶

func (ptr *QChart) SetLocale(locale core.QLocale_ITF)

func (*QChart) SetLocalizeNumbers ¶

func (ptr *QChart) SetLocalizeNumbers(localize bool)

func (*QChart) SetMargins ¶

func (ptr *QChart) SetMargins(margins core.QMargins_ITF)

func (*QChart) SetPlotAreaBackgroundBrush ¶

func (ptr *QChart) SetPlotAreaBackgroundBrush(brush gui.QBrush_ITF)

func (*QChart) SetPlotAreaBackgroundPen ¶

func (ptr *QChart) SetPlotAreaBackgroundPen(pen gui.QPen_ITF)

func (*QChart) SetPlotAreaBackgroundVisible ¶

func (ptr *QChart) SetPlotAreaBackgroundVisible(visible bool)

func (*QChart) SetPointer ¶

func (p *QChart) SetPointer(ptr unsafe.Pointer)

func (*QChart) SetTheme ¶

func (ptr *QChart) SetTheme(theme QChart__ChartTheme)

func (*QChart) SetTitle ¶

func (ptr *QChart) SetTitle(title string)

func (*QChart) SetTitleBrush ¶

func (ptr *QChart) SetTitleBrush(brush gui.QBrush_ITF)

func (*QChart) SetTitleFont ¶

func (ptr *QChart) SetTitleFont(font gui.QFont_ITF)

func (*QChart) Theme ¶

func (ptr *QChart) Theme() QChart__ChartTheme

func (*QChart) Title ¶

func (ptr *QChart) Title() string

func (*QChart) TitleBrush ¶

func (ptr *QChart) TitleBrush() *gui.QBrush

func (*QChart) TitleFont ¶

func (ptr *QChart) TitleFont() *gui.QFont

func (*QChart) Zoom ¶

func (ptr *QChart) Zoom(factor float64)

func (*QChart) ZoomIn ¶

func (ptr *QChart) ZoomIn()

func (*QChart) ZoomIn2 ¶

func (ptr *QChart) ZoomIn2(rect core.QRectF_ITF)

func (*QChart) ZoomOut ¶

func (ptr *QChart) ZoomOut()

func (*QChart) ZoomReset ¶

func (ptr *QChart) ZoomReset()

type QChartView ¶

type QChartView struct {
	// contains filtered or unexported fields
}

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) *QChartView

func (*QChartView) Chart ¶

func (ptr *QChartView) Chart() *QChart

func (*QChartView) DestroyQChartView ¶

func (ptr *QChartView) DestroyQChartView()

func (*QChartView) MouseMoveEvent ¶

func (ptr *QChartView) MouseMoveEvent(event gui.QMouseEvent_ITF)

func (*QChartView) MousePressEvent ¶

func (ptr *QChartView) MousePressEvent(event gui.QMouseEvent_ITF)

func (*QChartView) MouseReleaseEvent ¶

func (ptr *QChartView) MouseReleaseEvent(event gui.QMouseEvent_ITF)

func (*QChartView) Pointer ¶

func (p *QChartView) Pointer() unsafe.Pointer

func (*QChartView) QChartView_PTR ¶

func (p *QChartView) QChartView_PTR() *QChartView

func (*QChartView) ResizeEvent ¶

func (ptr *QChartView) ResizeEvent(event gui.QResizeEvent_ITF)

func (*QChartView) RubberBand ¶

func (ptr *QChartView) RubberBand() QChartView__RubberBand

func (*QChartView) SetChart ¶

func (ptr *QChartView) SetChart(chart QChart_ITF)

func (*QChartView) SetPointer ¶

func (p *QChartView) SetPointer(ptr unsafe.Pointer)

func (*QChartView) SetRubberBand ¶

func (ptr *QChartView) SetRubberBand(rubberBand QChartView__RubberBand)

type QChartView_ITF ¶

type QChartView_ITF interface {
	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 {
	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 {
	// contains filtered or unexported fields
}

func NewQDateTimeAxis ¶

func NewQDateTimeAxis(parent core.QObject_ITF) *QDateTimeAxis

func NewQDateTimeAxisFromPointer ¶

func NewQDateTimeAxisFromPointer(ptr unsafe.Pointer) *QDateTimeAxis

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) DestroyQDateTimeAxis ¶

func (ptr *QDateTimeAxis) DestroyQDateTimeAxis()

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) 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 (p *QDateTimeAxis) Pointer() unsafe.Pointer

func (*QDateTimeAxis) QDateTimeAxis_PTR ¶

func (p *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 (p *QDateTimeAxis) SetPointer(ptr 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)

type QDateTimeAxis_ITF ¶

type QDateTimeAxis_ITF interface {
	QDateTimeAxis_PTR() *QDateTimeAxis
}

type QHBarModelMapper ¶

type QHBarModelMapper struct {
	// contains filtered or unexported fields
}

func NewQHBarModelMapper ¶

func NewQHBarModelMapper(parent core.QObject_ITF) *QHBarModelMapper

func NewQHBarModelMapperFromPointer ¶

func NewQHBarModelMapperFromPointer(ptr unsafe.Pointer) *QHBarModelMapper

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) ConnectSeriesReplaced ¶

func (ptr *QHBarModelMapper) ConnectSeriesReplaced(f func())

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) DisconnectSeriesReplaced ¶

func (ptr *QHBarModelMapper) DisconnectSeriesReplaced()

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) LastBarSetRow ¶

func (ptr *QHBarModelMapper) LastBarSetRow() int

func (*QHBarModelMapper) LastBarSetRowChanged ¶

func (ptr *QHBarModelMapper) LastBarSetRowChanged()

func (*QHBarModelMapper) Model ¶

func (*QHBarModelMapper) ModelReplaced ¶

func (ptr *QHBarModelMapper) ModelReplaced()

func (*QHBarModelMapper) Pointer ¶

func (p *QHBarModelMapper) Pointer() unsafe.Pointer

func (*QHBarModelMapper) QHBarModelMapper_PTR ¶

func (p *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 (p *QHBarModelMapper) SetPointer(ptr unsafe.Pointer)

func (*QHBarModelMapper) SetSeries ¶

func (ptr *QHBarModelMapper) SetSeries(series QAbstractBarSeries_ITF)

type QHBarModelMapper_ITF ¶

type QHBarModelMapper_ITF interface {
	QHBarModelMapper_PTR() *QHBarModelMapper
}

type QHPieModelMapper ¶

type QHPieModelMapper struct {
	// contains filtered or unexported fields
}

func NewQHPieModelMapper ¶

func NewQHPieModelMapper(parent core.QObject_ITF) *QHPieModelMapper

func NewQHPieModelMapperFromPointer ¶

func NewQHPieModelMapperFromPointer(ptr unsafe.Pointer) *QHPieModelMapper

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) LabelsRow ¶

func (ptr *QHPieModelMapper) LabelsRow() int

func (*QHPieModelMapper) LabelsRowChanged ¶

func (ptr *QHPieModelMapper) LabelsRowChanged()

func (*QHPieModelMapper) Model ¶

func (*QHPieModelMapper) ModelReplaced ¶

func (ptr *QHPieModelMapper) ModelReplaced()

func (*QHPieModelMapper) Pointer ¶

func (p *QHPieModelMapper) Pointer() unsafe.Pointer

func (*QHPieModelMapper) QHPieModelMapper_PTR ¶

func (p *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 (p *QHPieModelMapper) SetPointer(ptr 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 {
	QHPieModelMapper_PTR() *QHPieModelMapper
}

type QHXYModelMapper ¶

type QHXYModelMapper struct {
	// contains filtered or unexported fields
}

func NewQHXYModelMapper ¶

func NewQHXYModelMapper(parent core.QObject_ITF) *QHXYModelMapper

func NewQHXYModelMapperFromPointer ¶

func NewQHXYModelMapperFromPointer(ptr unsafe.Pointer) *QHXYModelMapper

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) Model ¶

func (ptr *QHXYModelMapper) Model() *core.QAbstractItemModel

func (*QHXYModelMapper) ModelReplaced ¶

func (ptr *QHXYModelMapper) ModelReplaced()

func (*QHXYModelMapper) Pointer ¶

func (p *QHXYModelMapper) Pointer() unsafe.Pointer

func (*QHXYModelMapper) QHXYModelMapper_PTR ¶

func (p *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 (p *QHXYModelMapper) SetPointer(ptr 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 {
	QHXYModelMapper_PTR() *QHXYModelMapper
}

type QHorizontalBarSeries ¶

type QHorizontalBarSeries struct {
	// contains filtered or unexported fields
}

func NewQHorizontalBarSeries ¶

func NewQHorizontalBarSeries(parent core.QObject_ITF) *QHorizontalBarSeries

func NewQHorizontalBarSeriesFromPointer ¶

func NewQHorizontalBarSeriesFromPointer(ptr unsafe.Pointer) *QHorizontalBarSeries

func (*QHorizontalBarSeries) ConnectType ¶

func (ptr *QHorizontalBarSeries) ConnectType(f func() QAbstractSeries__SeriesType)

func (*QHorizontalBarSeries) DestroyQHorizontalBarSeries ¶

func (ptr *QHorizontalBarSeries) DestroyQHorizontalBarSeries()

func (*QHorizontalBarSeries) DisconnectType ¶

func (ptr *QHorizontalBarSeries) DisconnectType()

func (*QHorizontalBarSeries) Pointer ¶

func (p *QHorizontalBarSeries) Pointer() unsafe.Pointer

func (*QHorizontalBarSeries) QHorizontalBarSeries_PTR ¶

func (p *QHorizontalBarSeries) QHorizontalBarSeries_PTR() *QHorizontalBarSeries

func (*QHorizontalBarSeries) SetPointer ¶

func (p *QHorizontalBarSeries) SetPointer(ptr unsafe.Pointer)

func (*QHorizontalBarSeries) Type ¶

func (*QHorizontalBarSeries) TypeDefault ¶

type QHorizontalBarSeries_ITF ¶

type QHorizontalBarSeries_ITF interface {
	QHorizontalBarSeries_PTR() *QHorizontalBarSeries
}

type QHorizontalPercentBarSeries ¶

type QHorizontalPercentBarSeries struct {
	// contains filtered or unexported fields
}

func NewQHorizontalPercentBarSeries ¶

func NewQHorizontalPercentBarSeries(parent core.QObject_ITF) *QHorizontalPercentBarSeries

func NewQHorizontalPercentBarSeriesFromPointer ¶

func NewQHorizontalPercentBarSeriesFromPointer(ptr unsafe.Pointer) *QHorizontalPercentBarSeries

func (*QHorizontalPercentBarSeries) ConnectType ¶

func (ptr *QHorizontalPercentBarSeries) ConnectType(f func() QAbstractSeries__SeriesType)

func (*QHorizontalPercentBarSeries) DestroyQHorizontalPercentBarSeries ¶

func (ptr *QHorizontalPercentBarSeries) DestroyQHorizontalPercentBarSeries()

func (*QHorizontalPercentBarSeries) DisconnectType ¶

func (ptr *QHorizontalPercentBarSeries) DisconnectType()

func (*QHorizontalPercentBarSeries) Pointer ¶

func (*QHorizontalPercentBarSeries) QHorizontalPercentBarSeries_PTR ¶

func (p *QHorizontalPercentBarSeries) QHorizontalPercentBarSeries_PTR() *QHorizontalPercentBarSeries

func (*QHorizontalPercentBarSeries) SetPointer ¶

func (p *QHorizontalPercentBarSeries) SetPointer(ptr unsafe.Pointer)

func (*QHorizontalPercentBarSeries) Type ¶

func (*QHorizontalPercentBarSeries) TypeDefault ¶

type QHorizontalPercentBarSeries_ITF ¶

type QHorizontalPercentBarSeries_ITF interface {
	QHorizontalPercentBarSeries_PTR() *QHorizontalPercentBarSeries
}

type QHorizontalStackedBarSeries ¶

type QHorizontalStackedBarSeries struct {
	// contains filtered or unexported fields
}

func NewQHorizontalStackedBarSeries ¶

func NewQHorizontalStackedBarSeries(parent core.QObject_ITF) *QHorizontalStackedBarSeries

func NewQHorizontalStackedBarSeriesFromPointer ¶

func NewQHorizontalStackedBarSeriesFromPointer(ptr unsafe.Pointer) *QHorizontalStackedBarSeries

func (*QHorizontalStackedBarSeries) ConnectType ¶

func (ptr *QHorizontalStackedBarSeries) ConnectType(f func() QAbstractSeries__SeriesType)

func (*QHorizontalStackedBarSeries) DestroyQHorizontalStackedBarSeries ¶

func (ptr *QHorizontalStackedBarSeries) DestroyQHorizontalStackedBarSeries()

func (*QHorizontalStackedBarSeries) DisconnectType ¶

func (ptr *QHorizontalStackedBarSeries) DisconnectType()

func (*QHorizontalStackedBarSeries) Pointer ¶

func (*QHorizontalStackedBarSeries) QHorizontalStackedBarSeries_PTR ¶

func (p *QHorizontalStackedBarSeries) QHorizontalStackedBarSeries_PTR() *QHorizontalStackedBarSeries

func (*QHorizontalStackedBarSeries) SetPointer ¶

func (p *QHorizontalStackedBarSeries) SetPointer(ptr unsafe.Pointer)

func (*QHorizontalStackedBarSeries) Type ¶

func (*QHorizontalStackedBarSeries) TypeDefault ¶

type QHorizontalStackedBarSeries_ITF ¶

type QHorizontalStackedBarSeries_ITF interface {
	QHorizontalStackedBarSeries_PTR() *QHorizontalStackedBarSeries
}

type QLegend ¶

type QLegend struct {
	// contains filtered or unexported fields
}

func NewQLegendFromPointer ¶

func NewQLegendFromPointer(ptr unsafe.Pointer) *QLegend

func (*QLegend) Alignment ¶

func (ptr *QLegend) Alignment() core.Qt__AlignmentFlag

func (*QLegend) AttachToChart ¶

func (ptr *QLegend) AttachToChart()

func (*QLegend) BackgroundVisibleChanged ¶

func (ptr *QLegend) BackgroundVisibleChanged(visible bool)

func (*QLegend) BorderColor ¶

func (ptr *QLegend) BorderColor() *gui.QColor

func (*QLegend) BorderColorChanged ¶

func (ptr *QLegend) BorderColorChanged(color gui.QColor_ITF)

func (*QLegend) Brush ¶

func (ptr *QLegend) Brush() *gui.QBrush

func (*QLegend) Color ¶

func (ptr *QLegend) Color() *gui.QColor

func (*QLegend) ColorChanged ¶

func (ptr *QLegend) ColorChanged(color gui.QColor_ITF)

func (*QLegend) ConnectBackgroundVisibleChanged ¶

func (ptr *QLegend) ConnectBackgroundVisibleChanged(f func(visible bool))

func (*QLegend) ConnectBorderColorChanged ¶

func (ptr *QLegend) ConnectBorderColorChanged(f func(color *gui.QColor))

func (*QLegend) ConnectColorChanged ¶

func (ptr *QLegend) ConnectColorChanged(f func(color *gui.QColor))

func (*QLegend) ConnectFontChanged ¶

func (ptr *QLegend) ConnectFontChanged(f func(font *gui.QFont))

func (*QLegend) ConnectLabelColorChanged ¶

func (ptr *QLegend) ConnectLabelColorChanged(f func(color *gui.QColor))

func (*QLegend) ConnectReverseMarkersChanged ¶

func (ptr *QLegend) ConnectReverseMarkersChanged(f func(reverseMarkers bool))

func (*QLegend) ConnectShowToolTipsChanged ¶

func (ptr *QLegend) ConnectShowToolTipsChanged(f func(showToolTips bool))

func (*QLegend) DestroyQLegend ¶

func (ptr *QLegend) DestroyQLegend()

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) DisconnectFontChanged ¶

func (ptr *QLegend) DisconnectFontChanged()

func (*QLegend) DisconnectLabelColorChanged ¶

func (ptr *QLegend) DisconnectLabelColorChanged()

func (*QLegend) DisconnectReverseMarkersChanged ¶

func (ptr *QLegend) DisconnectReverseMarkersChanged()

func (*QLegend) DisconnectShowToolTipsChanged ¶

func (ptr *QLegend) DisconnectShowToolTipsChanged()

func (*QLegend) Font ¶

func (ptr *QLegend) Font() *gui.QFont

func (*QLegend) FontChanged ¶

func (ptr *QLegend) FontChanged(font gui.QFont_ITF)

func (*QLegend) IsAttachedToChart ¶

func (ptr *QLegend) IsAttachedToChart() bool

func (*QLegend) IsBackgroundVisible ¶

func (ptr *QLegend) IsBackgroundVisible() bool

func (*QLegend) LabelBrush ¶

func (ptr *QLegend) LabelBrush() *gui.QBrush

func (*QLegend) LabelColor ¶

func (ptr *QLegend) LabelColor() *gui.QColor

func (*QLegend) LabelColorChanged ¶

func (ptr *QLegend) LabelColorChanged(color gui.QColor_ITF)

func (*QLegend) Markers ¶

func (ptr *QLegend) Markers(series QAbstractSeries_ITF) []*QLegendMarker

func (*QLegend) Pen ¶

func (ptr *QLegend) Pen() *gui.QPen

func (*QLegend) Pointer ¶

func (p *QLegend) Pointer() unsafe.Pointer

func (*QLegend) QLegend_PTR ¶

func (p *QLegend) QLegend_PTR() *QLegend

func (*QLegend) ReverseMarkers ¶

func (ptr *QLegend) ReverseMarkers() bool

func (*QLegend) ReverseMarkersChanged ¶

func (ptr *QLegend) ReverseMarkersChanged(reverseMarkers bool)

func (*QLegend) SetAlignment ¶

func (ptr *QLegend) SetAlignment(alignment core.Qt__AlignmentFlag)

func (*QLegend) SetBackgroundVisible ¶

func (ptr *QLegend) SetBackgroundVisible(visible bool)

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) SetFont ¶

func (ptr *QLegend) SetFont(font gui.QFont_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) SetPen ¶

func (ptr *QLegend) SetPen(pen gui.QPen_ITF)

func (*QLegend) SetPointer ¶

func (p *QLegend) SetPointer(ptr unsafe.Pointer)

func (*QLegend) SetReverseMarkers ¶

func (ptr *QLegend) SetReverseMarkers(reverseMarkers bool)

func (*QLegend) SetShowToolTips ¶

func (ptr *QLegend) SetShowToolTips(show bool)

func (*QLegend) ShowToolTips ¶

func (ptr *QLegend) ShowToolTips() bool

func (*QLegend) ShowToolTipsChanged ¶

func (ptr *QLegend) ShowToolTipsChanged(showToolTips bool)

type QLegendMarker ¶

type QLegendMarker struct {
	// contains filtered or unexported fields
}

func NewQLegendMarkerFromPointer ¶

func NewQLegendMarkerFromPointer(ptr unsafe.Pointer) *QLegendMarker

func (*QLegendMarker) Brush ¶

func (ptr *QLegendMarker) Brush() *gui.QBrush

func (*QLegendMarker) BrushChanged ¶

func (ptr *QLegendMarker) BrushChanged()

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) ConnectPenChanged ¶

func (ptr *QLegendMarker) ConnectPenChanged(f func())

func (*QLegendMarker) ConnectSeries ¶

func (ptr *QLegendMarker) ConnectSeries(f func() *QAbstractSeries)

func (*QLegendMarker) ConnectType ¶

func (ptr *QLegendMarker) ConnectType(f func() QLegendMarker__LegendMarkerType)

func (*QLegendMarker) ConnectVisibleChanged ¶

func (ptr *QLegendMarker) ConnectVisibleChanged(f func())

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) DisconnectPenChanged ¶

func (ptr *QLegendMarker) DisconnectPenChanged()

func (*QLegendMarker) DisconnectSeries ¶

func (ptr *QLegendMarker) DisconnectSeries()

func (*QLegendMarker) DisconnectType ¶

func (ptr *QLegendMarker) DisconnectType()

func (*QLegendMarker) DisconnectVisibleChanged ¶

func (ptr *QLegendMarker) DisconnectVisibleChanged()

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) 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) Pen ¶

func (ptr *QLegendMarker) Pen() *gui.QPen

func (*QLegendMarker) PenChanged ¶

func (ptr *QLegendMarker) PenChanged()

func (*QLegendMarker) Pointer ¶

func (p *QLegendMarker) Pointer() unsafe.Pointer

func (*QLegendMarker) QLegendMarker_PTR ¶

func (p *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 (p *QLegendMarker) SetPointer(ptr unsafe.Pointer)

func (*QLegendMarker) SetVisible ¶

func (ptr *QLegendMarker) SetVisible(visible bool)

func (*QLegendMarker) Type ¶

func (*QLegendMarker) VisibleChanged ¶

func (ptr *QLegendMarker) VisibleChanged()

type QLegendMarker_ITF ¶

type QLegendMarker_ITF interface {
	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)
)

type QLegend_ITF ¶

type QLegend_ITF interface {
	QLegend_PTR() *QLegend
}

type QLineSeries ¶

type QLineSeries struct {
	// contains filtered or unexported fields
}

func NewQLineSeries ¶

func NewQLineSeries(parent core.QObject_ITF) *QLineSeries

func NewQLineSeriesFromPointer ¶

func NewQLineSeriesFromPointer(ptr unsafe.Pointer) *QLineSeries

func (*QLineSeries) ConnectType ¶

func (ptr *QLineSeries) ConnectType(f func() QAbstractSeries__SeriesType)

func (*QLineSeries) DestroyQLineSeries ¶

func (ptr *QLineSeries) DestroyQLineSeries()

func (*QLineSeries) DisconnectType ¶

func (ptr *QLineSeries) DisconnectType()

func (*QLineSeries) Pointer ¶

func (p *QLineSeries) Pointer() unsafe.Pointer

func (*QLineSeries) QLineSeries_PTR ¶

func (p *QLineSeries) QLineSeries_PTR() *QLineSeries

func (*QLineSeries) SetPointer ¶

func (p *QLineSeries) SetPointer(ptr unsafe.Pointer)

func (*QLineSeries) Type ¶

func (*QLineSeries) TypeDefault ¶

func (ptr *QLineSeries) TypeDefault() QAbstractSeries__SeriesType

type QLineSeries_ITF ¶

type QLineSeries_ITF interface {
	QLineSeries_PTR() *QLineSeries
}

type QLogValueAxis ¶

type QLogValueAxis struct {
	// contains filtered or unexported fields
}

func NewQLogValueAxis ¶

func NewQLogValueAxis(parent core.QObject_ITF) *QLogValueAxis

func NewQLogValueAxisFromPointer ¶

func NewQLogValueAxisFromPointer(ptr unsafe.Pointer) *QLogValueAxis

func (*QLogValueAxis) Base ¶

func (ptr *QLogValueAxis) Base() float64

func (*QLogValueAxis) BaseChanged ¶

func (ptr *QLogValueAxis) BaseChanged(base float64)

func (*QLogValueAxis) ConnectBaseChanged ¶

func (ptr *QLogValueAxis) ConnectBaseChanged(f func(base float64))

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) ConnectRangeChanged ¶

func (ptr *QLogValueAxis) ConnectRangeChanged(f func(min float64, max float64))

func (*QLogValueAxis) DestroyQLogValueAxis ¶

func (ptr *QLogValueAxis) DestroyQLogValueAxis()

func (*QLogValueAxis) DisconnectBaseChanged ¶

func (ptr *QLogValueAxis) DisconnectBaseChanged()

func (*QLogValueAxis) DisconnectLabelFormatChanged ¶

func (ptr *QLogValueAxis) DisconnectLabelFormatChanged()

func (*QLogValueAxis) DisconnectMaxChanged ¶

func (ptr *QLogValueAxis) DisconnectMaxChanged()

func (*QLogValueAxis) DisconnectMinChanged ¶

func (ptr *QLogValueAxis) DisconnectMinChanged()

func (*QLogValueAxis) DisconnectRangeChanged ¶

func (ptr *QLogValueAxis) DisconnectRangeChanged()

func (*QLogValueAxis) DisconnectType ¶

func (ptr *QLogValueAxis) DisconnectType()

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) Pointer ¶

func (p *QLogValueAxis) Pointer() unsafe.Pointer

func (*QLogValueAxis) QLogValueAxis_PTR ¶

func (p *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) SetPointer ¶

func (p *QLogValueAxis) SetPointer(ptr unsafe.Pointer)

func (*QLogValueAxis) SetRange ¶

func (ptr *QLogValueAxis) SetRange(min float64, max float64)

type QLogValueAxis_ITF ¶

type QLogValueAxis_ITF interface {
	QLogValueAxis_PTR() *QLogValueAxis
}

type QPercentBarSeries ¶

type QPercentBarSeries struct {
	// contains filtered or unexported fields
}

func NewQPercentBarSeries ¶

func NewQPercentBarSeries(parent core.QObject_ITF) *QPercentBarSeries

func NewQPercentBarSeriesFromPointer ¶

func NewQPercentBarSeriesFromPointer(ptr unsafe.Pointer) *QPercentBarSeries

func (*QPercentBarSeries) ConnectType ¶

func (ptr *QPercentBarSeries) ConnectType(f func() QAbstractSeries__SeriesType)

func (*QPercentBarSeries) DestroyQPercentBarSeries ¶

func (ptr *QPercentBarSeries) DestroyQPercentBarSeries()

func (*QPercentBarSeries) DisconnectType ¶

func (ptr *QPercentBarSeries) DisconnectType()

func (*QPercentBarSeries) Pointer ¶

func (p *QPercentBarSeries) Pointer() unsafe.Pointer

func (*QPercentBarSeries) QPercentBarSeries_PTR ¶

func (p *QPercentBarSeries) QPercentBarSeries_PTR() *QPercentBarSeries

func (*QPercentBarSeries) SetPointer ¶

func (p *QPercentBarSeries) SetPointer(ptr unsafe.Pointer)

func (*QPercentBarSeries) Type ¶

func (*QPercentBarSeries) TypeDefault ¶

type QPercentBarSeries_ITF ¶

type QPercentBarSeries_ITF interface {
	QPercentBarSeries_PTR() *QPercentBarSeries
}

type QPieLegendMarker ¶

type QPieLegendMarker struct {
	// contains filtered or unexported fields
}

func NewQPieLegendMarkerFromPointer ¶

func NewQPieLegendMarkerFromPointer(ptr unsafe.Pointer) *QPieLegendMarker

func (*QPieLegendMarker) ConnectDestroyQPieLegendMarker ¶

func (ptr *QPieLegendMarker) ConnectDestroyQPieLegendMarker(f func())

func (*QPieLegendMarker) ConnectSeries ¶

func (ptr *QPieLegendMarker) ConnectSeries(f func() *QPieSeries)

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) Pointer ¶

func (p *QPieLegendMarker) Pointer() unsafe.Pointer

func (*QPieLegendMarker) QPieLegendMarker_PTR ¶

func (p *QPieLegendMarker) QPieLegendMarker_PTR() *QPieLegendMarker

func (*QPieLegendMarker) Series ¶

func (ptr *QPieLegendMarker) Series() *QPieSeries

func (*QPieLegendMarker) SeriesDefault ¶

func (ptr *QPieLegendMarker) SeriesDefault() *QPieSeries

func (*QPieLegendMarker) SetPointer ¶

func (p *QPieLegendMarker) SetPointer(ptr unsafe.Pointer)

func (*QPieLegendMarker) Slice ¶

func (ptr *QPieLegendMarker) Slice() *QPieSlice

type QPieLegendMarker_ITF ¶

type QPieLegendMarker_ITF interface {
	QPieLegendMarker_PTR() *QPieLegendMarker
}

type QPieSeries ¶

type QPieSeries struct {
	// contains filtered or unexported fields
}

func NewQPieSeries ¶

func NewQPieSeries(parent core.QObject_ITF) *QPieSeries

func NewQPieSeriesFromPointer ¶

func NewQPieSeriesFromPointer(ptr unsafe.Pointer) *QPieSeries

func (*QPieSeries) Append ¶

func (ptr *QPieSeries) Append(slice QPieSlice_ITF) bool

func (*QPieSeries) Append3 ¶

func (ptr *QPieSeries) Append3(label string, value float64) *QPieSlice

func (*QPieSeries) Clear ¶

func (ptr *QPieSeries) Clear()

func (*QPieSeries) Clicked ¶

func (ptr *QPieSeries) Clicked(slice QPieSlice_ITF)

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) 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) 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) 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) 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 (p *QPieSeries) Pointer() unsafe.Pointer

func (*QPieSeries) Pressed ¶

func (ptr *QPieSeries) Pressed(slice QPieSlice_ITF)

func (*QPieSeries) QPieSeries_PTR ¶

func (p *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) 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 (p *QPieSeries) SetPointer(ptr 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 (*QPieSeries) TypeDefault ¶

func (ptr *QPieSeries) TypeDefault() QAbstractSeries__SeriesType

func (*QPieSeries) VerticalPosition ¶

func (ptr *QPieSeries) VerticalPosition() float64

type QPieSeries_ITF ¶

type QPieSeries_ITF interface {
	QPieSeries_PTR() *QPieSeries
}

type QPieSlice ¶

type QPieSlice struct {
	// contains filtered or unexported fields
}

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 NewQPieSliceFromPointer(ptr unsafe.Pointer) *QPieSlice

func (*QPieSlice) AngleSpan ¶

func (ptr *QPieSlice) AngleSpan() float64

func (*QPieSlice) AngleSpanChanged ¶

func (ptr *QPieSlice) AngleSpanChanged()

func (*QPieSlice) BorderColor ¶

func (ptr *QPieSlice) BorderColor() *gui.QColor

func (*QPieSlice) BorderColorChanged ¶

func (ptr *QPieSlice) BorderColorChanged()

func (*QPieSlice) BorderWidth ¶

func (ptr *QPieSlice) BorderWidth() int

func (*QPieSlice) BorderWidthChanged ¶

func (ptr *QPieSlice) BorderWidthChanged()

func (*QPieSlice) Brush ¶

func (ptr *QPieSlice) Brush() *gui.QBrush

func (*QPieSlice) BrushChanged ¶

func (ptr *QPieSlice) BrushChanged()

func (*QPieSlice) Clicked ¶

func (ptr *QPieSlice) Clicked()

func (*QPieSlice) Color ¶

func (ptr *QPieSlice) Color() *gui.QColor

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 (ptr *QPieSlice) ConnectHovered(f func(state bool))

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) 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) 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) 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) ExplodeDistanceFactor ¶

func (ptr *QPieSlice) ExplodeDistanceFactor() float64

func (*QPieSlice) Hovered ¶

func (ptr *QPieSlice) Hovered(state bool)

func (*QPieSlice) IsExploded ¶

func (ptr *QPieSlice) IsExploded() bool

func (*QPieSlice) IsLabelVisible ¶

func (ptr *QPieSlice) IsLabelVisible() bool

func (*QPieSlice) Label ¶

func (ptr *QPieSlice) Label() string

func (*QPieSlice) LabelArmLengthFactor ¶

func (ptr *QPieSlice) LabelArmLengthFactor() float64

func (*QPieSlice) LabelBrush ¶

func (ptr *QPieSlice) LabelBrush() *gui.QBrush

func (*QPieSlice) LabelBrushChanged ¶

func (ptr *QPieSlice) LabelBrushChanged()

func (*QPieSlice) LabelChanged ¶

func (ptr *QPieSlice) LabelChanged()

func (*QPieSlice) LabelColor ¶

func (ptr *QPieSlice) LabelColor() *gui.QColor

func (*QPieSlice) LabelColorChanged ¶

func (ptr *QPieSlice) LabelColorChanged()

func (*QPieSlice) LabelFont ¶

func (ptr *QPieSlice) LabelFont() *gui.QFont

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) Pen ¶

func (ptr *QPieSlice) Pen() *gui.QPen

func (*QPieSlice) PenChanged ¶

func (ptr *QPieSlice) PenChanged()

func (*QPieSlice) Percentage ¶

func (ptr *QPieSlice) Percentage() float64

func (*QPieSlice) PercentageChanged ¶

func (ptr *QPieSlice) PercentageChanged()

func (*QPieSlice) Pointer ¶

func (p *QPieSlice) Pointer() unsafe.Pointer

func (*QPieSlice) Pressed ¶

func (ptr *QPieSlice) Pressed()

func (*QPieSlice) QPieSlice_PTR ¶

func (p *QPieSlice) QPieSlice_PTR() *QPieSlice

func (*QPieSlice) Released ¶

func (ptr *QPieSlice) Released()

func (*QPieSlice) Series ¶

func (ptr *QPieSlice) Series() *QPieSeries

func (*QPieSlice) SetBorderColor ¶

func (ptr *QPieSlice) SetBorderColor(color gui.QColor_ITF)

func (*QPieSlice) SetBorderWidth ¶

func (ptr *QPieSlice) SetBorderWidth(width int)

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 (ptr *QPieSlice) SetExplodeDistanceFactor(factor float64)

func (*QPieSlice) SetExploded ¶

func (ptr *QPieSlice) SetExploded(exploded bool)

func (*QPieSlice) SetLabel ¶

func (ptr *QPieSlice) SetLabel(label string)

func (*QPieSlice) SetLabelArmLengthFactor ¶

func (ptr *QPieSlice) SetLabelArmLengthFactor(factor float64)

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 (ptr *QPieSlice) SetLabelFont(font gui.QFont_ITF)

func (*QPieSlice) SetLabelPosition ¶

func (ptr *QPieSlice) SetLabelPosition(position QPieSlice__LabelPosition)

func (*QPieSlice) SetLabelVisible ¶

func (ptr *QPieSlice) SetLabelVisible(visible bool)

func (*QPieSlice) SetPen ¶

func (ptr *QPieSlice) SetPen(pen gui.QPen_ITF)

func (*QPieSlice) SetPointer ¶

func (p *QPieSlice) SetPointer(ptr unsafe.Pointer)

func (*QPieSlice) SetValue ¶

func (ptr *QPieSlice) SetValue(value float64)

func (*QPieSlice) StartAngle ¶

func (ptr *QPieSlice) StartAngle() float64

func (*QPieSlice) StartAngleChanged ¶

func (ptr *QPieSlice) StartAngleChanged()

func (*QPieSlice) Value ¶

func (ptr *QPieSlice) Value() float64

func (*QPieSlice) ValueChanged ¶

func (ptr *QPieSlice) ValueChanged()

type QPieSlice_ITF ¶

type QPieSlice_ITF interface {
	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 {
	// contains filtered or unexported fields
}

func NewQPolarChart ¶

func NewQPolarChart(parent widgets.QGraphicsItem_ITF, wFlags core.Qt__WindowType) *QPolarChart

func NewQPolarChartFromPointer ¶

func NewQPolarChartFromPointer(ptr unsafe.Pointer) *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) DestroyQPolarChart ¶

func (ptr *QPolarChart) DestroyQPolarChart()

func (*QPolarChart) Pointer ¶

func (p *QPolarChart) Pointer() unsafe.Pointer

func (*QPolarChart) QPolarChart_PTR ¶

func (p *QPolarChart) QPolarChart_PTR() *QPolarChart

func (*QPolarChart) SetPointer ¶

func (p *QPolarChart) SetPointer(ptr unsafe.Pointer)

type QPolarChart_ITF ¶

type QPolarChart_ITF interface {
	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)
)

type QScatterSeries ¶

type QScatterSeries struct {
	// contains filtered or unexported fields
}

func NewQScatterSeries ¶

func NewQScatterSeries(parent core.QObject_ITF) *QScatterSeries

func NewQScatterSeriesFromPointer ¶

func NewQScatterSeriesFromPointer(ptr unsafe.Pointer) *QScatterSeries

func (*QScatterSeries) BorderColor ¶

func (ptr *QScatterSeries) BorderColor() *gui.QColor

func (*QScatterSeries) BorderColorChanged ¶

func (ptr *QScatterSeries) BorderColorChanged(color gui.QColor_ITF)

func (*QScatterSeries) Brush ¶

func (ptr *QScatterSeries) Brush() *gui.QBrush

func (*QScatterSeries) Color ¶

func (ptr *QScatterSeries) Color() *gui.QColor

func (*QScatterSeries) ColorChanged ¶

func (ptr *QScatterSeries) ColorChanged(color gui.QColor_ITF)

func (*QScatterSeries) ColorDefault ¶

func (ptr *QScatterSeries) ColorDefault() *gui.QColor

func (*QScatterSeries) ConnectBorderColorChanged ¶

func (ptr *QScatterSeries) ConnectBorderColorChanged(f func(color *gui.QColor))

func (*QScatterSeries) ConnectColor ¶

func (ptr *QScatterSeries) ConnectColor(f func() *gui.QColor)

func (*QScatterSeries) ConnectColorChanged ¶

func (ptr *QScatterSeries) ConnectColorChanged(f func(color *gui.QColor))

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) ConnectSetBrush ¶

func (ptr *QScatterSeries) ConnectSetBrush(f func(brush *gui.QBrush))

func (*QScatterSeries) ConnectSetColor ¶

func (ptr *QScatterSeries) ConnectSetColor(f func(color *gui.QColor))

func (*QScatterSeries) ConnectSetPen ¶

func (ptr *QScatterSeries) ConnectSetPen(f func(pen *gui.QPen))

func (*QScatterSeries) ConnectType ¶

func (ptr *QScatterSeries) ConnectType(f func() QAbstractSeries__SeriesType)

func (*QScatterSeries) DestroyQScatterSeries ¶

func (ptr *QScatterSeries) DestroyQScatterSeries()

func (*QScatterSeries) DisconnectBorderColorChanged ¶

func (ptr *QScatterSeries) DisconnectBorderColorChanged()

func (*QScatterSeries) DisconnectColor ¶

func (ptr *QScatterSeries) DisconnectColor()

func (*QScatterSeries) DisconnectColorChanged ¶

func (ptr *QScatterSeries) DisconnectColorChanged()

func (*QScatterSeries) DisconnectMarkerShapeChanged ¶

func (ptr *QScatterSeries) DisconnectMarkerShapeChanged()

func (*QScatterSeries) DisconnectMarkerSizeChanged ¶

func (ptr *QScatterSeries) DisconnectMarkerSizeChanged()

func (*QScatterSeries) DisconnectSetBrush ¶

func (ptr *QScatterSeries) DisconnectSetBrush()

func (*QScatterSeries) DisconnectSetColor ¶

func (ptr *QScatterSeries) DisconnectSetColor()

func (*QScatterSeries) DisconnectSetPen ¶

func (ptr *QScatterSeries) DisconnectSetPen()

func (*QScatterSeries) DisconnectType ¶

func (ptr *QScatterSeries) DisconnectType()

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 (p *QScatterSeries) Pointer() unsafe.Pointer

func (*QScatterSeries) QScatterSeries_PTR ¶

func (p *QScatterSeries) QScatterSeries_PTR() *QScatterSeries

func (*QScatterSeries) SetBorderColor ¶

func (ptr *QScatterSeries) SetBorderColor(color gui.QColor_ITF)

func (*QScatterSeries) SetBrush ¶

func (ptr *QScatterSeries) SetBrush(brush gui.QBrush_ITF)

func (*QScatterSeries) SetBrushDefault ¶

func (ptr *QScatterSeries) SetBrushDefault(brush gui.QBrush_ITF)

func (*QScatterSeries) SetColor ¶

func (ptr *QScatterSeries) SetColor(color gui.QColor_ITF)

func (*QScatterSeries) SetColorDefault ¶

func (ptr *QScatterSeries) SetColorDefault(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) SetPen ¶

func (ptr *QScatterSeries) SetPen(pen gui.QPen_ITF)

func (*QScatterSeries) SetPenDefault ¶

func (ptr *QScatterSeries) SetPenDefault(pen gui.QPen_ITF)

func (*QScatterSeries) SetPointer ¶

func (p *QScatterSeries) SetPointer(ptr unsafe.Pointer)

func (*QScatterSeries) Type ¶

func (*QScatterSeries) TypeDefault ¶

func (ptr *QScatterSeries) TypeDefault() QAbstractSeries__SeriesType

type QScatterSeries_ITF ¶

type QScatterSeries_ITF interface {
	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 {
	// contains filtered or unexported fields
}

func NewQSplineSeries ¶

func NewQSplineSeries(parent core.QObject_ITF) *QSplineSeries

func NewQSplineSeriesFromPointer ¶

func NewQSplineSeriesFromPointer(ptr unsafe.Pointer) *QSplineSeries

func (*QSplineSeries) ConnectType ¶

func (ptr *QSplineSeries) ConnectType(f func() QAbstractSeries__SeriesType)

func (*QSplineSeries) DestroyQSplineSeries ¶

func (ptr *QSplineSeries) DestroyQSplineSeries()

func (*QSplineSeries) DisconnectType ¶

func (ptr *QSplineSeries) DisconnectType()

func (*QSplineSeries) Pointer ¶

func (p *QSplineSeries) Pointer() unsafe.Pointer

func (*QSplineSeries) QSplineSeries_PTR ¶

func (p *QSplineSeries) QSplineSeries_PTR() *QSplineSeries

func (*QSplineSeries) SetPointer ¶

func (p *QSplineSeries) SetPointer(ptr unsafe.Pointer)

func (*QSplineSeries) Type ¶

func (*QSplineSeries) TypeDefault ¶

func (ptr *QSplineSeries) TypeDefault() QAbstractSeries__SeriesType

type QSplineSeries_ITF ¶

type QSplineSeries_ITF interface {
	QSplineSeries_PTR() *QSplineSeries
}

type QStackedBarSeries ¶

type QStackedBarSeries struct {
	// contains filtered or unexported fields
}

func NewQStackedBarSeries ¶

func NewQStackedBarSeries(parent core.QObject_ITF) *QStackedBarSeries

func NewQStackedBarSeriesFromPointer ¶

func NewQStackedBarSeriesFromPointer(ptr unsafe.Pointer) *QStackedBarSeries

func (*QStackedBarSeries) ConnectType ¶

func (ptr *QStackedBarSeries) ConnectType(f func() QAbstractSeries__SeriesType)

func (*QStackedBarSeries) DestroyQStackedBarSeries ¶

func (ptr *QStackedBarSeries) DestroyQStackedBarSeries()

func (*QStackedBarSeries) DisconnectType ¶

func (ptr *QStackedBarSeries) DisconnectType()

func (*QStackedBarSeries) Pointer ¶

func (p *QStackedBarSeries) Pointer() unsafe.Pointer

func (*QStackedBarSeries) QStackedBarSeries_PTR ¶

func (p *QStackedBarSeries) QStackedBarSeries_PTR() *QStackedBarSeries

func (*QStackedBarSeries) SetPointer ¶

func (p *QStackedBarSeries) SetPointer(ptr unsafe.Pointer)

func (*QStackedBarSeries) Type ¶

func (*QStackedBarSeries) TypeDefault ¶

type QStackedBarSeries_ITF ¶

type QStackedBarSeries_ITF interface {
	QStackedBarSeries_PTR() *QStackedBarSeries
}

type QVBarModelMapper ¶

type QVBarModelMapper struct {
	// contains filtered or unexported fields
}

func NewQVBarModelMapper ¶

func NewQVBarModelMapper(parent core.QObject_ITF) *QVBarModelMapper

func NewQVBarModelMapperFromPointer ¶

func NewQVBarModelMapperFromPointer(ptr unsafe.Pointer) *QVBarModelMapper

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) ConnectRowCountChanged ¶

func (ptr *QVBarModelMapper) ConnectRowCountChanged(f func())

func (*QVBarModelMapper) ConnectSeriesReplaced ¶

func (ptr *QVBarModelMapper) ConnectSeriesReplaced(f func())

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) DisconnectRowCountChanged ¶

func (ptr *QVBarModelMapper) DisconnectRowCountChanged()

func (*QVBarModelMapper) DisconnectSeriesReplaced ¶

func (ptr *QVBarModelMapper) DisconnectSeriesReplaced()

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) LastBarSetColumn ¶

func (ptr *QVBarModelMapper) LastBarSetColumn() int

func (*QVBarModelMapper) LastBarSetColumnChanged ¶

func (ptr *QVBarModelMapper) LastBarSetColumnChanged()

func (*QVBarModelMapper) Model ¶

func (*QVBarModelMapper) ModelReplaced ¶

func (ptr *QVBarModelMapper) ModelReplaced()

func (*QVBarModelMapper) Pointer ¶

func (p *QVBarModelMapper) Pointer() unsafe.Pointer

func (*QVBarModelMapper) QVBarModelMapper_PTR ¶

func (p *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 (p *QVBarModelMapper) SetPointer(ptr unsafe.Pointer)

func (*QVBarModelMapper) SetRowCount ¶

func (ptr *QVBarModelMapper) SetRowCount(rowCount int)

func (*QVBarModelMapper) SetSeries ¶

func (ptr *QVBarModelMapper) SetSeries(series QAbstractBarSeries_ITF)

type QVBarModelMapper_ITF ¶

type QVBarModelMapper_ITF interface {
	QVBarModelMapper_PTR() *QVBarModelMapper
}

type QVBoxPlotModelMapper ¶

type QVBoxPlotModelMapper struct {
	// contains filtered or unexported fields
}

func NewQVBoxPlotModelMapper ¶

func NewQVBoxPlotModelMapper(parent core.QObject_ITF) *QVBoxPlotModelMapper

func NewQVBoxPlotModelMapperFromPointer ¶

func NewQVBoxPlotModelMapperFromPointer(ptr unsafe.Pointer) *QVBoxPlotModelMapper

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) ConnectRowCountChanged ¶

func (ptr *QVBoxPlotModelMapper) ConnectRowCountChanged(f func())

func (*QVBoxPlotModelMapper) ConnectSeriesReplaced ¶

func (ptr *QVBoxPlotModelMapper) ConnectSeriesReplaced(f func())

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) DisconnectRowCountChanged ¶

func (ptr *QVBoxPlotModelMapper) DisconnectRowCountChanged()

func (*QVBoxPlotModelMapper) DisconnectSeriesReplaced ¶

func (ptr *QVBoxPlotModelMapper) DisconnectSeriesReplaced()

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) LastBoxSetColumn ¶

func (ptr *QVBoxPlotModelMapper) LastBoxSetColumn() int

func (*QVBoxPlotModelMapper) LastBoxSetColumnChanged ¶

func (ptr *QVBoxPlotModelMapper) LastBoxSetColumnChanged()

func (*QVBoxPlotModelMapper) Model ¶

func (*QVBoxPlotModelMapper) ModelReplaced ¶

func (ptr *QVBoxPlotModelMapper) ModelReplaced()

func (*QVBoxPlotModelMapper) Pointer ¶

func (p *QVBoxPlotModelMapper) Pointer() unsafe.Pointer

func (*QVBoxPlotModelMapper) QVBoxPlotModelMapper_PTR ¶

func (p *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 (p *QVBoxPlotModelMapper) SetPointer(ptr unsafe.Pointer)

func (*QVBoxPlotModelMapper) SetRowCount ¶

func (ptr *QVBoxPlotModelMapper) SetRowCount(rowCount int)

func (*QVBoxPlotModelMapper) SetSeries ¶

func (ptr *QVBoxPlotModelMapper) SetSeries(series QBoxPlotSeries_ITF)

type QVBoxPlotModelMapper_ITF ¶

type QVBoxPlotModelMapper_ITF interface {
	QVBoxPlotModelMapper_PTR() *QVBoxPlotModelMapper
}

type QVPieModelMapper ¶

type QVPieModelMapper struct {
	// contains filtered or unexported fields
}

func NewQVPieModelMapper ¶

func NewQVPieModelMapper(parent core.QObject_ITF) *QVPieModelMapper

func NewQVPieModelMapperFromPointer ¶

func NewQVPieModelMapperFromPointer(ptr unsafe.Pointer) *QVPieModelMapper

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) LabelsColumn ¶

func (ptr *QVPieModelMapper) LabelsColumn() int

func (*QVPieModelMapper) LabelsColumnChanged ¶

func (ptr *QVPieModelMapper) LabelsColumnChanged()

func (*QVPieModelMapper) Model ¶

func (*QVPieModelMapper) ModelReplaced ¶

func (ptr *QVPieModelMapper) ModelReplaced()

func (*QVPieModelMapper) Pointer ¶

func (p *QVPieModelMapper) Pointer() unsafe.Pointer

func (*QVPieModelMapper) QVPieModelMapper_PTR ¶

func (p *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 (p *QVPieModelMapper) SetPointer(ptr 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 {
	QVPieModelMapper_PTR() *QVPieModelMapper
}

type QVXYModelMapper ¶

type QVXYModelMapper struct {
	// contains filtered or unexported fields
}

func NewQVXYModelMapper ¶

func NewQVXYModelMapper(parent core.QObject_ITF) *QVXYModelMapper

func NewQVXYModelMapperFromPointer ¶

func NewQVXYModelMapperFromPointer(ptr unsafe.Pointer) *QVXYModelMapper

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) Model ¶

func (ptr *QVXYModelMapper) Model() *core.QAbstractItemModel

func (*QVXYModelMapper) ModelReplaced ¶

func (ptr *QVXYModelMapper) ModelReplaced()

func (*QVXYModelMapper) Pointer ¶

func (p *QVXYModelMapper) Pointer() unsafe.Pointer

func (*QVXYModelMapper) QVXYModelMapper_PTR ¶

func (p *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 (p *QVXYModelMapper) SetPointer(ptr 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 {
	QVXYModelMapper_PTR() *QVXYModelMapper
}

type QValueAxis ¶

type QValueAxis struct {
	// contains filtered or unexported fields
}

func NewQValueAxis ¶

func NewQValueAxis(parent core.QObject_ITF) *QValueAxis

func NewQValueAxisFromPointer ¶

func NewQValueAxisFromPointer(ptr unsafe.Pointer) *QValueAxis

func (*QValueAxis) ApplyNiceNumbers ¶

func (ptr *QValueAxis) ApplyNiceNumbers()

func (*QValueAxis) ConnectApplyNiceNumbers ¶

func (ptr *QValueAxis) ConnectApplyNiceNumbers(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) ConnectTickCountChanged ¶

func (ptr *QValueAxis) ConnectTickCountChanged(f func(tickCount int))

func (*QValueAxis) DestroyQValueAxis ¶

func (ptr *QValueAxis) DestroyQValueAxis()

func (*QValueAxis) DisconnectApplyNiceNumbers ¶

func (ptr *QValueAxis) DisconnectApplyNiceNumbers()

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) DisconnectTickCountChanged ¶

func (ptr *QValueAxis) DisconnectTickCountChanged()

func (*QValueAxis) DisconnectType ¶

func (ptr *QValueAxis) DisconnectType()

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 (p *QValueAxis) Pointer() unsafe.Pointer

func (*QValueAxis) QValueAxis_PTR ¶

func (p *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 (p *QValueAxis) SetPointer(ptr unsafe.Pointer)

func (*QValueAxis) SetRange ¶

func (ptr *QValueAxis) SetRange(min float64, max float64)

func (*QValueAxis) SetTickCount ¶

func (ptr *QValueAxis) SetTickCount(count int)

func (*QValueAxis) TickCount ¶

func (ptr *QValueAxis) TickCount() int

func (*QValueAxis) TickCountChanged ¶

func (ptr *QValueAxis) TickCountChanged(tickCount int)

type QValueAxis_ITF ¶

type QValueAxis_ITF interface {
	QValueAxis_PTR() *QValueAxis
}

type QXYLegendMarker ¶

type QXYLegendMarker struct {
	// contains filtered or unexported fields
}

func NewQXYLegendMarkerFromPointer ¶

func NewQXYLegendMarkerFromPointer(ptr unsafe.Pointer) *QXYLegendMarker

func (*QXYLegendMarker) ConnectDestroyQXYLegendMarker ¶

func (ptr *QXYLegendMarker) ConnectDestroyQXYLegendMarker(f func())

func (*QXYLegendMarker) ConnectSeries ¶

func (ptr *QXYLegendMarker) ConnectSeries(f func() *QXYSeries)

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) Pointer ¶

func (p *QXYLegendMarker) Pointer() unsafe.Pointer

func (*QXYLegendMarker) QXYLegendMarker_PTR ¶

func (p *QXYLegendMarker) QXYLegendMarker_PTR() *QXYLegendMarker

func (*QXYLegendMarker) Series ¶

func (ptr *QXYLegendMarker) Series() *QXYSeries

func (*QXYLegendMarker) SeriesDefault ¶

func (ptr *QXYLegendMarker) SeriesDefault() *QXYSeries

func (*QXYLegendMarker) SetPointer ¶

func (p *QXYLegendMarker) SetPointer(ptr unsafe.Pointer)

type QXYLegendMarker_ITF ¶

type QXYLegendMarker_ITF interface {
	QXYLegendMarker_PTR() *QXYLegendMarker
}

type QXYSeries ¶

type QXYSeries struct {
	// contains filtered or unexported fields
}

func NewQXYSeriesFromPointer ¶

func NewQXYSeriesFromPointer(ptr unsafe.Pointer) *QXYSeries

func (*QXYSeries) Append ¶

func (ptr *QXYSeries) Append(x float64, y float64)

func (*QXYSeries) Append2 ¶

func (ptr *QXYSeries) Append2(point core.QPointF_ITF)

func (*QXYSeries) At ¶

func (ptr *QXYSeries) At(index int) *core.QPointF

func (*QXYSeries) Brush ¶

func (ptr *QXYSeries) Brush() *gui.QBrush

func (*QXYSeries) Clear ¶

func (ptr *QXYSeries) Clear()

func (*QXYSeries) Clicked ¶

func (ptr *QXYSeries) Clicked(point core.QPointF_ITF)

func (*QXYSeries) Color ¶

func (ptr *QXYSeries) Color() *gui.QColor

func (*QXYSeries) ColorChanged ¶

func (ptr *QXYSeries) ColorChanged(color gui.QColor_ITF)

func (*QXYSeries) ColorDefault ¶

func (ptr *QXYSeries) ColorDefault() *gui.QColor

func (*QXYSeries) ConnectClicked ¶

func (ptr *QXYSeries) ConnectClicked(f func(point *core.QPointF))

func (*QXYSeries) ConnectColor ¶

func (ptr *QXYSeries) ConnectColor(f func() *gui.QColor)

func (*QXYSeries) ConnectColorChanged ¶

func (ptr *QXYSeries) ConnectColorChanged(f func(color *gui.QColor))

func (*QXYSeries) ConnectDoubleClicked ¶

func (ptr *QXYSeries) ConnectDoubleClicked(f func(point *core.QPointF))

func (*QXYSeries) ConnectHovered ¶

func (ptr *QXYSeries) ConnectHovered(f func(point *core.QPointF, state bool))

func (*QXYSeries) ConnectPenChanged ¶

func (ptr *QXYSeries) ConnectPenChanged(f func(pen *gui.QPen))

func (*QXYSeries) ConnectPointAdded ¶

func (ptr *QXYSeries) ConnectPointAdded(f func(index int))

func (*QXYSeries) ConnectPointLabelsClippingChanged ¶

func (ptr *QXYSeries) ConnectPointLabelsClippingChanged(f func(clipping bool))

func (*QXYSeries) ConnectPointLabelsColorChanged ¶

func (ptr *QXYSeries) ConnectPointLabelsColorChanged(f func(color *gui.QColor))

func (*QXYSeries) ConnectPointLabelsFontChanged ¶

func (ptr *QXYSeries) ConnectPointLabelsFontChanged(f func(font *gui.QFont))

func (*QXYSeries) ConnectPointLabelsFormatChanged ¶

func (ptr *QXYSeries) ConnectPointLabelsFormatChanged(f func(format string))

func (*QXYSeries) ConnectPointLabelsVisibilityChanged ¶

func (ptr *QXYSeries) ConnectPointLabelsVisibilityChanged(f func(visible bool))

func (*QXYSeries) ConnectPointRemoved ¶

func (ptr *QXYSeries) ConnectPointRemoved(f func(index int))

func (*QXYSeries) ConnectPointReplaced ¶

func (ptr *QXYSeries) ConnectPointReplaced(f func(index int))

func (*QXYSeries) ConnectPointsRemoved ¶

func (ptr *QXYSeries) ConnectPointsRemoved(f func(index int, count int))

func (*QXYSeries) ConnectPointsReplaced ¶

func (ptr *QXYSeries) ConnectPointsReplaced(f func())

func (*QXYSeries) ConnectPressed ¶

func (ptr *QXYSeries) ConnectPressed(f func(point *core.QPointF))

func (*QXYSeries) ConnectReleased ¶

func (ptr *QXYSeries) ConnectReleased(f func(point *core.QPointF))

func (*QXYSeries) ConnectSetBrush ¶

func (ptr *QXYSeries) ConnectSetBrush(f func(brush *gui.QBrush))

func (*QXYSeries) ConnectSetColor ¶

func (ptr *QXYSeries) ConnectSetColor(f func(color *gui.QColor))

func (*QXYSeries) ConnectSetPen ¶

func (ptr *QXYSeries) ConnectSetPen(f func(pen *gui.QPen))

func (*QXYSeries) Count ¶

func (ptr *QXYSeries) Count() int

func (*QXYSeries) DestroyQXYSeries ¶

func (ptr *QXYSeries) DestroyQXYSeries()

func (*QXYSeries) DisconnectClicked ¶

func (ptr *QXYSeries) DisconnectClicked()

func (*QXYSeries) DisconnectColor ¶

func (ptr *QXYSeries) DisconnectColor()

func (*QXYSeries) DisconnectColorChanged ¶

func (ptr *QXYSeries) DisconnectColorChanged()

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) Hovered ¶

func (ptr *QXYSeries) Hovered(point core.QPointF_ITF, state bool)

func (*QXYSeries) Insert ¶

func (ptr *QXYSeries) Insert(index int, point core.QPointF_ITF)

func (*QXYSeries) Pen ¶

func (ptr *QXYSeries) Pen() *gui.QPen

func (*QXYSeries) PenChanged ¶

func (ptr *QXYSeries) PenChanged(pen gui.QPen_ITF)

func (*QXYSeries) PointAdded ¶

func (ptr *QXYSeries) PointAdded(index int)

func (*QXYSeries) PointLabelsClipping ¶

func (ptr *QXYSeries) PointLabelsClipping() bool

func (*QXYSeries) PointLabelsClippingChanged ¶

func (ptr *QXYSeries) PointLabelsClippingChanged(clipping bool)

func (*QXYSeries) PointLabelsColor ¶

func (ptr *QXYSeries) PointLabelsColor() *gui.QColor

func (*QXYSeries) PointLabelsColorChanged ¶

func (ptr *QXYSeries) PointLabelsColorChanged(color gui.QColor_ITF)

func (*QXYSeries) PointLabelsFont ¶

func (ptr *QXYSeries) PointLabelsFont() *gui.QFont

func (*QXYSeries) PointLabelsFontChanged ¶

func (ptr *QXYSeries) PointLabelsFontChanged(font gui.QFont_ITF)

func (*QXYSeries) PointLabelsFormat ¶

func (ptr *QXYSeries) PointLabelsFormat() string

func (*QXYSeries) PointLabelsFormatChanged ¶

func (ptr *QXYSeries) PointLabelsFormatChanged(format string)

func (*QXYSeries) PointLabelsVisibilityChanged ¶

func (ptr *QXYSeries) PointLabelsVisibilityChanged(visible bool)

func (*QXYSeries) PointLabelsVisible ¶

func (ptr *QXYSeries) PointLabelsVisible() bool

func (*QXYSeries) PointRemoved ¶

func (ptr *QXYSeries) PointRemoved(index int)

func (*QXYSeries) PointReplaced ¶

func (ptr *QXYSeries) PointReplaced(index int)

func (*QXYSeries) Pointer ¶

func (p *QXYSeries) Pointer() unsafe.Pointer

func (*QXYSeries) Points ¶

func (ptr *QXYSeries) Points() []*core.QPointF

func (*QXYSeries) PointsRemoved ¶

func (ptr *QXYSeries) PointsRemoved(index int, count int)

func (*QXYSeries) PointsReplaced ¶

func (ptr *QXYSeries) PointsReplaced()

func (*QXYSeries) PointsVector ¶

func (ptr *QXYSeries) PointsVector() []*core.QPointF

func (*QXYSeries) PointsVisible ¶

func (ptr *QXYSeries) PointsVisible() bool

func (*QXYSeries) Pressed ¶

func (ptr *QXYSeries) Pressed(point core.QPointF_ITF)

func (*QXYSeries) QXYSeries_PTR ¶

func (p *QXYSeries) QXYSeries_PTR() *QXYSeries

func (*QXYSeries) Released ¶

func (ptr *QXYSeries) Released(point core.QPointF_ITF)

func (*QXYSeries) Remove ¶

func (ptr *QXYSeries) Remove(x float64, y float64)

func (*QXYSeries) Remove2 ¶

func (ptr *QXYSeries) Remove2(point core.QPointF_ITF)

func (*QXYSeries) Remove3 ¶

func (ptr *QXYSeries) Remove3(index int)

func (*QXYSeries) RemovePoints ¶

func (ptr *QXYSeries) RemovePoints(index int, count int)

func (*QXYSeries) Replace ¶

func (ptr *QXYSeries) Replace(oldX float64, oldY float64, newX float64, newY float64)

func (*QXYSeries) Replace2 ¶

func (ptr *QXYSeries) Replace2(oldPoint core.QPointF_ITF, newPoint core.QPointF_ITF)

func (*QXYSeries) Replace3 ¶

func (ptr *QXYSeries) Replace3(index int, newX float64, newY float64)

func (*QXYSeries) Replace4 ¶

func (ptr *QXYSeries) Replace4(index int, 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) SetPen ¶

func (ptr *QXYSeries) SetPen(pen gui.QPen_ITF)

func (*QXYSeries) SetPenDefault ¶

func (ptr *QXYSeries) SetPenDefault(pen gui.QPen_ITF)

func (*QXYSeries) SetPointLabelsClipping ¶

func (ptr *QXYSeries) SetPointLabelsClipping(enabled bool)

func (*QXYSeries) SetPointLabelsColor ¶

func (ptr *QXYSeries) SetPointLabelsColor(color gui.QColor_ITF)

func (*QXYSeries) SetPointLabelsFont ¶

func (ptr *QXYSeries) SetPointLabelsFont(font gui.QFont_ITF)

func (*QXYSeries) SetPointLabelsFormat ¶

func (ptr *QXYSeries) SetPointLabelsFormat(format string)

func (*QXYSeries) SetPointLabelsVisible ¶

func (ptr *QXYSeries) SetPointLabelsVisible(visible bool)

func (*QXYSeries) SetPointer ¶

func (p *QXYSeries) SetPointer(ptr unsafe.Pointer)

func (*QXYSeries) SetPointsVisible ¶

func (ptr *QXYSeries) SetPointsVisible(visible bool)

type QXYSeries_ITF ¶

type QXYSeries_ITF interface {
	QXYSeries_PTR() *QXYSeries
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL