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