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

Definition at line 29 of file TDSPGroup.h.
Public Member Functions | |
| TDSPGroup (char *name=NULL) | |
| ~TDSPGroup () | |
| TList * | GetListOfOperators () |
| void | Add (TDSPOperator *o) |
| void | Remove (TDSPOperator *o) |
| void | Print () |
| virtual TQQGControl * | NewGControl () |
| opens a new graphical control | |
|
|
|
|
|
|
|
|
Definition at line 38 of file TDSPGroup.h. References TQQObject::Update().
00038 { fListOfOperators->Add(o); Update(); };
|
|
|
Definition at line 37 of file TDSPGroup.h.
00037 { return fListOfOperators; };
|
|
|
opens a new graphical control
Reimplemented from TDSPOperator. |
|
|
|
|
|
Definition at line 39 of file TDSPGroup.h. References TQQObject::Update().
00039 { fListOfOperators->Remove(o);Update(); };
|
1.3.2