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

Definition at line 36 of file TQQGControl.h.
Public Member Functions | |
| TGControlList * | GetControlList () |
| TGListTreeItem * | GetFirstItem () |
| TGCanvas * | GetCanvas () |
| void | SetCanvas (TGCanvas *c) |
| TQQGControl (const TGWindow *parent=NULL, UInt_t w=150, UInt_t h=150, UInt_t options=0) | |
| virtual void | ListTree (TGControlList *list=NULL, TGListTreeItem *parent=NULL) |
| virtual | ~TQQGControl () |
Protected Attributes | |
| TGControlList * | fControlList |
| TGListTreeItem * | fTopItem |
| TGCanvas * | fCanvas |
|
||||||||||||||||||||
|
|
|
|
|
|
|
Definition at line 53 of file TQQGControl.h. References fCanvas.
00053 { return fCanvas; };
|
|
|
Definition at line 50 of file TQQGControl.h. References fControlList.
00050 { return fControlList; };
|
|
|
Definition at line 51 of file TQQGControl.h. References fTopItem.
00051 { return fTopItem; };
|
|
||||||||||||
|
Reimplemented in TDSPGroupGControl, and TQQObjectGControl. |
|
|
Definition at line 54 of file TQQGControl.h. References fCanvas.
00054 { fCanvas=c;};
|
|
|
Definition at line 45 of file TQQGControl.h. Referenced by GetCanvas(), and SetCanvas(). |
|
|
Definition at line 42 of file TQQGControl.h. Referenced by GetControlList(). |
|
|
Definition at line 43 of file TQQGControl.h. Referenced by GetFirstItem(). |
1.3.2