TGSelectBox


class description - source file - inheritance tree

class TGSelectBox : public TGTransientFrame

    private:
protected:
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() TTVLVEntry* EditedEntry() 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(TTVLVEntry* entry) void SetLabel(const char* title) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b) Bool_t ValidateAlias()

Data Members

private:
TTreeViewer* fViewer pointer to tree viewer TGLabel* fLabel label TTVLVEntry* fEntry edited expression entry TGTextEntry* fTe text entry box TGLabel* fLabelAlias alias label TGTextEntry* fTeAlias alias text entry TString fOldAlias old alias for edited 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* fDONE close button TGTextButton* fCANCEL cancel button protected:
static TGSelectBox* fInstance pointer to this select box public:

Class Description

 TGItemContext  -  empty object used as context menu support for      
 TGLVTreeEntries                                                      


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(TTVLVEntry *entry)
 connect one entry

void InsertText(const char* text)

Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2)
 Message interpreter

Bool_t ValidateAlias()
--- return true if edited alias is not a leading string of other expression aliases



Inline Functions


        TTVLVEntry* EditedEntry()
            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: TTVLVContainer.cxx,v 1.5 2001/04/06 07:27:18 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.