FILEFIND::FILTER Class Reference

Base FILTER class used in LocatePath() and LocateRelatedFile() to select the correct path if multiple possible. More...

#include <mi32/filefind.h>

List of all members.

Public Member Functions

virtual bool v_Filter (const FILEPATH &path)=0
virtual bool v_Prompt (FILEPATH &path, const MISTRING *pPromptStr)

Detailed Description

Base FILTER class used in LocatePath() and LocateRelatedFile() to select the correct path if multiple possible.


Member Function Documentation

virtual bool FILEFIND::FILTER::v_Filter ( const FILEPATH path  )  [pure virtual]

Determine if path suitable.

virtual bool FILEFIND::FILTER::v_Prompt ( FILEPATH path,
const MISTRING pPromptStr 
) [virtual]

Prompt user for path.

Default implementation calls the delegate specified in RegisterPromptDelegate(), if any.

Returns:
true if path found/located, false if not.
Parameters:
path Path being prompted for
pPromptStr Optional pointer to "prompt" string, NULL for default

The documentation for this class was generated from the following file:

Generated on Sun Oct 7 21:33:22 2012 for TNTsdk 2012 by  doxygen 1.6.1