#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 |
|
inline |
|
inline |
Definition at line 90 of file project.h.
References recent_files_.
Referenced by yaze::app::editor::EditorManager::LoadRom(), and yaze::app::editor::EditorManager::OpenProject().
|
inline |
Definition at line 98 of file project.h.
References filename_, and recent_files_.
Referenced by yaze::app::editor::EditorManager::LoadRom(), and yaze::app::editor::EditorManager::OpenProject().
|
inline |
Definition at line 109 of file project.h.
References filename_, and recent_files_.
Referenced by yaze::app::editor::EditorManager::DrawYazeMenuBar(), yaze::app::editor::EditorManager::LoadRom(), yaze::app::editor::EditorManager::ManageKeyboardShortcuts(), and yaze::app::editor::EditorManager::OpenProject().
|
inline |
Definition at line 124 of file project.h.
References recent_files_.
Referenced by yaze::app::editor::EditorManager::DrawYazeMenuBar(), and yaze::app::editor::EditorManager::ManageKeyboardShortcuts().
|
private |
|
private |