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

Public Member Functions | |
| TQQObjectGControl (const TGWindow *parent=NULL, UInt_t w=150, UInt_t h=150, UInt_t options=0) | |
| void | ListTree (TGControlList *list=NULL, TGListTreeItem *parent=NULL) |
| virtual Bool_t | UpdateConnections (TGControlList *, TGListTreeItem *, char *signal) |
| virtual void | UpdateDelegation (TGControlList *, TGListTreeItem *, char *delegation) |
| virtual void | SetObject (TQQObject *o) |
| virtual void | AddVisibleBaseClass (char *name) |
| virtual void | Update () |
| virtual void | HandlePopup (Int_t) |
| virtual void | TempSignal () |
| virtual void | Paint () |
| virtual void | NeedPaint () |
| virtual | ~TQQObjectGControl () |
|
||||||||||||||||||||
|
|
|
|
|
|
|
Definition at line 97 of file TQQObjectGControl.h.
00097 { fVisibleBaseClass = name;};
|
|
|
|
|
||||||||||||
|
Reimplemented from TQQGControl. |
|
|
Definition at line 108 of file TQQObjectGControl.h.
00108 { Emit("NeedPaint()");}; //*SIGNAL*
|
|
|
Definition at line 107 of file TQQObjectGControl.h.
00107 { Emit("Paint()");}; //*SIGNAL*
|
|
|
Reimplemented from TQQObjectControl. |
|
|
Definition at line 106 of file TQQObjectGControl.h.
00106 { Emit("TempSignal()");}; //*SIGNAL*
|
|
|
Reimplemented from TQQObjectControl. |
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
1.3.2