Engauge Digitizer  2
 All Classes Files Functions Variables Enumerations Enumerator Friends Pages
CallbackAxesCheckerFromAxesPoints.cpp
1 #include "CallbackAxesCheckerFromAxesPoints.h"
2 #include "EngaugeAssert.h"
3 
5 {
6 }
7 
9  const Point &point)
10 {
11  ENGAUGE_ASSERT (m_points.count () < 3);
12 
13  m_points.push_back (point);
14 
16 }
17 
19 {
20  return m_points;
21 }
CallbackSearchReturn callback(const QString &curveName, const Point &point)
Callback method.
Class that represents one digitized point. The screen-to-graph coordinate transformation is always ex...
Definition: Point.h:17
CallbackSearchReturn
Return values for search callback methods.
Continue normal execution of the search.
Points points() const
Return the collected points as a polygon, in screen coordinates.