Flutter Engine Uber Docs
Docs for the entire Flutter Engine repo.
 
Loading...
Searching...
No Matches
flutter::FlutterWindow Class Reference

#include <flutter_window.h>

Inheritance diagram for flutter::FlutterWindow:
flutter::KeyboardManager::WindowDelegate flutter::WindowBindingHandler flutter::testing::MockWindow

Public Member Functions

 FlutterWindow (FlutterDesktopWindowRef window)
 
 ~FlutterWindow ()=default
 
 FlutterWindow (FlutterWindow const &)=delete
 
FlutterWindowoperator= (FlutterWindow const &)=delete
 
void SetHoverEnabled (bool enabled)
 
void SetTitle (const std::string &title)
 
void SetIcon (uint8_t *pixel_data, int width, int height)
 
WindowFrame GetFrame ()
 
void SetFrame (const WindowFrame &frame)
 
double GetScaleFactor ()
 
void SetPixelRatioOverride (double pixel_ratio)
 
void SetSizeLimits (FlutterDesktopSize minimum_size, FlutterDesktopSize maximum_size)
 
 FlutterWindow (int width, int height, std::shared_ptr< DisplayManagerWin32 > const &display_manager, std::shared_ptr< WindowsProcTable > windows_proc_table=nullptr, std::unique_ptr< TextInputManager > text_input_manager=nullptr)
 
virtual ~FlutterWindow ()
 
void InitializeChild (const char *title, unsigned int width, unsigned int height)
 
virtual BOOL Win32PeekMessage (LPMSG lpMsg, UINT wMsgFilterMin, UINT wMsgFilterMax, UINT wRemoveMsg) override
 
virtual uint32_t Win32MapVkToChar (uint32_t virtual_key) override
 
virtual UINT Win32DispatchMessage (UINT Msg, WPARAM wParam, LPARAM lParam) override
 
virtual void OnDpiScale (unsigned int dpi)
 
virtual void OnResize (unsigned int width, unsigned int height)
 
virtual void OnPaint ()
 
virtual void OnPointerMove (double x, double y, FlutterPointerDeviceKind device_kind, int32_t device_id, uint32_t rotation, uint32_t pressure, int modifiers_state)
 
virtual void OnPointerDown (double x, double y, FlutterPointerDeviceKind device_kind, int32_t device_id, UINT button, uint32_t rotation, uint32_t pressure)
 
virtual void OnPointerUp (double x, double y, FlutterPointerDeviceKind device_kind, int32_t device_id, UINT button)
 
virtual void OnPointerLeave (double x, double y, FlutterPointerDeviceKind device_kind, int32_t device_id)
 
virtual void OnText (const std::u16string &text) override
 
virtual void OnKey (int key, int scancode, int action, char32_t character, bool extended, bool was_down, KeyEventCallback callback) override
 
virtual void OnComposeBegin ()
 
virtual void OnComposeCommit ()
 
virtual void OnComposeEnd ()
 
virtual void OnComposeChange (const std::u16string &text, int cursor_pos)
 
virtual void OnCursorRectUpdated (const Rect &rect) override
 
virtual void OnResetImeComposing () override
 
virtual void OnUpdateSemanticsEnabled (bool enabled)
 
virtual void OnScroll (double delta_x, double delta_y, FlutterPointerDeviceKind device_kind, int32_t device_id)
 
virtual gfx::NativeViewAccessible GetNativeViewAccessible ()
 
virtual void SetView (WindowBindingHandlerDelegate *view) override
 
virtual HWND GetWindowHandle () override
 
virtual float GetDpiScale () override
 
virtual PhysicalWindowBounds GetPhysicalWindowBounds () override
 
virtual bool OnBitmapSurfaceCleared () override
 
virtual bool OnBitmapSurfaceUpdated (const void *allocation, size_t row_bytes, size_t height) override
 
virtual PointerLocation GetPrimaryPointerLocation () override
 
virtual FlutterEngineDisplayId GetDisplayId () override
 
virtual void OnThemeChange ()
 
virtual AlertPlatformNodeDelegateGetAlertDelegate () override
 
virtual ui::AXPlatformNodeWin * GetAlert () override
 
virtual bool Focus () override
 
virtual ui::AXFragmentRootDelegateWinGetAxFragmentRootDelegate ()
 
virtual void OnWindowStateEvent (WindowStateEvent event)
 
- Public Member Functions inherited from flutter::KeyboardManager::WindowDelegate
virtual ~WindowDelegate ()=default
 
- Public Member Functions inherited from flutter::WindowBindingHandler
virtual ~WindowBindingHandler ()=default
 

Protected Member Functions

 FlutterWindow ()
 
virtual LRESULT Win32DefWindowProc (HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam)
 
std::wstring NarrowToWide (const char *source)
 
LRESULT HandleMessage (UINT const message, WPARAM const wparam, LPARAM const lparam) noexcept
 
virtual LRESULT OnGetObject (UINT const message, WPARAM const wparam, LPARAM const lparam)
 
virtual void OnImeSetContext (UINT const message, WPARAM const wparam, LPARAM const lparam)
 
virtual void OnImeStartComposition (UINT const message, WPARAM const wparam, LPARAM const lparam)
 
virtual void OnImeComposition (UINT const message, WPARAM const wparam, LPARAM const lparam)
 
virtual void OnImeEndComposition (UINT const message, WPARAM const wparam, LPARAM const lparam)
 
virtual void OnImeRequest (UINT const message, WPARAM const wparam, LPARAM const lparam)
 
virtual void AbortImeComposing ()
 
virtual void UpdateCursorRect (const Rect &rect)
 
UINT GetCurrentDPI ()
 
UINT GetCurrentWidth ()
 
UINT GetCurrentHeight ()
 
virtual float GetScrollOffsetMultiplier ()
 

Protected Attributes

std::unique_ptr< AlertPlatformNodeDelegatealert_delegate_
 
std::unique_ptr< ui::AXPlatformNodeWin > alert_node_
 
std::unique_ptr< DirectManipulationOwnerdirect_manipulation_owner_
 

Friends

class WindowAXFragmentRootDelegate
 

Additional Inherited Members

- Public Types inherited from flutter::KeyboardManager::WindowDelegate
using KeyEventCallback = std::function< void(bool)>
 

Detailed Description

Definition at line 26 of file flutter_window.h.

Constructor & Destructor Documentation

◆ FlutterWindow() [1/4]

flutter::FlutterWindow::FlutterWindow ( FlutterDesktopWindowRef  window)
inlineexplicit

Definition at line 28 of file flutter_window.h.

28: window_(window) {}
GLFWwindow * window
Definition main.cc:60

◆ ~FlutterWindow() [1/2]

flutter::FlutterWindow::~FlutterWindow ( )
default

Definition at line 113 of file flutter_window.cc.

113 {
114 Destroy();
115}

◆ FlutterWindow() [2/4]

flutter::FlutterWindow::FlutterWindow ( FlutterWindow const &  )
delete

◆ FlutterWindow() [3/4]

flutter::FlutterWindow::FlutterWindow ( int  width,
int  height,
std::shared_ptr< DisplayManagerWin32 > const &  display_manager,
std::shared_ptr< WindowsProcTable windows_proc_table = nullptr,
std::unique_ptr< TextInputManager text_input_manager = nullptr 
)

Definition at line 77 of file flutter_window.cc.

83 : touch_id_generator_(kMinTouchDeviceId, kMaxTouchDeviceId),
84 display_manager_(display_manager),
85 windows_proc_table_(std::move(windows_proc_table)),
86 text_input_manager_(std::move(text_input_manager)),
87 ax_fragment_root_(nullptr) {
88 // Get the DPI of the primary monitor as the initial DPI. If Per-Monitor V2 is
89 // supported, |current_dpi_| should be updated in the
90 // kWmDpiChangedBeforeParent message.
91 current_dpi_ = GetDpiForHWND(nullptr);
92
93 // Get initial value for wheel scroll lines
94 // TODO: Listen to changes for this value
95 // https://github.com/flutter/flutter/issues/107248
96 UpdateScrollOffsetMultiplier();
97
98 if (windows_proc_table_ == nullptr) {
99 windows_proc_table_ = std::make_unique<WindowsProcTable>();
100 }
101 if (text_input_manager_ == nullptr) {
102 text_input_manager_ = std::make_unique<TextInputManager>();
103 }
104 keyboard_manager_ = std::make_unique<KeyboardManager>(this);
105
106 InitializeChild("FLUTTERVIEW", width, height);
107}
void InitializeChild(const char *title, unsigned int width, unsigned int height)
static const int kMaxTouchDeviceId
static const int kMinTouchDeviceId
UINT GetDpiForHWND(HWND hwnd)
Definition dpi_utils.cc:128
const DisplayManagerWin32 * display_manager
int32_t height
int32_t width

References flutter::GetDpiForHWND(), height, InitializeChild(), and width.

◆ ~FlutterWindow() [2/2]

virtual flutter::FlutterWindow::~FlutterWindow ( )
virtual

◆ FlutterWindow() [4/4]

flutter::FlutterWindow::FlutterWindow ( )
protected

Definition at line 110 of file flutter_window.cc.

111 : touch_id_generator_(kMinTouchDeviceId, kMaxTouchDeviceId) {}

Member Function Documentation

◆ AbortImeComposing()

void flutter::FlutterWindow::AbortImeComposing ( )
protectedvirtual

Definition at line 921 of file flutter_window.cc.

921 {
922 text_input_manager_->AbortComposing();
923}

Referenced by OnResetImeComposing().

◆ Focus()

bool flutter::FlutterWindow::Focus ( )
overridevirtual

Implements flutter::WindowBindingHandler.

Definition at line 138 of file flutter_window.cc.

138 {
139 auto hwnd = GetWindowHandle();
140 if (hwnd == nullptr) {
141 return false;
142 }
143
144 HWND prevFocus = ::SetFocus(hwnd);
145 if (prevFocus == nullptr) {
146 return false;
147 }
148
149 return true;
150}
virtual HWND GetWindowHandle() override

References GetWindowHandle().

◆ GetAlert()

ui::AXPlatformNodeWin * flutter::FlutterWindow::GetAlert ( )
overridevirtual

Implements flutter::WindowBindingHandler.

Definition at line 339 of file flutter_window.cc.

339 {
340 CreateAxFragmentRoot();
341 return alert_node_.get();
342}
std::unique_ptr< ui::AXPlatformNodeWin > alert_node_

References alert_node_.

◆ GetAlertDelegate()

AlertPlatformNodeDelegate * flutter::FlutterWindow::GetAlertDelegate ( )
overridevirtual

Implements flutter::WindowBindingHandler.

Definition at line 334 of file flutter_window.cc.

334 {
335 CreateAxFragmentRoot();
336 return alert_delegate_.get();
337}
std::unique_ptr< AlertPlatformNodeDelegate > alert_delegate_

References alert_delegate_.

◆ GetAxFragmentRootDelegate()

ui::AXFragmentRootDelegateWin * flutter::FlutterWindow::GetAxFragmentRootDelegate ( )
virtual

Definition at line 330 of file flutter_window.cc.

330 {
331 return binding_handler_delegate_->GetAxFragmentRootDelegate();
332}
virtual ui::AXFragmentRootDelegateWin * GetAxFragmentRootDelegate()=0

References flutter::WindowBindingHandlerDelegate::GetAxFragmentRootDelegate().

◆ GetCurrentDPI()

UINT flutter::FlutterWindow::GetCurrentDPI ( )
protected

Definition at line 929 of file flutter_window.cc.

929 {
930 return current_dpi_;
931}

Referenced by flutter::testing::MockWindow::GetDpi(), and GetDpiScale().

◆ GetCurrentHeight()

UINT flutter::FlutterWindow::GetCurrentHeight ( )
protected

Definition at line 937 of file flutter_window.cc.

937 {
938 return current_height_;
939}

Referenced by GetPhysicalWindowBounds().

◆ GetCurrentWidth()

UINT flutter::FlutterWindow::GetCurrentWidth ( )
protected

Definition at line 933 of file flutter_window.cc.

933 {
934 return current_width_;
935}

Referenced by GetPhysicalWindowBounds().

◆ GetDisplayId()

FlutterEngineDisplayId flutter::FlutterWindow::GetDisplayId ( )
overridevirtual

Implements flutter::WindowBindingHandler.

Definition at line 316 of file flutter_window.cc.

316 {
317 FlutterEngineDisplayId const display_id =
318 reinterpret_cast<FlutterEngineDisplayId>(
319 MonitorFromWindow(GetWindowHandle(), MONITOR_DEFAULTTONEAREST));
320 if (!display_manager_->FindById(display_id)) {
321 FML_LOG(ERROR) << "Current monitor not found in display list.";
322 }
323 return display_id;
324}
uint64_t FlutterEngineDisplayId
Definition embedder.h:1050
#define FML_LOG(severity)
Definition logging.h:101

References FML_LOG, and GetWindowHandle().

◆ GetDpiScale()

float flutter::FlutterWindow::GetDpiScale ( )
overridevirtual

Implements flutter::WindowBindingHandler.

Definition at line 130 of file flutter_window.cc.

130 {
131 return static_cast<float>(GetCurrentDPI()) / static_cast<float>(base_dpi);
132}

References GetCurrentDPI().

Referenced by OnCursorRectUpdated().

◆ GetFrame()

WindowFrame flutter::FlutterWindow::GetFrame ( )
inline

Definition at line 61 of file flutter_window.h.

61 {
62 WindowFrame frame = {};
63 FlutterDesktopWindowGetFrame(window_, &frame.left, &frame.top, &frame.width,
64 &frame.height);
65 return frame;
66 }
void FlutterDesktopWindowGetFrame(FlutterDesktopWindowRef flutter_window, int *x, int *y, int *width, int *height)

References FlutterDesktopWindowGetFrame(), flutter::WindowFrame::height, flutter::WindowFrame::left, flutter::WindowFrame::top, and flutter::WindowFrame::width.

◆ GetNativeViewAccessible()

gfx::NativeViewAccessible flutter::FlutterWindow::GetNativeViewAccessible ( )
virtual

Definition at line 301 of file flutter_window.cc.

301 {
302 if (binding_handler_delegate_ == nullptr) {
303 return nullptr;
304 }
305
306 return binding_handler_delegate_->GetNativeViewAccessible();
307}
virtual gfx::NativeViewAccessible GetNativeViewAccessible()=0

References flutter::WindowBindingHandlerDelegate::GetNativeViewAccessible().

Referenced by OnGetObject().

◆ GetPhysicalWindowBounds()

PhysicalWindowBounds flutter::FlutterWindow::GetPhysicalWindowBounds ( )
overridevirtual

Implements flutter::WindowBindingHandler.

Definition at line 134 of file flutter_window.cc.

134 {
135 return {GetCurrentWidth(), GetCurrentHeight()};
136}

References GetCurrentHeight(), and GetCurrentWidth().

◆ GetPrimaryPointerLocation()

PointerLocation flutter::FlutterWindow::GetPrimaryPointerLocation ( )
overridevirtual

Implements flutter::WindowBindingHandler.

Definition at line 309 of file flutter_window.cc.

309 {
310 POINT point;
311 GetCursorPos(&point);
312 ScreenToClient(GetWindowHandle(), &point);
313 return {(size_t)point.x, (size_t)point.y};
314}

References GetWindowHandle().

◆ GetScaleFactor()

double flutter::FlutterWindow::GetScaleFactor ( )
inline

Definition at line 79 of file flutter_window.h.

79 {
81 }
double FlutterDesktopWindowGetScaleFactor(FlutterDesktopWindowRef flutter_window)

References FlutterDesktopWindowGetScaleFactor().

◆ GetScrollOffsetMultiplier()

float flutter::FlutterWindow::GetScrollOffsetMultiplier ( )
protectedvirtual

Definition at line 941 of file flutter_window.cc.

941 {
942 return scroll_offset_multiplier_;
943}

Referenced by OnScroll().

◆ GetWindowHandle()

HWND flutter::FlutterWindow::GetWindowHandle ( )
overridevirtual

◆ HandleMessage()

LRESULT flutter::FlutterWindow::HandleMessage ( UINT const  message,
WPARAM const  wparam,
LPARAM const  lparam 
)
protectednoexcept

Definition at line 516 of file flutter_window.cc.

518 {
519 LPARAM result_lparam = lparam;
520 int x_pos = 0, y_pos = 0;
521 UINT width = 0, height = 0;
522 UINT button_pressed = 0;
523 FlutterPointerDeviceKind device_kind;
524
525 switch (message) {
526 case kWmDpiChangedBeforeParent:
527 current_dpi_ = GetDpiForHWND(window_handle_);
528 OnDpiScale(current_dpi_);
529 return 0;
530 case WM_SIZE:
531 width = LOWORD(lparam);
532 height = HIWORD(lparam);
533
534 current_width_ = width;
535 current_height_ = height;
536 HandleResize(width, height);
537
540 break;
541 case WM_PAINT:
542 OnPaint();
543 break;
544 case WM_POINTERDOWN:
545 case WM_POINTERUPDATE:
546 case WM_POINTERUP:
547 case WM_POINTERLEAVE: {
548 POINT pt = {GET_X_LPARAM(lparam), GET_Y_LPARAM(lparam)};
549 ScreenToClient(window_handle_, &pt);
550 auto const x = static_cast<double>(pt.x);
551 auto const y = static_cast<double>(pt.y);
552 auto const pointerId = GET_POINTERID_WPARAM(wparam);
553 POINTER_INFO pointerInfo;
554 if (windows_proc_table_->GetPointerInfo(pointerId, &pointerInfo)) {
555 UINT32 pressure = 0;
556 UINT32 rotation = 0;
557 if (pointerInfo.pointerType == PT_PEN) {
558 POINTER_PEN_INFO penInfo;
559 if (windows_proc_table_->GetPointerPenInfo(pointerId, &penInfo)) {
560 pressure = penInfo.pressure;
561 rotation = penInfo.rotation;
562 }
563 }
564 auto touch_id = touch_id_generator_.GetGeneratedId(pointerId);
566 switch (pointerInfo.pointerType) {
567 case PT_TOUCH:
568 device_kind = kFlutterPointerDeviceKindTouch;
569 break;
570 case PT_PEN:
572 break;
573 case PT_MOUSE:
574 device_kind = kFlutterPointerDeviceKindMouse;
575 break;
576 case PT_TOUCHPAD:
578 break;
579 default:
580 FML_LOG(ERROR) << "Unrecognized device key "
581 << pointerInfo.pointerType;
582 break;
583 }
584 if (message == WM_POINTERDOWN) {
585 OnPointerDown(x, y, device_kind, touch_id, WM_LBUTTONDOWN, rotation,
586 pressure);
587 } else if (message == WM_POINTERUPDATE) {
588 OnPointerMove(x, y, device_kind, touch_id, rotation, pressure,
589 /* modifiers_state=*/0);
590 } else if (message == WM_POINTERUP) {
591 OnPointerUp(x, y, device_kind, touch_id, WM_LBUTTONUP);
592 // keep tracking the pointer (especially important for stylus)
593 // This allows a stylus to "hover" over the window
594 } else if (message == WM_POINTERLEAVE) {
595 OnPointerLeave(x, y, device_kind, touch_id);
596 touch_id_generator_.ReleaseNumber(pointerId);
597 }
598 }
599 break;
600 }
601 case WM_MOUSEMOVE:
602 device_kind = GetFlutterPointerDeviceKind();
603 if (device_kind == kFlutterPointerDeviceKindMouse) {
604 TrackMouseLeaveEvent(window_handle_);
605
606 x_pos = GET_X_LPARAM(lparam);
607 y_pos = GET_Y_LPARAM(lparam);
608 mouse_x_ = static_cast<double>(x_pos);
609 mouse_y_ = static_cast<double>(y_pos);
610
611 int mods = 0;
612 if (wparam & MK_CONTROL) {
613 mods |= kControl;
614 }
615 if (wparam & MK_SHIFT) {
616 mods |= kShift;
617 }
618 OnPointerMove(mouse_x_, mouse_y_, device_kind, kDefaultPointerDeviceId,
619 /*rotation=*/0, /*pressure=*/0, mods);
620 }
621 break;
622 case WM_MOUSELEAVE:
623 device_kind = GetFlutterPointerDeviceKind();
624 if (device_kind == kFlutterPointerDeviceKindMouse) {
625 OnPointerLeave(mouse_x_, mouse_y_, device_kind,
626 kDefaultPointerDeviceId);
627 }
628
629 // Once the tracked event is received, the TrackMouseEvent function
630 // resets. Set to false to make sure it's called once mouse movement is
631 // detected again.
632 tracking_mouse_leave_ = false;
633 break;
634 case WM_SETCURSOR: {
635 UINT hit_test_result = LOWORD(lparam);
636 if (hit_test_result == HTCLIENT) {
637 // Halt further processing to prevent DefWindowProc from setting the
638 // cursor back to the registered class cursor.
639 return TRUE;
640 }
641 break;
642 }
643 case WM_SETFOCUS:
645 ::CreateCaret(window_handle_, nullptr, 1, 1);
646 break;
647 case WM_KILLFOCUS:
649 ::DestroyCaret();
650 break;
651 case WM_LBUTTONDOWN:
652 case WM_RBUTTONDOWN:
653 case WM_MBUTTONDOWN:
654 case WM_XBUTTONDOWN:
655 device_kind = GetFlutterPointerDeviceKind();
656 if (device_kind != kFlutterPointerDeviceKindMouse) {
657 break;
658 }
659
660 if (message == WM_LBUTTONDOWN) {
661 // Capture the pointer in case the user drags outside the client area.
662 // In this case, the "mouse leave" event is delayed until the user
663 // releases the button. It's only activated on left click given that
664 // it's more common for apps to handle dragging with only the left
665 // button.
666 SetCapture(window_handle_);
667 }
668 button_pressed = message;
669 if (message == WM_XBUTTONDOWN) {
670 button_pressed = GET_XBUTTON_WPARAM(wparam);
671 }
672 x_pos = GET_X_LPARAM(lparam);
673 y_pos = GET_Y_LPARAM(lparam);
674 OnPointerDown(static_cast<double>(x_pos), static_cast<double>(y_pos),
675 device_kind, kDefaultPointerDeviceId, button_pressed,
676 /*rotation=*/0, /*pressure=*/0);
677 break;
678 case WM_LBUTTONUP:
679 case WM_RBUTTONUP:
680 case WM_MBUTTONUP:
681 case WM_XBUTTONUP:
682 device_kind = GetFlutterPointerDeviceKind();
683 if (device_kind != kFlutterPointerDeviceKindMouse) {
684 break;
685 }
686
687 if (message == WM_LBUTTONUP) {
688 ReleaseCapture();
689 }
690 button_pressed = message;
691 if (message == WM_XBUTTONUP) {
692 button_pressed = GET_XBUTTON_WPARAM(wparam);
693 }
694 x_pos = GET_X_LPARAM(lparam);
695 y_pos = GET_Y_LPARAM(lparam);
696 OnPointerUp(static_cast<double>(x_pos), static_cast<double>(y_pos),
697 device_kind, kDefaultPointerDeviceId, button_pressed);
698 break;
699 case WM_MOUSEWHEEL:
700 OnScroll(0.0,
701 -(static_cast<short>(HIWORD(wparam)) /
702 static_cast<double>(WHEEL_DELTA)),
703 kFlutterPointerDeviceKindMouse, kDefaultPointerDeviceId);
704 break;
705 case WM_MOUSEHWHEEL:
706 OnScroll((static_cast<short>(HIWORD(wparam)) /
707 static_cast<double>(WHEEL_DELTA)),
708 0.0, kFlutterPointerDeviceKindMouse, kDefaultPointerDeviceId);
709 break;
710 case WM_GETOBJECT: {
711 LRESULT lresult = OnGetObject(message, wparam, lparam);
712 if (lresult) {
713 return lresult;
714 }
715 break;
716 }
717 case WM_TIMER:
718 if (wparam == kDirectManipulationTimer) {
720 return 0;
721 }
722 break;
723 case DM_POINTERHITTEST: {
725 UINT contact_id = GET_POINTERID_WPARAM(wparam);
726 POINTER_INPUT_TYPE pointer_type;
727 if (windows_proc_table_->GetPointerType(contact_id, &pointer_type) &&
728 pointer_type == PT_TOUCHPAD) {
729 direct_manipulation_owner_->SetContact(contact_id);
730 }
731 }
732 break;
733 }
734 case WM_INPUTLANGCHANGE:
735 // TODO(cbracken): pass this to TextInputManager to aid with
736 // language-specific issues.
737 break;
738 case WM_IME_SETCONTEXT:
739 OnImeSetContext(message, wparam, lparam);
740 // Strip the ISC_SHOWUICOMPOSITIONWINDOW bit from lparam before passing
741 // it to DefWindowProc() so that the composition window is hidden since
742 // Flutter renders the composing string itself.
743 result_lparam &= ~ISC_SHOWUICOMPOSITIONWINDOW;
744 break;
745 case WM_IME_STARTCOMPOSITION:
746 OnImeStartComposition(message, wparam, lparam);
747 // Suppress further processing by DefWindowProc() so that the default
748 // system IME style isn't used, but rather the one set in the
749 // WM_IME_SETCONTEXT handler.
750 return TRUE;
751 case WM_IME_COMPOSITION:
752 OnImeComposition(message, wparam, lparam);
753 if (lparam & GCS_RESULTSTR || lparam & GCS_COMPSTR) {
754 // Suppress further processing by DefWindowProc() since otherwise it
755 // will emit the result string as WM_CHAR messages on commit. Instead,
756 // committing the composing text to the EditableText string is handled
757 // in TextInputModel::CommitComposing, triggered by
758 // OnImeEndComposition().
759 return TRUE;
760 }
761 break;
762 case WM_IME_ENDCOMPOSITION:
763 OnImeEndComposition(message, wparam, lparam);
764 return TRUE;
765 case WM_IME_REQUEST:
766 OnImeRequest(message, wparam, lparam);
767 break;
768 case WM_UNICHAR: {
769 // Tell third-pary app, we can support Unicode.
770 if (wparam == UNICODE_NOCHAR)
771 return TRUE;
772 // DefWindowProc will send WM_CHAR for this WM_UNICHAR.
773 break;
774 }
775 case WM_THEMECHANGED:
777 break;
778 case WM_DEADCHAR:
779 case WM_SYSDEADCHAR:
780 case WM_CHAR:
781 case WM_SYSCHAR:
782 case WM_KEYDOWN:
783 case WM_SYSKEYDOWN:
784 case WM_KEYUP:
785 case WM_SYSKEYUP:
786 if (keyboard_manager_->HandleMessage(message, wparam, lparam)) {
787 return 0;
788 }
789 // Prevent default proc for WM_SYSKEYUP which unfocuses the window
790 // and sends WM_MOUSELEAVE.
791 if (message == WM_SYSKEYUP) {
792 return 0;
793 }
794 break;
795 }
796
797 return Win32DefWindowProc(window_handle_, message, wparam, result_lparam);
798}
virtual void OnPointerMove(double x, double y, FlutterPointerDeviceKind device_kind, int32_t device_id, uint32_t rotation, uint32_t pressure, int modifiers_state)
virtual void OnPointerLeave(double x, double y, FlutterPointerDeviceKind device_kind, int32_t device_id)
virtual void OnThemeChange()
virtual void OnPointerDown(double x, double y, FlutterPointerDeviceKind device_kind, int32_t device_id, UINT button, uint32_t rotation, uint32_t pressure)
virtual void OnImeRequest(UINT const message, WPARAM const wparam, LPARAM const lparam)
virtual LRESULT Win32DefWindowProc(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam)
virtual void OnImeStartComposition(UINT const message, WPARAM const wparam, LPARAM const lparam)
virtual void OnScroll(double delta_x, double delta_y, FlutterPointerDeviceKind device_kind, int32_t device_id)
virtual void OnPointerUp(double x, double y, FlutterPointerDeviceKind device_kind, int32_t device_id, UINT button)
std::unique_ptr< DirectManipulationOwner > direct_manipulation_owner_
virtual void OnImeSetContext(UINT const message, WPARAM const wparam, LPARAM const lparam)
virtual void OnWindowStateEvent(WindowStateEvent event)
virtual void OnImeComposition(UINT const message, WPARAM const wparam, LPARAM const lparam)
virtual void OnDpiScale(unsigned int dpi)
virtual LRESULT OnGetObject(UINT const message, WPARAM const wparam, LPARAM const lparam)
virtual void OnImeEndComposition(UINT const message, WPARAM const wparam, LPARAM const lparam)
uint32_t GetGeneratedId(uint32_t number)
int32_t x
FlutterPointerDeviceKind
The device type that created a pointer event.
Definition embedder.h:1309
@ kFlutterPointerDeviceKindTouch
Definition embedder.h:1311
@ kFlutterPointerDeviceKindTrackpad
Definition embedder.h:1313
@ kFlutterPointerDeviceKindStylus
Definition embedder.h:1312
@ kFlutterPointerDeviceKindMouse
Definition embedder.h:1310
const char * message
return TRUE
double y
constexpr int kShift
WindowStateEvent
An event representing a change in window state that may update the.
constexpr int kControl
LONG_PTR LRESULT
unsigned int UINT
LONG_PTR LPARAM

References FML_LOG, flutter::GetDpiForHWND(), height, flutter::kControl, kFlutterPointerDeviceKindMouse, kFlutterPointerDeviceKindStylus, kFlutterPointerDeviceKindTouch, kFlutterPointerDeviceKindTrackpad, flutter::kFocus, flutter::kHide, flutter::kShift, flutter::kShow, flutter::kUnfocus, message, TRUE, width, x, and y.

Referenced by flutter::testing::MockWindow::InjectWindowMessage().

◆ InitializeChild()

void flutter::FlutterWindow::InitializeChild ( const char *  title,
unsigned int  width,
unsigned int  height 
)

Definition at line 413 of file flutter_window.cc.

415 {
416 Destroy();
417 std::wstring converted_title = NarrowToWide(title);
418
419 WNDCLASS window_class = RegisterWindowClass(converted_title);
420
421 auto* result = CreateWindowEx(
422 0, window_class.lpszClassName, converted_title.c_str(),
423 WS_CHILD | WS_VISIBLE, CW_DEFAULT, CW_DEFAULT, width, height,
424 HWND_MESSAGE, nullptr, window_class.hInstance, this);
425
426 if (result == nullptr) {
427 auto error = GetLastError();
428 LPWSTR message = nullptr;
429 size_t size = FormatMessageW(
430 FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM |
431 FORMAT_MESSAGE_IGNORE_INSERTS,
432 NULL, error, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT),
433 reinterpret_cast<LPWSTR>(&message), 0, NULL);
434 OutputDebugString(message);
435 LocalFree(message);
436 }
437 SetUserObjectInformationA(GetCurrentProcess(),
438 UOI_TIMERPROC_EXCEPTION_SUPPRESSION, FALSE, 1);
439 // SetTimer is not precise, if a 16 ms interval is requested, it will instead
440 // often fire in an interval of 32 ms. Providing a value of 14 will ensure it
441 // runs every 16 ms, which will allow for 60 Hz trackpad gesture events, which
442 // is the maximal frequency supported by SetTimer.
443 SetTimer(result, kDirectManipulationTimer, 14, nullptr);
444 direct_manipulation_owner_ = std::make_unique<DirectManipulationOwner>(this);
446}
std::wstring NarrowToWide(const char *source)
const uint8_t uint32_t uint32_t GError ** error
it will be possible to load the file into Perfetto s trace viewer use test Running tests that layout and measure text will not yield consistent results across various platforms Enabling this option will make font resolution default to the Ahem test font on all disable asset Prevents usage of any non test fonts unless they were explicitly Loaded via prefetched default font Indicates whether the embedding started a prefetch of the default font manager before creating the engine run In non interactive keep the shell running after the Dart script has completed enable serial On low power devices with low core running concurrent GC tasks on threads can cause them to contend with the UI thread which could potentially lead to jank This option turns off all concurrent GC activities domain network JSON encoded network policy per domain This overrides the DisallowInsecureConnections switch Embedder can specify whether to allow or disallow insecure connections at a domain level old gen heap size
WINBASEAPI _Check_return_ _Post_equals_last_error_ DWORD WINAPI GetLastError(VOID)

References direct_manipulation_owner_, error, GetLastError(), height, message, NarrowToWide(), flutter::size, and width.

Referenced by FlutterWindow().

◆ NarrowToWide()

std::wstring flutter::FlutterWindow::NarrowToWide ( const char *  source)
protected

Definition at line 470 of file flutter_window.cc.

470 {
471 size_t length = strlen(source);
472 size_t outlen = 0;
473 std::wstring wideTitle(length, L'#');
474 mbstowcs_s(&outlen, &wideTitle[0], length + 1, source, length);
475 return wideTitle;
476}
size_t length

References length.

Referenced by InitializeChild().

◆ OnBitmapSurfaceCleared()

bool flutter::FlutterWindow::OnBitmapSurfaceCleared ( )
overridevirtual

Implements flutter::WindowBindingHandler.

Definition at line 276 of file flutter_window.cc.

276 {
277 HDC dc = ::GetDC(GetWindowHandle());
278 bool result = ::PatBlt(dc, 0, 0, current_width_, current_height_, BLACKNESS);
279 ::ReleaseDC(GetWindowHandle(), dc);
280 return result;
281}

References GetWindowHandle().

◆ OnBitmapSurfaceUpdated()

bool flutter::FlutterWindow::OnBitmapSurfaceUpdated ( const void *  allocation,
size_t  row_bytes,
size_t  height 
)
overridevirtual

Implements flutter::WindowBindingHandler.

Definition at line 283 of file flutter_window.cc.

285 {
286 HDC dc = ::GetDC(GetWindowHandle());
287 BITMAPINFO bmi = {};
288 bmi.bmiHeader.biSize = sizeof(BITMAPINFOHEADER);
289 bmi.bmiHeader.biWidth = row_bytes / 4;
290 bmi.bmiHeader.biHeight = -height;
291 bmi.bmiHeader.biPlanes = 1;
292 bmi.bmiHeader.biBitCount = 32;
293 bmi.bmiHeader.biCompression = BI_RGB;
294 bmi.bmiHeader.biSizeImage = 0;
295 int ret = ::SetDIBitsToDevice(dc, 0, 0, row_bytes / 4, height, 0, 0, 0,
296 height, allocation, &bmi, DIB_RGB_COLORS);
297 ::ReleaseDC(GetWindowHandle(), dc);
298 return ret != 0;
299}

References GetWindowHandle(), and height.

Referenced by flutter::testing::TEST_F().

◆ OnComposeBegin()

void flutter::FlutterWindow::OnComposeBegin ( )
virtual

Definition at line 230 of file flutter_window.cc.

230 {
231 binding_handler_delegate_->OnComposeBegin();
232}

References flutter::WindowBindingHandlerDelegate::OnComposeBegin().

Referenced by OnImeStartComposition().

◆ OnComposeChange()

void flutter::FlutterWindow::OnComposeChange ( const std::u16string &  text,
int  cursor_pos 
)
virtual

Definition at line 242 of file flutter_window.cc.

243 {
244 binding_handler_delegate_->OnComposeChange(text, cursor_pos);
245}
virtual void OnComposeChange(const std::u16string &text, int cursor_pos)=0
std::u16string text

References flutter::WindowBindingHandlerDelegate::OnComposeChange(), and text.

Referenced by OnImeComposition().

◆ OnComposeCommit()

void flutter::FlutterWindow::OnComposeCommit ( )
virtual

Definition at line 234 of file flutter_window.cc.

234 {
235 binding_handler_delegate_->OnComposeCommit();
236}

References flutter::WindowBindingHandlerDelegate::OnComposeCommit().

Referenced by OnImeComposition().

◆ OnComposeEnd()

void flutter::FlutterWindow::OnComposeEnd ( )
virtual

Definition at line 238 of file flutter_window.cc.

238 {
239 binding_handler_delegate_->OnComposeEnd();
240}

References flutter::WindowBindingHandlerDelegate::OnComposeEnd().

Referenced by OnImeEndComposition().

◆ OnCursorRectUpdated()

void flutter::FlutterWindow::OnCursorRectUpdated ( const Rect rect)
overridevirtual

Implements flutter::WindowBindingHandler.

Definition at line 264 of file flutter_window.cc.

264 {
265 // Convert the rect from Flutter logical coordinates to device coordinates.
266 auto scale = GetDpiScale();
267 Point origin(rect.left() * scale, rect.top() * scale);
268 Size size(rect.width() * scale, rect.height() * scale);
269 UpdateCursorRect(Rect(origin, size));
270}
virtual void UpdateCursorRect(const Rect &rect)
virtual float GetDpiScale() override
TRect< Scalar > Rect
Definition rect.h:822
TPoint< Scalar > Point
Definition point.h:426
TSize< Scalar > Size
Definition size.h:159

References GetDpiScale(), flutter::Rect::height(), flutter::Rect::left(), flutter::size, flutter::Rect::top(), UpdateCursorRect(), and flutter::Rect::width().

◆ OnDpiScale()

void flutter::FlutterWindow::OnDpiScale ( unsigned int  dpi)
virtual

Definition at line 152 of file flutter_window.cc.

152{};

◆ OnGetObject()

LRESULT flutter::FlutterWindow::OnGetObject ( UINT const  message,
WPARAM const  wparam,
LPARAM const  lparam 
)
protectedvirtual

Definition at line 800 of file flutter_window.cc.

802 {
803 LRESULT reference_result = static_cast<LRESULT>(0L);
804
805 // Only the lower 32 bits of lparam are valid when checking the object id
806 // because it sometimes gets sign-extended incorrectly (but not always).
807 DWORD obj_id = static_cast<DWORD>(static_cast<DWORD_PTR>(lparam));
808
809 bool is_uia_request = static_cast<DWORD>(UiaRootObjectId) == obj_id;
810 bool is_msaa_request = static_cast<DWORD>(OBJID_CLIENT) == obj_id;
811
812 if (is_uia_request || is_msaa_request) {
813 // On Windows, we don't get a notification that the screen reader has been
814 // enabled or disabled. There is an API to query for screen reader state,
815 // but that state isn't set by all screen readers, including by Narrator,
816 // the screen reader that ships with Windows:
817 // https://docs.microsoft.com/en-us/windows/win32/winauto/screen-reader-parameter
818 //
819 // Instead, we enable semantics in Flutter if Windows issues queries for
820 // Microsoft Active Accessibility (MSAA) COM objects.
822 }
823
825 // TODO(schectman): UIA is currently disabled by default.
826 // https://github.com/flutter/flutter/issues/114547
827 if (root_view) {
828 CreateAxFragmentRoot();
829 if (is_uia_request) {
830#ifdef FLUTTER_ENGINE_USE_UIA
831 // Retrieve UIA object for the root view.
832 Microsoft::WRL::ComPtr<IRawElementProviderSimple> root;
833 if (SUCCEEDED(
834 ax_fragment_root_->GetNativeViewAccessible()->QueryInterface(
835 IID_PPV_ARGS(&root)))) {
836 // Return the UIA object via UiaReturnRawElementProvider(). See:
837 // https://docs.microsoft.com/en-us/windows/win32/winauto/wm-getobject
838 reference_result = UiaReturnRawElementProvider(window_handle_, wparam,
839 lparam, root.Get());
840 } else {
841 FML_LOG(ERROR) << "Failed to query AX fragment root.";
842 }
843#endif // FLUTTER_ENGINE_USE_UIA
844 } else if (is_msaa_request) {
845 // Create the accessibility root if it does not already exist.
846 // Return the IAccessible for the root view.
847 Microsoft::WRL::ComPtr<IAccessible> root;
848 ax_fragment_root_->GetNativeViewAccessible()->QueryInterface(
849 IID_PPV_ARGS(&root));
850 reference_result = LresultFromObject(IID_IAccessible, wparam, root.Get());
851 }
852 }
853 return reference_result;
854}
virtual void OnUpdateSemanticsEnabled(bool enabled)
virtual gfx::NativeViewAccessible GetNativeViewAccessible()
UnimplementedNativeViewAccessible * NativeViewAccessible
#define SUCCEEDED(hr)
unsigned long DWORD

References FML_LOG, GetNativeViewAccessible(), OnUpdateSemanticsEnabled(), and SUCCEEDED.

◆ OnImeComposition()

void flutter::FlutterWindow::OnImeComposition ( UINT const  message,
WPARAM const  wparam,
LPARAM const  lparam 
)
protectedvirtual

Definition at line 871 of file flutter_window.cc.

873 {
874 // Update the IME window position.
875 text_input_manager_->UpdateImeWindow();
876
877 if (lparam == 0) {
878 OnComposeChange(u"", 0);
880 }
881
882 // Process GCS_RESULTSTR at fisrt, because Google Japanese Input and ATOK
883 // send both GCS_RESULTSTR and GCS_COMPSTR to commit composed text and send
884 // new composing text.
885 if (lparam & GCS_RESULTSTR) {
886 // Commit but don't end composing.
887 // Read the committed composing string.
888 long pos = text_input_manager_->GetComposingCursorPosition();
889 std::optional<std::u16string> text = text_input_manager_->GetResultString();
890 if (text) {
891 OnComposeChange(text.value(), pos);
893 }
894 }
895 if (lparam & GCS_COMPSTR) {
896 // Read the in-progress composing string.
897 long pos = text_input_manager_->GetComposingCursorPosition();
898 std::optional<std::u16string> text =
899 text_input_manager_->GetComposingString();
900 if (text) {
901 OnComposeChange(text.value(), pos);
902 }
903 }
904}
virtual void OnComposeCommit()
virtual void OnComposeChange(const std::u16string &text, int cursor_pos)

References OnComposeChange(), OnComposeCommit(), and text.

Referenced by flutter::testing::MockWindow::CallOnImeComposition().

◆ OnImeEndComposition()

void flutter::FlutterWindow::OnImeEndComposition ( UINT const  message,
WPARAM const  wparam,
LPARAM const  lparam 
)
protectedvirtual

Definition at line 906 of file flutter_window.cc.

908 {
909 text_input_manager_->DestroyImeWindow();
910 OnComposeEnd();
911}
virtual void OnComposeEnd()

References OnComposeEnd().

◆ OnImeRequest()

void flutter::FlutterWindow::OnImeRequest ( UINT const  message,
WPARAM const  wparam,
LPARAM const  lparam 
)
protectedvirtual

Definition at line 913 of file flutter_window.cc.

915 {
916 // TODO(cbracken): Handle IMR_RECONVERTSTRING, IMR_DOCUMENTFEED,
917 // and IMR_QUERYCHARPOSITION messages.
918 // https://github.com/flutter/flutter/issues/74547
919}

◆ OnImeSetContext()

void flutter::FlutterWindow::OnImeSetContext ( UINT const  message,
WPARAM const  wparam,
LPARAM const  lparam 
)
protectedvirtual

Definition at line 856 of file flutter_window.cc.

858 {
859 if (wparam != 0) {
860 text_input_manager_->CreateImeWindow();
861 }
862}

◆ OnImeStartComposition()

void flutter::FlutterWindow::OnImeStartComposition ( UINT const  message,
WPARAM const  wparam,
LPARAM const  lparam 
)
protectedvirtual

Definition at line 864 of file flutter_window.cc.

866 {
867 text_input_manager_->CreateImeWindow();
869}
virtual void OnComposeBegin()

References OnComposeBegin().

◆ OnKey()

void flutter::FlutterWindow::OnKey ( int  key,
int  scancode,
int  action,
char32_t  character,
bool  extended,
bool  was_down,
KeyEventCallback  callback 
)
overridevirtual

Implements flutter::KeyboardManager::WindowDelegate.

Definition at line 219 of file flutter_window.cc.

225 {
226 binding_handler_delegate_->OnKey(key, scancode, action, character, extended,
227 was_down, std::move(callback));
228}
virtual void OnKey(int key, int scancode, int action, char32_t character, bool extended, bool was_down, KeyEventCallback callback)=0
FlutterDesktopBinaryReply callback

References action, callback, character, extended, key, flutter::WindowBindingHandlerDelegate::OnKey(), scancode, and was_down.

◆ OnPaint()

void flutter::FlutterWindow::OnPaint ( )
virtual

Definition at line 162 of file flutter_window.cc.

162 {
163 if (binding_handler_delegate_ != nullptr) {
164 binding_handler_delegate_->OnWindowRepaint();
165 }
166}

References flutter::WindowBindingHandlerDelegate::OnWindowRepaint().

◆ OnPointerDown()

void flutter::FlutterWindow::OnPointerDown ( double  x,
double  y,
FlutterPointerDeviceKind  device_kind,
int32_t  device_id,
UINT  button,
uint32_t  rotation,
uint32_t  pressure 
)
virtual

Definition at line 179 of file flutter_window.cc.

185 {
186 uint64_t flutter_button = ConvertWinButtonToFlutterButton(button);
187 if (flutter_button != 0) {
188 binding_handler_delegate_->OnPointerDown(
189 x, y, device_kind, device_id,
190 static_cast<FlutterPointerMouseButtons>(flutter_button), rotation,
191 pressure);
192 }
193}
virtual void OnPointerDown(double x, double y, FlutterPointerDeviceKind device_kind, int32_t device_id, FlutterPointerMouseButtons button, uint32_t rotation, uint32_t pressure)=0
FlutterPointerMouseButtons
Definition embedder.h:1318

References flutter::WindowBindingHandlerDelegate::OnPointerDown(), x, and y.

Referenced by flutter::testing::TEST_F().

◆ OnPointerLeave()

void flutter::FlutterWindow::OnPointerLeave ( double  x,
double  y,
FlutterPointerDeviceKind  device_kind,
int32_t  device_id 
)
virtual

Definition at line 208 of file flutter_window.cc.

211 {
212 binding_handler_delegate_->OnPointerLeave(x, y, device_kind, device_id);
213}
virtual void OnPointerLeave(double x, double y, FlutterPointerDeviceKind device_kind, int32_t device_id)=0

References flutter::WindowBindingHandlerDelegate::OnPointerLeave(), x, and y.

Referenced by flutter::testing::TEST_F().

◆ OnPointerMove()

void flutter::FlutterWindow::OnPointerMove ( double  x,
double  y,
FlutterPointerDeviceKind  device_kind,
int32_t  device_id,
uint32_t  rotation,
uint32_t  pressure,
int  modifiers_state 
)
virtual

Definition at line 168 of file flutter_window.cc.

174 {
175 binding_handler_delegate_->OnPointerMove(x, y, device_kind, device_id,
176 rotation, pressure, modifiers_state);
177}
virtual void OnPointerMove(double x, double y, FlutterPointerDeviceKind device_kind, int32_t device_id, uint32_t rotation, uint32_t pressure, int modifiers_state)=0

References flutter::WindowBindingHandlerDelegate::OnPointerMove(), x, and y.

Referenced by flutter::testing::TEST_F().

◆ OnPointerUp()

void flutter::FlutterWindow::OnPointerUp ( double  x,
double  y,
FlutterPointerDeviceKind  device_kind,
int32_t  device_id,
UINT  button 
)
virtual

Definition at line 195 of file flutter_window.cc.

199 {
200 uint64_t flutter_button = ConvertWinButtonToFlutterButton(button);
201 if (flutter_button != 0) {
202 binding_handler_delegate_->OnPointerUp(
203 x, y, device_kind, device_id,
204 static_cast<FlutterPointerMouseButtons>(flutter_button));
205 }
206}
virtual void OnPointerUp(double x, double y, FlutterPointerDeviceKind device_kind, int32_t device_id, FlutterPointerMouseButtons button)=0

References flutter::WindowBindingHandlerDelegate::OnPointerUp(), x, and y.

Referenced by flutter::testing::TEST_F().

◆ OnResetImeComposing()

void flutter::FlutterWindow::OnResetImeComposing ( )
overridevirtual

Implements flutter::WindowBindingHandler.

Definition at line 272 of file flutter_window.cc.

272 {
274}
virtual void AbortImeComposing()

References AbortImeComposing().

◆ OnResize()

void flutter::FlutterWindow::OnResize ( unsigned int  width,
unsigned int  height 
)
virtual

Definition at line 156 of file flutter_window.cc.

156 {
157 if (binding_handler_delegate_ != nullptr) {
158 binding_handler_delegate_->OnWindowSizeChanged(width, height);
159 }
160}
virtual bool OnWindowSizeChanged(size_t width, size_t height)=0

References height, flutter::WindowBindingHandlerDelegate::OnWindowSizeChanged(), and width.

◆ OnScroll()

void flutter::FlutterWindow::OnScroll ( double  delta_x,
double  delta_y,
FlutterPointerDeviceKind  device_kind,
int32_t  device_id 
)
virtual

Definition at line 251 of file flutter_window.cc.

254 {
255 POINT point;
256 GetCursorPos(&point);
257
258 ScreenToClient(GetWindowHandle(), &point);
259 binding_handler_delegate_->OnScroll(point.x, point.y, delta_x, delta_y,
260 GetScrollOffsetMultiplier(), device_kind,
261 device_id);
262}
virtual float GetScrollOffsetMultiplier()
virtual void OnScroll(double x, double y, double delta_x, double delta_y, int scroll_offset_multiplier, FlutterPointerDeviceKind device_kind, int32_t device_id)=0

References GetScrollOffsetMultiplier(), GetWindowHandle(), and flutter::WindowBindingHandlerDelegate::OnScroll().

◆ OnText()

void flutter::FlutterWindow::OnText ( const std::u16string &  text)
overridevirtual

Implements flutter::KeyboardManager::WindowDelegate.

Definition at line 215 of file flutter_window.cc.

215 {
216 binding_handler_delegate_->OnText(text);
217}
virtual void OnText(const std::u16string &)=0

References flutter::WindowBindingHandlerDelegate::OnText(), and text.

◆ OnThemeChange()

void flutter::FlutterWindow::OnThemeChange ( )
virtual

Definition at line 326 of file flutter_window.cc.

326 {
327 binding_handler_delegate_->OnHighContrastChanged();
328}

References flutter::WindowBindingHandlerDelegate::OnHighContrastChanged().

◆ OnUpdateSemanticsEnabled()

void flutter::FlutterWindow::OnUpdateSemanticsEnabled ( bool  enabled)
virtual

Definition at line 247 of file flutter_window.cc.

247 {
248 binding_handler_delegate_->OnUpdateSemanticsEnabled(enabled);
249}
virtual void OnUpdateSemanticsEnabled(bool enabled)=0

References flutter::WindowBindingHandlerDelegate::OnUpdateSemanticsEnabled().

Referenced by OnGetObject().

◆ OnWindowStateEvent()

void flutter::FlutterWindow::OnWindowStateEvent ( WindowStateEvent  event)
virtual

Definition at line 344 of file flutter_window.cc.

344 {
345 switch (event) {
347 restored_ = true;
348 break;
350 restored_ = false;
351 focused_ = false;
352 break;
354 focused_ = true;
355 if (binding_handler_delegate_) {
356 binding_handler_delegate_->OnFocus(
359 }
360 break;
362 focused_ = false;
363 if (binding_handler_delegate_) {
364 binding_handler_delegate_->OnFocus(
367 }
368 break;
369 }
370 HWND hwnd = GetWindowHandle();
371 if (hwnd && binding_handler_delegate_) {
372 binding_handler_delegate_->OnWindowStateEvent(hwnd, event);
373 }
374}
virtual void OnWindowStateEvent(HWND hwnd, WindowStateEvent event)=0
virtual void OnFocus(FlutterViewFocusState focus_state, FlutterViewFocusDirection direction)=0
@ kUnfocused
Specifies that a view does not have platform focus.
Definition embedder.h:1221
@ kFocused
Specifies that a view has platform focus.
Definition embedder.h:1224
@ kUndefined
Definition embedder.h:1205

References GetWindowHandle(), flutter::kFocus, kFocused, flutter::kHide, flutter::kShow, kUndefined, flutter::kUnfocus, kUnfocused, flutter::WindowBindingHandlerDelegate::OnFocus(), and flutter::WindowBindingHandlerDelegate::OnWindowStateEvent().

Referenced by SetView().

◆ operator=()

FlutterWindow & flutter::FlutterWindow::operator= ( FlutterWindow const &  )
delete

◆ SetFrame()

void flutter::FlutterWindow::SetFrame ( const WindowFrame frame)
inline

Definition at line 70 of file flutter_window.h.

70 {
71 FlutterDesktopWindowSetFrame(window_, frame.left, frame.top, frame.width,
72 frame.height);
73 }
void FlutterDesktopWindowSetFrame(FlutterDesktopWindowRef flutter_window, int x, int y, int width, int height)

References FlutterDesktopWindowSetFrame(), flutter::WindowFrame::height, flutter::WindowFrame::left, flutter::WindowFrame::top, and flutter::WindowFrame::width.

◆ SetHoverEnabled()

void flutter::FlutterWindow::SetHoverEnabled ( bool  enabled)
inline

Definition at line 41 of file flutter_window.h.

41 {
43 }
void FlutterDesktopWindowSetHoverEnabled(FlutterDesktopWindowRef flutter_window, bool enabled)

References FlutterDesktopWindowSetHoverEnabled().

◆ SetIcon()

void flutter::FlutterWindow::SetIcon ( uint8_t *  pixel_data,
int  width,
int  height 
)
inline

Definition at line 55 of file flutter_window.h.

55 {
56 FlutterDesktopWindowSetIcon(window_, pixel_data, width, height);
57 }
void FlutterDesktopWindowSetIcon(FlutterDesktopWindowRef flutter_window, uint8_t *pixel_data, int width, int height)

References FlutterDesktopWindowSetIcon(), height, and width.

◆ SetPixelRatioOverride()

void flutter::FlutterWindow::SetPixelRatioOverride ( double  pixel_ratio)
inline

Definition at line 87 of file flutter_window.h.

87 {
89 }
void FlutterDesktopWindowSetPixelRatioOverride(FlutterDesktopWindowRef flutter_window, double pixel_ratio)

References FlutterDesktopWindowSetPixelRatioOverride().

◆ SetSizeLimits()

void flutter::FlutterWindow::SetSizeLimits ( FlutterDesktopSize  minimum_size,
FlutterDesktopSize  maximum_size 
)
inline

Definition at line 93 of file flutter_window.h.

94 {
95 FlutterDesktopWindowSetSizeLimits(window_, minimum_size, maximum_size);
96 }
void FlutterDesktopWindowSetSizeLimits(FlutterDesktopWindowRef flutter_window, FlutterDesktopSize minimum_size, FlutterDesktopSize maximum_size)

References FlutterDesktopWindowSetSizeLimits().

◆ SetTitle()

void flutter::FlutterWindow::SetTitle ( const std::string &  title)
inline

Definition at line 46 of file flutter_window.h.

46 {
47 FlutterDesktopWindowSetTitle(window_, title.c_str());
48 }
void FlutterDesktopWindowSetTitle(FlutterDesktopWindowRef flutter_window, const char *title)

References FlutterDesktopWindowSetTitle().

◆ SetView()

void flutter::FlutterWindow::SetView ( WindowBindingHandlerDelegate view)
overridevirtual

Implements flutter::WindowBindingHandler.

Definition at line 117 of file flutter_window.cc.

117 {
118 binding_handler_delegate_ = window;
120 direct_manipulation_owner_->SetBindingHandlerDelegate(window);
121 }
122 if (restored_ && window) {
124 }
125 if (focused_ && window) {
127 }
128}

References direct_manipulation_owner_, flutter::kFocus, flutter::kShow, OnWindowStateEvent(), and window.

Referenced by flutter::testing::TEST_F().

◆ UpdateCursorRect()

void flutter::FlutterWindow::UpdateCursorRect ( const Rect rect)
protectedvirtual

Definition at line 925 of file flutter_window.cc.

925 {
926 text_input_manager_->UpdateCaretRect(rect);
927}

Referenced by OnCursorRectUpdated().

◆ Win32DefWindowProc()

LRESULT flutter::FlutterWindow::Win32DefWindowProc ( HWND  hWnd,
UINT  Msg,
WPARAM  wParam,
LPARAM  lParam 
)
protectedvirtual

Definition at line 945 of file flutter_window.cc.

948 {
949 return ::DefWindowProc(hWnd, Msg, wParam, lParam);
950}

◆ Win32DispatchMessage()

UINT flutter::FlutterWindow::Win32DispatchMessage ( UINT  Msg,
WPARAM  wParam,
LPARAM  lParam 
)
overridevirtual

Implements flutter::KeyboardManager::WindowDelegate.

Definition at line 464 of file flutter_window.cc.

466 {
467 return ::SendMessage(window_handle_, Msg, wParam, lParam);
468}

◆ Win32MapVkToChar()

uint32_t flutter::FlutterWindow::Win32MapVkToChar ( uint32_t  virtual_key)
overridevirtual

Implements flutter::KeyboardManager::WindowDelegate.

Definition at line 460 of file flutter_window.cc.

460 {
461 return ::MapVirtualKey(virtual_key, MAPVK_VK_TO_CHAR);
462}

◆ Win32PeekMessage()

BOOL flutter::FlutterWindow::Win32PeekMessage ( LPMSG  lpMsg,
UINT  wMsgFilterMin,
UINT  wMsgFilterMax,
UINT  wRemoveMsg 
)
overridevirtual

Implements flutter::KeyboardManager::WindowDelegate.

Definition at line 452 of file flutter_window.cc.

455 {
456 return ::PeekMessage(lpMsg, window_handle_, wMsgFilterMin, wMsgFilterMax,
457 wRemoveMsg);
458}

Friends And Related Symbol Documentation

◆ WindowAXFragmentRootDelegate

friend class WindowAXFragmentRootDelegate
friend

Definition at line 389 of file flutter_window.h.

Member Data Documentation

◆ alert_delegate_

std::unique_ptr<AlertPlatformNodeDelegate> flutter::FlutterWindow::alert_delegate_
protected

Definition at line 278 of file flutter_window.h.

Referenced by GetAlertDelegate().

◆ alert_node_

std::unique_ptr<ui::AXPlatformNodeWin> flutter::FlutterWindow::alert_node_
protected

Definition at line 281 of file flutter_window.h.

Referenced by GetAlert().

◆ direct_manipulation_owner_

std::unique_ptr<DirectManipulationOwner> flutter::FlutterWindow::direct_manipulation_owner_
protected

The documentation for this class was generated from the following files: