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

#include <recent_projects_model.h>

Public Attributes

std::string name
 
std::string filepath
 
std::string rom_title
 
std::string metadata_summary
 
std::string last_modified
 
std::string item_type
 
std::string item_icon
 
std::string thumbnail_path
 
bool unavailable = false
 
int days_ago = 0
 
bool is_missing = false
 
bool pinned = false
 
std::string display_name_override
 
std::string notes
 
std::uint64_t size_bytes = 0
 
std::int64_t mtime_epoch_ns = 0
 
std::string crc32
 
std::string snes_region
 
std::string snes_map_mode
 

Detailed Description

Definition at line 25 of file recent_projects_model.h.

Member Data Documentation

◆ name

◆ filepath

◆ rom_title

std::string yaze::editor::RecentProject::rom_title

◆ metadata_summary

std::string yaze::editor::RecentProject::metadata_summary

◆ last_modified

std::string yaze::editor::RecentProject::last_modified

◆ item_type

◆ item_icon

std::string yaze::editor::RecentProject::item_icon

◆ thumbnail_path

std::string yaze::editor::RecentProject::thumbnail_path

Definition at line 34 of file recent_projects_model.h.

◆ unavailable

bool yaze::editor::RecentProject::unavailable = false

◆ days_ago

int yaze::editor::RecentProject::days_ago = 0

Definition at line 36 of file recent_projects_model.h.

◆ is_missing

bool yaze::editor::RecentProject::is_missing = false

◆ pinned

bool yaze::editor::RecentProject::pinned = false

◆ display_name_override

std::string yaze::editor::RecentProject::display_name_override

◆ notes

std::string yaze::editor::RecentProject::notes

◆ size_bytes

std::uint64_t yaze::editor::RecentProject::size_bytes = 0

◆ mtime_epoch_ns

std::int64_t yaze::editor::RecentProject::mtime_epoch_ns = 0

◆ crc32

std::string yaze::editor::RecentProject::crc32

◆ snes_region

std::string yaze::editor::RecentProject::snes_region

◆ snes_map_mode

std::string yaze::editor::RecentProject::snes_map_mode

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