library: libTreeViewer
#include "TTVLVContainer.h"

TTVLVContainer


class description - header file - source file - inheritance tree (.pdf)

class TTVLVContainer : public TGLVContainer

Inheritance Chart:
TObject
<-
TGObject
<-
TGWindow
TQObject
<-
TGFrame
<-
TGCompositeFrame
<-
TGContainer
<-
TGLVContainer
<-
TTVLVContainer

    public:
TTVLVContainer(const TGWindow* p, UInt_t w, UInt_t h, UInt_t options = kSunkenFrame) TTVLVContainer(const TTVLVContainer&) virtual ~TTVLVContainer() virtual void AddThisItem(TTVLVEntry* item) static TClass* Class() const char* Cut() void EmptyAll() const char* Ex() TTVLVEntry* ExpressionItem(Int_t index) TList* ExpressionList() const char* Ey() const char* Ez() TTreeViewer* GetViewer() virtual Bool_t HandleButton(Event_t* event) virtual Bool_t HandleMotion(Event_t* event) virtual TClass* IsA() const void RemoveNonStatic() const char* ScanList() 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 TList* fExpressionList list of user defined expression widgets

Class Description

 TGItemContext  -  empty object used as context menu support for      
 TGLVTreeEntries                                                      

TTVLVContainer(const TGWindow *p, UInt_t w, UInt_t h, UInt_t options)
 TGLVContainer constructor
~TTVLVContainer()
 TGLVContainer destructor
const char* Cut()
 return the cut entry
TTVLVEntry * ExpressionItem(Int_t index)
 return the expression item at specific position
TList* ExpressionList()
 return the list of user-defined expressions
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
TTVLVContainer(const TGWindow *p, UInt_t w, UInt_t h, UInt_t options=kSunkenFrame)
void AddThisItem(TTVLVEntry *item)
void SetListView(TGListView *lv)
void SetViewer(TTreeViewer *viewer)

Last update: root/treeviewer:$Name: $:$Id: TTVLVContainer.cxx,v 1.13 2005/11/11 16:10:02 brun Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *


ROOT page - Class index - Class Hierarchy - 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.