Definition at line 235 of file RBrowser.cxx.
Public Member Functions | |
RBrowserCatchedWidget (const std::string &name, RWebWindow *win, const std::string &kind) | |
std::string | GetKind () const override |
std::string | GetTitle () override |
std::string | GetUrl () override |
bool | IsValid () override |
void | Show (const std::string &) override |
Public Member Functions inherited from ROOT::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 |
RWebWindow * | fWindow {nullptr} |
|
inline |
Definition at line 251 of file RBrowser.cxx.
|
inlineoverridevirtual |
Implements ROOT::RBrowserWidget.
Definition at line 243 of file RBrowser.cxx.
|
inlineoverridevirtual |
Reimplemented from ROOT::RBrowserWidget.
Definition at line 247 of file RBrowser.cxx.
|
inlineoverridevirtual |
Implements ROOT::RBrowserWidget.
Definition at line 245 of file RBrowser.cxx.
|
inlineoverridevirtual |
Reimplemented from ROOT::RBrowserWidget.
Definition at line 249 of file RBrowser.cxx.
|
inlineoverridevirtual |
Implements ROOT::RBrowserWidget.
Definition at line 241 of file RBrowser.cxx.
std::string ROOT::RBrowserCatchedWidget::fCatchedKind |
Definition at line 239 of file RBrowser.cxx.
RWebWindow* ROOT::RBrowserCatchedWidget::fWindow {nullptr} |
Definition at line 238 of file RBrowser.cxx.