yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::MessageSnapshot Struct Reference

#include <message_undo_actions.h>

Collaboration diagram for yaze::editor::MessageSnapshot:

Public Attributes

MessageData message
 
std::string parsed_text
 
int message_index
 
bool is_expanded
 

Detailed Description

Snapshot of the message editor state at a point in time. Defined here (rather than inside MessageEditor) so that MessageEditAction can reference it without a circular dependency.

Definition at line 20 of file message_undo_actions.h.

Member Data Documentation

◆ message

MessageData yaze::editor::MessageSnapshot::message

◆ parsed_text

std::string yaze::editor::MessageSnapshot::parsed_text

◆ message_index

int yaze::editor::MessageSnapshot::message_index

◆ is_expanded

bool yaze::editor::MessageSnapshot::is_expanded

Definition at line 24 of file message_undo_actions.h.

Referenced by yaze::editor::MessageEditor::ApplySnapshot().


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