|
HDK
|
#include <UT_FileList.h>
Public Member Functions | |
| UT_FileList () | |
| int | entries () const |
| UT_StringHolder | operator() (int i) const |
| void | append (const UT_String &file) |
| int | addRangeOfFiles (const char *filePattern, const int min, const int max, const int inc) |
| void | sortFiles () |
| void | reverse () |
Definition at line 19 of file UT_FileList.h.
| UT_FileList::UT_FileList | ( | ) |
| int UT_FileList::addRangeOfFiles | ( | const char * | filePattern, |
| const int | min, | ||
| const int | max, | ||
| const int | inc | ||
| ) |
Definition at line 28 of file UT_FileList.h.
|
inline |
Definition at line 25 of file UT_FileList.h.
|
inline |
Definition at line 26 of file UT_FileList.h.
| void UT_FileList::reverse | ( | ) |
| void UT_FileList::sortFiles | ( | ) |