#include <windows.h>#include <functional>#include <optional>#include <unordered_map>#include <vector>#include "flutter/shell/platform/common/public/flutter_export.h"#include "flutter/fml/macros.h"#include "flutter/shell/platform/common/isolate_scope.h"#include "flutter/shell/platform/embedder/embedder.h"Go to the source code of this file.
Classes | |
| struct | flutter::WindowSizeRequest |
| struct | flutter::WindowConstraints |
| struct | flutter::WindowCreationRequest |
| struct | flutter::WindowsMessage |
| struct | flutter::WindowingInitRequest |
| struct | flutter::ActualWindowSize |
| struct | flutter::FullscreenRequest |
| class | flutter::WindowManager |
Namespaces | |
| flutter | |
| FLUTTER_EXPORT FlutterViewId InternalFlutterWindows_WindowManager_CreateRegularWindow | ( | int64_t | engine_id, |
| const flutter::WindowCreationRequest * | request | ||
| ) |
Definition at line 117 of file window_manager.cc.
References flutter::WindowManager::CreateRegularWindow(), flutter::FlutterWindowsEngine::GetEngineForId(), and flutter::FlutterWindowsEngine::window_manager().
Referenced by flutter::testing::TEST_F().
| FLUTTER_EXPORT bool InternalFlutterWindows_WindowManager_GetFullscreen | ( | HWND | hwnd | ) |
Definition at line 174 of file window_manager.cc.
References flutter::HostWindow::GetFullscreen(), and flutter::HostWindow::GetThisFromHandle().
Referenced by flutter::testing::TEST_F().
| FLUTTER_EXPORT HWND InternalFlutterWindows_WindowManager_GetTopLevelWindowHandle | ( | int64_t | engine_id, |
| FlutterViewId | view_id | ||
| ) |
Definition at line 125 of file window_manager.cc.
References flutter::FlutterWindowsEngine::GetEngineForId(), flutter::FlutterWindowsView::GetWindowHandle(), and flutter::FlutterWindowsEngine::view().
Referenced by flutter::testing::TEST_F().
| FLUTTER_EXPORT flutter::ActualWindowSize InternalFlutterWindows_WindowManager_GetWindowContentSize | ( | HWND | hwnd | ) |
Definition at line 139 of file window_manager.cc.
References flutter::HostWindow::GetWindowContentSize().
Referenced by flutter::testing::TEST_F().
| FLUTTER_EXPORT bool InternalFlutterWindows_WindowManager_HasTopLevelWindows | ( | int64_t | engine_id | ) |
Definition at line 110 of file window_manager.cc.
References flutter::FlutterWindowsEngine::GetEngineForId(), flutter::WindowManager::HasTopLevelWindows(), and flutter::FlutterWindowsEngine::window_manager().
Referenced by flutter::testing::TEST_F().
| FLUTTER_EXPORT void InternalFlutterWindows_WindowManager_Initialize | ( | int64_t | engine_id, |
| const flutter::WindowingInitRequest * | request | ||
| ) |
Definition at line 102 of file window_manager.cc.
References flutter::FlutterWindowsEngine::GetEngineForId(), flutter::WindowManager::Initialize(), and flutter::FlutterWindowsEngine::window_manager().
Referenced by flutter::testing::TEST_F().
| FLUTTER_EXPORT void InternalFlutterWindows_WindowManager_SetFullscreen | ( | HWND | hwnd, |
| const flutter::FullscreenRequest * | request | ||
| ) |
Definition at line 161 of file window_manager.cc.
References flutter::FullscreenRequest::display_id, flutter::FullscreenRequest::fullscreen, flutter::HostWindow::GetThisFromHandle(), flutter::FullscreenRequest::has_display_id, and flutter::HostWindow::SetFullscreen().
Referenced by flutter::testing::TEST_F().
| FLUTTER_EXPORT void InternalFlutterWindows_WindowManager_SetWindowConstraints | ( | HWND | hwnd, |
| const flutter::WindowConstraints * | constraints | ||
| ) |
Definition at line 152 of file window_manager.cc.
References flutter::HostWindow::GetThisFromHandle(), and flutter::HostWindow::SetConstraints().
Referenced by flutter::testing::TEST_F().
| FLUTTER_EXPORT void InternalFlutterWindows_WindowManager_SetWindowSize | ( | HWND | hwnd, |
| const flutter::WindowSizeRequest * | size | ||
| ) |
Definition at line 143 of file window_manager.cc.
References flutter::HostWindow::GetThisFromHandle(), and flutter::HostWindow::SetContentSize().
Referenced by flutter::testing::TEST_F().