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

Definition at line 27 of file RBrowserGeomWidget.cxx.

Public Member Functions

 RBrowserGeomWidget (const std::string &name)
 ~RBrowserGeomWidget () override=default
virtual void CheckModified ()
bool DrawElement (std::shared_ptr< Browsable::RElement > &elem, const std::string &="") override
RBrowserGetBrowser () const
std::string GetKind () const override
const std::string & GetName () const
const Browsable::RElementPath_t & GetPath () const
virtual std::string GetTitle ()
virtual std::string GetUrl ()
std::shared_ptr< ROOT::RWebWindowGetWindow () override
virtual bool IsValid ()
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)

Private Member Functions

TGeoManagerMakeDummy ()
 Create dummy geometry - when nothing else is there.

Private Attributes

RBrowserfBrowser {nullptr}
std::string fName
 ! widget name
std::unique_ptr< Browsable::RHolderfObject
Browsable::RElementPath_t fPath
 ! path of drawn element
RGeomViewer fViewer
Inheritance diagram for RBrowserGeomWidget:
ROOT::RBrowserWidget

Constructor & Destructor Documentation

◆ RBrowserGeomWidget()

RBrowserGeomWidget::RBrowserGeomWidget ( const std::string & name)
inline

Definition at line 55 of file RBrowserGeomWidget.cxx.

◆ ~RBrowserGeomWidget()

RBrowserGeomWidget::~RBrowserGeomWidget ( )
overridedefault

Member Function Documentation

◆ CheckModified()

virtual void ROOT::RBrowserWidget::CheckModified ( )
inlinevirtualinherited

Reimplemented in RBrowserRCanvasWidget, and RBrowserTCanvasWidget.

Definition at line 68 of file RBrowserWidget.hxx.

◆ DrawElement()

bool RBrowserGeomWidget::DrawElement ( std::shared_ptr< Browsable::RElement > & elem,
const std::string & = "" )
inlineoverridevirtual

Reimplemented from ROOT::RBrowserWidget.

Definition at line 67 of file RBrowserGeomWidget.cxx.

◆ GetBrowser()

RBrowser * ROOT::RBrowserWidget::GetBrowser ( ) const
inlineinherited

Definition at line 48 of file RBrowserWidget.hxx.

◆ GetKind()

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

Implements ROOT::RBrowserWidget.

Definition at line 63 of file RBrowserGeomWidget.cxx.

◆ GetName()

const std::string & ROOT::RBrowserWidget::GetName ( ) const
inlineinherited

Definition at line 59 of file RBrowserWidget.hxx.

◆ GetPath()

const Browsable::RElementPath_t & ROOT::RBrowserWidget::GetPath ( ) const
inlineinherited

Definition at line 57 of file RBrowserWidget.hxx.

◆ GetTitle()

virtual std::string ROOT::RBrowserWidget::GetTitle ( )
inlinevirtualinherited

◆ GetUrl()

virtual std::string ROOT::RBrowserWidget::GetUrl ( )
inlinevirtualinherited

Reimplemented in ROOT::RBrowserCatchedWidget.

Definition at line 61 of file RBrowserWidget.hxx.

◆ GetWindow()

std::shared_ptr< ROOT::RWebWindow > RBrowserGeomWidget::GetWindow ( )
inlineoverridevirtual

Reimplemented from ROOT::RBrowserWidget.

Definition at line 65 of file RBrowserGeomWidget.cxx.

◆ IsValid()

virtual bool ROOT::RBrowserWidget::IsValid ( )
inlinevirtualinherited

Reimplemented in RBrowserTCanvasWidget, and ROOT::RBrowserCatchedWidget.

Definition at line 70 of file RBrowserWidget.hxx.

◆ MakeDummy()

TGeoManager * RBrowserGeomWidget::MakeDummy ( )
inlineprivate

Create dummy geometry - when nothing else is there.

Definition at line 33 of file RBrowserGeomWidget.cxx.

◆ ResetConn()

virtual void ROOT::RBrowserWidget::ResetConn ( )
inlinevirtualinherited

Reimplemented in ROOT::RBrowserEditorWidget, and ROOT::RBrowserInfoWidget.

Definition at line 52 of file RBrowserWidget.hxx.

◆ SendWidgetContent()

virtual std::string ROOT::RBrowserWidget::SendWidgetContent ( )
inlinevirtualinherited

◆ SendWidgetTitle()

std::string RBrowserWidget::SendWidgetTitle ( )
inherited

Returns string which can be send to browser client to set/change title of the widget tab.

Definition at line 27 of file RBrowserWidget.cxx.

◆ SetActive()

virtual void ROOT::RBrowserWidget::SetActive ( )
inlinevirtualinherited

Reimplemented in RBrowserTCanvasWidget.

Definition at line 54 of file RBrowserWidget.hxx.

◆ SetPath()

void ROOT::RBrowserWidget::SetPath ( const Browsable::RElementPath_t & path)
inlineinherited

Definition at line 56 of file RBrowserWidget.hxx.

Member Data Documentation

◆ fBrowser

RBrowser* ROOT::RBrowserWidget::fBrowser {nullptr}
privateinherited

Definition at line 41 of file RBrowserWidget.hxx.

◆ fName

std::string ROOT::RBrowserWidget::fName
privateinherited

! widget name

Definition at line 37 of file RBrowserWidget.hxx.

◆ fObject

std::unique_ptr<Browsable::RHolder> RBrowserGeomWidget::fObject
private

Definition at line 30 of file RBrowserGeomWidget.cxx.

◆ fPath

Browsable::RElementPath_t ROOT::RBrowserWidget::fPath
privateinherited

! path of drawn element

Definition at line 39 of file RBrowserWidget.hxx.

◆ fViewer

RGeomViewer RBrowserGeomWidget::fViewer
private

Definition at line 28 of file RBrowserGeomWidget.cxx.


The documentation for this class was generated from the following file: