Home
last modified time | relevance | path

Searched defs:coordinatePlane (Results 1 – 7 of 7) sorted by relevance

/dports/devel/heaptrack/heaptrack-1.3.0/src/analyze/gui/
H A Dchartwidget.cpp128 auto* coordinatePlane = dynamic_cast<CartesianCoordinatePlane*>(m_chart->coordinatePlane()); in ChartWidget() local
187 auto* coordinatePlane = dynamic_cast<CartesianCoordinatePlane*>(m_chart->coordinatePlane()); in setModel() local
351 auto* coordinatePlane = static_cast<CartesianCoordinatePlane*>(m_chart->coordinatePlane()); in updateRubberBand() local
368 auto* coordinatePlane = static_cast<CartesianCoordinatePlane*>(m_chart->coordinatePlane()); in eventFilter() local
H A Dhistogramwidget.cpp83 auto* coordinatePlane = dynamic_cast<CartesianCoordinatePlane*>(m_chart->coordinatePlane()); in HistogramWidget() local
/dports/graphics/kdiagram/kdiagram-2.8.0/src/KChart/
H A DKChartPaintContext.cpp75 AbstractCoordinatePlane* PaintContext::coordinatePlane() const in coordinatePlane() function in PaintContext
H A DKChartAbstractAxis.cpp238 const AbstractCoordinatePlane* AbstractAxis::coordinatePlane() const in coordinatePlane() function in AbstractAxis
H A DKChartWidget.cpp308 AbstractCoordinatePlane* Widget::coordinatePlane() in coordinatePlane() function in Widget
H A DKChartChart.cpp1218 AbstractCoordinatePlane* Chart::coordinatePlane() in coordinatePlane() function in Chart
H A DKChartAbstractDiagram.cpp108 AbstractCoordinatePlane* AbstractDiagram::coordinatePlane() const in coordinatePlane() function in AbstractDiagram