GUIFramework 1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
gui_framework::interfaces::INonResizableComponent Class Reference

Provides preventing resize. More...

#include <INonResizableComponent.h>

Inheritance diagram for gui_framework::interfaces::INonResizableComponent:
gui_framework::DialogBox

Public Member Functions

 INonResizableComponent (HWND nonResizableHandle)
 
virtual void resize (uint16_t width, uint16_t height) final
 Reserve resize function.
 
virtual ~INonResizableComponent ()=default
 

Detailed Description

Provides preventing resize.

Definition at line 10 of file INonResizableComponent.h.

Constructor & Destructor Documentation

◆ INonResizableComponent()

gui_framework::interfaces::INonResizableComponent::INonResizableComponent ( HWND nonResizableHandle)

Definition at line 13 of file INonResizableComponent.cpp.

◆ ~INonResizableComponent()

virtual gui_framework::interfaces::INonResizableComponent::~INonResizableComponent ( )
virtualdefault

Member Function Documentation

◆ resize()

void gui_framework::interfaces::INonResizableComponent::resize ( uint16_t width,
uint16_t height )
finalvirtual

Reserve resize function.

Parameters
width
height
Exceptions
NotImplemented

Definition at line 21 of file INonResizableComponent.cpp.


The documentation for this class was generated from the following files: