#include <TxqAccelWsTrol.h>
Inheritance diagram for TxqAccelWsTrol::

Public Slots | |
| virtual void | updateAttrib () |
| slot to update the attrribute sets. More... | |
| virtual void | erasePlots () |
| slot to erase plots. More... | |
| virtual void | restart () |
| slot used when model is restarted. More... | |
Public Methods | |
| TxqAccelWsTrol (TxAttributeSet *a, QWidget *parent=0, const char *nm=0, WFlags f=WType_TopLevel) | |
| The TxqAccelWsTrol constructor takes a TxAttributeSet a and a QWidget w a name nm * and a window flag f All other options must be set from member methods. More... | |
| virtual | ~TxqAccelWsTrol () |
| The TxqAccelWsTrol destructor. More... | |
| void | setAdaptor (TxNldIfc *ptr) |
| Set the TxAccelIfc pointer. More... | |
| void | setLinePlotData (TxLinePlotData *ptr) |
| Set the line plot data pointer. More... | |
Protected Methods | |
| void | updatePlotAttributes (bool update) |
| Update the plot attributes. More... | |
| void | createNldAttributes () |
| Create the Nld Attributes. More... | |
| void | drawPoints (TxAttributeSet *line, TxAttributeSet *lineData, int lineNumber, int num, const double *x, const double *y, string lineColor, bool update) |
| Draw the points from an attribute set. More... | |
| void | addLine (TxAttributeSet *line, TxAttributeSet *lineData, string lineName, int lineNumber, int linePoints, const std::vector< double > &x, const std::vector< double > &y, string lineColor, bool update) |
| add the line data to a TxAttributeSet. More... | |
| void | clearLine (TxAttributeSet *line, TxAttributeSet *lineData) |
| Clear the line data by clearing the attribute set vector data. More... | |
Private Attributes | |
| TxLinePlotData* | plotData |
| The line plot data pointer. More... | |
It sets data and options such as color and labels.
Copyright 2000 by Tech-X Corporation
Definition at line 40 of file TxqAccelWsTrol.h.
|
|
The TxqAccelWsTrol constructor takes a TxAttributeSet a and a QWidget w a name nm * and a window flag f All other options must be set from member methods.
|
|
|
The TxqAccelWsTrol destructor.
|
|
|
add the line data to a TxAttributeSet.
|
|
|
Clear the line data by clearing the attribute set vector data.
|
|
|
Create the Nld Attributes.
Reimplemented from TxqNldWsTrol. |
|
|
Draw the points from an attribute set.
|
|
|
slot to erase plots.
Reimplemented from TxqNldWsTrol. |
|
|
slot used when model is restarted.
Reimplemented from TxqNldWsTrol. |
|
|
Set the TxAccelIfc pointer.
Reimplemented from TxqNldWsTrol. |
|
|
Set the line plot data pointer.
|
|
|
slot to update the attrribute sets.
Reimplemented from TxqNldWsTrol. |
|
|
Update the plot attributes.
|
|
|
The line plot data pointer.
Definition at line 160 of file TxqAccelWsTrol.h. |
Copyright Tech-X Corporation, all rights reserved.