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.
|
| virtual void | Add (TObject *, const char *, Int_t) |
| virtual void | AddCheckBox (TObject *, Bool_t=kFALSE) |
| void | BrowseObj (TObject *) final |
| | Browse specified object.
|
| 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 |
| void | Iconify () final |
| | Iconify browser.
|
| virtual TClass * | IsA () const |
| Bool_t | IsWeb () const final |
| virtual void | RecursiveRemove (TObject *) |
| void | Refresh (Bool_t=kFALSE) final |
| | Refresh browser.
|
| virtual void | RemoveCheckBox (TObject *) |
| virtual void | SetBrowser (TBrowser *b) |
| virtual void | SetDrawOption (Option_t *="") |
| virtual void | SetStatusText (const char *, Int_t) |
| void | Show () final |
| | Show browser.
|
| virtual void | StartEmbedding (Int_t, Int_t) |
| virtual void | StopEmbedding (const char *) |
| virtual void | Streamer (TBuffer &) |
| void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
|
| static TClass * | Class () |
| static const char * | Class_Name () |
| static constexpr Version_t | Class_Version () |
| static const char * | DeclFileName () |
| 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.
|
|
| void | ShowWarning () |
| | Show warning that RBrowser will be shown.
|
#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 |
◆ Add()
| virtual void TBrowserImp::Add |
( |
TObject * | , |
|
|
const char * | , |
|
|
Int_t | ) |
|
inlinevirtualinherited |
◆ AddCheckBox()
◆ BrowseObj()
| void RWebBrowserImp::BrowseObj |
( |
TObject * | obj | ) |
|
|
finalvirtual |
◆ Browser()
| TBrowser * TBrowserImp::Browser |
( |
| ) |
const |
|
inlineinherited |
◆ CheckObjectItem()
◆ Class()
| TClass * TBrowserImp::Class |
( |
| ) |
|
|
staticinherited |
- Returns
- TClass describing this class
◆ Class_Name()
| const char * TBrowserImp::Class_Name |
( |
| ) |
|
|
staticinherited |
- Returns
- Name of this class
◆ Class_Version()
| constexpr Version_t TBrowserImp::Class_Version |
( |
| ) |
|
|
inlinestaticconstexprinherited |
◆ CloseTabs()
| virtual void TBrowserImp::CloseTabs |
( |
| ) |
|
|
inlinevirtualinherited |
◆ DeclFileName()
| const char * TBrowserImp::DeclFileName |
( |
| ) |
|
|
inlinestaticinherited |
- 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 | ) |
|
inlinevirtualinherited |
◆ ExecuteDefaultAction()
| virtual void TBrowserImp::ExecuteDefaultAction |
( |
TObject * | | ) |
|
|
inlinevirtualinherited |
◆ GetBrowser()
| virtual TBrowser * TBrowserImp::GetBrowser |
( |
| ) |
const |
|
inlinevirtualinherited |
◆ GetDrawOption()
| virtual Option_t * TBrowserImp::GetDrawOption |
( |
| ) |
const |
|
inlinevirtualinherited |
◆ GetMainFrame()
| virtual TGMainFrame * TBrowserImp::GetMainFrame |
( |
| ) |
const |
|
inlinevirtualinherited |
◆ Iconify()
| void RWebBrowserImp::Iconify |
( |
| ) |
|
|
finalvirtual |
◆ IsA()
| virtual TClass * TBrowserImp::IsA |
( |
| ) |
const |
|
inlinevirtualinherited |
◆ IsWeb()
| Bool_t ROOT::RWebBrowserImp::IsWeb |
( |
| ) |
const |
|
inlinefinalvirtual |
◆ NewBrowser() [1/2]
◆ NewBrowser() [2/2]
◆ RecursiveRemove()
| virtual void TBrowserImp::RecursiveRemove |
( |
TObject * | | ) |
|
|
inlinevirtualinherited |
◆ Refresh()
◆ RemoveCheckBox()
| virtual void TBrowserImp::RemoveCheckBox |
( |
TObject * | | ) |
|
|
inlinevirtualinherited |
◆ SetBrowser()
| virtual void TBrowserImp::SetBrowser |
( |
TBrowser * | b | ) |
|
|
inlinevirtualinherited |
◆ SetDrawOption()
| virtual void TBrowserImp::SetDrawOption |
( |
Option_t * | = "" | ) |
|
|
inlinevirtualinherited |
◆ SetStatusText()
| virtual void TBrowserImp::SetStatusText |
( |
const char * | , |
|
|
Int_t | ) |
|
inlinevirtualinherited |
◆ Show()
| void RWebBrowserImp::Show |
( |
| ) |
|
|
finalvirtual |
◆ ShowWarning()
| void RWebBrowserImp::ShowWarning |
( |
| ) |
|
|
private |
◆ StartEmbedding()
| virtual void TBrowserImp::StartEmbedding |
( |
Int_t | , |
|
|
Int_t | ) |
|
inlinevirtualinherited |
◆ StopEmbedding()
| virtual void TBrowserImp::StopEmbedding |
( |
const char * | | ) |
|
|
inlinevirtualinherited |
◆ Streamer()
| virtual void TBrowserImp::Streamer |
( |
TBuffer & | | ) |
|
|
virtualinherited |
◆ StreamerNVirtual()
| void TBrowserImp::StreamerNVirtual |
( |
TBuffer & | ClassDef_StreamerNVirtual_b | ) |
|
|
inlineinherited |
◆ fBrowser
| TBrowser* TBrowserImp::fBrowser {nullptr} |
|
protectedinherited |
TBrowser associated with this implementation.
Definition at line 32 of file TBrowserImp.h.
◆ fHeight
| Int_t ROOT::RWebBrowserImp::fHeight {0} |
|
private |
◆ fShowCycles
Show object cycle numbers in browser.
Definition at line 33 of file TBrowserImp.h.
◆ 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: