Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ui::TestFragmentRootDelegate Class Reference

#include <ax_platform_node_win_unittest.h>

Inheritance diagram for ui::TestFragmentRootDelegate:
ui::AXFragmentRootDelegateWin

Public Member Functions

 TestFragmentRootDelegate ()
 
virtual ~TestFragmentRootDelegate ()
 
gfx::NativeViewAccessible GetChildOfAXFragmentRoot () override
 
gfx::NativeViewAccessible GetParentOfAXFragmentRoot () override
 
bool IsAXFragmentRootAControlElement () override
 

Public Attributes

gfx::NativeViewAccessible child_ = nullptr
 
gfx::NativeViewAccessible parent_ = nullptr
 
bool is_control_element_ = true
 

Detailed Description

Definition at line 40 of file ax_platform_node_win_unittest.h.

Constructor & Destructor Documentation

◆ TestFragmentRootDelegate()

ui::TestFragmentRootDelegate::TestFragmentRootDelegate ( )
default

◆ ~TestFragmentRootDelegate()

ui::TestFragmentRootDelegate::~TestFragmentRootDelegate ( )
virtualdefault

Member Function Documentation

◆ GetChildOfAXFragmentRoot()

gfx::NativeViewAccessible ui::TestFragmentRootDelegate::GetChildOfAXFragmentRoot ( )
overridevirtual

Implements ui::AXFragmentRootDelegateWin.

Definition at line 419 of file ax_platform_node_win_unittest.cc.

419 {
420 return child_;
421}

◆ GetParentOfAXFragmentRoot()

gfx::NativeViewAccessible ui::TestFragmentRootDelegate::GetParentOfAXFragmentRoot ( )
overridevirtual

Implements ui::AXFragmentRootDelegateWin.

Definition at line 424 of file ax_platform_node_win_unittest.cc.

424 {
425 return parent_;
426}

◆ IsAXFragmentRootAControlElement()

bool ui::TestFragmentRootDelegate::IsAXFragmentRootAControlElement ( )
overridevirtual

Member Data Documentation

◆ child_

gfx::NativeViewAccessible ui::TestFragmentRootDelegate::child_ = nullptr

Definition at line 47 of file ax_platform_node_win_unittest.h.

◆ is_control_element_

bool ui::TestFragmentRootDelegate::is_control_element_ = true

Definition at line 49 of file ax_platform_node_win_unittest.h.

◆ parent_

gfx::NativeViewAccessible ui::TestFragmentRootDelegate::parent_ = nullptr

Definition at line 48 of file ax_platform_node_win_unittest.h.


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