library: libCore
#include "TBrowserImp.h"

TBrowserImp


class description - header file - source file
viewCVS header - viewCVS source

class TBrowserImp

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
public:
TBrowserImp(TBrowser* b = 0)
TBrowserImp(TBrowser* b, const char* title, UInt_t width, UInt_t height)
TBrowserImp(TBrowser* b, const char* title, Int_t x, Int_t y, UInt_t width, UInt_t height)
virtual~TBrowserImp()
virtual voidAdd(TObject*, const char*, Int_t)
virtual voidAddCheckBox(TObject*, Bool_t = kFALSE)
virtual voidBrowseObj(TObject*)
TBrowser*Browser() const
virtual voidCheckObjectItem(TObject*, Bool_t = kFALSE)
static TClass*Class()
virtual voidExecuteDefaultAction(TObject*)
virtual Option_t*GetDrawOption() const
virtual voidIconify()
virtual TClass*IsA() const
virtual voidRecursiveRemove(TObject*)
virtual voidRefresh(Bool_t = kFALSE)
virtual voidRemoveCheckBox(TObject*)
virtual voidSetDrawOption(Option_t* option = "")
virtual voidShow()
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)
protected:
TBrowserImp(const TBrowserImp& br)
TBrowserImp&operator=(const TBrowserImp& br)

Data Members

protected:
TBrowser*fBrowserTBrowser associated with this implementation
Bool_tfShowCyclesShow object cycle numbers in browser

Class Description


                                                                      
 TBrowserImp                                                          
                                                                      
 ABC describing GUI independent browser implementation protocol.      
                                                                      

void SetDrawOption(Option_t * /*option*/)
{}
TBrowserImp(TBrowser *, const char *, UInt_t, UInt_t)
{ }
TBrowserImp(TBrowser *, const char *, Int_t, Int_t, UInt_t, UInt_t)
{ }
TBrowserImp(const TBrowserImp& br)
{ }
TBrowserImp& operator=(const TBrowserImp& br)
TBrowserImp(TBrowser *b=0)
{ }
virtual ~TBrowserImp()
{ }
void Add(TObject *, const char *, Int_t)
{ }
void AddCheckBox(TObject *, Bool_t = kFALSE)
{ }
void CheckObjectItem(TObject *, Bool_t = kFALSE)
{ }
void RemoveCheckBox(TObject *)
{ }
void BrowseObj(TObject *)
{ }
TBrowser * Browser()
{ return fBrowser; }
void ExecuteDefaultAction(TObject *)
{ }
void Iconify()
{ }
void RecursiveRemove(TObject *)
{ }
void Refresh(Bool_t = kFALSE)
{ }
void Show()
{ }
Option_t * GetDrawOption()
{ return 0; }

Author: Fons Rademakers 15/11/95
Last update: root/base:$Name: $:$Id: TBrowserImp.cxx,v 1.3 2004/06/25 10:17:04 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.