Logo ROOT  
Reference Guide
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Loading...
Searching...
No Matches
TBrowserImp Class Reference

ABC describing GUI independent browser implementation protocol.

Definition at line 29 of file TBrowserImp.h.

Public Member Functions

 TBrowserImp (TBrowser *b, const char *title, Int_t x, Int_t y, UInt_t width, UInt_t height, Option_t *opt="")
 Constructor with browser x, y, width and height.
 
 TBrowserImp (TBrowser *b, const char *title, UInt_t width, UInt_t height, Option_t *opt="")
 Constructor with browser width and height.
 
 TBrowserImp (TBrowser *b=nullptr)
 Default constructor.
 
virtual ~TBrowserImp ()=default
 
virtual void Add (TObject *, const char *, Int_t)
 
virtual void AddCheckBox (TObject *, Bool_t=kFALSE)
 
virtual void BrowseObj (TObject *)
 
TBrowserBrowser () const
 
virtual void CheckObjectItem (TObject *, Bool_t=kFALSE)
 
virtual void CloseTabs ()
 
virtual Longptr_t ExecPlugin (const char *, const char *, const char *, Int_t, Int_t)
 
virtual void ExecuteDefaultAction (TObject *)
 
virtual TBrowserGetBrowser () const
 
virtual Option_tGetDrawOption () const
 
virtual TGMainFrameGetMainFrame () const
 
virtual void Iconify ()
 
virtual TClassIsA () const
 
virtual Bool_t IsWeb () const
 
virtual void RecursiveRemove (TObject *)
 
virtual void Refresh (Bool_t=kFALSE)
 
virtual void RemoveCheckBox (TObject *)
 
virtual void SetBrowser (TBrowser *b)
 
virtual void SetDrawOption (Option_t *="")
 
virtual void SetStatusText (const char *, Int_t)
 
virtual void Show ()
 
virtual void StartEmbedding (Int_t, Int_t)
 
virtual void StopEmbedding (const char *)
 
virtual void Streamer (TBuffer &)
 
void StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b)
 

Static Public Member Functions

static TClassClass ()
 
static const char * Class_Name ()
 
static constexpr Version_t Class_Version ()
 
static const char * DeclFileName ()
 

Protected Member Functions

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

Protected Attributes

TBrowserfBrowser {nullptr}
 TBrowser associated with this implementation.
 
Bool_t fShowCycles {kFALSE}
 Show object cycle numbers in browser.
 

#include <TBrowserImp.h>

Inheritance diagram for TBrowserImp:
[legend]

Constructor & Destructor Documentation

◆ TBrowserImp() [1/4]

TBrowserImp::TBrowserImp ( const TBrowserImp & )
protecteddelete

◆ TBrowserImp() [2/4]

TBrowserImp::TBrowserImp ( TBrowser * b = nullptr)

Default constructor.

Definition at line 25 of file TBrowserImp.cxx.

◆ TBrowserImp() [3/4]

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

Constructor with browser width and height.

Definition at line 33 of file TBrowserImp.cxx.

◆ TBrowserImp() [4/4]

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

Constructor with browser x, y, width and height.

Definition at line 41 of file TBrowserImp.cxx.

◆ ~TBrowserImp()

virtual TBrowserImp::~TBrowserImp ( )
virtualdefault

Member Function Documentation

◆ Add()

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

Reimplemented in TMyBrowserImp, TGFileBrowser, TRootBrowser, and TRootBrowserLite.

Definition at line 44 of file TBrowserImp.h.

◆ AddCheckBox()

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

Reimplemented in TRootBrowserLite.

Definition at line 45 of file TBrowserImp.h.

◆ BrowseObj()

virtual void TBrowserImp::BrowseObj ( TObject * )
inlinevirtual

Reimplemented in ROOT::RWebBrowserImp, TMyBrowserImp, TGFileBrowser, TRootBrowser, and TRootBrowserLite.

Definition at line 48 of file TBrowserImp.h.

◆ Browser()

TBrowser * TBrowserImp::Browser ( ) const
inline

Definition at line 49 of file TBrowserImp.h.

◆ CheckObjectItem()

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

Reimplemented in TRootBrowserLite.

Definition at line 46 of file TBrowserImp.h.

◆ Class()

static TClass * TBrowserImp::Class ( )
static
Returns
TClass describing this class

◆ Class_Name()

static const char * TBrowserImp::Class_Name ( )
static
Returns
Name of this class

◆ Class_Version()

static constexpr Version_t TBrowserImp::Class_Version ( )
inlinestaticconstexpr
Returns
Version of this class

Definition at line 70 of file TBrowserImp.h.

◆ CloseTabs()

virtual void TBrowserImp::CloseTabs ( )
inlinevirtual

Reimplemented in TRootBrowser, and TRootBrowserLite.

Definition at line 50 of file TBrowserImp.h.

◆ DeclFileName()

static const char * TBrowserImp::DeclFileName ( )
inlinestatic
Returns
Name of the file containing the class declaration

Definition at line 70 of file TBrowserImp.h.

◆ ExecPlugin()

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

Reimplemented in TRootBrowser.

Definition at line 60 of file TBrowserImp.h.

◆ ExecuteDefaultAction()

virtual void TBrowserImp::ExecuteDefaultAction ( TObject * )
inlinevirtual

Reimplemented in TRootBrowser, and TRootBrowserLite.

Definition at line 51 of file TBrowserImp.h.

◆ GetBrowser()

virtual TBrowser * TBrowserImp::GetBrowser ( ) const
inlinevirtual

Definition at line 67 of file TBrowserImp.h.

◆ GetDrawOption()

virtual Option_t * TBrowserImp::GetDrawOption ( ) const
inlinevirtual

Reimplemented in TGFileBrowser, TRootBrowser, and TRootBrowserLite.

Definition at line 57 of file TBrowserImp.h.

◆ GetMainFrame()

virtual TGMainFrame * TBrowserImp::GetMainFrame ( ) const
inlinevirtual

Reimplemented in TRootBrowser, and TRootBrowserLite.

Definition at line 65 of file TBrowserImp.h.

◆ Iconify()

virtual void TBrowserImp::Iconify ( )
inlinevirtual

Reimplemented in ROOT::RWebBrowserImp, and TRootBrowserLite.

Definition at line 52 of file TBrowserImp.h.

◆ IsA()

virtual TClass * TBrowserImp::IsA ( ) const
inlinevirtual
Returns
TClass describing current object

Reimplemented in TEveBrowser, TGFileBrowser, TRootBrowser, and TRootBrowserLite.

Definition at line 70 of file TBrowserImp.h.

◆ IsWeb()

virtual Bool_t TBrowserImp::IsWeb ( ) const
inlinevirtual

Reimplemented in ROOT::RWebBrowserImp.

Definition at line 58 of file TBrowserImp.h.

◆ operator=()

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

◆ RecursiveRemove()

virtual void TBrowserImp::RecursiveRemove ( TObject * )
inlinevirtual

Reimplemented in TGFileBrowser, TRootBrowser, and TRootBrowserLite.

Definition at line 53 of file TBrowserImp.h.

◆ Refresh()

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

Reimplemented in TGFileBrowser, TRootBrowser, TRootBrowserLite, and ROOT::RWebBrowserImp.

Definition at line 54 of file TBrowserImp.h.

◆ RemoveCheckBox()

virtual void TBrowserImp::RemoveCheckBox ( TObject * )
inlinevirtual

Reimplemented in TRootBrowserLite.

Definition at line 47 of file TBrowserImp.h.

◆ SetBrowser()

virtual void TBrowserImp::SetBrowser ( TBrowser * b)
inlinevirtual

Definition at line 68 of file TBrowserImp.h.

◆ SetDrawOption()

virtual void TBrowserImp::SetDrawOption ( Option_t * = "")
inlinevirtual

Reimplemented in TRootBrowserLite.

Definition at line 56 of file TBrowserImp.h.

◆ SetStatusText()

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

Reimplemented in TRootBrowser, and TRootBrowserLite.

Definition at line 61 of file TBrowserImp.h.

◆ Show()

virtual void TBrowserImp::Show ( )
inlinevirtual

Reimplemented in ROOT::RWebBrowserImp, TGFileBrowser, TRootBrowser, and TRootBrowserLite.

Definition at line 55 of file TBrowserImp.h.

◆ StartEmbedding()

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

Reimplemented in TRootBrowser.

Definition at line 62 of file TBrowserImp.h.

◆ StopEmbedding()

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

Reimplemented in TRootBrowser.

Definition at line 63 of file TBrowserImp.h.

◆ Streamer()

virtual void TBrowserImp::Streamer ( TBuffer & )
virtual

◆ StreamerNVirtual()

void TBrowserImp::StreamerNVirtual ( TBuffer & ClassDef_StreamerNVirtual_b)
inline

Definition at line 70 of file TBrowserImp.h.

Member Data Documentation

◆ fBrowser

TBrowser* TBrowserImp::fBrowser {nullptr}
protected

TBrowser associated with this implementation.

Definition at line 32 of file TBrowserImp.h.

◆ fShowCycles

Bool_t TBrowserImp::fShowCycles {kFALSE}
protected

Show object cycle numbers in browser.

Definition at line 33 of file TBrowserImp.h.

Libraries for TBrowserImp:

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