Definition at line 78 of file REveGeoTopNode.hxx.
Public Member Functions | |
| REveGeomHierarchy (REveGeomDescription &desc, bool th) | |
| virtual | ~REveGeomHierarchy () |
| void | SetReceiver (REveGeoTopNodeData *data) |
Public Member Functions inherited from ROOT::RGeomHierarchy | |
| RGeomHierarchy (RGeomDescription &desc, bool use_server_threads=false) | |
| constructor | |
| virtual | ~RGeomHierarchy () |
| destructor | |
| void | BrowseTo (const std::string &itemname) |
| Let browse to specified location. | |
| void | ClearOnClose (const std::shared_ptr< void > &handle) |
| Set handle which will be cleared when connection is closed Must be called after window is shown. | |
| RGeomDescription & | Description () |
| void | Show (const RWebDisplayArgs &args="") |
| Show hierarchy in web window. | |
| void | Update () |
| Update client - reload hierarchy. | |
Protected Member Functions | |
| virtual void | WebWindowCallback (unsigned connid, const std::string &kind) override |
| Table signal handling. | |
Protected Member Functions inherited from ROOT::RGeomHierarchy | |
| void | ProcessSignal (const std::string &kind) |
| Process signals from geometry description object. | |
Private Attributes | |
| REveGeoTopNodeData * | fReceiver {nullptr} |
Additional Inherited Members | |
Protected Attributes inherited from ROOT::RGeomHierarchy | |
| RGeomDescription & | fDesc |
| ! geometry description, shared with external | |
| std::shared_ptr< RWebWindow > | fWebWindow |
| ! web window to show geometry | |
#include <ROOT/REveGeoTopNode.hxx>
|
inline |
Definition at line 85 of file REveGeoTopNode.hxx.
|
inlinevirtual |
Definition at line 89 of file REveGeoTopNode.hxx.
|
inline |
Definition at line 88 of file REveGeoTopNode.hxx.
|
overrideprotectedvirtual |
Table signal handling.
Reimplemented from ROOT::RGeomHierarchy.
Definition at line 137 of file REveGeoTopNode.cxx.
|
private |
Definition at line 80 of file REveGeoTopNode.hxx.