ROOT  6.06/09
Reference Guide
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
TBrowserImp Class Reference

ABC describing GUI independent browser implementation protocol.

Definition at line 31 of file TBrowserImp.h.

Public Member Functions

 TBrowserImp (TBrowser *b=0)
 
 TBrowserImp (TBrowser *b, const char *title, UInt_t width, UInt_t height, Option_t *opt="")
 
 TBrowserImp (TBrowser *b, const char *title, Int_t x, Int_t y, UInt_t width, UInt_t height, Option_t *opt="")
 
virtual ~TBrowserImp ()
 
virtual void Add (TObject *, const char *, Int_t)
 
virtual void AddCheckBox (TObject *, Bool_t=kFALSE)
 
virtual void CheckObjectItem (TObject *, Bool_t=kFALSE)
 
virtual void RemoveCheckBox (TObject *)
 
virtual void BrowseObj (TObject *)
 
TBrowserBrowser () const
 
virtual void CloseTabs ()
 
virtual void ExecuteDefaultAction (TObject *)
 
virtual void Iconify ()
 
virtual void RecursiveRemove (TObject *)
 
virtual void Refresh (Bool_t=kFALSE)
 
virtual void Show ()
 
virtual void SetDrawOption (Option_t *option="")
 
virtual Option_tGetDrawOption () const
 
virtual Long_t ExecPlugin (const char *, const char *, const char *, Int_t, Int_t)
 
virtual void SetStatusText (const char *, Int_t)
 
virtual void StartEmbedding (Int_t, Int_t)
 
virtual void StopEmbedding (const char *)
 
virtual TGMainFrameGetMainFrame () const
 
virtual TBrowserGetBrowser () const
 
virtual void SetBrowser (TBrowser *b)
 

Protected Member Functions

 TBrowserImp (const TBrowserImp &br)
 
TBrowserImpoperator= (const TBrowserImp &br)
 

Protected Attributes

TBrowserfBrowser
 
Bool_t fShowCycles
 

#include <TBrowserImp.h>

+ Inheritance diagram for TBrowserImp:
+ Collaboration diagram for TBrowserImp:

Constructor & Destructor Documentation

TBrowserImp::TBrowserImp ( const TBrowserImp br)
inlineprotected

Definition at line 37 of file TBrowserImp.h.

TBrowserImp::TBrowserImp ( TBrowser b = 0)
inline

Definition at line 44 of file TBrowserImp.h.

TBrowserImp::TBrowserImp ( TBrowser b,
const char *  title,
UInt_t  width,
UInt_t  height,
Option_t opt = "" 
)
inline

Definition at line 77 of file TBrowserImp.h.

TBrowserImp::TBrowserImp ( TBrowser b,
const char *  title,
Int_t  x,
Int_t  y,
UInt_t  width,
UInt_t  height,
Option_t opt = "" 
)
inline

Definition at line 79 of file TBrowserImp.h.

virtual TBrowserImp::~TBrowserImp ( )
inlinevirtual

Definition at line 47 of file TBrowserImp.h.

Member Function Documentation

virtual void TBrowserImp::Add ( TObject ,
const char *  ,
Int_t   
)
inlinevirtual

Reimplemented in TRootBrowser, TRootBrowserLite, and TGFileBrowser.

Definition at line 49 of file TBrowserImp.h.

Referenced by TBrowser::Add(), and TRootBrowser::Add().

virtual void TBrowserImp::AddCheckBox ( TObject ,
Bool_t  = kFALSE 
)
inlinevirtual

Reimplemented in TRootBrowserLite.

Definition at line 50 of file TBrowserImp.h.

Referenced by TBrowser::AddCheckBox().

virtual void TBrowserImp::BrowseObj ( TObject )
inlinevirtual

Reimplemented in TRootBrowser, TRootBrowserLite, and TGFileBrowser.

Definition at line 53 of file TBrowserImp.h.

Referenced by TRootBrowser::BrowseObj(), TBrowser::BrowseObject(), and TBrowser::Create().

TBrowser* TBrowserImp::Browser ( ) const
inline

Definition at line 54 of file TBrowserImp.h.

virtual void TBrowserImp::CheckObjectItem ( TObject ,
Bool_t  = kFALSE 
)
inlinevirtual

Reimplemented in TRootBrowserLite.

Definition at line 51 of file TBrowserImp.h.

Referenced by TBrowser::CheckObjectItem().

virtual void TBrowserImp::CloseTabs ( )
inlinevirtual

Reimplemented in TRootBrowserLite, and TRootBrowser.

Definition at line 55 of file TBrowserImp.h.

Referenced by TBrowser::Destructor().

virtual Long_t TBrowserImp::ExecPlugin ( const char *  ,
const char *  ,
const char *  ,
Int_t  ,
Int_t   
)
inlinevirtual

Reimplemented in TRootBrowser.

Definition at line 64 of file TBrowserImp.h.

Referenced by TRootGuiFactory::CreateBrowserImp(), and TBrowser::ExecPlugin().

virtual void TBrowserImp::ExecuteDefaultAction ( TObject )
inlinevirtual

Reimplemented in TRootBrowser, and TRootBrowserLite.

Definition at line 56 of file TBrowserImp.h.

Referenced by TBrowser::ExecuteDefaultAction().

virtual TBrowser* TBrowserImp::GetBrowser ( ) const
inlinevirtual

Definition at line 71 of file TBrowserImp.h.

virtual Option_t* TBrowserImp::GetDrawOption ( ) const
inlinevirtual

Reimplemented in TRootBrowser, TRootBrowserLite, and TGFileBrowser.

Definition at line 62 of file TBrowserImp.h.

Referenced by TBrowser::GetDrawOption(), and TRootBrowser::GetDrawOption().

virtual TGMainFrame* TBrowserImp::GetMainFrame ( ) const
inlinevirtual

Reimplemented in TRootBrowser, and TRootBrowserLite.

Definition at line 69 of file TBrowserImp.h.

Referenced by ClassImp().

virtual void TBrowserImp::Iconify ( )
inlinevirtual

Reimplemented in TRootBrowserLite.

Definition at line 57 of file TBrowserImp.h.

Referenced by TBrowser::Iconify().

TBrowserImp& TBrowserImp::operator= ( const TBrowserImp br)
inlineprotected

Definition at line 39 of file TBrowserImp.h.

virtual void TBrowserImp::RecursiveRemove ( TObject )
inlinevirtual

Reimplemented in TRootBrowser, TRootBrowserLite, and TGFileBrowser.

Definition at line 58 of file TBrowserImp.h.

Referenced by TBrowser::RecursiveRemove(), and TRootBrowser::RecursiveRemove().

virtual void TBrowserImp::Refresh ( Bool_t  = kFALSE)
inlinevirtual

Reimplemented in TRootBrowser, TRootBrowserLite, and TGFileBrowser.

Definition at line 59 of file TBrowserImp.h.

Referenced by TBrowser::Refresh(), and TRootBrowser::Refresh().

virtual void TBrowserImp::RemoveCheckBox ( TObject )
inlinevirtual

Reimplemented in TRootBrowserLite.

Definition at line 52 of file TBrowserImp.h.

Referenced by TBrowser::RemoveCheckBox().

virtual void TBrowserImp::SetBrowser ( TBrowser b)
inlinevirtual

Definition at line 72 of file TBrowserImp.h.

Referenced by TEveBrowser::MakeFileBrowser().

virtual void TBrowserImp::SetDrawOption ( Option_t option = "")
virtual

Reimplemented in TRootBrowserLite.

Referenced by TBrowser::SetDrawOption().

virtual void TBrowserImp::SetStatusText ( const char *  ,
Int_t   
)
inlinevirtual

Reimplemented in TRootBrowser, and TRootBrowserLite.

Definition at line 65 of file TBrowserImp.h.

Referenced by TBrowser::SetStatusText().

virtual void TBrowserImp::Show ( )
inlinevirtual

Reimplemented in TRootBrowser, TRootBrowserLite, and TGFileBrowser.

Definition at line 60 of file TBrowserImp.h.

Referenced by TBrowser::Show().

virtual void TBrowserImp::StartEmbedding ( Int_t  ,
Int_t   
)
inlinevirtual

Reimplemented in TRootBrowser.

Definition at line 66 of file TBrowserImp.h.

Referenced by TBrowser::StartEmbedding().

virtual void TBrowserImp::StopEmbedding ( const char *  )
inlinevirtual

Reimplemented in TRootBrowser.

Definition at line 67 of file TBrowserImp.h.

Referenced by TBrowser::StopEmbedding().

Member Data Documentation

TBrowser* TBrowserImp::fBrowser
protected
Bool_t TBrowserImp::fShowCycles
protected

Definition at line 35 of file TBrowserImp.h.

Referenced by operator=().


The documentation for this class was generated from the following file: