integral_transform.h
Go to the documentation of this file.
1 #ifndef INTEGRAL_TRANSFORM_H
2 #define INTEGRAL_TRANSFORM_H
3 
4 #include <QLineEdit>
6 #include "ui_integral_transform.h"
7 
8 using namespace PJ;
9 
11 {
12 public:
14 
15  ~IntegralTransform() override;
16 
17  const char* name() const override { return "Integral"; }
18 
19  QWidget* optionsWidget() override;
20 
21  void init() override;
22 
23  bool xmlSaveState(QDomDocument& doc, QDomElement& parent_element) const override;
24 
25  bool xmlLoadState(const QDomElement& parent_element) override;
26 
27  void on_buttonCompute_clicked();
28 
29 private:
31  calculateNextPoint(size_t index) override;
32 
33  QWidget *_widget;
34  Ui::IntegralTransform* ui;
35  double _dT;
36 
38 };
39 
40 #endif // INTEGRAL_TRANSFORM_H
const char * name() const override
Ui::IntegralTransform * ui


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Dec 6 2020 03:47:35