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