TGSelectBox
class description - source file - inheritance tree
public:
TGSelectBox TGSelectBox(const TGWindow* p, const TGWindow* main, UInt_t w = 10, UInt_t h = 10)
TGSelectBox TGSelectBox(TGSelectBox&)
virtual void ~TGSelectBox()
static TClass* Class()
virtual void CloseWindow()
static TGSelectBox* GetInstance()
void GrabPointer()
void InsertText(const char* text)
virtual TClass* IsA() const
virtual Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2)
void SaveText()
void SetEntry(TGLVTreeEntry* entry)
void SetLabel(const char* title)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
TGLabel* fLabel label
TGLVTreeEntry* fEntry edited expression entry
TGTextEntry* fTe text entry box
TGLabel* fLabelAlias alias label
TGTextEntry* fTeAlias alias text entry
TGLayoutHints* fLayout layout hints for widgets inside
TGLayoutHints* fbLayout layout for cancel button
TGLayoutHints* fbLayout1 layout for close button
TGHorizontalFrame* fBf buttons frame
TGTextButton* fbDone close button
TGTextButton* fbCancel cancel button
protected:
static TGSelectBox* fpInstance pointer to this select box
TGTreeLVEntry is a TGLVEntry that has a name of a variable to be
draw by the TTreeViewer GUI, and an alias for it.
TGSelectBox(const TGWindow *p, const TGWindow *main,
UInt_t w, UInt_t h)
:TGTransientFrame(p, main, w, h)
TGSelectBox constructor
~TGSelectBox()
TGSelectBox destructor
void CloseWindow()
close the select box
TGSelectBox* GetInstance()
return the pointer to the instantiated singleton
void GrabPointer()
just focus the cursor inside
void SetLabel(const char* title)
void SaveText()
save the edited entry true name and alias
void SetEntry(TGLVTreeEntry *entry)
connect one entry
void InsertText(const char* text)
Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2)
Message interpreter
Inline Functions
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
TGSelectBox TGSelectBox(TGSelectBox&)
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.