Engauge Digitizer  2
 All Classes Functions Variables Typedefs Enumerations Friends Pages
CallbackGatherXThetasInCurves.h
1 /******************************************************************************************************
2  * (C) 2019 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_GATHER_X_THETAS_IN_CURVES_H
8 #define CALLBACK_GATHER_X_THETAS_IN_CURVES_H
9 
10 #include "CallbackGatherXThetasAbstractBase.h"
11 #include "CallbackSearchReturn.h"
12 #include "ExportValuesXOrY.h"
13 #include "Transformation.h"
14 #include "ValuesVectorXOrY.h"
15 
17 class Point;
18 
26 {
27 public:
30  const QStringList &curvesIncluded,
32 
34  virtual CallbackSearchReturn callback (const QString &curveName,
35  const Point &point);
36 
37 private:
39 
40 };
41 
42 #endif // CALLBACK_GATHER_X_THETAS_IN_CURVES_H
virtual CallbackSearchReturn callback(const QString &curveName, const Point &point)
Callback method.
Callback for collecting X/Theta independent variables, for functions, in preparation for exporting...
Model for DlgSettingsExportFormat and CmdSettingsExportFormat.
Base callback for collecting X/Theta independent variables, for functions, in preparation for exporti...
Class that represents one digitized point. The screen-to-graph coordinate transformation is always ex...
Definition: Point.h:25
Affine transformation between screen and graph coordinates, based on digitized axis points...
const Transformation & transformation() const
Get method for transformation.
QStringList curvesIncluded() const
Get method for included names.