Definition at line 21 of file RWebBrowserImp.hxx.
 
|  | 
|  | RWebBrowserImp (TBrowser *b, const char *title, Int_t x, Int_t y, UInt_t width, UInt_t height, Option_t *opt="") | 
|  | Constructor with x,y, width and height parameters. 
 | 
|  | 
|  | RWebBrowserImp (TBrowser *b, const char *title, UInt_t width, UInt_t height, Option_t *opt="") | 
|  | Constructor with width and height parameters. 
 | 
|  | 
|  | RWebBrowserImp (TBrowser *b=nullptr) | 
|  | Default constructor. 
 | 
|  | 
| virtual | ~RWebBrowserImp () | 
|  | Constructor with width and height parameters. 
 | 
|  | 
| void | BrowseObj (TObject *) final | 
|  | Browse specified object. 
 | 
|  | 
| void | Iconify () final | 
|  | Iconify browser. 
 | 
|  | 
| Bool_t | IsWeb () const final | 
|  | 
| void | Refresh (Bool_t=kFALSE) final | 
|  | Refresh browser. 
 | 
|  | 
| void | Show () final | 
|  | Show browser. 
 | 
|  | 
|  | 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 () | 
|  | Destructor. 
 | 
|  | 
| virtual void | Add (TObject *, const char *, Int_t) | 
|  | 
| virtual void | AddCheckBox (TObject *, Bool_t=kFALSE) | 
|  | 
| TBrowser * | Browser () 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 TBrowser * | GetBrowser () const | 
|  | 
| virtual Option_t * | GetDrawOption () const | 
|  | 
| virtual TGMainFrame * | GetMainFrame () const | 
|  | 
| virtual TClass * | IsA () const | 
|  | 
| virtual void | RecursiveRemove (TObject *) | 
|  | 
| virtual void | RemoveCheckBox (TObject *) | 
|  | 
| virtual void | SetBrowser (TBrowser *b) | 
|  | 
| virtual void | SetDrawOption (Option_t *="") | 
|  | 
| virtual void | SetStatusText (const char *, Int_t) | 
|  | 
| virtual void | StartEmbedding (Int_t, Int_t) | 
|  | 
| virtual void | StopEmbedding (const char *) | 
|  | 
| virtual void | Streamer (TBuffer &) | 
|  | 
| void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) | 
|  | 
|  | 
| static TBrowserImp * | NewBrowser (TBrowser *b, const char *title, Int_t x, Int_t y, UInt_t width, UInt_t height, Option_t *opt="") | 
|  | Factory method to create RWebBrowserImp via plugin. 
 | 
|  | 
| 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. 
 | 
|  | 
| static TClass * | Class () | 
|  | 
| static const char * | Class_Name () | 
|  | 
| static constexpr Version_t | Class_Version () | 
|  | 
| static const char * | DeclFileName () | 
|  | 
#include <ROOT/RWebBrowserImp.hxx>
◆ RWebBrowserImp() [1/3]
      
        
          | RWebBrowserImp::RWebBrowserImp | ( | TBrowser * | b = nullptr | ) |  | 
      
 
 
◆ RWebBrowserImp() [2/3]
◆ RWebBrowserImp() [3/3]
Constructor with x,y, width and height parameters. 
Definition at line 50 of file RWebBrowserImp.cxx.
 
 
◆ ~RWebBrowserImp()
  
  | 
        
          | RWebBrowserImp::~RWebBrowserImp | ( |  | ) |  |  | virtual | 
 
 
◆ BrowseObj()
  
  | 
        
          | void RWebBrowserImp::BrowseObj | ( | TObject * | obj | ) |  |  | finalvirtual | 
 
 
◆ Iconify()
  
  | 
        
          | void RWebBrowserImp::Iconify | ( |  | ) |  |  | finalvirtual | 
 
 
◆ IsWeb()
  
  | 
        
          | Bool_t ROOT::RWebBrowserImp::IsWeb | ( |  | ) | const |  | inlinefinalvirtual | 
 
 
◆ NewBrowser() [1/2]
◆ NewBrowser() [2/2]
◆ Refresh()
◆ Show()
  
  | 
        
          | void RWebBrowserImp::Show | ( |  | ) |  |  | finalvirtual | 
 
 
◆ ShowWarning()
  
  | 
        
          | void RWebBrowserImp::ShowWarning | ( |  | ) |  |  | private | 
 
 
◆ fHeight
  
  | 
        
          | Int_t ROOT::RWebBrowserImp::fHeight {0} |  | private | 
 
 
◆ fWebBrowser
  
  | 
        
          | std::shared_ptr<RBrowser> ROOT::RWebBrowserImp::fWebBrowser |  | private | 
 
 
◆ fWidth
  
  | 
        
          | Int_t ROOT::RWebBrowserImp::fWidth {0} |  | private | 
 
 
◆ fX
  
  | 
        
          | Int_t ROOT::RWebBrowserImp::fX {-1} |  | private | 
 
 
◆ fY
  
  | 
        
          | Int_t ROOT::RWebBrowserImp::fY {-1} |  | private | 
 
 
The documentation for this class was generated from the following files: