GUIFramework
1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
TabControl.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
BaseComponents/StandardComponents/BaseTabControl.h
"
4
#include "
Interfaces/Components/IResizableComponent.h
"
5
6
namespace
gui_framework
7
{
9
class
GUI_FRAMEWORK_API
TabControl
:
10
public
BaseTabControl
,
11
public
interfaces::IResizableComponent
12
{
13
public
:
14
TabControl
(
const
std::wstring& tabControlName,
const
utility::ComponentSettings
& settings,
BaseComposite
* parent, uint16_t imagesWidth = NULL, uint16_t imagesHeight = NULL);
15
16
size_t
getHash()
const override
;
17
18
json::JSONBuilder getStructure()
const override
;
19
20
~TabControl
() =
default
;
21
};
22
}
BaseTabControl.h
GUI_FRAMEWORK_API
#define GUI_FRAMEWORK_API
Definition
GUIFrameworkConstants.h:103
IResizableComponent.h
gui_framework::BaseComposite
Base class for all windows that has children windows.
Definition
BaseComposite.h:23
gui_framework::BaseTabControl
Base class for all tab controls.
Definition
BaseTabControl.h:10
gui_framework::TabControl
Standard tab control.
Definition
TabControl.h:12
gui_framework::TabControl::~TabControl
~TabControl()=default
gui_framework::interfaces::IResizableComponent
Provides resize, setBlockResize, getBlockResize methods.
Definition
IResizableComponent.h:11
gui_framework
Definition
BaseComponent.cpp:21
gui_framework::utility::ComponentSettings
All settings for windows.
Definition
ComponentSettings.h:11
GUIFramework
src
Components
TabControl.h
Generated by
1.12.0