|
SimulationChain
|
#include <mainwindow.h>


Public Slots | |
| void | AddPointToOutputSignal (double y) |
| Adds a point into first plot, first graph (x is set to x+interval) More... | |
| void | AddPointToGeneratorSignal (double y) |
| Adds a point into first plot, second graph (x is set to x+interval) More... | |
| void | AddPointToControlSignal (double y) |
| Adds a point into second plot, first graph (x is set to x+interval) More... | |
| void | DisplayTheta (QString str) |
| specifies x to be x+1 More... | |
| void | AddTreeWidgetRoot (const QString &, const QString &, const int) |
| Creates a root for simulation tree view. More... | |
| void | AddTreeWidgetElement (const QString &, const QString &, const QString &, const int) |
| Adds element to the simulation tree view. More... | |
| void | ClearTreeWidget (const int treeNumber) |
| Clears a given tree widget. More... | |
Public Member Functions | |
| MainWindow (QWidget *parent=0) | |
| void | ResetXAxis () |
| Reset x axises to start plotting from x1=0 and x2=0. | |
This class allows to create the object that is the main GUI window. Using methods AddPointTo* it enables adding points to displayed plots.
|
explicit |
temp

|
slot |
Adds a point into second plot, first graph (x is set to x+interval)
| [in] | y | Sample to display. |
|
slot |
Adds a point into first plot, second graph (x is set to x+interval)
| [in] | y | Sample to display. |
|
slot |
Adds a point into first plot, first graph (x is set to x+interval)
| [in] | y | Sample to display. |
|
slot |
Adds element to the simulation tree view.
| [in] | sParentName | - name of the parent node |
| [in] | sName | - name of the node |
| [in] | sType | - value of the node |
| [in] | treeNumber | - number of widget (0 - simulation tree, 1 - property tree) |
|
slot |
Creates a root for simulation tree view.
| [in] | sName | - name of the node |
| [in] | sType | - value of the node |
| [in] | treeNumber | - number of widget (0 - simulation tree, 1 - property tree) |
|
slot |
Clears a given tree widget.
| [in] | treeNumber | - number of widget (0 - simulation tree, 1 - property tree)s |
|
slot |
specifies x to be x+1
Displays theta value
| [in] | str | Nominator and denominator in the form of string. |