Engauge Digitizer
2
Callback
CallbackRemovePointsInCurvesGraphs.h
Go to the documentation of this file.
1
/******************************************************************************************************
2
* (C) 2014 markummitchell@github.com. This file is part of Engauge Digitizer, which is released *
3
* under GNU General Public License version 2 (GPLv2) or (at your option) any later version. See file *
4
* LICENSE or go to gnu.org/licenses for details. Distribution requires prior written permission. *
5
******************************************************************************************************/
6
7
#ifndef CALLBACK_REMOVE_POINTS_IN_CURVES_GRAPHS_H
8
#define CALLBACK_REMOVE_POINTS_IN_CURVES_GRAPHS_H
9
10
#include "
CallbackSearchReturn.h
"
11
12
class
CoordSystem
;
13
class
Point
;
14
class
QString;
15
17
class
CallbackRemovePointsInCurvesGraphs
18
{
19
public
:
21
CallbackRemovePointsInCurvesGraphs
(
CoordSystem
&coordSystem);
22
24
CallbackSearchReturn
callback
(
const
QString &curveName,
25
const
Point
&point);
26
27
private
:
28
CallbackRemovePointsInCurvesGraphs
();
29
30
CoordSystem
&m_coordSystem;
31
};
32
33
#endif // CALLBACK_REMOVE_POINTS_IN_CURVES_GRAPHS_H
CallbackRemovePointsInCurvesGraphs::callback
CallbackSearchReturn callback(const QString &curveName, const Point &point)
Callback method.
Definition:
CallbackRemovePointsInCurvesGraphs.cpp:17
CallbackSearchReturn
CallbackSearchReturn
Return values for search callback methods.
Definition:
CallbackSearchReturn.h:17
CallbackRemovePointsInCurvesGraphs
Callback that is used when iterating through a read-only CurvesGraphs to remove corresponding points ...
Definition:
CallbackRemovePointsInCurvesGraphs.h:16
CallbackSearchReturn.h
Point
Class that represents one digitized point. The screen-to-graph coordinate transformation is always ex...
Definition:
Point.h:24
CoordSystem
Storage of data belonging to one coordinate system.
Definition:
CoordSystem.h:41
Generated on Sat Jan 4 2020 12:00:00 for Engauge Digitizer by
1.8.16