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

TGControlListItemUserData Class Reference

#include <TGControlList.h>


Detailed Description

more functional tglisttree
Author:
Peter Jung

Definition at line 28 of file TGControlList.h.

Public Member Functions

 TGControlListItemUserData ()
 ~TGControlListItemUserData ()
TGPopupMenu * GetContextMenu ()
void SetContextMenu (TGPopupMenu *p)
void * GetObject ()
void SetObject (void *o)


Constructor & Destructor Documentation

TGControlListItemUserData::TGControlListItemUserData  )  [inline]
 

Definition at line 35 of file TGControlList.h.

00035                               {  
00036     fContextMenu=NULL;
00037     fObject=NULL;
00038   };

TGControlListItemUserData::~TGControlListItemUserData  )  [inline]
 

Definition at line 39 of file TGControlList.h.

00039 {};


Member Function Documentation

TGPopupMenu* TGControlListItemUserData::GetContextMenu  )  [inline]
 

Definition at line 41 of file TGControlList.h.

00041 { return fContextMenu; };

void* TGControlListItemUserData::GetObject  )  [inline]
 

Definition at line 44 of file TGControlList.h.

Referenced by TGControlList::GetObject().

00044 { return fObject; };

void TGControlListItemUserData::SetContextMenu TGPopupMenu *  p  )  [inline]
 

Definition at line 42 of file TGControlList.h.

00042 { fContextMenu=p; };

void TGControlListItemUserData::SetObject void *  o  )  [inline]
 

Definition at line 45 of file TGControlList.h.

00045 { fObject = o;};


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