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

Public Slots | |
| void | saveSystemParams () |
| slot to save the system parameters. More... | |
| virtual void | surfaceSection () |
| start the Surface of Section plot. More... | |
| virtual void | updateViewAttribsSlot (TxAttributeSet *window, TxAttributeSet *data) |
| slot to update the view attributes before showing the window. More... | |
| virtual void | updateModelAttribSlot (TxAttributeSet *attrib) |
| slot to update the application from an attribute set. More... | |
Public Methods | |
| TxqNldTrol (TxNldIfc *a, QWidget *parent=0, const char *nm=0, WFlags f=WType_TopLevel) | |
| The TxqNldTrol constructor takes a TxNldIfc pointer, a QWidget w a name nm and a window flag f All other options must be set from member methods. More... | |
| virtual | ~TxqNldTrol () |
| The TxqNldTrol destructor. More... | |
| void | setViewMenuItems (vector< TxAttributeSet *> menuItems, vector< TxAttributeSet *> dataAttribs) |
| Set the view menu items. More... | |
| void | setAdaptor (TxNldIfc *nldAdptPtr) |
| Set the adaptor pointer. More... | |
| virtual void | postStartModel () |
| Post the request to start the model. More... | |
| void | customEvent (QCustomEvent *e) |
| Custom event to allow posting of start. More... | |
Protected Slots | |
| void | resetMenuItems () |
| The slot to reset the menu items and start again when restarting the model from a restartEvent. More... | |
| void | editMenuAboutToShow () |
| The slot to setup the new Edit menu items. More... | |
| void | viewMenuAboutToShow () |
| The slot to setup the new View menu items. More... | |
| void | paramsMenuAboutToShow () |
| The slot to setup new Parameters menu items. More... | |
Protected Methods | |
| virtual void | start () |
| Start the model. More... | |
| virtual void | connectSignals () |
| This method is used by the constructor of each derived class to connect the relevant signals and slots. More... | |
| void | addEditMenuItems () |
| Add the Edit menu items. More... | |
| void | addMenuItems () |
| Add the new menu items. More... | |
Protected Attributes | |
| TxNldIfc* | nldAdaptor |
| The model adaptor pointer. More... | |
| bool | editMenuShown |
| The Edit menu about to be shown flag This is set true if the Edit menu has already been shown. More... | |
| bool | viewMenuShown |
| The View menu about to be shown flag This is set true if the View menu has already been shown. More... | |
| bool | paramsMenuShown |
| The Parameters menu about to be shown flag This is set true if the Parameters menu has already been shown. More... | |
Private Methods | |
| TxqNldTrol () | |
| declare default constructor private in order to not use. More... | |
Private Attributes | |
| TxAttributeSet* | sosAttrib |
| The Sos window attribute. More... | |
It holds a TxNldIfc pointer to acces the NLD model.
Copyright 2000 by Tech-X Corporation
Definition at line 36 of file TxqNldTrol.h.
|
|
The TxqNldTrol constructor takes a TxNldIfc pointer, a QWidget w a name nm and a window flag f All other options must be set from member methods.
|
|
|
The TxqNldTrol destructor.
|
|
|
declare default constructor private in order to not use.
|
|
|
Add the Edit menu items.
Reimplemented from TxqConfigFrame. |
|
|
Add the new menu items.
|
|
|
This method is used by the constructor of each derived class to connect the relevant signals and slots.
|
|
|
Custom event to allow posting of start.
Reimplemented from TxqMasterIoFrame. Reimplemented in TxqAccelTrol. |
|
|
The slot to setup the new Edit menu items.
|
|
|
The slot to setup new Parameters menu items.
|
|
|
Post the request to start the model.
|
|
|
The slot to reset the menu items and start again when restarting the model from a restartEvent.
|
|
|
slot to save the system parameters.
|
|
|
Set the adaptor pointer.
|
|
|
Set the view menu items.
Reimplemented from TxqConfigFrame. Reimplemented in TxqAccelTrol. |
|
|
Start the model.
Reimplemented in TxqAccelTrol. |
|
|
start the Surface of Section plot.
|
|
|
slot to update the application from an attribute set.
|
|
|
slot to update the view attributes before showing the window.
|
|
|
The slot to setup the new View menu items.
|
|
|
The Edit menu about to be shown flag This is set true if the Edit menu has already been shown.
Definition at line 161 of file TxqNldTrol.h. |
|
|
The model adaptor pointer.
Definition at line 155 of file TxqNldTrol.h. |
|
|
The Parameters menu about to be shown flag This is set true if the Parameters menu has already been shown.
Definition at line 173 of file TxqNldTrol.h. |
|
|
The Sos window attribute.
Definition at line 198 of file TxqNldTrol.h. |
|
|
The View menu about to be shown flag This is set true if the View menu has already been shown.
Definition at line 167 of file TxqNldTrol.h. |
Copyright Tech-X Corporation, all rights reserved.