#include <TGListView.h>
Inheritance diagram for TGLVEntry:


Public Methods | |
| TGLVEntry (const TGWindow *p, const TGPicture *bigpic, const TGPicture *smallpic, TGString *name, TGString **subnames, EListViewMode ViewMode, UInt_t options=kChildFrame, Pixel_t back=GetWhitePixel()) | |
| virtual | ~TGLVEntry () |
| virtual void | SetViewMode (EListViewMode ViewMode) |
| virtual void | Activate (Bool_t a) |
| Bool_t | IsActive () const |
| TGString * | GetItemName () const |
| virtual const char * | GetName () const |
| void | SetItemName (const char *name) |
| const TGPicture * | GetPicture () const |
| void | SetUserData (void *userData) |
| void * | GetUserData () const |
| void | SetColumns (Int_t *cpos, Int_t *jmode) |
| virtual TGDimension | GetDefaultSize () const |
| virtual Int_t | GetSubnameWidth (Int_t idx) const |
| virtual void | DrawCopy (Handle_t id, Int_t x, Int_t y) |
Protected Methods | |
| virtual void | DoRedraw () |
Static Protected Methods | |
| FontStruct_t | GetDefaultFontStruct () |
| const TGGC & | GetDefaultGC () |
Protected Attributes | |
| TGString * | fName |
| TGString ** | fSubnames |
| Int_t * | fCpos |
| Int_t * | fJmode |
| Int_t * | fCtw |
| UInt_t | fTWidth |
| UInt_t | fTHeight |
| Bool_t | fActive |
| EListViewMode | fViewMode |
| const TGPicture * | fBigPic |
| const TGPicture * | fSmallPic |
| const TGPicture * | fCurrent |
| TGSelectedPicture * | fSelPic |
| GContext_t | fNormGC |
| FontStruct_t | fFontStruct |
| void * | fUserData |
Static Protected Attributes | |
| const TGFont * | fgDefaultFont |
| TGGC * | fgDefaultGC |
|
||||||||||||||||||||||||||||||||||||
|
|
|
|
|
|
|
Reimplemented from TGFrame. Reimplemented in TGFileItem. |
|
|
|
|
|
|
|
|
Reimplemented in TGFileItem. |
|
|
Reimplemented from TGFrame. |
|
|
Reimplemented from TGFrame. Reimplemented in TGFileItem. Definition at line 94 of file TGListView.h. References fActive. |
|
|
Definition at line 95 of file TGListView.h. |
|
|
Reimplemented from TObject. Definition at line 96 of file TGListView.h. References TGString::GetString(). |
|
|
Reimplemented in TTVLVEntry. Definition at line 97 of file TGListView.h. |
|
|
Definition at line 98 of file TGListView.h. |
|
|
Definition at line 99 of file TGListView.h. References fUserData. |
|
|
Definition at line 100 of file TGListView.h. References fUserData. |
|
||||||||||||
|
Definition at line 102 of file TGListView.h. Referenced by TGLVContainer::AddItem(), and TTVLVContainer::AddThisItem(). |
|
|
Reimplemented from TGFrame. |
|
|
Definition at line 105 of file TGListView.h. References fCtw. |
|
||||||||||||||||
|
Reimplemented from TGFrame. |
|
|
Definition at line 58 of file TGListView.h. |
|
|
Definition at line 59 of file TGListView.h. |
|
|
Definition at line 60 of file TGListView.h. Referenced by SetColumns(). |
|
|
Definition at line 61 of file TGListView.h. Referenced by SetColumns(). |
|
|
Definition at line 62 of file TGListView.h. Referenced by GetSubnameWidth(). |
|
|
Definition at line 63 of file TGListView.h. |
|
|
Definition at line 64 of file TGListView.h. |
|
|
Definition at line 65 of file TGListView.h. Referenced by IsActive(), and TGFileItem::IsActive(). |
|
|
Definition at line 66 of file TGListView.h. |
|
|
Definition at line 67 of file TGListView.h. |
|
|
Definition at line 68 of file TGListView.h. |
|
|
Definition at line 69 of file TGListView.h. |
|
|
Definition at line 70 of file TGListView.h. |
|
|
Definition at line 71 of file TGListView.h. |
|
|
Definition at line 72 of file TGListView.h. |
|
|
Definition at line 73 of file TGListView.h. Referenced by GetUserData(), and SetUserData(). |
|
|
Definition at line 75 of file TGListView.h. |
|
|
Definition at line 76 of file TGListView.h. |
1.2.16