GUIFramework 1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
ComboBoxParser.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace gui_framework
6{
7 namespace parsers
8 {
11 {
12 std::vector<std::wstring> values;
13 std::string functionName;
14 std::string moduleName;
15
16 public:
17 ComboBoxParser() = default;
18
19 void parse(const json::utility::jsonObject& description) override;
20
21 ~ComboBoxParser() = default;
22 };
23 }
24}
#define GUI_FRAMEWORK_API
Parse DropDownComboBox, DropDownListComboBox, SimpleComboBox specific properties.
std::vector< std::wstring > values