HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FS_FileHistory Class Reference

#include <FS_FileHistory.h>

Public Member Functions

 FS_FileHistory (const int maxFiles, const char *type, bool resolve)
 
int numFilesinMRU () const
 
const char * getFilenamefromMRU (int index) const
 
void addFiletoMRU (const char *filename)
 
void removeFilefromMRU (const char *filename)
 
void getFormattedFilenamefromMRU (int index, UT_String &path) const
 
void saveFilestoMRU (std::ostream &os)
 
bool loadFilesfromMRU (UT_IStream &is)
 
const char * getTypeNameofMRU ()
 

Detailed Description

Definition at line 23 of file FS_FileHistory.h.

Constructor & Destructor Documentation

FS_FileHistory::FS_FileHistory ( const int  maxFiles,
const char *  type,
bool  resolve 
)

Member Function Documentation

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: