Open 3D Engine LyShine Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
TextMarkup::AnchorTag Struct Reference

Defines clickable regions of text (links) More...

#include <TextMarkup.h>

Inherits TextMarkup::Tag.

Public Member Functions

TagType GetType () const override
 There should only ever be one root tag in an TextMarkup tree (a root tag should never be a child of another tag).
 
- Public Member Functions inherited from TextMarkup::Tag
 Tag (const Tag &)=delete
 
 Tag (const Tag &&)=delete
 
Tagoperator= (const Tag &)=delete
 
Tagoperator= (const Tag &&)=delete
 
virtual TagType GetType () const
 There should only ever be one root tag in an TextMarkup tree (a root tag should never be a child of another tag).
 

Public Attributes

AZStd::string action
 
AZStd::string data
 
- Public Attributes inherited from TextMarkup::Tag
AZStd::list< Tag * > children
 List of child tags.
 

Detailed Description

Defines clickable regions of text (links)

Member Function Documentation

◆ GetType()

TagType TextMarkup::AnchorTag::GetType ( ) const
inlineoverridevirtual

There should only ever be one root tag in an TextMarkup tree (a root tag should never be a child of another tag).

Reimplemented from TextMarkup::Tag.


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