GUIFramework
1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
MultipleSelectListBox.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
BaseComponents/StandardComponents/ListBoxes/BaseMultipleSelectListBox.h
"
4
5
namespace
gui_framework
6
{
8
class
GUI_FRAMEWORK_API
MultipleSelectListBox
:
public
BaseMultipleSelectListBox
9
{
10
public
:
11
MultipleSelectListBox
(
const
std::wstring& listBoxName,
const
utility::ComponentSettings
& settings,
BaseComposite
* parent,
bool
isSorting =
false
);
12
13
size_t
getHash()
const override
;
14
15
json::JSONBuilder getStructure()
const override
;
16
17
~MultipleSelectListBox
() =
default
;
18
};
19
}
BaseMultipleSelectListBox.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::BaseMultipleSelectListBox
Base class for all multiple select list boxes.
Definition
BaseMultipleSelectListBox.h:9
gui_framework::MultipleSelectListBox
Standard multiple select list box.
Definition
MultipleSelectListBox.h:9
gui_framework::MultipleSelectListBox::~MultipleSelectListBox
~MultipleSelectListBox()=default
gui_framework
Definition
BaseComponent.cpp:21
gui_framework::utility::ComponentSettings
All settings for windows.
Definition
ComponentSettings.h:11
GUIFramework
src
Components
ListBoxes
MultipleSelectListBox.h
Generated by
1.12.0