Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ui::AXRangeRectDelegate Class Referenceabstract

#include <ax_range.h>

Inheritance diagram for ui::AXRangeRectDelegate:
ui::AXRangePhysicalPixelRectDelegate

Public Member Functions

virtual gfx::Rect GetInnerTextRangeBoundsRect (AXTreeID tree_id, AXNode::AXID node_id, int start_offset, int end_offset, ui::AXClippingBehavior clipping_behavior, AXOffscreenResult *offscreen_result)=0
 
virtual gfx::Rect GetBoundsRect (AXTreeID tree_id, AXNode::AXID node_id, AXOffscreenResult *offscreen_result)=0
 

Detailed Description

Definition at line 32 of file ax_range.h.

Member Function Documentation

◆ GetBoundsRect()

virtual gfx::Rect ui::AXRangeRectDelegate::GetBoundsRect ( AXTreeID  tree_id,
AXNode::AXID  node_id,
AXOffscreenResult offscreen_result 
)
pure virtual

◆ GetInnerTextRangeBoundsRect()

virtual gfx::Rect ui::AXRangeRectDelegate::GetInnerTextRangeBoundsRect ( AXTreeID  tree_id,
AXNode::AXID  node_id,
int  start_offset,
int  end_offset,
ui::AXClippingBehavior  clipping_behavior,
AXOffscreenResult offscreen_result 
)
pure virtual

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