![]() |
MAK RTIspy API Documentation for HLA 1.3
|
A dialog containing a graph of a single series of data. More...
Inheritance diagram for DtGraphDialog:
Collaboration diagram for DtGraphDialog:Public Types | |
| enum | DtGraphType { DtValueGraph, DtRateGraph } |
Public Member Functions | |
| DtGraphDialog (const QString &description, const QString &units, DtGraphType type, QWidget *parent=0, Qt::WindowFlags f=0) | |
| Constructor. More... | |
| ~DtGraphDialog () | |
| Destructor. More... | |
| void | addPoint (double time, double val) |
| Adds a new data point to the graph. More... | |
| void | clearGraph () |
| Clears the graph. More... | |
Protected Attributes | |
| DtAssistantPlotWidget * | myGraph |
| The graph. More... | |
| QDialogButtonBox * | myButtonBox |
| The button box for the dialog. More... | |
| QLabel * | myLabel |
| The description label for the dialog. More... | |
| DtGraphType | myGraphType |
| The graph type. More... | |
| double | myLastGraphedTime |
| The time value (x axis) of the last graphed point. More... | |
| double | myLastGraphedValue |
| The data value (y axis) of the last graphed point. More... | |
| unsigned | mySeriesId |
| The series ID displayed by this graph. More... | |
Private Member Functions | |
| DtGraphDialog (const DtGraphDialog &) | |
| Copy Constructor not implemented. More... | |
| DtGraphDialog & | operator= (const DtGraphDialog &) |
| Assignment Operator not implemented. More... | |
A dialog containing a graph of a single series of data.
| DtGraphDialog::DtGraphDialog | ( | const QString & | description, |
| const QString & | units, | ||
| DtGraphType | type, | ||
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | f = 0 |
||
| ) |
Constructor.
| DtGraphDialog::~DtGraphDialog | ( | ) |
Destructor.
|
private |
Copy Constructor not implemented.
| void DtGraphDialog::addPoint | ( | double | time, |
| double | val | ||
| ) |
Adds a new data point to the graph.
| void DtGraphDialog::clearGraph | ( | ) |
Clears the graph.
|
private |
Assignment Operator not implemented.
|
protected |
The button box for the dialog.
|
protected |
The graph.
|
protected |
The graph type.
|
protected |
The description label for the dialog.
|
protected |
The time value (x axis) of the last graphed point.
|
protected |
The data value (y axis) of the last graphed point.
|
protected |
The series ID displayed by this graph.