Engauge Digitizer 2
Loading...
Searching...
No Matches
Public Member Functions | List of all members
CallbackAxesCheckerFromAxesPoints Class Reference

Callback for positioning the axes indicator according to the axes points. More...

#include <CallbackAxesCheckerFromAxesPoints.h>

Collaboration diagram for CallbackAxesCheckerFromAxesPoints:
Collaboration graph

Public Member Functions

 CallbackAxesCheckerFromAxesPoints ()
 Single constructor.
 
CallbackSearchReturn callback (const QString &curveName, const Point &point)
 Callback method.
 
Points points () const
 Return the collected points as a polygon, in screen coordinates.
 

Detailed Description

Callback for positioning the axes indicator according to the axes points.

Definition at line 17 of file CallbackAxesCheckerFromAxesPoints.h.

Constructor & Destructor Documentation

◆ CallbackAxesCheckerFromAxesPoints()

CallbackAxesCheckerFromAxesPoints::CallbackAxesCheckerFromAxesPoints ( )

Single constructor.

Definition at line 10 of file CallbackAxesCheckerFromAxesPoints.cpp.

11{
12}

Member Function Documentation

◆ callback()

CallbackSearchReturn CallbackAxesCheckerFromAxesPoints::callback ( const QString & curveName,
const Point & point )

Callback method.

Definition at line 14 of file CallbackAxesCheckerFromAxesPoints.cpp.

16{
17 m_points.push_back (point);
18
20}
@ CALLBACK_SEARCH_RETURN_CONTINUE
Continue normal execution of the search.

◆ points()

Points CallbackAxesCheckerFromAxesPoints::points ( ) const

Return the collected points as a polygon, in screen coordinates.

Definition at line 22 of file CallbackAxesCheckerFromAxesPoints.cpp.

23{
24 return m_points;
25}

The documentation for this class was generated from the following files: