Sowl
1.0
Simple Object Window Library
Main Page
Classes
Files
File List
ControlWindow.h
1
#pragma once
2
#include "../Window.h"
3
4
namespace
sowl
5
{
7
class
ControlWindow
:
public
Window
8
{
9
public
:
10
ControlWindow
();
11
explicit
ControlWindow
(HWND hwnd);
12
13
// move constructor and move assigment
14
ControlWindow
(
ControlWindow
&& other)
noexcept
;
15
ControlWindow
& operator=(
ControlWindow
&& other)
noexcept
;
16
17
int
GetId()
const
;
18
};
19
}
sowl::Window
Encapsulates a window handle.
Definition:
Window.h:8
sowl::ControlWindow
Encapsulates a control window handle.
Definition:
ControlWindow.h:7
Sowl
Windows
Controls
ControlWindow.h
Generated on Fri Apr 22 2022 00:19:47 for Sowl by
1.4.2