Home
last modified time | relevance | path

Searched refs:BoxPlotChartItem (Results 1 – 12 of 12) sorted by relevance

/dports/x11-toolkits/qt5-charts/kde-qtcharts-5.15.2p2/src/charts/boxplotchart/
H A Dboxplotchartitem.cpp41 BoxPlotChartItem::BoxPlotChartItem(QBoxPlotSeries *series, QGraphicsItem *item) : in BoxPlotChartItem() function in BoxPlotChartItem
58 BoxPlotChartItem::~BoxPlotChartItem() in ~BoxPlotChartItem()
79 void BoxPlotChartItem::handleSeriesVisibleChanged() in handleSeriesVisibleChanged()
84 void BoxPlotChartItem::handleOpacityChanged() in handleOpacityChanged()
89 void BoxPlotChartItem::handleDataStructureChanged() in handleDataStructureChanged()
137 void BoxPlotChartItem::handleUpdatedBars() in handleUpdatedBars()
163 void BoxPlotChartItem::handleDomainUpdated() in handleDomainUpdated()
181 void BoxPlotChartItem::handleLayoutChanged() in handleLayoutChanged()
197 QRectF BoxPlotChartItem::boundingRect() const in boundingRect()
202 void BoxPlotChartItem::initializeLayout() in initializeLayout()
[all …]
H A Dboxplotchartitem_p.h55 class Q_CHARTS_PRIVATE_EXPORT BoxPlotChartItem : public ChartItem
59 BoxPlotChartItem(QBoxPlotSeries *series, QGraphicsItem *item = 0);
60 ~BoxPlotChartItem();
H A Dqboxplotseries.cpp463 BoxPlotChartItem *boxPlot = new BoxPlotChartItem(q, parent); in initializeGraphics()
512 BoxPlotChartItem *item = static_cast<BoxPlotChartItem *>(m_item.data()); in initializeAnimations()
550 BoxPlotChartItem *item = static_cast<BoxPlotChartItem *>(m_item.data()); in handleSeriesRemove()
569 BoxPlotChartItem *boxPlot = static_cast<BoxPlotChartItem *>(m_item.data()); in handleSeriesChange()
H A Dboxwhiskers_p.h92 friend class BoxPlotChartItem;
H A Dqboxset.h100 friend class BoxPlotChartItem; variable
H A Dqboxplotseries.h91 friend class BoxPlotChartItem;
/dports/x11-toolkits/qt5-charts/kde-qtcharts-5.15.2p2/src/charts/animations/
H A Dboxplotanimation_p.h50 class BoxPlotChartItem; variable
56 BoxPlotAnimation(BoxPlotChartItem *item, int duration, QEasingCurve &curve);
68 BoxPlotChartItem *m_item;
H A Dboxwhiskersanimation_p.h49 class BoxPlotChartItem; variable
H A Dboxplotanimation.cpp37 BoxPlotAnimation::BoxPlotAnimation(BoxPlotChartItem *item, int duration, QEasingCurve &curve) in BoxPlotAnimation()
/dports/x11-toolkits/qt5-charts/kde-qtcharts-5.15.2p2/src/charts/
H A Dqabstractseries_p.h63 class BoxPlotChartItem; variable
118 friend class BoxPlotChartItem; variable
/dports/x11-toolkits/qt5-charts/kde-qtcharts-5.15.2p2/src/charts/barchart/
H A Dqabstractbarseries.h116 friend class BoxPlotChartItem; variable
H A Dqbarset.h126 friend class BoxPlotChartItem; variable