![]() |
DD4hep
1.33.0
Detector Description Toolkit for High Energy Physics
|
DD4hep specific handler for TEve context menus. More...
#include <DDEve/ContextMenu.h>
Public Member Functions | |
| ContextMenuHandler (Callback cb, void *param) | |
| Initializing constructor. More... | |
| virtual | ~ContextMenuHandler () |
| Default destructor. More... | |
| void * | param () const |
| User parameter hook. More... | |
| void | Context (TObject *target) |
| Callback. More... | |
| ClassDefOverride (ContextMenuHandler, 0) | |
| Root implementation macro. More... | |
Protected Attributes | |
| Callback | m_call |
| User callback. More... | |
| void * | m_param |
| User parameter. More... | |
DD4hep specific handler for TEve context menus.
Definition at line 37 of file ContextMenu.h.
| dd4hep::ContextMenuHandler::ContextMenuHandler | ( | Callback | cb, |
| void * | param | ||
| ) |
Initializing constructor.
|
virtual |
Default destructor.
Definition at line 42 of file ContextMenu.cpp.
| dd4hep::ContextMenuHandler::ClassDefOverride | ( | ContextMenuHandler | , |
| 0 | |||
| ) |
Root implementation macro.
| void ContextMenuHandler::Context | ( | TObject * | target | ) |
Definition at line 46 of file ContextMenu.cpp.
|
inline |
User parameter hook.
Definition at line 49 of file ContextMenu.h.
|
protected |
User callback.
Definition at line 40 of file ContextMenu.h.
|
protected |
User parameter.
Definition at line 42 of file ContextMenu.h.
1.8.18