Definition at line 222 of file RBrowser.cxx.
Public Member Functions | |
| RBrowserCatchedWidget (const std::string &name, const std::string &url, const std::string &kind) | |
| std::string | GetKind () const override |
| std::string | GetTitle () override |
| std::string | GetUrl () override |
| void | Show (const std::string &) override |
Public Member Functions inherited from ROOT::Experimental::RBrowserWidget | |
| RBrowserWidget (const std::string &name) | |
| virtual | ~RBrowserWidget ()=default |
| virtual void | CheckModified () |
| virtual bool | DrawElement (std::shared_ptr< Browsable::RElement > &, const std::string &="") |
| RBrowser * | GetBrowser () const |
| const std::string & | GetName () const |
| const Browsable::RElementPath_t & | GetPath () const |
| virtual void | ResetConn () |
| virtual std::string | SendWidgetContent () |
| std::string | SendWidgetTitle () |
| Returns string which can be send to browser client to set/change title of the widget tab. | |
| virtual void | SetActive () |
| void | SetPath (const Browsable::RElementPath_t &path) |
Public Attributes | |
| std::string | fCatchedKind |
| std::string | fUrl |
|
inline |
Definition at line 236 of file RBrowser.cxx.
|
inlineoverridevirtual |
Implements ROOT::Experimental::RBrowserWidget.
Definition at line 230 of file RBrowser.cxx.
|
inlineoverridevirtual |
Reimplemented from ROOT::Experimental::RBrowserWidget.
Definition at line 234 of file RBrowser.cxx.
|
inlineoverridevirtual |
Implements ROOT::Experimental::RBrowserWidget.
Definition at line 232 of file RBrowser.cxx.
|
inlineoverridevirtual |
Implements ROOT::Experimental::RBrowserWidget.
Definition at line 228 of file RBrowser.cxx.
| std::string RBrowserCatchedWidget::fCatchedKind |
Definition at line 226 of file RBrowser.cxx.
| std::string RBrowserCatchedWidget::fUrl |
Definition at line 225 of file RBrowser.cxx.