Home
last modified time | relevance | path

Searched refs:CoordinatePlaneList (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/kdiagram/kdiagram-2.8.0/src/KChart/
H A DKChartChart.h73 typedef QList<AbstractCoordinatePlane*> CoordinatePlaneList; typedef
166 CoordinatePlaneList coordinatePlanes();
H A DKChartChart.cpp421 static CoordinatePlaneList findSharingAxisDiagrams( AbstractCoordinatePlane* plane, in findSharingAxisDiagrams()
422 const CoordinatePlaneList& list, in findSharingAxisDiagrams()
427 return CoordinatePlaneList(); in findSharingAxisDiagrams()
430 CoordinatePlaneList result; in findSharingAxisDiagrams()
433 return CoordinatePlaneList(); in findSharingAxisDiagrams()
494CoordinatePlaneList xSharedPlanes = findSharingAxisDiagrams( curNode->diagramPlane, coordinatePlan… in buildPlaneLayoutGraph()
529CoordinatePlaneList ySharedPlanes = findSharingAxisDiagrams( curNode->diagramPlane, coordinatePlan… in buildPlaneLayoutGraph()
1228 CoordinatePlaneList Chart::coordinatePlanes() in coordinatePlanes()
H A DKChartChart_p.h127 CoordinatePlaneList coordinatePlanes;
/dports/editors/calligra/calligra-3.2.1/plugins/chartshape/
H A DPlotArea.cpp87 typedef QList<KChart::AbstractCoordinatePlane*> CoordinatePlaneList; typedef
97 CoordinatePlaneList coordinatePlanesForChartType(ChartType type);
521 CoordinatePlaneList PlotArea::Private::coordinatePlanesForChartType(ChartType type) in coordinatePlanesForChartType()
523 CoordinatePlaneList result; in coordinatePlanesForChartType()
593 CoordinatePlaneList planesToRemove; in setChartType()
601 CoordinatePlaneList newPlanes = d->coordinatePlanesForChartType(type); in setChartType()
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/ui/performance/
H A DPerformanceStatusBase.cpp306 const CoordinatePlaneList &planes = ui_chart->coordinatePlanes(); in setupChart()