|
| MockFlutterWindowsView (FlutterWindowsEngine *engine, std::unique_ptr< WindowBindingHandler > wbh) |
|
| ~MockFlutterWindowsView () |
|
| MOCK_METHOD (void, NotifyWinEventWrapper,(ui::AXPlatformNodeWin *, ax::mojom::Event),(override)) |
|
| MOCK_METHOD (HWND, GetWindowHandle,(),(const, override)) |
|
| FlutterWindowsView (FlutterViewId view_id, FlutterWindowsEngine *engine, std::unique_ptr< WindowBindingHandler > window_binding, std::shared_ptr< WindowsProcTable > windows_proc_table=nullptr) |
|
virtual | ~FlutterWindowsView () |
|
FlutterViewId | view_id () const |
|
bool | IsImplicitView () const |
|
void | CreateRenderSurface () |
|
egl::WindowSurface * | surface () const |
|
virtual HWND | GetWindowHandle () const |
|
FlutterWindowsEngine * | GetEngine () const |
|
void | ForceRedraw () |
|
virtual bool | ClearSoftwareBitmap () |
|
virtual bool | PresentSoftwareBitmap (const void *allocation, size_t row_bytes, size_t height) |
|
FlutterWindowMetricsEvent | CreateWindowMetricsEvent () const |
|
void | SendInitialBounds () |
|
void | AnnounceAlert (const std::wstring &text) |
|
void | OnHighContrastChanged () override |
|
bool | OnEmptyFrameGenerated () |
|
bool | OnFrameGenerated (size_t width, size_t height) |
|
virtual void | OnFramePresented () |
|
void | UpdateFlutterCursor (const std::string &cursor_name) |
|
void | SetFlutterCursor (HCURSOR cursor) |
|
bool | OnWindowSizeChanged (size_t width, size_t height) override |
|
void | OnWindowRepaint () override |
|
void | OnPointerMove (double x, double y, FlutterPointerDeviceKind device_kind, int32_t device_id, int modifiers_state) override |
|
void | OnPointerDown (double x, double y, FlutterPointerDeviceKind device_kind, int32_t device_id, FlutterPointerMouseButtons button) override |
|
void | OnPointerUp (double x, double y, FlutterPointerDeviceKind device_kind, int32_t device_id, FlutterPointerMouseButtons button) override |
|
void | OnPointerLeave (double x, double y, FlutterPointerDeviceKind device_kind, int32_t device_id=0) override |
|
virtual void | OnPointerPanZoomStart (int32_t device_id) override |
|
virtual void | OnPointerPanZoomUpdate (int32_t device_id, double pan_x, double pan_y, double scale, double rotation) override |
|
virtual void | OnPointerPanZoomEnd (int32_t device_id) override |
|
void | OnText (const std::u16string &) override |
|
void | OnKey (int key, int scancode, int action, char32_t character, bool extended, bool was_down, KeyEventCallback callback) override |
|
void | OnComposeBegin () override |
|
void | OnComposeCommit () override |
|
void | OnComposeEnd () override |
|
void | OnComposeChange (const std::u16string &text, int cursor_pos) override |
|
void | OnScroll (double x, double y, double delta_x, double delta_y, int scroll_offset_multiplier, FlutterPointerDeviceKind device_kind, int32_t device_id) override |
|
void | OnScrollInertiaCancel (int32_t device_id) override |
|
virtual void | OnUpdateSemanticsEnabled (bool enabled) override |
|
virtual gfx::NativeViewAccessible | GetNativeViewAccessible () override |
|
virtual void | OnCursorRectUpdated (const Rect &rect) |
|
virtual void | OnResetImeComposing () |
|
void | OnDwmCompositionChanged () |
|
ui::AXPlatformNodeWin * | AlertNode () const |
|
virtual ui::AXFragmentRootDelegateWin * | GetAxFragmentRootDelegate () override |
|
virtual void | UpdateSemanticsEnabled (bool enabled) |
|
std::weak_ptr< AccessibilityBridgeWindows > | accessibility_bridge () |
|
void | OnWindowStateEvent (HWND hwnd, WindowStateEvent event) override |
|