GUIFramework
1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
DropDownListComboBox.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
BaseComponents/StandardComponents/BaseComboBox.h
"
4
5
namespace
gui_framework
6
{
8
class
GUI_FRAMEWORK_API
DropDownListComboBox
:
public
BaseComboBox
9
{
10
public
:
11
DropDownListComboBox
(
const
std::wstring& comboBoxName,
const
utility::ComponentSettings
& settings,
BaseComposite
* parent);
12
13
size_t
getHash()
const override
;
14
15
json::JSONBuilder getStructure()
const override
;
16
17
~DropDownListComboBox
() =
default
;
18
};
19
}
BaseComboBox.h
GUI_FRAMEWORK_API
#define GUI_FRAMEWORK_API
Definition
GUIFrameworkConstants.h:103
gui_framework::BaseComboBox
Base class for all combo boxes.
Definition
BaseComboBox.h:15
gui_framework::BaseComposite
Base class for all windows that has children windows.
Definition
BaseComposite.h:23
gui_framework::DropDownListComboBox
Standard drop down list combo box.
Definition
DropDownListComboBox.h:9
gui_framework::DropDownListComboBox::~DropDownListComboBox
~DropDownListComboBox()=default
gui_framework
Definition
BaseComponent.cpp:21
gui_framework::utility::ComponentSettings
All settings for windows.
Definition
ComponentSettings.h:11
GUIFramework
src
Components
ComboBoxes
DropDownListComboBox.h
Generated by
1.12.0