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

Definition at line 119 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 &)
 
const std::string & GetName () const
 
const Browsable::RElementPath_tGetPath () const
 
virtual void ResetConn ()
 
virtual std::string SendWidgetContent ()
 
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 133 of file RBrowser.cxx.

Member Function Documentation

◆ GetKind()

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

Implements ROOT::Experimental::RBrowserWidget.

Definition at line 127 of file RBrowser.cxx.

◆ GetTitle()

std::string RBrowserCatchedWidget::GetTitle ( )
inlineoverridevirtual

Reimplemented from ROOT::Experimental::RBrowserWidget.

Definition at line 131 of file RBrowser.cxx.

◆ GetUrl()

std::string RBrowserCatchedWidget::GetUrl ( )
inlineoverridevirtual

Implements ROOT::Experimental::RBrowserWidget.

Definition at line 129 of file RBrowser.cxx.

◆ Show()

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

Implements ROOT::Experimental::RBrowserWidget.

Definition at line 125 of file RBrowser.cxx.

Member Data Documentation

◆ fCatchedKind

std::string RBrowserCatchedWidget::fCatchedKind

Definition at line 123 of file RBrowser.cxx.

◆ fUrl

std::string RBrowserCatchedWidget::fUrl

Definition at line 122 of file RBrowser.cxx.

  • gui/browserv7/src/RBrowser.cxx