GUIFramework
1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
BaseChildWindow.cpp
Go to the documentation of this file.
1
#include "
BaseChildWindow.h
"
2
3
#include "
Styles/DefaultStyles.h
"
4
5
using namespace
std;
6
7
namespace
gui_framework
8
{
9
BaseChildWindow::BaseChildWindow
(
const
wstring& className,
const
wstring& windowName,
const
utility::ComponentSettings
& settings,
BaseComposite
* parent,
const
string
& windowFunctionName) :
10
BaseWindow
11
(
12
className,
13
windowName,
14
settings,
15
styles::DefaultStyles(),
16
parent,
17
windowFunctionName
18
)
19
{
20
21
}
22
}
BaseChildWindow.h
DefaultStyles.h
gui_framework::BaseChildWindow::BaseChildWindow
BaseChildWindow(const std::wstring &className, const std::wstring &windowName, const utility::ComponentSettings &settings, BaseComposite *parent, const std::string &windowFunctionName="")
Definition
BaseChildWindow.cpp:9
gui_framework::BaseComposite
Base class for all windows that has children windows.
Definition
BaseComposite.h:23
gui_framework::BaseWindow
Base class for composite windows.
Definition
BaseWindow.h:13
gui_framework
Definition
BaseComponent.cpp:21
gui_framework::utility::ComponentSettings
All settings for windows.
Definition
ComponentSettings.h:11
GUIFramework
src
BaseComposites
StandardComposites
BaseChildWindow.cpp
Generated by
1.12.0