49RWebBrowserImp::RWebBrowserImp(
TBrowser *
b, 
const char *title, 
Int_t x, 
Int_t y, 
UInt_t width, 
UInt_t height, 
Option_t *opt) : 
TBrowserImp(
b,title, 
x, 
y, 
width, 
height, opt)
 
   73   static bool show_warn = 
true;
 
   74   if (!show_warn) 
return;
 
   78                "ROOT comes with a web-based browser, which is now being started. \n" 
   79                "Revert to TBrowser by setting \"Browser.Name: TRootBrowser\" in rootrc file or\n" 
   80                "by starting \"root --web=off\"\n" 
   81                "Find more info on https://root.cern/for_developers/root7/#rbrowser\n";
 
  112   if (obj == 
gROOT) 
return;
 
  114   if (
gROOT->GetListOfFiles()->FindObject(obj))
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t height
void ShowWarning()
Show warning that RBrowser will be shown.
Int_t fHeight
window coordinates
void Show() final
Show browser.
virtual ~RWebBrowserImp()
Constructor with width and height parameters.
void Iconify() final
Iconify browser.
std::shared_ptr< RBrowser > fWebBrowser
actual browser used
void Refresh(Bool_t=kFALSE) final
Refresh browser.
static TBrowserImp * NewBrowser(TBrowser *b=nullptr, const char *title="ROOT Browser", UInt_t width=800, UInt_t height=500, Option_t *opt="")
Factory method to create RWebBrowserImp via plugin.
void BrowseObj(TObject *) final
Browse specified object.
RWebBrowserImp(TBrowser *b=nullptr)
Default constructor.
ABC describing GUI independent browser implementation protocol.
Using a TBrowser one can browse all ROOT objects.
Mother of all ROOT objects.
This file contains a specialised ROOT message handler to test for diagnostic in unit tests.