#include <host_window_dialog.h>
Public Member Functions | |
| HostWindowDialog (WindowManager *window_manager, FlutterWindowsEngine *engine, const WindowSizeRequest &preferred_size, const BoxConstraints &constraints, LPCWSTR title, std::optional< HWND > const &owner_window) | |
| void | SetFullscreen (bool fullscreen, std::optional< FlutterEngineDisplayId > display_id) override |
| bool | GetFullscreen () const override |
Public Member Functions inherited from flutter::HostWindow | |
| virtual | ~HostWindow () |
| HWND | GetWindowHandle () const |
| void | SetContentSize (const WindowSizeRequest &size) |
| void | SetConstraints (const WindowConstraints &constraints) |
| HostWindow * | GetOwnerWindow () const |
| void | UpdateModalStateLayer () |
Protected Member Functions | |
| LRESULT | HandleMessage (HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam) override |
Protected Member Functions inherited from flutter::HostWindow | |
| HostWindow (WindowManager *window_manager, FlutterWindowsEngine *engine, 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) | |
| void | EnableRecursively (bool enable) |
| HostWindow * | FindFirstEnabledDescendant () const |
| std::vector< HostWindow * > | GetOwnedWindows () const |
| void | DisableRecursively () |
| FML_DISALLOW_COPY_AND_ASSIGN (HostWindow) | |
Additional Inherited Members | |
Static Public Member Functions inherited from flutter::HostWindow | |
| static std::unique_ptr< HostWindow > | CreateRegularWindow (WindowManager *window_manager, FlutterWindowsEngine *engine, const WindowSizeRequest &preferred_size, const WindowConstraints &preferred_constraints, LPCWSTR title) |
| static std::unique_ptr< HostWindow > | CreateDialogWindow (WindowManager *window_manager, FlutterWindowsEngine *engine, const WindowSizeRequest &preferred_size, const WindowConstraints &preferred_constraints, LPCWSTR title, HWND parent) |
| static HostWindow * | GetThisFromHandle (HWND hwnd) |
| static ActualWindowSize | GetWindowContentSize (HWND hwnd) |
Static Protected Member Functions inherited from flutter::HostWindow | |
| static std::optional< Size > | GetWindowSizeForClientSize (WindowsProcTable const &win32, Size const &client_size, std::optional< Size > smallest, std::optional< Size > biggest, DWORD window_style, DWORD extended_window_style, std::optional< HWND > const &owner_hwnd) |
| static void | FocusRootViewOf (HostWindow *window) |
| static LRESULT | WndProc (HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam) |
Protected Attributes inherited from flutter::HostWindow | |
| friend | WindowManager |
| WindowManager *const | window_manager_ = nullptr |
| FlutterWindowsEngine * | engine_ |
| std::unique_ptr< FlutterWindowsViewController > | view_controller_ |
| WindowArchetype | archetype_ = WindowArchetype::kRegular |
| HWND | window_handle_ |
| BoxConstraints | box_constraints_ |
| bool | is_being_destroyed_ = false |
| bool | is_fullscreen_ = false |
| SavedWindowInfo | saved_window_info_ |
| Microsoft::WRL::ComPtr< ITaskbarList2 > | task_bar_list_ |
Definition at line 11 of file host_window_dialog.h.
| flutter::HostWindowDialog::HostWindowDialog | ( | WindowManager * | window_manager, |
| FlutterWindowsEngine * | engine, | ||
| const WindowSizeRequest & | preferred_size, | ||
| const BoxConstraints & | constraints, | ||
| LPCWSTR | title, | ||
| std::optional< HWND > const & | owner_window | ||
| ) |
Definition at line 35 of file host_window_dialog.cc.
References flutter::HostWindow::window_handle_.
|
overridevirtual |
Reimplemented from flutter::HostWindow.
Definition at line 138 of file host_window_dialog.cc.
|
overrideprotectedvirtual |
Reimplemented from flutter::HostWindow.
Definition at line 91 of file host_window_dialog.cc.
References flutter::HostWindow::FindFirstEnabledDescendant(), flutter::HostWindow::FocusRootViewOf(), flutter::HostWindow::GetOwnerWindow(), flutter::HostWindow::HandleMessage(), flutter::HostWindow::is_being_destroyed_, and message.
|
overridevirtual |
Reimplemented from flutter::HostWindow.
Definition at line 134 of file host_window_dialog.cc.