#include <message_data.h>

Public Member Functions | |
| ParsedElement ()=default | |
| ParsedElement (const TextElement &textElement, uint8_t value) | |
Public Attributes | |
| TextElement | Parent |
| uint8_t | Value |
| bool | Active = false |
Definition at line 412 of file message_data.h.
|
default |
|
inline |
Definition at line 418 of file message_data.h.
| TextElement yaze::editor::ParsedElement::Parent |
Definition at line 413 of file message_data.h.
Referenced by yaze::editor::ParseMessageToData(), and yaze::test::TEST_F().
| uint8_t yaze::editor::ParsedElement::Value |
Definition at line 414 of file message_data.h.
Referenced by yaze::editor::ParseMessageToData(), and yaze::test::TEST_F().
| bool yaze::editor::ParsedElement::Active = false |
Definition at line 415 of file message_data.h.
Referenced by yaze::editor::ParseMessageToData(), yaze::test::TEST_F(), and yaze::test::TEST_F().