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

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 &="")
 
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
 
std::string fUrl
 
Inheritance diagram for RBrowserCatchedWidget:
[legend]

Constructor & Destructor Documentation

◆ RBrowserCatchedWidget()

RBrowserCatchedWidget::RBrowserCatchedWidget ( const std::string &  name,
const std::string &  url,
const std::string &  kind 
)
inline

Definition at line 236 of file RBrowser.cxx.

Member Function Documentation

◆ GetKind()

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

Implements ROOT::Experimental::RBrowserWidget.

Definition at line 230 of file RBrowser.cxx.

◆ GetTitle()

std::string RBrowserCatchedWidget::GetTitle ( )
inlineoverridevirtual

Reimplemented from ROOT::Experimental::RBrowserWidget.

Definition at line 234 of file RBrowser.cxx.

◆ GetUrl()

std::string RBrowserCatchedWidget::GetUrl ( )
inlineoverridevirtual

Implements ROOT::Experimental::RBrowserWidget.

Definition at line 232 of file RBrowser.cxx.

◆ Show()

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

Implements ROOT::Experimental::RBrowserWidget.

Definition at line 228 of file RBrowser.cxx.

Member Data Documentation

◆ fCatchedKind

std::string RBrowserCatchedWidget::fCatchedKind

Definition at line 226 of file RBrowser.cxx.

◆ fUrl

std::string RBrowserCatchedWidget::fUrl

Definition at line 225 of file RBrowser.cxx.

  • gui/browserv7/src/RBrowser.cxx