FileListProgress Class Reference

Callback interface set with FileList::SetCallback() in case you want progress notifications when FileList::AddFilesFromDirectory() is called. More...

#include <FileList.h>

Inheritance diagram for FileListProgress:

FLP_Printf List of all members.

Public Member Functions

virtual void OnAddFilesFromDirectoryStarted (FileList *fileList, char *dir)
 First callback called when FileList::AddFilesFromDirectory() starts.
virtual void OnDirectory (FileList *fileList, char *dir, unsigned int directoriesRemaining)
 Called for each directory, when that directory begins processing.
virtual void OnFile (FileList *fileList, char *dir, char *fileName, unsigned int fileSize)
 Called for each file, when that file begins processing.

Detailed Description

Callback interface set with FileList::SetCallback() in case you want progress notifications when FileList::AddFilesFromDirectory() is called.


The documentation for this class was generated from the following file:
Generated on Sun Jul 27 15:10:17 2008 for RakNet by  doxygen 1.5.1-p1