All settings for windows.
More...
#include <ComponentSettings.h>
All settings for windows.
Definition at line 10 of file ComponentSettings.h.
◆ ComponentSettings() [1/2]
gui_framework::utility::ComponentSettings::ComponentSettings |
( |
| ) |
|
|
default |
◆ ComponentSettings() [2/2]
gui_framework::utility::ComponentSettings::ComponentSettings |
( |
int | x, |
|
|
int | y, |
|
|
uint16_t | width, |
|
|
uint16_t | height, |
|
|
const std::vector< std::string > & | localizationKeys = {} ) |
Create settings for createing all windows.
- Parameters
-
x | Top left corner x coordinate |
y | Top left corner y coordinate |
width | |
height | |
localizationKeys | Optional parameter for localization possibilities |
◆ ~ComponentSettings()
gui_framework::utility::ComponentSettings::~ComponentSettings |
( |
| ) |
|
|
default |
◆ height
uint16_t gui_framework::utility::ComponentSettings::height |
◆ localizationKeys
std::vector<std::string> gui_framework::utility::ComponentSettings::localizationKeys |
◆ styles
◆ width
uint16_t gui_framework::utility::ComponentSettings::width |
int gui_framework::utility::ComponentSettings::x |
int gui_framework::utility::ComponentSettings::y |
The documentation for this struct was generated from the following file: