MAknMemorySelectionObserver Class Reference

#include <mw/MAknMemorySelectionObserver.h>

Link against: CommonDialogs.lib

class MAknMemorySelectionObserver
Public Member Functions
virtual ~MAknMemorySelectionObserver()
pure virtual TBool OkToExitL(CAknMemorySelectionDialog::TMemory)

Detailed Description

Observer class that can be set to observe if selected memory e.g. has enoung free space before letting dialog exit.

Since
1.2

Constructor & Destructor Documentation

~MAknMemorySelectionObserver ( )

~MAknMemorySelectionObserver()[inline, virtual]

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

Member Function Documentation

OkToExitL ( CAknMemorySelectionDialog::TMemory )

TBool OkToExitL(CAknMemorySelectionDialog::TMemoryaMemory)[pure virtual]

Get's called when user selects a memory.

ParameterDescription
aMemoryCurrently selected memory.

Returns: Returns ETrue if it is ok to exit from dialog.