Represents a shared snapshot (image, map state, etc.) More...
#include <collaboration_panel.h>
Public Attributes | |
| std::string | snapshot_id |
| std::string | sender |
| std::string | snapshot_type |
| int64_t | timestamp |
| size_t | data_size |
| std::vector< uint8_t > | data |
| bool | is_image |
| void * | texture_id = nullptr |
| int | width = 0 |
| int | height = 0 |
Represents a shared snapshot (image, map state, etc.)
Definition at line 39 of file collaboration_panel.h.
| std::string yaze::gui::SnapshotEntry::snapshot_id |
Definition at line 40 of file collaboration_panel.h.
| std::string yaze::gui::SnapshotEntry::sender |
Definition at line 41 of file collaboration_panel.h.
Referenced by yaze::gui::CollaborationPanel::RenderSnapshotEntry().
| std::string yaze::gui::SnapshotEntry::snapshot_type |
Definition at line 42 of file collaboration_panel.h.
Referenced by yaze::gui::CollaborationPanel::RenderSnapshotEntry().
| int64_t yaze::gui::SnapshotEntry::timestamp |
Definition at line 43 of file collaboration_panel.h.
Referenced by yaze::gui::CollaborationPanel::RenderSnapshotEntry().
| size_t yaze::gui::SnapshotEntry::data_size |
Definition at line 44 of file collaboration_panel.h.
Referenced by yaze::gui::CollaborationPanel::RenderSnapshotEntry().
| std::vector<uint8_t> yaze::gui::SnapshotEntry::data |
Definition at line 45 of file collaboration_panel.h.
| bool yaze::gui::SnapshotEntry::is_image |
Definition at line 46 of file collaboration_panel.h.
Referenced by yaze::gui::CollaborationPanel::RenderSnapshotEntry().
| void* yaze::gui::SnapshotEntry::texture_id = nullptr |
Definition at line 49 of file collaboration_panel.h.
Referenced by yaze::gui::CollaborationPanel::RenderSnapshotEntry().
| int yaze::gui::SnapshotEntry::width = 0 |
Definition at line 50 of file collaboration_panel.h.
| int yaze::gui::SnapshotEntry::height = 0 |
Definition at line 51 of file collaboration_panel.h.