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

Public Slots | |
| virtual void | updateAttrib () |
| slot to update the attrribute sets. More... | |
| virtual void | erasePlots () |
| slot to erase plots and update point with the last point. More... | |
| virtual void | setMousePoint (double x, double y) |
| slot to reset the SOS start point based on a mouse click The number refers to the plot number. More... | |
| virtual void | setMousePoint2 (double x, double y) |
| slot to reset the SOS start point based on a mouse click The number refers to the plot number, thus this would be plot number 2. More... | |
| virtual void | setMousePoint3 (double x, double y) |
| slot to reset the SOS start point based on a mouse click The number refers to the plot number, this this is for plot number 3. More... | |
| virtual void | restart () |
| slot used when model is restarted. More... | |
Public Methods | |
| TxqSosWsTrol (TxAttributeSet *a, QWidget *parent=0, const char *nm=0, WFlags f=WType_TopLevel) | |
| The TxqSosWsTrol constructor takes a QWidget w a name nm and a window flag f All other options must be set from member methods. More... | |
| virtual | ~TxqSosWsTrol () |
| The TxqSosWsTrol destructor. More... | |
Protected Methods | |
| 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 attributes. More... | |
| virtual void | bumpColor () |
| Bump the color. More... | |
Private Attributes | |
| vector<TxAttributeSet*> | points |
| The vector of data attributes. More... | |
| double* | point |
| The point array for the SOS plot Advance method. More... | |
| double* | lastPoint |
| The last initial condition array for the SOS plot Advance method. More... | |
| int | numMousePoints |
| The number of mouse clicked points. More... | |
| bool | mouseLeft |
| flag to determine if the left plot is clicked. More... | |
| bool | mouseMiddle |
| flag to determine if the middle plot is clicked (plot may be the right if number of plots is 2). More... | |
| bool | mouseRight |
| flag to determine if the right plot is clicked only used when number of plots is 3. More... | |
| int | iteration |
| The iteration number. More... | |
Copyright 2000 by Tech-X Corporation
Definition at line 33 of file TxqSosWsTrol.h.
|
|
The TxqSosWsTrol constructor takes a QWidget w a name nm and a window flag f All other options must be set from member methods.
|
|
|
The TxqSosWsTrol destructor.
|
|
|
Bump the color.
|
|
|
Create the attributes.
Reimplemented from TxqNldWsTrol. |
|
|
Create all the Txq2dPlotFrames.
Reimplemented from TxqNldWsTrol. |
|
|
Create the Nld Attributes.
Reimplemented from TxqNldWsTrol. |
|
|
slot to erase plots and update point with the last point.
Reimplemented from TxqNldWsTrol. |
|
|
slot used when model is restarted.
Reimplemented from TxqNldWsTrol. |
|
|
slot to reset the SOS start point based on a mouse click The number refers to the plot number.
|
|
|
slot to reset the SOS start point based on a mouse click The number refers to the plot number, thus this would be plot number 2.
|
|
|
slot to reset the SOS start point based on a mouse click The number refers to the plot number, this this is for plot number 3.
|
|
|
slot to update the attrribute sets.
Reimplemented from TxqNldWsTrol. |
|
|
The iteration number.
Definition at line 178 of file TxqSosWsTrol.h. |
|
|
The last initial condition array for the SOS plot Advance method.
Definition at line 151 of file TxqSosWsTrol.h. |
|
|
flag to determine if the left plot is clicked.
Definition at line 161 of file TxqSosWsTrol.h. |
|
|
flag to determine if the middle plot is clicked (plot may be the right if number of plots is 2).
Definition at line 167 of file TxqSosWsTrol.h. |
|
|
flag to determine if the right plot is clicked only used when number of plots is 3.
Definition at line 173 of file TxqSosWsTrol.h. |
|
|
The number of mouse clicked points.
Definition at line 156 of file TxqSosWsTrol.h. |
|
|
The point array for the SOS plot Advance method.
Definition at line 146 of file TxqSosWsTrol.h. |
|
|
The vector of data attributes.
Definition at line 141 of file TxqSosWsTrol.h. |
Copyright Tech-X Corporation, all rights reserved.