50RWebBrowserImp::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)
85 "ROOT comes with a web-based browser, which is now being started. \n"
86 "Revert to TBrowser by setting \"Browser.Name: TRootBrowser\" in rootrc file or\n"
87 "by starting \"root --web=off\"\n"
88 "Find more info on https://root.cern/for_developers/root7/#rbrowser\n";
119 if (obj ==
gROOT)
return;
121 if (
gROOT->GetListOfFiles()->FindObject(obj))
const char Option_t
Option string (const char)
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void value
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.
virtual Int_t GetValue(const char *name, Int_t dflt) const
Returns the integer value for a resource.
Mother of all ROOT objects.
Namespace for new ROOT classes and functions.