#include <project.h>
Public Member Functions | |
RecentFilesManager () | |
RecentFilesManager (const std::string &filename) | |
void | AddFile (const std::string &file_path) |
void | Save () |
void | Load () |
const std::vector< std::string > & | GetRecentFiles () const |
Private Attributes | |
std::string | filename_ |
std::vector< std::string > | recent_files_ |
|
inline |
Definition at line 84 of file project.h.
References yaze::kRecentFilesFilename, and RecentFilesManager().
Referenced by RecentFilesManager().
|
inline |
|
inline |
Definition at line 87 of file project.h.
References recent_files_.
Referenced by yaze::editor::EditorManager::LoadRom(), and yaze::editor::EditorManager::OpenProject().
|
inline |
Definition at line 95 of file project.h.
References filename_, and recent_files_.
Referenced by yaze::editor::EditorManager::LoadRom(), and yaze::editor::EditorManager::OpenProject().
|
inline |
Definition at line 106 of file project.h.
References filename_, and recent_files_.
Referenced by yaze::editor::EditorManager::DrawHomepage(), yaze::editor::EditorManager::Initialize(), yaze::editor::EditorManager::LoadRom(), and yaze::editor::EditorManager::OpenProject().
|
inline |
Definition at line 121 of file project.h.
References recent_files_.
Referenced by yaze::editor::EditorManager::DrawHomepage(), and yaze::editor::EditorManager::Initialize().
|
private |
Definition at line 126 of file project.h.
Referenced by Load(), RecentFilesManager(), and Save().
|
private |