GUIFramework
1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
DefaultStyles.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
Interfaces/Styles/IStyles.h
"
4
5
namespace
gui_framework
6
{
7
namespace
styles
8
{
10
class
GUI_FRAMEWORK_API
DefaultStyles
:
public
interfaces::IStyles
11
{
12
public
:
13
DefaultStyles
();
14
15
~DefaultStyles
() =
default
;
16
};
17
}
18
}
GUI_FRAMEWORK_API
#define GUI_FRAMEWORK_API
Definition
GUIFrameworkConstants.h:103
IStyles.h
gui_framework::interfaces::IStyles
Provides styles for other classes.
Definition
IStyles.h:11
gui_framework::styles::DefaultStyles
Provides default styles for all windows.
Definition
DefaultStyles.h:11
gui_framework::styles::DefaultStyles::~DefaultStyles
~DefaultStyles()=default
gui_framework
Definition
BaseComponent.cpp:21
GUIFramework
src
Styles
DefaultStyles.h
Generated by
1.12.0