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

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
 

Detailed Description

Information about a recently used project.

Definition at line 17 of file welcome_screen.h.

Member Data Documentation

◆ name

std::string yaze::editor::RecentProject::name

◆ filepath

std::string yaze::editor::RecentProject::filepath

◆ rom_title

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

◆ last_modified

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

Definition at line 21 of file welcome_screen.h.

Referenced by yaze::editor::WelcomeScreen::RefreshRecentProjects().

◆ thumbnail_path

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

Definition at line 22 of file welcome_screen.h.

◆ days_ago

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

Definition at line 23 of file welcome_screen.h.


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