GUIFramework
1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
BaseListListView.cpp
Go to the documentation of this file.
1
#include "
BaseListListView.h
"
2
3
using namespace
std;
4
5
namespace
gui_framework
6
{
7
BaseListListView::BaseListListView
(
const
wstring& listViewName,
const
utility::ComponentSettings
& settings,
const
styles::ListListViewStyles
& styles,
BaseComposite
* parent) :
8
BaseListView
9
(
10
listViewName,
11
settings,
12
styles,
13
parent
14
)
15
{
16
17
}
18
}
BaseListListView.h
gui_framework::BaseComposite
Base class for all windows that has children windows.
Definition
BaseComposite.h:23
gui_framework::BaseListListView::BaseListListView
BaseListListView(const std::wstring &listViewName, const utility::ComponentSettings &settings, const styles::ListListViewStyles &styles, BaseComposite *parent)
Definition
BaseListListView.cpp:7
gui_framework::BaseListView
Base class for all list views.
Definition
BaseListView.h:10
gui_framework::styles::ListListViewStyles
ListListView styles.
Definition
ListListViewStyles.h:11
gui_framework
Definition
BaseComponent.cpp:21
gui_framework::utility::ComponentSettings
All settings for windows.
Definition
ComponentSettings.h:11
GUIFramework
src
BaseComponents
StandardComponents
ListViews
BaseListListView.cpp
Generated by
1.12.0