13#ifndef ROOT7_RWebBrowserImp 
   14#define ROOT7_RWebBrowserImp 
#define ClassDefOverride(name, id)
 
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.
 
TBrowser * Browser() const
 
Using a TBrowser one can browse all ROOT objects.
 
Mother of all ROOT objects.
 
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...