TGLVTreeEntry
class description - source file - inheritance tree
public:
TGLVTreeEntry TGLVTreeEntry(const TGWindow* p, const TGPicture* bigpic, const TGPicture* smallpic, TGString* name, TGString** subnames, EListViewMode ViewMode)
TGLVTreeEntry TGLVTreeEntry(TGLVTreeEntry&)
virtual void ~TGLVTreeEntry()
static TClass* Class()
void CopyItem(TGLVTreeEntry* dest)
void Empty()
const char* GetAlias() const
const char* GetTrueName() const
Bool_t HasAlias()
virtual TClass* IsA() const
void SetAlias(const char* alias)
void SetItemName(const char* name)
void SetSmallPic(const TGPicture* spic)
void SetTrueName(const char* name)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
protected:
TString fTrueName name for this entry
TString fAlias alias for this entry
TGTreeLVEntry is a TGLVEntry that has a name of a variable to be
draw by the TTreeViewer GUI, and an alias for it.
TGLVTreeEntry(const TGWindow *p,
const TGPicture *bigpic, const TGPicture *smallpic,
TGString *name, TGString **subnames,
EListViewMode ViewMode)
:TGLVEntry(p, bigpic, smallpic, name, subnames, ViewMode)
TGTreeLVEntry constructor.
void CopyItem(TGLVTreeEntry *dest)
Copy this item's name and alias to an other.
Bool_t HasAlias()
Check if alias name is not empty.
void SetItemName(const char* name)
redraw this entry with new name
void Empty()
clear all names and alias
void SetSmallPic(const TGPicture *spic)
Inline Functions
const char* GetAlias() const
const char* GetTrueName() const
void SetAlias(const char* alias)
void SetTrueName(const char* name)
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
TGLVTreeEntry TGLVTreeEntry(TGLVTreeEntry&)
void ~TGLVTreeEntry()
Last update: root/treeviewer:$Name: $:$Id: TGTreeLVC.cxx,v 1.9 2000/12/14 15:23:47 brun Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
ROOT page - Class index - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.