TGTreeLVC


class description - source file - inheritance tree

class TGTreeLVC : public TGLVContainer


    public:
TGTreeLVC TGTreeLVC(const TGWindow* p, UInt_t w, UInt_t h, UInt_t options = kSunkenFrame) TGTreeLVC TGTreeLVC(TGTreeLVC&) virtual void ~TGTreeLVC() virtual void AddThisItem(TGLVTreeEntry* item) static TClass* Class() const char* Cut() const void EmptyAll() const char* Ex() const const char* Ey() const const char* Ez() const virtual Bool_t HandleButton(Event_t* event) virtual Bool_t HandleMotion(Event_t* event) virtual TClass* IsA() const void RemoveNonStatic() const char* ScanList() const void SelectItem(const char* name) virtual void SetListView(TGListView* lv) void SetViewer(TTreeViewer* viewer) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

private:
Cursor_t fCursor current cursor Cursor_t fDefaultCursor default cursor TGListView* fListView associated list view TTreeViewer* fViewer pointer to tree viewer

Class Description

                                                                      
 TGTreeLVEntry is a TGLVEntry that has a name of a variable to be     
 draw by the TTreeViewer GUI, and an alias for it.                    
                                                                      


TGTreeLVC(const TGWindow *p, UInt_t w, UInt_t h, UInt_t options) :TGLVContainer(p, w, h,options | kSunkenFrame)
 TGLVContainer constructor

const char* Cut()
 return the cut entry

const char* Ex()
 return the expression on X

const char* Ey()
 return the expression on Y

const char* Ez()
 return the expression on Z

const char* ScanList()
 return the cut entry

Bool_t HandleButton(Event_t *event)
 Handle mouse button event in container.

Bool_t HandleMotion(Event_t *event)
 Handle mouse motion events.

void EmptyAll()
 Clear all names and aliases for expression type items

void RemoveNonStatic()
 remove all non-static items from the list view, except expressions

void SelectItem(const char* name)
 select an item



Inline Functions


               void AddThisItem(TGLVTreeEntry* item)
               void SetListView(TGListView* lv)
               void SetViewer(TTreeViewer* viewer)
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)
          TGTreeLVC TGTreeLVC(TGTreeLVC&)
               void ~TGTreeLVC()


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.