Definition at line 30 of file RBrowserTCanvasWidget.cxx.
Public Member Functions | |
RBrowserTCanvasWidget (const std::string &name) | |
RBrowserTCanvasWidget (const std::string &name, std::unique_ptr< TCanvas > &canv) | |
virtual | ~RBrowserTCanvasWidget () |
void | CheckModified () override |
bool | DrawElement (std::shared_ptr< Browsable::RElement > &elem, const std::string &opt="") override |
std::string | GetKind () const override |
std::string | GetTitle () override |
std::string | GetUrl () override |
void | SetActive () override |
void | Show (const std::string &arg) override |
Public Member Functions inherited from ROOT::RBrowserWidget | |
RBrowserWidget (const std::string &name) | |
virtual | ~RBrowserWidget ()=default |
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. | |
void | SetPath (const Browsable::RElementPath_t &path) |
Private Member Functions | |
void | SetPrivateCanvasFields (bool on_init) |
Private Attributes | |
std::unique_ptr< TCanvas > | fCanvas |
! drawn canvas | |
std::multimap< TVirtualPad *, std::unique_ptr< Browsable::RHolder > > | fObjects |
! objects holder, associated with pads | |
TWebCanvas * | fWebCanvas {nullptr} |
! web implementation, owned by TCanvas | |
|
inline |
Definition at line 83 of file RBrowserTCanvasWidget.cxx.
|
inline |
Definition at line 112 of file RBrowserTCanvasWidget.cxx.
|
inlinevirtual |
Definition at line 134 of file RBrowserTCanvasWidget.cxx.
|
inlineoverridevirtual |
Reimplemented from ROOT::RBrowserWidget.
Definition at line 228 of file RBrowserTCanvasWidget.cxx.
|
inlineoverridevirtual |
Reimplemented from ROOT::RBrowserWidget.
Definition at line 175 of file RBrowserTCanvasWidget.cxx.
|
inlineoverridevirtual |
Implements ROOT::RBrowserWidget.
Definition at line 153 of file RBrowserTCanvasWidget.cxx.
|
inlineoverridevirtual |
Reimplemented from ROOT::RBrowserWidget.
Definition at line 170 of file RBrowserTCanvasWidget.cxx.
|
inlineoverridevirtual |
Implements ROOT::RBrowserWidget.
Definition at line 165 of file RBrowserTCanvasWidget.cxx.
|
inlineoverridevirtual |
Reimplemented from ROOT::RBrowserWidget.
Definition at line 155 of file RBrowserTCanvasWidget.cxx.
|
inlineprivate |
Definition at line 37 of file RBrowserTCanvasWidget.cxx.
|
inlineoverridevirtual |
Implements ROOT::RBrowserWidget.
Definition at line 160 of file RBrowserTCanvasWidget.cxx.
|
private |
! drawn canvas
Definition at line 32 of file RBrowserTCanvasWidget.cxx.
|
private |
! objects holder, associated with pads
Definition at line 35 of file RBrowserTCanvasWidget.cxx.
|
private |
! web implementation, owned by TCanvas
Definition at line 33 of file RBrowserTCanvasWidget.cxx.