MLmkListMemento Class Reference

class MLmkListMemento

MLmkListMemento class. Interface for storing and restoring listbox UI status (e.g. current item index). Methods in this class are non-leaving since this functionality is just supplementary, error situations should be handled by memento.

Public Member Functions
~MLmkListMemento()
voidRestore(const CEikListBox &, const CLmkListProviderBase &, TBool)
voidStore(const CEikListBox &, const CLmkListProviderBase &, TBool)

Constructor & Destructor Documentation

~MLmkListMemento()

~MLmkListMemento()[inline, virtual]

Destructor

Member Functions Documentation

Restore(const CEikListBox &, const CLmkListProviderBase &, TBool)

voidRestore(const CEikListBox &aListBox,
const CLmkListProviderBase &aProvider,
TBoolaFiltered
)[pure virtual]

Restore listbox state

Parameters

const CEikListBox & aListBox
const CLmkListProviderBase & aProvider
TBool aFiltered

Store(const CEikListBox &, const CLmkListProviderBase &, TBool)

voidStore(const CEikListBox &aListBox,
const CLmkListProviderBase &aProvider,
TBoolaFiltered
)[pure virtual]

Store listbox state

Parameters

const CEikListBox & aListBox
const CLmkListProviderBase & aProvider
TBool aFiltered