FlowArithmeticCalculator 1.0.0
Flow Arithmetic Calculator
Loading...
Searching...
No Matches
business_logic::input::InputChoice< T > Class Template Referencefinal

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.
 
value
 The input value of the input choice.
 

Detailed Description

template<typename T>
class business_logic::input::InputChoice< T >

Input choice DTO.

Definition at line 11 of file InputChoice.h.

Member Data Documentation

◆ displayName

template<typename T >
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().

◆ value

template<typename T >
T business_logic::input::InputChoice< T >::value

The input value of the input choice.

Definition at line 21 of file InputChoice.h.


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