|
HDK
|
#include <FS_FileHistoryManager.h>
Public Member Functions | |
| ~FS_FileHistoryManager () | |
| void | saveFileHistoryList () |
| void | saveDirHistoryList () |
| void | loadFileHistoryList () |
| void | loadDirHistoryList () |
| int | numFilesInList (FS_FileHistoryType filetype) const |
| const char * | getFilenameFromList (int index, FS_FileHistoryType filetype) const |
| int | numDirsInList (FS_FileHistoryType filetype) const |
| const char * | getDirFromList (int index, FS_FileHistoryType filetype) const |
| void | getFormattedFilenameFromList (int index, FS_FileHistoryType filetype, UT_String &path) const |
| void | getFormattedDirFromList (int index, FS_FileHistoryType filetype, UT_String &path) const |
| void | addFileToHistoryList (const char *filename, FS_FileHistoryType filetype) |
| void | removeFileFromHistoryList (const char *filename, FS_FileHistoryType filetype) |
Static Public Member Functions | |
| static FS_FileHistoryManager * | getFileHistoryManager () |
Protected Member Functions | |
| FS_FileHistoryManager () | |
| void | saveHistoryList (const char *filename, bool filelist) |
| void | loadHistoryList (const char *filename, bool filelist) |
Definition at line 62 of file FS_FileHistoryManager.h.
| FS_FileHistoryManager::~FS_FileHistoryManager | ( | ) |
|
protected |
| void FS_FileHistoryManager::addFileToHistoryList | ( | const char * | filename, |
| FS_FileHistoryType | filetype | ||
| ) |
| const char* FS_FileHistoryManager::getDirFromList | ( | int | index, |
| FS_FileHistoryType | filetype | ||
| ) | const |
|
static |
| const char* FS_FileHistoryManager::getFilenameFromList | ( | int | index, |
| FS_FileHistoryType | filetype | ||
| ) | const |
| void FS_FileHistoryManager::getFormattedDirFromList | ( | int | index, |
| FS_FileHistoryType | filetype, | ||
| UT_String & | path | ||
| ) | const |
| void FS_FileHistoryManager::getFormattedFilenameFromList | ( | int | index, |
| FS_FileHistoryType | filetype, | ||
| UT_String & | path | ||
| ) | const |
| void FS_FileHistoryManager::loadDirHistoryList | ( | ) |
| void FS_FileHistoryManager::loadFileHistoryList | ( | ) |
|
protected |
| int FS_FileHistoryManager::numDirsInList | ( | FS_FileHistoryType | filetype | ) | const |
| int FS_FileHistoryManager::numFilesInList | ( | FS_FileHistoryType | filetype | ) | const |
| void FS_FileHistoryManager::removeFileFromHistoryList | ( | const char * | filename, |
| FS_FileHistoryType | filetype | ||
| ) |
| void FS_FileHistoryManager::saveDirHistoryList | ( | ) |
| void FS_FileHistoryManager::saveFileHistoryList | ( | ) |
|
protected |