Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::RBrowserCatchedWidget Class Reference

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
 
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 &="")
 
RBrowserGetBrowser () const
 
const std::string & GetName () const
 
const Browsable::RElementPath_tGetPath () 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
 
RWebWindowfWindow {nullptr}
 
Inheritance diagram for ROOT::RBrowserCatchedWidget:
[legend]

Constructor & Destructor Documentation

◆ RBrowserCatchedWidget()

ROOT::RBrowserCatchedWidget::RBrowserCatchedWidget ( const std::string &  name,
RWebWindow win,
const std::string &  kind 
)
inline

Definition at line 249 of file RBrowser.cxx.

Member Function Documentation

◆ GetKind()

std::string ROOT::RBrowserCatchedWidget::GetKind ( ) const
inlineoverridevirtual

Implements ROOT::RBrowserWidget.

Definition at line 243 of file RBrowser.cxx.

◆ GetTitle()

std::string ROOT::RBrowserCatchedWidget::GetTitle ( )
inlineoverridevirtual

Reimplemented from ROOT::RBrowserWidget.

Definition at line 247 of file RBrowser.cxx.

◆ GetUrl()

std::string ROOT::RBrowserCatchedWidget::GetUrl ( )
inlineoverridevirtual

Implements ROOT::RBrowserWidget.

Definition at line 245 of file RBrowser.cxx.

◆ Show()

void ROOT::RBrowserCatchedWidget::Show ( const std::string &  )
inlineoverridevirtual

Implements ROOT::RBrowserWidget.

Definition at line 241 of file RBrowser.cxx.

Member Data Documentation

◆ fCatchedKind

std::string ROOT::RBrowserCatchedWidget::fCatchedKind

Definition at line 239 of file RBrowser.cxx.

◆ fWindow

RWebWindow* ROOT::RBrowserCatchedWidget::fWindow {nullptr}

Definition at line 238 of file RBrowser.cxx.

  • gui/browserv7/src/RBrowser.cxx