MAknMemorySelectionObserver Class Reference

API published in: S60 2nd Ed

Link against: commondialogs.lib

Capability Information

Required Capabilities

None


#include <maknmemoryselectionobserver.h>

Detailed Description

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

has enoung free space before letting dialog exit.


Public Member Functions

virtual  ~MAknMemorySelectionObserver ()
  A virtual destructor to ensure that correct destructor gets called.
virtual TBool  OkToExitL (CAknMemorySelectionDialog::TMemory aMemory)=0
  Get's called when user selects a memory.

Constructor & Destructor Documentation

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

A virtual destructor to ensure that correct destructor gets called.

Must have an empty implementation.


Member Function Documentation

virtual TBool MAknMemorySelectionObserver::OkToExitL CAknMemorySelectionDialog::TMemory  aMemory  )  [pure virtual]
 

Get's called when user selects a memory.

Parameters:
aMemory  Currently selected memory.
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