Engauge Digitizer  2
ValuesVectorXOrY.h
1 #ifndef VALUES_VECTOR_X_OR_Y_H
2 #define VALUES_VECTOR_X_OR_Y_H
3 
4 #include <QMap>
5 
6 // Save values into container that preserves order by key (QMap). These are common to all included curves
7 // QMap is for fast random access
8 typedef QMap<double, bool> ValuesVectorXOrY;
9 
10 #endif // VALUES_VECTOR_X_OR_Y_H