Main Page | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals

TQQGControl Class Reference

#include <TQQGControl.h>

Inheritance diagram for TQQGControl:

TQQObject TDSPGroupGControl TQQObjectGControl TDSPOperatorGControl TDSPGeneratorGControl

Detailed Description

Base Class for Graphical Control Elementr
Author:
Peter Jung

Definition at line 36 of file TQQGControl.h.

Public Member Functions

TGControlListGetControlList ()
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

TGControlListfControlList
TGListTreeItem * fTopItem
TGCanvas * fCanvas


Constructor & Destructor Documentation

TQQGControl::TQQGControl const TGWindow *  parent = NULL,
UInt_t  w = 150,
UInt_t  h = 150,
UInt_t  options = 0
 

virtual TQQGControl::~TQQGControl  )  [virtual]
 


Member Function Documentation

TGCanvas* TQQGControl::GetCanvas  )  [inline]
 

Definition at line 53 of file TQQGControl.h.

References fCanvas.

00053 { return fCanvas; };

TGControlList* TQQGControl::GetControlList  )  [inline]
 

Definition at line 50 of file TQQGControl.h.

References fControlList.

00050 { return fControlList; };

TGListTreeItem* TQQGControl::GetFirstItem  )  [inline]
 

Definition at line 51 of file TQQGControl.h.

References fTopItem.

00051 { return fTopItem; };

virtual void TQQGControl::ListTree TGControlList list = NULL,
TGListTreeItem *  parent = NULL
[virtual]
 

Reimplemented in TDSPGroupGControl, and TQQObjectGControl.

void TQQGControl::SetCanvas TGCanvas *  c  )  [inline]
 

Definition at line 54 of file TQQGControl.h.

References fCanvas.

00054 { fCanvas=c;};


Field Documentation

TGCanvas* TQQGControl::fCanvas [protected]
 

Definition at line 45 of file TQQGControl.h.

Referenced by GetCanvas(), and SetCanvas().

TGControlList* TQQGControl::fControlList [protected]
 

Definition at line 42 of file TQQGControl.h.

Referenced by GetControlList().

TGListTreeItem* TQQGControl::fTopItem [protected]
 

Definition at line 43 of file TQQGControl.h.

Referenced by GetFirstItem().


The documentation for this class was generated from the following file:
Generated on Fri Apr 23 16:24:17 2004 by doxygen 1.3.2