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

Definition at line 29 of file TQQObjectControl.h.
Public Member Functions | |
| TQQObjectControl () | |
| virtual | ~TQQObjectControl () |
| virtual TQQObject * | GetObject () |
| virtual void | SetObject (TQQObject *o) |
| void | Browse (TBrowser *b=NULL) |
| virtual void | Update () |
Protected Attributes | |
| TQQObject * | fObject |
|
|
|
|
|
|
|
|
Definition at line 44 of file TQQObjectControl.h. References TQQObject::Browse(), and GetObject().
|
|
|
Definition at line 41 of file TQQObjectControl.h. References fObject. Referenced by Browse().
00041 { return fObject; }; // Get the Object to control
|
|
|
Reimplemented in TQQObjectGControl. Definition at line 42 of file TQQObjectControl.h. References fObject. Referenced by TDSPGroupControl::SetObject().
00042 { fObject = o;}; // Set the Object to control
|
|
|
Reimplemented in TQQObjectGControl. Definition at line 54 of file TQQObjectControl.h.
00054 {};
|
|
|
Definition at line 33 of file TQQObjectControl.h. Referenced by GetObject(), and SetObject(). |
1.3.2