#include <message_undo_actions.h>

Public Attributes | |
| MessageData | message |
| std::string | parsed_text |
| int | message_index |
| bool | is_expanded |
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.
| MessageData yaze::editor::MessageSnapshot::message |
Definition at line 21 of file message_undo_actions.h.
Referenced by yaze::editor::MessageEditor::ApplySnapshot(), and yaze::editor::MessageEditAction::MemoryUsage().
| std::string yaze::editor::MessageSnapshot::parsed_text |
Definition at line 22 of file message_undo_actions.h.
Referenced by yaze::editor::MessageEditor::ApplySnapshot(), and yaze::editor::MessageEditAction::MemoryUsage().
| int yaze::editor::MessageSnapshot::message_index |
Definition at line 23 of file message_undo_actions.h.
Referenced by yaze::editor::MessageEditor::ApplySnapshot(), and yaze::editor::MessageEditAction::Description().
| bool yaze::editor::MessageSnapshot::is_expanded |
Definition at line 24 of file message_undo_actions.h.
Referenced by yaze::editor::MessageEditor::ApplySnapshot().