13 #include <QGraphicsItem> 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;
62 <<
" selectedItems=" << items.count();
64 QStringList selectedIds;
65 QList<QGraphicsItem*>::const_iterator itr;
66 for (itr = items.begin(); itr != items.end(); itr++) {
68 const QGraphicsItem* item = *itr;
static QString curveNameFromPointIdentifier(const QString &pointIdentifier)
Parse the curve name from the specified point identifier. This does the opposite of uniqueIdentifierG...
#define LOG4CPP_INFO_S(logger)
Unique identifier for QGraphicsItem object
GraphicsItemType
Runtime type identification (RTTI) for QGraphicsItem objects.
log4cpp::Category * mainCat
const QString AXIS_CURVE_NAME