#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 |
Definition at line 25 of file recent_projects_model.h.
| std::string yaze::editor::RecentProject::name |
Definition at line 27 of file recent_projects_model.h.
Referenced by yaze::editor::RecentProjectsModel::BuildEntry(), yaze::editor::WelcomeScreen::DrawProjectPanel(), and yaze::editor::WelcomeScreen::DrawQuickActions().
| std::string yaze::editor::RecentProject::filepath |
Definition at line 28 of file recent_projects_model.h.
Referenced by yaze::editor::RecentProjectsModel::BuildEntry(), yaze::editor::WelcomeScreen::DrawProjectPanel(), and yaze::editor::WelcomeScreen::DrawQuickActions().
| std::string yaze::editor::RecentProject::rom_title |
Definition at line 29 of file recent_projects_model.h.
Referenced by yaze::editor::RecentProjectsModel::BuildEntry(), and yaze::editor::WelcomeScreen::DrawProjectPanel().
| std::string yaze::editor::RecentProject::metadata_summary |
Definition at line 30 of file recent_projects_model.h.
Referenced by yaze::editor::RecentProjectsModel::BuildEntry(), and yaze::editor::WelcomeScreen::DrawProjectPanel().
| std::string yaze::editor::RecentProject::last_modified |
Definition at line 31 of file recent_projects_model.h.
Referenced by yaze::editor::RecentProjectsModel::BuildEntry(), and yaze::editor::WelcomeScreen::DrawProjectPanel().
| std::string yaze::editor::RecentProject::item_type |
Definition at line 32 of file recent_projects_model.h.
Referenced by yaze::editor::RecentProjectsModel::BuildEntry(), yaze::editor::WelcomeScreen::DrawProjectPanel(), and yaze::editor::WelcomeScreen::DrawQuickActions().
| std::string yaze::editor::RecentProject::item_icon |
Definition at line 33 of file recent_projects_model.h.
Referenced by yaze::editor::RecentProjectsModel::BuildEntry(), and yaze::editor::WelcomeScreen::DrawProjectPanel().
| std::string yaze::editor::RecentProject::thumbnail_path |
Definition at line 34 of file recent_projects_model.h.
| bool yaze::editor::RecentProject::unavailable = false |
Definition at line 35 of file recent_projects_model.h.
Referenced by yaze::editor::RecentProjectsModel::BuildEntry(), and yaze::editor::WelcomeScreen::DrawProjectPanel().
| int yaze::editor::RecentProject::days_ago = 0 |
Definition at line 36 of file recent_projects_model.h.
| bool yaze::editor::RecentProject::is_missing = false |
Definition at line 39 of file recent_projects_model.h.
Referenced by yaze::editor::RecentProjectsModel::BuildEntry(), and yaze::editor::WelcomeScreen::DrawProjectPanel().
| bool yaze::editor::RecentProject::pinned = false |
Definition at line 40 of file recent_projects_model.h.
Referenced by yaze::editor::RecentProjectsModel::BuildEntry(), and yaze::editor::WelcomeScreen::DrawProjectPanel().
| std::string yaze::editor::RecentProject::display_name_override |
Definition at line 41 of file recent_projects_model.h.
Referenced by yaze::editor::RecentProjectsModel::BuildEntry(), and yaze::editor::WelcomeScreen::DrawProjectPanel().
| std::string yaze::editor::RecentProject::notes |
Definition at line 42 of file recent_projects_model.h.
Referenced by yaze::editor::RecentProjectsModel::BuildEntry(), and yaze::editor::WelcomeScreen::DrawProjectPanel().
| std::uint64_t yaze::editor::RecentProject::size_bytes = 0 |
Definition at line 43 of file recent_projects_model.h.
Referenced by yaze::editor::RecentProjectsModel::BuildEntry().
| std::int64_t yaze::editor::RecentProject::mtime_epoch_ns = 0 |
Definition at line 44 of file recent_projects_model.h.
Referenced by yaze::editor::RecentProjectsModel::BuildEntry().
| std::string yaze::editor::RecentProject::crc32 |
Definition at line 45 of file recent_projects_model.h.
Referenced by yaze::editor::RecentProjectsModel::BuildEntry().
| std::string yaze::editor::RecentProject::snes_region |
Definition at line 46 of file recent_projects_model.h.
Referenced by yaze::editor::RecentProjectsModel::BuildEntry().
| std::string yaze::editor::RecentProject::snes_map_mode |
Definition at line 47 of file recent_projects_model.h.
Referenced by yaze::editor::RecentProjectsModel::BuildEntry().