MAknFileFilter Class Reference

class MAknFileFilter

An abstract interface class for filters.

CommonDialogs.lib
Since
1.2
Public Member Functions
~MAknFileFilter()
TBool Accept(const TDesC &, const TEntry &)

Constructor & Destructor Documentation

~MAknFileFilter()

~MAknFileFilter()[inline, virtual]

A virtual destructor to ensure that correct destructor gets called. Must have an empty implementation.

Member Functions Documentation

Accept(const TDesC &, const TEntry &)

TBool Accept(const TDesC &aDriveAndPath,
const TEntry &aEntry
)const [pure virtual]

Checks if a file is accepted by the filter.

Parameters

const TDesC & aDriveAndPathDrive and full path of the file.
const TEntry & aEntryA directory entry.