MAknFileFilter Class Reference

API published in: S60 2nd Ed

Link against: commondialogs.lib

Capability Information

Required Capabilities

None


#include <maknfilefilter.h>

Detailed Description

An abstract interface class for filters.

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.

Constructor & Destructor Documentation

virtual MAknFileFilter::~MAknFileFilter  )  [inline, virtual]
 

A virtual destructor to ensure that correct destructor gets called.

Must have an empty implementation.


Member Function Documentation

virtual TBool MAknFileFilter::Accept const TDesC &  aDriveAndPath,
const TEntry &  aEntry
const [pure virtual]
 

Checks if a file is accepted by the filter.

Parameters:
aDriveAndPath  Drive and full path of the file.
aEntry  A directory entry.
Returns:
Returns ETrue if filter accepts the file.

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

Copyright © Nokia Corporation 2001-2008
Back to top