MAknMemorySelectionObserver Class Reference

class MAknMemorySelectionObserver

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

CommonDialogs.lib
Since
1.2
Public Member Functions
~MAknMemorySelectionObserver()
TBool OkToExitL(CAknMemorySelectionDialog::TMemory)

Constructor & Destructor Documentation

~MAknMemorySelectionObserver()

~MAknMemorySelectionObserver()[inline, virtual]

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

Member Functions Documentation

OkToExitL(CAknMemorySelectionDialog::TMemory)

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

Get's called when user selects a memory.

Parameters

CAknMemorySelectionDialog::TMemory aMemoryCurrently selected memory.