Belle II Software development
|
Wraps a module parameter that can be toggled from the UI. More...
Public Attributes | |
std::string | m_label |
Label shown in UI. | |
ModuleParam< bool > * | m_param |
wrapped parameter. | |
int | m_level |
Level this parameter is shown at (0 is highest). | |
Wraps a module parameter that can be toggled from the UI.
Definition at line 164 of file DisplayUI.h.
std::string m_label |
Label shown in UI.
Definition at line 165 of file DisplayUI.h.
int m_level |
Level this parameter is shown at (0 is highest).
Definition at line 167 of file DisplayUI.h.
ModuleParam<bool>* m_param |
wrapped parameter.
Definition at line 166 of file DisplayUI.h.