#include <GroupBox.h>
Definition at line 25 of file GroupBox.h.
◆ radioButtonData() [1/3]
| gui_framework::GroupBox::radioButtonData::radioButtonData |
( |
| ) |
|
◆ radioButtonData() [2/3]
| gui_framework::GroupBox::radioButtonData::radioButtonData |
( |
const std::wstring & | radioButtonName, |
|
|
const std::wstring & | radioButtonText, |
|
|
const utility::ComponentSettings & | settings, |
|
|
const std::function< void()> & | onClick ) |
◆ radioButtonData() [3/3]
| gui_framework::GroupBox::radioButtonData::radioButtonData |
( |
const std::wstring & | radioButtonName, |
|
|
const std::wstring & | radioButtonText, |
|
|
const utility::ComponentSettings & | settings, |
|
|
const std::string & | functionName, |
|
|
const std::string & | moduleName ) |
- Parameters
-
| radioButtonName | |
| radioButtonText | |
| settings | |
| functionName | |
| moduleName | |
- Exceptions
-
| CantFindFunctionFromModuleException |
|
◆ ~radioButtonData()
| gui_framework::GroupBox::radioButtonData::~radioButtonData |
( |
| ) |
|
|
default |
◆ functionName
| std::string gui_framework::GroupBox::radioButtonData::functionName |
◆ height
| uint16_t gui_framework::GroupBox::radioButtonData::height |
◆ moduleName
| std::string gui_framework::GroupBox::radioButtonData::moduleName |
◆ onClick
| std::function<void()> gui_framework::GroupBox::radioButtonData::onClick |
◆ radioButtonName
| std::wstring gui_framework::GroupBox::radioButtonData::radioButtonName |
◆ radioButtonText
| std::wstring gui_framework::GroupBox::radioButtonData::radioButtonText |
◆ width
| uint16_t gui_framework::GroupBox::radioButtonData::width |
| int gui_framework::GroupBox::radioButtonData::x |
| int gui_framework::GroupBox::radioButtonData::y |
The documentation for this struct was generated from the following files: