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.

Constructor & Destructor Documentation

~MLmkListMemento()

~MLmkListMemento ( ) [inline, virtual]

Destructor

Member Functions Documentation

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

void Restore ( const CEikListBox & aListBox,
const CLmkListProviderBase & aProvider,
TBool aFiltered
) [pure virtual]

Restore listbox state

Parameters

const CEikListBox & aListBox
const CLmkListProviderBase & aProvider
TBool aFiltered

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

void Store ( const CEikListBox & aListBox,
const CLmkListProviderBase & aProvider,
TBool aFiltered
) [pure virtual]

Store listbox state

Parameters

const CEikListBox & aListBox
const CLmkListProviderBase & aProvider
TBool aFiltered