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