Belle II Software development
DisplayUI::Parameter Struct Reference

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).
 

Detailed Description

Wraps a module parameter that can be toggled from the UI.

Definition at line 164 of file DisplayUI.h.

Member Data Documentation

◆ m_label

std::string m_label

Label shown in UI.

Definition at line 165 of file DisplayUI.h.

◆ m_level

int m_level

Level this parameter is shown at (0 is highest).

Definition at line 167 of file DisplayUI.h.

◆ m_param

ModuleParam<bool>* m_param

wrapped parameter.

Definition at line 166 of file DisplayUI.h.


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