#include <WWhizInterface2.h>
Public Methods | |
virtual int | GetCount (void)const=0 |
virtual WWhizFile* | Get (int index)const=0 |
virtual WWhizFile* | Find (CString fullName)const=0 |
Searches for a file matching [fullName]. More... | |
virtual int | FindExact (WWhizFile &file)const=0 |
Based on an existing WWhizFile, FindExact() finds the index corresponding to that file. More... | |
virtual int | FindNext (int startPos,WWhizFile &file)const=0 |
Based on an existing WWhizFile, FindExact() finds the next index corresponding to an approximate file match. More... | |
virtual int | FindPrevious (int startPos,WWhizFile &file)const=0 |
Based on an existing WWhizFile, FindPrevious() finds the previous index corresponding to an approximate file match. More... | |
virtual WWhizFile& | Create (const CString &filename)=0 |
Based on a filename, Create() returns a new WWhizFile object that has a reference count of 1. More... |
Only contains unique filenames.
|
Based on a filename, Create() returns a new WWhizFile object that has a reference count of 1. The application is responsible for calling Release() on the file when done.
|
|
Searches for a file matching [fullName].
|
|
Based on an existing WWhizFile, FindExact() finds the index corresponding to that file.
|
|
Based on an existing WWhizFile, FindExact() finds the next index corresponding to an approximate file match.
|
|
Based on an existing WWhizFile, FindPrevious() finds the previous index corresponding to an approximate file match.
|
|
|
|
|