yaze 0.2.0
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::app::editor::ParsedElement Struct Reference

#include <message_data.h>

Collaboration diagram for yaze::app::editor::ParsedElement:

Public Member Functions

 ParsedElement ()=default
 
 ParsedElement (TextElement textElement, uint8_t value)
 

Public Attributes

TextElement Parent
 
uint8_t Value
 
bool Active = false
 

Detailed Description

Definition at line 263 of file message_data.h.

Constructor & Destructor Documentation

◆ ParsedElement() [1/2]

yaze::app::editor::ParsedElement::ParsedElement ( )
default

◆ ParsedElement() [2/2]

yaze::app::editor::ParsedElement::ParsedElement ( TextElement textElement,
uint8_t value )
inline

Definition at line 269 of file message_data.h.

References Active, Parent, and Value.

Member Data Documentation

◆ Parent

TextElement yaze::app::editor::ParsedElement::Parent

Definition at line 264 of file message_data.h.

Referenced by ParsedElement(), and yaze::app::editor::ParseMessageToData().

◆ Value

uint8_t yaze::app::editor::ParsedElement::Value

Definition at line 265 of file message_data.h.

Referenced by ParsedElement(), and yaze::app::editor::ParseMessageToData().

◆ Active

bool yaze::app::editor::ParsedElement::Active = false

Definition at line 266 of file message_data.h.

Referenced by ParsedElement(), and yaze::app::editor::ParseMessageToData().


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