Win32Window¶
#include <win32_window.h>
Inherited by FlutterWindow, FlutterWindow, FlutterWindow
Public Classes¶
| Name | |
|---|---|
| struct | Point |
| struct | Size |
Public Functions¶
| Name | |
|---|---|
| Win32Window() | |
| virtual | ~Win32Window() |
| bool | Create(const std::wstring & title, const Point & origin, const Size & size) |
| bool | Show() |
| void | Destroy() |
| void | SetChildContent(HWND content) |
| HWND | GetHandle() |
| void | SetQuitOnClose(bool quit_on_close) |
| RECT | GetClientArea() |
| Win32Window() | |
| virtual | ~Win32Window() |
| bool | Create(const std::wstring & title, const Point & origin, const Size & size) |
| bool | Show() |
| void | Destroy() |
| void | SetChildContent(HWND content) |
| HWND | GetHandle() |
| void | SetQuitOnClose(bool quit_on_close) |
| RECT | GetClientArea() |
| Win32Window() | |
| virtual | ~Win32Window() |
| bool | Create(const std::wstring & title, const Point & origin, const Size & size) |
| bool | Show() |
| void | Destroy() |
| void | SetChildContent(HWND content) |
| HWND | GetHandle() |
| void | SetQuitOnClose(bool quit_on_close) |
| RECT | GetClientArea() |
Protected Functions¶
| Name | |
|---|---|
| virtual LRESULT | MessageHandler(HWND window, UINT const message, WPARAM const wparam, LPARAM const lparam) |
| virtual bool | OnCreate() |
| virtual void | OnDestroy() |
| virtual LRESULT | MessageHandler(HWND window, UINT const message, WPARAM const wparam, LPARAM const lparam) |
| virtual bool | OnCreate() |
| virtual void | OnDestroy() |
| virtual LRESULT | MessageHandler(HWND window, UINT const message, WPARAM const wparam, LPARAM const lparam) |
| virtual bool | OnCreate() |
| virtual void | OnDestroy() |
Friends¶
| Name | |
|---|---|
| class | WindowClassRegistrar |
Public Functions Documentation¶
function Win32Window¶
function ~Win32Window¶
function Create¶
function Show¶
function Destroy¶
function SetChildContent¶
function GetHandle¶
function SetQuitOnClose¶
function GetClientArea¶
function Win32Window¶
function ~Win32Window¶
function Create¶
function Show¶
function Destroy¶
function SetChildContent¶
function GetHandle¶
function SetQuitOnClose¶
function GetClientArea¶
function Win32Window¶
function ~Win32Window¶
function Create¶
function Show¶
function Destroy¶
function SetChildContent¶
function GetHandle¶
function SetQuitOnClose¶
function GetClientArea¶
Protected Functions Documentation¶
function MessageHandler¶
virtual LRESULT MessageHandler(
HWND window,
UINT const message,
WPARAM const wparam,
LPARAM const lparam
)
Reimplemented by: FlutterWindow::MessageHandler, FlutterWindow::MessageHandler, FlutterWindow::MessageHandler
function OnCreate¶
Reimplemented by: FlutterWindow::OnCreate, FlutterWindow::OnCreate, FlutterWindow::OnCreate
function OnDestroy¶
Reimplemented by: FlutterWindow::OnDestroy, FlutterWindow::OnDestroy, FlutterWindow::OnDestroy
function MessageHandler¶
virtual LRESULT MessageHandler(
HWND window,
UINT const message,
WPARAM const wparam,
LPARAM const lparam
)
Reimplemented by: FlutterWindow::MessageHandler, FlutterWindow::MessageHandler, FlutterWindow::MessageHandler
function OnCreate¶
Reimplemented by: FlutterWindow::OnCreate, FlutterWindow::OnCreate, FlutterWindow::OnCreate
function OnDestroy¶
Reimplemented by: FlutterWindow::OnDestroy, FlutterWindow::OnDestroy, FlutterWindow::OnDestroy
function MessageHandler¶
virtual LRESULT MessageHandler(
HWND window,
UINT const message,
WPARAM const wparam,
LPARAM const lparam
)
Reimplemented by: FlutterWindow::MessageHandler, FlutterWindow::MessageHandler, FlutterWindow::MessageHandler
function OnCreate¶
Reimplemented by: FlutterWindow::OnCreate, FlutterWindow::OnCreate, FlutterWindow::OnCreate
function OnDestroy¶
Reimplemented by: FlutterWindow::OnDestroy, FlutterWindow::OnDestroy, FlutterWindow::OnDestroy
Friends¶
friend WindowClassRegistrar¶
Updated on 2026-07-25 at 22:56:57 +0000