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

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
 

Detailed Description

Represents a shared snapshot (image, map state, etc.)

Definition at line 39 of file collaboration_panel.h.

Member Data Documentation

◆ snapshot_id

std::string yaze::gui::SnapshotEntry::snapshot_id

Definition at line 40 of file collaboration_panel.h.

◆ sender

std::string yaze::gui::SnapshotEntry::sender

◆ snapshot_type

std::string yaze::gui::SnapshotEntry::snapshot_type

◆ timestamp

int64_t yaze::gui::SnapshotEntry::timestamp

◆ data_size

size_t yaze::gui::SnapshotEntry::data_size

◆ data

std::vector<uint8_t> yaze::gui::SnapshotEntry::data

Definition at line 45 of file collaboration_panel.h.

◆ is_image

bool yaze::gui::SnapshotEntry::is_image

◆ texture_id

void* yaze::gui::SnapshotEntry::texture_id = nullptr

◆ width

int yaze::gui::SnapshotEntry::width = 0

Definition at line 50 of file collaboration_panel.h.

◆ height

int yaze::gui::SnapshotEntry::height = 0

Definition at line 51 of file collaboration_panel.h.


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