Definition at line 136 of file RBrowser.cxx.
Public Types | |
enum | { kMaxContentLen = 10000000 } |
Public Member Functions | |
RBrowserInfoWidget (const std::string &name) | |
virtual | ~RBrowserInfoWidget ()=default |
bool | DrawElement (std::shared_ptr< Browsable::RElement > &, const std::string &="") override |
std::string | GetKind () const override |
std::string | GetTitle () override |
std::string | GetUrl () override |
void | Refresh () |
void | RefreshFromLogs (const std::string &promt, const std::vector< std::string > &logs) |
void | ResetConn () override |
std::string | SendWidgetContent () 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 () |
RBrowser * | GetBrowser () const |
const std::string & | GetName () const |
const Browsable::RElementPath_t & | GetPath () const |
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 | fContent |
bool | fFirstSend {false} |
! if editor content was send at least once | |
std::string | fTitle |
anonymous enum |
Enumerator | |
---|---|
kMaxContentLen |
Definition at line 139 of file RBrowser.cxx.
|
inline |
Definition at line 145 of file RBrowser.cxx.
|
virtualdefault |
|
inlineoverridevirtual |
Reimplemented from ROOT::RBrowserWidget.
Definition at line 161 of file RBrowser.cxx.
|
inlineoverridevirtual |
Implements ROOT::RBrowserWidget.
Definition at line 155 of file RBrowser.cxx.
|
inlineoverridevirtual |
Reimplemented from ROOT::RBrowserWidget.
Definition at line 156 of file RBrowser.cxx.
|
inlineoverridevirtual |
Implements ROOT::RBrowserWidget.
Definition at line 157 of file RBrowser.cxx.
|
inline |
Definition at line 163 of file RBrowser.cxx.
|
inline |
Definition at line 191 of file RBrowser.cxx.
|
inlineoverridevirtual |
Reimplemented from ROOT::RBrowserWidget.
Definition at line 153 of file RBrowser.cxx.
|
inlineoverridevirtual |
Reimplemented from ROOT::RBrowserWidget.
Definition at line 218 of file RBrowser.cxx.
|
inlineoverridevirtual |
Implements ROOT::RBrowserWidget.
Definition at line 159 of file RBrowser.cxx.
std::string ROOT::RBrowserInfoWidget::fContent |
Definition at line 142 of file RBrowser.cxx.
bool ROOT::RBrowserInfoWidget::fFirstSend {false} |
! if editor content was send at least once
Definition at line 143 of file RBrowser.cxx.
std::string ROOT::RBrowserInfoWidget::fTitle |
Definition at line 141 of file RBrowser.cxx.