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

TGControlList Class Reference

#include <TGControlList.h>


Public Member Functions

Bool_t HandleButton (Event_t *)
void ToggleItem (TGListTreeItem *, Int_t)
void ClickItem (TGListTreeItem *, Int_t)
void OpenContextMenu (TGListTreeItem *)
 TGControlList (TGWindow *parent, UInt_t w=300, UInt_t h=150, UInt_t o=0)
 ~TGControlList ()
TGControlListItemUserDataUserData (TGListTreeItem *item)
void ContextMenu (TGListTreeItem *, TGPopupMenu *)
void SetObject (TGListTreeItem *, void *)
void * GetObject (TGListTreeItem *i)
TGClient * GetClient ()


Constructor & Destructor Documentation

TGControlList::TGControlList TGWindow *  parent,
UInt_t  w = 300,
UInt_t  h = 150,
UInt_t  o = 0
 

TGControlList::~TGControlList  ) 
 


Member Function Documentation

void TGControlList::ClickItem TGListTreeItem *  ,
Int_t 
 

void TGControlList::ContextMenu TGListTreeItem *  ,
TGPopupMenu * 
 

TGClient* TGControlList::GetClient  )  [inline]
 

Definition at line 76 of file TGControlList.h.

00076 { return fClient; };

void* TGControlList::GetObject TGListTreeItem *  i  )  [inline]
 

Definition at line 74 of file TGControlList.h.

References TGControlListItemUserData::GetObject(), and UserData().

00074 {return UserData(i)->GetObject(); };

Bool_t TGControlList::HandleButton Event_t *   ) 
 

void TGControlList::OpenContextMenu TGListTreeItem *   ) 
 

void TGControlList::SetObject TGListTreeItem *  ,
void * 
 

void TGControlList::ToggleItem TGListTreeItem *  ,
Int_t 
 

TGControlListItemUserData* TGControlList::UserData TGListTreeItem *  item  ) 
 

Referenced by GetObject().


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