Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
flutter_runner::testing::FakeView Struct Reference

#include <fake_flatland_types.h>

Public Member Functions

bool operator== (const FakeView &other) const
 

Public Attributes

zx_koid_t view_token {}
 
zx_koid_t view_ref {}
 
zx_koid_t view_ref_control {}
 
zx_koid_t view_ref_focused {}
 
zx_koid_t focuser {}
 
zx_koid_t touch_source {}
 
zx_koid_t mouse_source {}
 
zx_koid_t parent_viewport_watcher {}
 

Detailed Description

Definition at line 175 of file fake_flatland_types.h.

Member Function Documentation

◆ operator==()

bool flutter_runner::testing::FakeView::operator== ( const FakeView other) const

Definition at line 112 of file fake_flatland_types.cc.

112 {
113 return view_token == other.view_token && view_ref == other.view_ref &&
114 view_ref_control == other.view_ref_control &&
115 view_ref_focused == other.view_ref_focused &&
116 focuser == other.focuser && touch_source == other.touch_source &&
117 mouse_source == other.mouse_source &&
118 parent_viewport_watcher == other.parent_viewport_watcher;
119}

Member Data Documentation

◆ focuser

zx_koid_t flutter_runner::testing::FakeView::focuser {}

Definition at line 182 of file fake_flatland_types.h.

182{};

◆ mouse_source

zx_koid_t flutter_runner::testing::FakeView::mouse_source {}

Definition at line 184 of file fake_flatland_types.h.

184{};

◆ parent_viewport_watcher

zx_koid_t flutter_runner::testing::FakeView::parent_viewport_watcher {}

Definition at line 185 of file fake_flatland_types.h.

185{};

◆ touch_source

zx_koid_t flutter_runner::testing::FakeView::touch_source {}

Definition at line 183 of file fake_flatland_types.h.

183{};

◆ view_ref

zx_koid_t flutter_runner::testing::FakeView::view_ref {}

Definition at line 179 of file fake_flatland_types.h.

179{};

◆ view_ref_control

zx_koid_t flutter_runner::testing::FakeView::view_ref_control {}

Definition at line 180 of file fake_flatland_types.h.

180{};

◆ view_ref_focused

zx_koid_t flutter_runner::testing::FakeView::view_ref_focused {}

Definition at line 181 of file fake_flatland_types.h.

181{};

◆ view_token

zx_koid_t flutter_runner::testing::FakeView::view_token {}

Definition at line 178 of file fake_flatland_types.h.

178{};

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