|
FlowArithmeticCalculator 1.0.0
Flow Arithmetic Calculator
|
Input choice DTO. More...
#include <InputChoice.h>
Collaboration diagram for business_logic::input::InputChoice< T >:Public Attributes | |
| std::string | displayName |
| The display name of the input choice. | |
| T | value |
| The input value of the input choice. | |
Input choice DTO.
Definition at line 11 of file InputChoice.h.
| std::string business_logic::input::InputChoice< T >::displayName |
The display name of the input choice.
Definition at line 16 of file InputChoice.h.
Referenced by gui::window::WindowBase< Canvas >::handleRightClick().
| T business_logic::input::InputChoice< T >::value |
The input value of the input choice.
Definition at line 21 of file InputChoice.h.