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