17 class QDialogButtonBox;
34 DtGraphDialog(
const QString& description,
const QString& units,
35 DtGraphType type,
QWidget* parent = 0, Qt::WindowFlags f = 0);
41 void addPoint(
double time,
double val);
QDialogButtonBox * myButtonBox
The button box for the dialog.
Definition: graphDialog.h:60
DtAssistantPlotWidget * myGraph
The graph.
Definition: graphDialog.h:57
unsigned mySeriesId
The series ID displayed by this graph.
Definition: graphDialog.h:75
DtGraphType myGraphType
The graph type.
Definition: graphDialog.h:66
double myLastGraphedTime
The time value (x axis) of the last graphed point.
Definition: graphDialog.h:69
double myLastGraphedValue
The data value (y axis) of the last graphed point.
Definition: graphDialog.h:72
Definition: graphDialog.h:29
A dialog containing a graph of a single series of data.
Definition: graphDialog.h:21
DtGraphType
Definition: graphDialog.h:27
#define DT_DLL_ASSISTANTAPP
Definition: rtiMsConfig.h:122
QLabel * myLabel
The description label for the dialog.
Definition: graphDialog.h:63