TBrowser


class description - source file - inheritance tree

class TBrowser : public TNamed


    public:
TBrowser(const char* name, const char* title, UInt_t width, UInt_t height) TBrowser(const char* name, const char* title, Int_t x, Int_t y, UInt_t width, UInt_t height) TBrowser(const char* name, TObject* obj, const char* title = "ROOT Object Browser") TBrowser(const char* name, TObject* obj, const char* title, UInt_t width, UInt_t height) TBrowser(const char* name, TObject* obj, const char* title, Int_t x, Int_t y, UInt_t width, UInt_t height) TBrowser(const TBrowser&) TBrowser(const char* name = "Browser", const char* title = "ROOT Object Browser") virtual ~TBrowser() void Add(TObject* obj, const char* name = "0") static TClass* Class() virtual void Create(TObject* obj = 0) void ExecuteDefaultAction(TObject* obj) TBrowserImp* GetBrowserImp() const TContextMenu* GetContextMenu() const Bool_t GetRefreshFlag() const TObject* GetSelected() const void Iconify() virtual TClass* IsA() const virtual void RecursiveRemove(TObject* obj) void Refresh() void SetRefreshFlag(Bool_t flag) void SetSelected(TObject* clickedObject) void Show() virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
TObject* fLastSelectedObject !The last TObject selected by user protected:
TBrowserImp* fImp !Window system specific browser implementation TBrowserTimer* fTimer !Browser's timer TContextMenu* fContextMenu !Context menu pointer Bool_t fNeedRefresh True if the browser needs refresh public:
static const enum TBrowser:: kNoHidden

Class Description



Last update: Fri May 14 13:32:36 2004


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.