9 #include "boost/property_tree/ptree.hpp"
10 #include "boost/property_tree/xml_parser.hpp"
11 #include "boost/foreach.hpp"
13 #include <QMainWindow>
14 #include "ui_mainwindow.h"
66 void on_startButton_clicked();
68 void on_saveButton_clicked();
71 void on_loadButton_clicked();
74 void on_resetButton_clicked();
76 void on_timeSpinBox_editingFinished();
78 void on_periodSpinBox_editingFinished();
80 void on_nomDegSpinBox_editingFinished();
82 void on_denomDegSpinBox_editingFinished();
84 void on_delayBoxSpinBox_editingFinished();
86 void on_histLenSpinBox_editingFinished();
88 void on_actionLoad_Parameters_triggered();
90 void on_actionSave_Parameters_triggered();
92 void on_simulationTree_itemSelectionChanged();
94 void on_propertyTree_itemDoubleClicked(QTreeWidgetItem *item,
int column);
96 void on_propertyTree_itemChanged(QTreeWidgetItem *item,
int column);
105 void addPoint1(
double x,
double y,
int gr);
108 void addPoint2(
double x,
double y);
111 void changeIdentificationParams();
118 bool m_bSootheChangeSignal;
121 #endif // MAINWINDOW_H
void AddPointToOutputSignal(double y)
Adds a point into first plot, first graph (x is set to x+interval)
Definition: mainwindow.cpp:65
void AddTreeWidgetRoot(const QString &, const QString &, const int)
Creates a root for simulation tree view.
Definition: mainwindow.cpp:231
void AddPointToGeneratorSignal(double y)
Adds a point into first plot, second graph (x is set to x+interval)
Definition: mainwindow.cpp:71
void ResetXAxis()
Reset x axises to start plotting from x1=0 and x2=0.
Definition: mainwindow.cpp:104
void AddTreeWidgetElement(const QString &, const QString &, const QString &, const int)
Adds element to the simulation tree view.
Definition: mainwindow.cpp:248
MainWindow(QWidget *parent=0)
Definition: mainwindow.cpp:4
void ClearTreeWidget(const int treeNumber)
Clears a given tree widget.
Definition: mainwindow.cpp:280
void AddPointToControlSignal(double y)
Adds a point into second plot, first graph (x is set to x+interval)
Definition: mainwindow.cpp:93
Definition: mainwindow.h:20
void DisplayTheta(QString str)
specifies x to be x+1
Definition: mainwindow.cpp:99