
Public Attributes | |
| std::string | path |
| std::string | display_name |
| CachedExtras | extras |
| std::chrono::steady_clock::time_point | expires_at |
Definition at line 162 of file recent_projects_model.h.
| std::string yaze::editor::RecentProjectsModel::RemovedRecent::path |
Definition at line 163 of file recent_projects_model.h.
Referenced by yaze::editor::RecentProjectsModel::RemoveRecent(), and yaze::editor::RecentProjectsModel::UndoLastRemoval().
| std::string yaze::editor::RecentProjectsModel::RemovedRecent::display_name |
Definition at line 164 of file recent_projects_model.h.
Referenced by yaze::editor::RecentProjectsModel::RemoveRecent().
| CachedExtras yaze::editor::RecentProjectsModel::RemovedRecent::extras |
Definition at line 165 of file recent_projects_model.h.
Referenced by yaze::editor::RecentProjectsModel::RemoveRecent(), and yaze::editor::RecentProjectsModel::UndoLastRemoval().
| std::chrono::steady_clock::time_point yaze::editor::RecentProjectsModel::RemovedRecent::expires_at |
Definition at line 166 of file recent_projects_model.h.
Referenced by yaze::editor::RecentProjectsModel::RemoveRecent().