26 bool allAreEitherAxisOrGraph =
true;
28 QList<QGraphicsItem*>::const_iterator itr;
29 for (itr = items.begin(); itr != items.end(); itr++) {
31 QGraphicsItem *item = *itr;
42 if (unwantedAxisPoint || unwantedCurvePoint) {
44 allAreEitherAxisOrGraph =
false;
50 allAreEitherAxisOrGraph =
false;
56 return allAreEitherAxisOrGraph;