TBrowserImp


class description - source file - inheritance tree

class TBrowserImp


    public:
TBrowserImp TBrowserImp(TBrowser* b, const char* title, UInt_t width, UInt_t height) TBrowserImp TBrowserImp(TBrowser* b = 0) 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 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)

Data Members

protected:
TBrowser* fBrowser TBrowser associated with this implementation Bool_t fShowCycles Show object cycle numbers in browser


See also

TRootBrowser

Class Description

                                                                      
 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: 1.00/06 23/03/97 11.01.59 by Rene Brun
Copyright (c) 1995-1999, The ROOT System, All rights reserved. *


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.