TBrowserImp
class description - source file - inheritance tree
public:
TBrowserImp TBrowserImp(TBrowser* b = 0)
TBrowserImp TBrowserImp(TBrowser* b, const char* title, UInt_t width, UInt_t height)
TBrowserImp TBrowserImp(TBrowser* b, const char* title, Int_t x, Int_t y, UInt_t width, UInt_t height)
TBrowserImp TBrowserImp(TBrowserImp&)
virtual void ~TBrowserImp()
virtual void Add(TObject*, const char*)
virtual void BrowseObj(TObject*)
TBrowser* Browser() const
static TClass* Class()
virtual void ExecuteDefaultAction(TObject*)
virtual void Iconify()
virtual TClass* IsA() const
virtual void RecursiveRemove(TObject*)
virtual void Refresh(Bool_t = kFALSE)
virtual void Show()
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
protected:
TBrowser* fBrowser TBrowser associated with this implementation
Bool_t fShowCycles Show object cycle numbers in browser
See also
-
TRootBrowser
TBrowserImp
ABC describing GUI independent browser implementation protocol.
Inline Functions
TBrowserImp TBrowserImp(TBrowser* b = 0)
TBrowserImp TBrowserImp(TBrowser* b, const char* title, UInt_t width, UInt_t height)
TBrowserImp TBrowserImp(TBrowser* b, const char* title, Int_t x, Int_t y, UInt_t width, UInt_t height)
void Add(TObject*, const char*)
void BrowseObj(TObject*)
TBrowser* Browser() const
void ExecuteDefaultAction(TObject*)
void Iconify()
void RecursiveRemove(TObject*)
void Refresh(Bool_t = kFALSE)
void Show()
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
TBrowserImp TBrowserImp(TBrowserImp&)
void ~TBrowserImp()
Author: Fons Rademakers 15/11/95
Last update: root/base:$Name: $:$Id: TBrowserImp.cxx,v 1.1.1.1 2000/05/16 17:00:38 rdm 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.