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

#include <ax_platform_node_base.h>

Public Member Functions

 AXHypertext ()
 
 ~AXHypertext ()
 
 AXHypertext (const AXHypertext &other)
 
AXHypertextoperator= (const AXHypertext &other)
 

Public Attributes

bool needs_update = true
 
std::map< int32_t, int32_t > hyperlink_offset_to_index
 
std::vector< int32_t > hyperlinks
 
std::u16string hypertext
 

Detailed Description

Definition at line 25 of file ax_platform_node_base.h.

Constructor & Destructor Documentation

◆ AXHypertext() [1/2]

ui::AXHypertext::AXHypertext ( )
default

◆ ~AXHypertext()

ui::AXHypertext::~AXHypertext ( )
default

◆ AXHypertext() [2/2]

ui::AXHypertext::AXHypertext ( const AXHypertext other)
default

Member Function Documentation

◆ operator=()

AXHypertext & ui::AXHypertext::operator= ( const AXHypertext other)
default

Member Data Documentation

◆ hyperlink_offset_to_index

std::map<int32_t, int32_t> ui::AXHypertext::hyperlink_offset_to_index

Definition at line 39 of file ax_platform_node_base.h.

◆ hyperlinks

std::vector<int32_t> ui::AXHypertext::hyperlinks

Definition at line 45 of file ax_platform_node_base.h.

◆ hypertext

std::u16string ui::AXHypertext::hypertext

Definition at line 47 of file ax_platform_node_base.h.

◆ needs_update

bool ui::AXHypertext::needs_update = true

Definition at line 35 of file ax_platform_node_base.h.


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