#include <host_window.h>
Public Attributes | |
| WindowArchetype | archetype |
| DWORD | window_style |
| DWORD | extended_window_style |
| const BoxConstraints & | box_constraints |
| Rect const | initial_window_rect |
| LPCWSTR | title |
| std::optional< HWND > const & | owner_window |
| int | nCmdShow = SW_SHOWNORMAL |
| FlutterWindowsViewSizingDelegate * | sizing_delegate = nullptr |
| bool | is_sized_to_content = false |
Definition at line 119 of file host_window.h.
| WindowArchetype flutter::HostWindow::HostWindowInitializationParams::archetype |
Definition at line 120 of file host_window.h.
Referenced by flutter::HostWindowDialog::HostWindowDialog(), flutter::HostWindowRegular::HostWindowRegular(), and flutter::HostWindowTooltip::HostWindowTooltip().
| const BoxConstraints& flutter::HostWindow::HostWindowInitializationParams::box_constraints |
Definition at line 123 of file host_window.h.
| DWORD flutter::HostWindow::HostWindowInitializationParams::extended_window_style |
Definition at line 122 of file host_window.h.
| Rect const flutter::HostWindow::HostWindowInitializationParams::initial_window_rect |
Definition at line 124 of file host_window.h.
| bool flutter::HostWindow::HostWindowInitializationParams::is_sized_to_content = false |
Definition at line 129 of file host_window.h.
| int flutter::HostWindow::HostWindowInitializationParams::nCmdShow = SW_SHOWNORMAL |
Definition at line 127 of file host_window.h.
| std::optional<HWND> const& flutter::HostWindow::HostWindowInitializationParams::owner_window |
Definition at line 126 of file host_window.h.
| FlutterWindowsViewSizingDelegate* flutter::HostWindow::HostWindowInitializationParams::sizing_delegate = nullptr |
Definition at line 128 of file host_window.h.
| LPCWSTR flutter::HostWindow::HostWindowInitializationParams::title |
Definition at line 125 of file host_window.h.
| DWORD flutter::HostWindow::HostWindowInitializationParams::window_style |
Definition at line 121 of file host_window.h.