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

Public Slots | |
| virtual void | updateAttrib ()=0 |
| slot to update the attrribute sets. More... | |
| virtual void | erasePlots () |
| slot to erase plots and update point with the last point. More... | |
| virtual void | stop () |
| slot used when model is stopped. More... | |
| virtual void | start () |
| slot used when model is started. More... | |
| virtual void | restart () |
| slot used when model is restarted. More... | |
| virtual void | run () |
| slot used when model is running. More... | |
Signals | |
| virtual void | stopModelSignal () |
| signal to request to stop the model. More... | |
| virtual void | runModelSignal () |
| signal to request to run the model. More... | |
Public Methods | |
| TxqNldWsTrol (TxAttributeSet *a, QWidget *parent=0, const char *nm=0, WFlags f=WType_TopLevel) | |
| The TxqNldWsTrol constructor takes a TxAttributeSet a, QWidget w a name nm and a window flag f All other options must be set from member methods. More... | |
| virtual | ~TxqNldWsTrol () |
| The TxqNldWsTrol destructor. More... | |
| virtual void | setAdaptor (TxNldIfc *ptr) |
| Set the TxNldIfc pointer. More... | |
| virtual void | setOutThroughStream (TxqLog &t) |
| Set the TxqLog for cout. More... | |
| virtual void | setErrThroughStream (TxqLog &t) |
| Set the TxqLog for cerr. More... | |
| virtual void | initialize () |
| Initialize the frame. More... | |
Protected Methods | |
| virtual void | setDimension () |
| Set the dimension. More... | |
| virtual void | createNldAttributes () |
| Create the Nld Attributes. More... | |
| virtual void | createFrames () |
| Create all the Txq2dPlotFrames. More... | |
| virtual void | createAttributes (double xmin, double xmax, double ymin, double ymax, string xlabel, string ylabel, string title) |
| Create the windowAttrib and dataAttrib TxAttributeSets from the inputs. More... | |
| virtual void | connectSignals () |
| connect the signals and slots. More... | |
| virtual void | addEraseButton () |
| add an Erase button. More... | |
Protected Attributes | |
| TxNldIfc* | adaptorPtr |
| The TxNldIfc pointer. More... | |
| vector<TxAttributeSet*> | windowAttribs |
| the vector of window attributes. More... | |
| vector<TxAttributeSet*> | dataAttribs |
| The vector of data attributes. More... | |
| TxqLog* | txcout |
| The output TxqLog. More... | |
| TxqLog* | txcerr |
| The error output TxqLog. More... | |
| int | numPlots |
| The number of plots. More... | |
| int | dimen |
| The dimension of the Nld map. More... | |
| TxAttributeSet* | window |
| The window attribute. More... | |
| vector<string> | colors |
| The vector of known colors. More... | |
| unsigned int | colorIndex |
| The color index number. More... | |
| QPushButton* | eraseButton |
| The erase button. More... | |
| std::vector<Txq2dPlotFrame*> | nldFrames |
| The vector of nld frames. More... | |
Creates an Erase button and implementation, holds a TxNldIfc pointer and gets plot attributes for all plots from it, has empty implemention of VCR buttons.
Copyright 2000 by Tech-X Corporation
Definition at line 38 of file TxqNldWsTrol.h.
|
|
The TxqNldWsTrol constructor takes a TxAttributeSet a, QWidget w a name nm and a window flag f All other options must be set from member methods.
|
|
|
The TxqNldWsTrol destructor.
|
|
|
add an Erase button.
|
|
|
connect the signals and slots.
|
|
|
Create the windowAttrib and dataAttrib TxAttributeSets from the inputs.
Reimplemented in TxqSosWsTrol. |
|
|
Create all the Txq2dPlotFrames.
Reimplemented in TxqSosWsTrol. |
|
|
Create the Nld Attributes.
Reimplemented in TxqAccelWsTrol, and TxqSosWsTrol. |
|
|
slot to erase plots and update point with the last point.
Reimplemented in TxqAccelWsTrol, and TxqSosWsTrol. |
|
|
Initialize the frame.
|
|
|
slot used when model is restarted.
Reimplemented in TxqAccelWsTrol, and TxqSosWsTrol. |
|
|
slot used when model is running.
|
|
|
signal to request to run the model.
|
|
|
Set the TxNldIfc pointer.
Reimplemented in TxqAccelWsTrol. |
|
|
Set the dimension.
|
|
|
Set the TxqLog for cerr.
Definition at line 78 of file TxqNldWsTrol.h. |
|
|
Set the TxqLog for cout.
Definition at line 72 of file TxqNldWsTrol.h. |
|
|
slot used when model is started.
Reimplemented from TxqConfigWsFrame. |
|
|
slot used when model is stopped.
Reimplemented from TxqConfigWsFrame. |
|
|
signal to request to stop the model.
|
|
|
slot to update the attrribute sets.
Reimplemented in TxqAccelWsTrol, and TxqSosWsTrol. |
|
|
The TxNldIfc pointer.
Definition at line 177 of file TxqNldWsTrol.h. |
|
|
The color index number.
Definition at line 223 of file TxqNldWsTrol.h. |
|
|
The vector of known colors.
Definition at line 218 of file TxqNldWsTrol.h. |
|
|
The vector of data attributes.
Definition at line 187 of file TxqNldWsTrol.h. |
|
|
The dimension of the Nld map.
Definition at line 208 of file TxqNldWsTrol.h. |
|
|
The erase button.
Definition at line 228 of file TxqNldWsTrol.h. |
|
|
The vector of nld frames.
Definition at line 233 of file TxqNldWsTrol.h. |
|
|
The number of plots.
Definition at line 203 of file TxqNldWsTrol.h. |
|
|
The error output TxqLog.
Definition at line 197 of file TxqNldWsTrol.h. |
|
|
The output TxqLog.
Definition at line 192 of file TxqNldWsTrol.h. |
|
|
The window attribute.
Reimplemented from TxqConfigWsFrame. Definition at line 213 of file TxqNldWsTrol.h. |
|
|
the vector of window attributes.
Definition at line 182 of file TxqNldWsTrol.h. |
Copyright Tech-X Corporation, all rights reserved.