#include <FS_FileHistory.h>
Public Member Functions | |
| FS_FileHistory (const int maxFiles, const char *type, bool resolve) | |
| ~FS_FileHistory () | |
| int | numFilesinMRU () const |
| const char * | getFilenamefromMRU (int index) |
| void | addFiletoMRU (const char *filename) |
| void | removeFilefromMRU (const char *filename) |
| void | getFormattedFilenamefromMRU (int index, UT_String &path) |
| void | saveFilestoMRU (ostream &os) |
| bool | loadFilesfromMRU (UT_IStream &is) |
| const char * | getTypeNameofMRU () |
Definition at line 28 of file FS_FileHistory.h.
| FS_FileHistory::FS_FileHistory | ( | const int | maxFiles, | |
| const char * | type, | |||
| bool | resolve | |||
| ) |
| FS_FileHistory::~FS_FileHistory | ( | ) |
| void FS_FileHistory::addFiletoMRU | ( | const char * | filename | ) |
| const char* FS_FileHistory::getFilenamefromMRU | ( | int | index | ) |
| void FS_FileHistory::getFormattedFilenamefromMRU | ( | int | index, | |
| UT_String & | path | |||
| ) |
| const char* FS_FileHistory::getTypeNameofMRU | ( | ) |
| bool FS_FileHistory::loadFilesfromMRU | ( | UT_IStream & | is | ) |
| int FS_FileHistory::numFilesinMRU | ( | ) | const |
| void FS_FileHistory::removeFilefromMRU | ( | const char * | filename | ) |
| void FS_FileHistory::saveFilestoMRU | ( | ostream & | os | ) |
1.5.9