Searched refs:CoordinatePlaneList (Results 1 – 5 of 5) sorted by relevance
73 typedef QList<AbstractCoordinatePlane*> CoordinatePlaneList; typedef166 CoordinatePlaneList coordinatePlanes();
421 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()494 …CoordinatePlaneList xSharedPlanes = findSharingAxisDiagrams( curNode->diagramPlane, coordinatePlan… in buildPlaneLayoutGraph()529 …CoordinatePlaneList ySharedPlanes = findSharingAxisDiagrams( curNode->diagramPlane, coordinatePlan… in buildPlaneLayoutGraph()1228 CoordinatePlaneList Chart::coordinatePlanes() in coordinatePlanes()
127 CoordinatePlaneList coordinatePlanes;
87 typedef QList<KChart::AbstractCoordinatePlane*> CoordinatePlaneList; typedef97 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()
306 const CoordinatePlaneList &planes = ui_chart->coordinatePlanes(); in setupChart()