GUIFramework
1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
DropDownComboBoxStyles.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
ComboBoxStyles.h
"
4
5
namespace
gui_framework
6
{
7
namespace
styles
8
{
10
class
GUI_FRAMEWORK_API
DropDownComboBoxStyles
:
public
ComboBoxStyles
11
{
12
public
:
13
DropDownComboBoxStyles
();
14
15
~DropDownComboBoxStyles
() =
default
;
16
};
17
}
18
}
ComboBoxStyles.h
GUI_FRAMEWORK_API
#define GUI_FRAMEWORK_API
Definition
GUIFrameworkConstants.h:103
gui_framework::styles::ComboBoxStyles
Base class for combo box styles.
Definition
ComboBoxStyles.h:11
gui_framework::styles::DropDownComboBoxStyles
DropDownComboBox styles.
Definition
DropDownComboBoxStyles.h:11
gui_framework::styles::DropDownComboBoxStyles::~DropDownComboBoxStyles
~DropDownComboBoxStyles()=default
gui_framework
Definition
BaseComponent.cpp:21
GUIFramework
src
Styles
Components
ComboBoxes
DropDownComboBoxStyles.h
Generated by
1.12.0