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


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