#include <FS_FileHistory.h>
Definition at line 23 of file FS_FileHistory.h.
FS_FileHistory::FS_FileHistory |
( |
const int |
maxFiles, |
|
|
const char * |
type, |
|
|
bool |
resolve |
|
) |
| |
void FS_FileHistory::addFiletoMRU |
( |
const char * |
filename | ) |
|
const char* FS_FileHistory::getFilenamefromMRU |
( |
int |
index | ) |
const |
void FS_FileHistory::getFormattedFilenamefromMRU |
( |
int |
index, |
|
|
UT_String & |
path |
|
) |
| const |
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 |
( |
std::ostream & |
os | ) |
|
The documentation for this class was generated from the following file: