MAknFileSelectionObserver Class Reference

API published in: S60 2nd Ed

Link against: commondialogs.lib

Capability Information

Required Capabilities

None


#include <maknfileselectionobserver.h>

Detailed Description

Observer class that can be set to observe if selected item e.g.

has correct size or date before letting dialog exit.


Public Member Functions

virtual  ~MAknFileSelectionObserver ()
  A virtual destructor to ensure that correct destructor gets called.
virtual TBool  OkToExitL (const TDesC &aDriveAndPath, const TEntry &aEntry)=0
  Get's called when user selects an file.

Constructor & Destructor Documentation

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

A virtual destructor to ensure that correct destructor gets called.

Must have an empty implementation.


Member Function Documentation

virtual TBool MAknFileSelectionObserver::OkToExitL const TDesC &  aDriveAndPath,
const TEntry &  aEntry
[pure virtual]
 

Get's called when user selects an file.

Parameters:
aDriveAndPath  Drive and full path of the file.
aEntry  An entry containing all information of selected item.
Returns:
Returns ETrue if it is ok to exit from dialog.

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

Copyright © Nokia Corporation 2001-2008
Back to top