MAknFileSelectionObserver Class Reference

class MAknFileSelectionObserver

Observer class that can be set to observe if selected item e.g. has correct size or date before letting dialog exit.

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

Constructor & Destructor Documentation

~MAknFileSelectionObserver()

~MAknFileSelectionObserver ( ) [inline, virtual]

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

Member Functions Documentation

OkToExitL(const TDesC &, const TEntry &)

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

Get's called when user selects an file.

Parameters

const TDesC & aDriveAndPath Drive and full path of the file.
const TEntry & aEntry An entry containing all information of selected item.