PointSetStyle PointSets::measureStyle(QString name) { PointSet* pointSet = findMeasure(name); ASSERT_ENGAUGE(pointSet != 0); return pointSet->style(); }
PointSetStyle PointSets::curveStyle(QString name) { PointSet* pointSet = findCurve(name); ASSERT_ENGAUGE(pointSet != 0); return pointSet->style(); }