API published in: S60 2nd Ed
Link against: commondialogs.lib
Required Capabilities
None
#include <maknfilefilter.h>
Public Member Functions |
|
| virtual | ~MAknFileFilter () |
| A virtual destructor to ensure that correct destructor gets called. |
|
| virtual TBool | Accept (const TDesC &aDriveAndPath, const TEntry &aEntry) const =0 |
| Checks if a file is accepted by the filter. |
|
|
|
A virtual destructor to ensure that correct destructor gets called. Must have an empty implementation. |
|
||||||||||||
|
Checks if a file is accepted by the filter.
|