Represents a ROM synchronization event. More...
#include <collaboration_panel.h>
Public Attributes | |
std::string | sync_id |
std::string | sender |
std::string | rom_hash |
int64_t | timestamp |
size_t | diff_size |
bool | applied |
std::string | error_message |
Represents a ROM synchronization event.
Definition at line 25 of file collaboration_panel.h.
std::string yaze::gui::RomSyncEntry::sync_id |
Definition at line 26 of file collaboration_panel.h.
std::string yaze::gui::RomSyncEntry::sender |
Definition at line 27 of file collaboration_panel.h.
Referenced by yaze::gui::CollaborationPanel::RenderRomSyncEntry().
std::string yaze::gui::RomSyncEntry::rom_hash |
Definition at line 28 of file collaboration_panel.h.
Referenced by yaze::gui::CollaborationPanel::RenderRomSyncEntry().
int64_t yaze::gui::RomSyncEntry::timestamp |
Definition at line 29 of file collaboration_panel.h.
Referenced by yaze::gui::CollaborationPanel::RenderRomSyncEntry().
size_t yaze::gui::RomSyncEntry::diff_size |
Definition at line 30 of file collaboration_panel.h.
Referenced by yaze::gui::CollaborationPanel::RenderRomSyncEntry().
bool yaze::gui::RomSyncEntry::applied |
Definition at line 31 of file collaboration_panel.h.
Referenced by yaze::gui::CollaborationPanel::RenderRomSyncEntry().
std::string yaze::gui::RomSyncEntry::error_message |
Definition at line 32 of file collaboration_panel.h.
Referenced by yaze::gui::CollaborationPanel::RenderRomSyncEntry().