GUIFramework
1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
INonResizableComponent.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
Core.h
"
4
5
namespace
gui_framework
6
{
7
namespace
interfaces
8
{
10
class
GUI_FRAMEWORK_API
INonResizableComponent
11
{
12
private
:
13
HWND nonResizableHandle;
14
15
public
:
16
INonResizableComponent
(HWND nonResizableHandle);
17
22
virtual
void
resize(uint16_t width, uint16_t height)
final
;
23
24
virtual
~INonResizableComponent
() =
default
;
25
};
26
}
27
}
Core.h
GUI_FRAMEWORK_API
#define GUI_FRAMEWORK_API
Definition
GUIFrameworkConstants.h:103
gui_framework::interfaces::INonResizableComponent
Provides preventing resize.
Definition
INonResizableComponent.h:11
gui_framework::interfaces::INonResizableComponent::~INonResizableComponent
virtual ~INonResizableComponent()=default
gui_framework
Definition
BaseComponent.cpp:21
GUIFramework
src
Interfaces
Components
INonResizableComponent.h
Generated by
1.12.0