RAII wrapper over a Win32 HWND handle created by spk::Win32::Class.
More...
#include <spk_window.hpp>
|
|
using | Handle = HWND |
| | Native Win32 handle type.
|
|
|
| ~Window () |
| | Destroys the underlying window handle.
|
|
void | show () const |
| | Shows the window using SW_SHOW.
|
|
| Window (const Window &)=delete |
|
Window & | operator= (const Window &)=delete |
|
| Window (Window &&)=delete |
|
Window & | operator= (Window &&)=delete |
| Handle | handle () const noexcept |
| | Retrieves the underlying HWND.
|
RAII wrapper over a Win32 HWND handle created by spk::Win32::Class.
◆ handle()
Retrieves the underlying HWND.
- Returns
- Platform window handle.
The documentation for this class was generated from the following files:
- includes/structure/win32/spk_window.hpp
- srcs/structure/win32/spk_window.cpp