1 #ifndef FIRST_DERIVATIVE_H 2 #define FIRST_DERIVATIVE_H 6 #include "ui_first_derivative.h" 17 const char*
name()
const override 22 QWidget* optionsWidget()
override;
24 bool xmlSaveState(QDomDocument& doc, QDomElement& parent_element)
const override;
26 bool xmlLoadState(
const QDomElement& parent_element)
override;
28 void on_buttonCompute_clicked();
31 std::optional<PlotData::Point> calculateNextPoint(
size_t index)
override;
34 Ui::FirstDerivariveForm*
ui;
38 #endif // FIRST_DERIVATIVE_H
Ui::FirstDerivariveForm * ui
const char * name() const override
Name of the plugin type, NOT the particular instance.