Information about a recently used project. More...
#include <welcome_screen.h>
Public Attributes | |
std::string | name |
std::string | filepath |
std::string | rom_title |
std::string | last_modified |
std::string | thumbnail_path |
int | days_ago = 0 |
Information about a recently used project.
Definition at line 17 of file welcome_screen.h.
std::string yaze::editor::RecentProject::name |
Definition at line 18 of file welcome_screen.h.
Referenced by yaze::editor::WelcomeScreen::DrawProjectCard(), and yaze::editor::WelcomeScreen::RefreshRecentProjects().
std::string yaze::editor::RecentProject::filepath |
Definition at line 19 of file welcome_screen.h.
Referenced by yaze::editor::WelcomeScreen::DrawProjectCard(), and yaze::editor::WelcomeScreen::RefreshRecentProjects().
std::string yaze::editor::RecentProject::rom_title |
Definition at line 20 of file welcome_screen.h.
Referenced by yaze::editor::WelcomeScreen::DrawProjectCard(), and yaze::editor::WelcomeScreen::RefreshRecentProjects().
std::string yaze::editor::RecentProject::last_modified |
Definition at line 21 of file welcome_screen.h.
Referenced by yaze::editor::WelcomeScreen::RefreshRecentProjects().
std::string yaze::editor::RecentProject::thumbnail_path |
Definition at line 22 of file welcome_screen.h.
int yaze::editor::RecentProject::days_ago = 0 |
Definition at line 23 of file welcome_screen.h.