CContactViewBase::CContactViewBaseExtension Class Reference

#include <app/cntviewbase.h>

class CContactViewBase::CContactViewBaseExtension : public CBase

Inherits from

  • CContactViewBase::CContactViewBaseExtension

    Detailed Description

    An extension class that holds member data added in v7.0s.

    It was created for binary compatibility purposes.

    Member Attribute Documentation

    iError

    TInt iError

    A standard error code that is passed to view observers by NotifyObservers() (unless its value is KErrNone).

    iFindPluginUid

    TUid iFindPluginUid

    The UID of the view's find configuration plug-in.

    On construction, this is initialised to KNullUid.

    The plug-in is loaded when ContactsMatchingCriteriaL(), ContactsMatchingPrefixL() or MatchesCriteriaL() is called.

    iSortPluginUid

    TUid iSortPluginUid

    The UID of the view's sort plug-in.

    Constructor & Destructor Documentation

    ~CContactViewBaseExtension ( )

    ~CContactViewBaseExtension()

    Member Function Documentation

    NewL ( )

    CContactViewBaseExtension *NewL()[static]

    Constructs a new instance of the class.

    If a plug-in has been loaded, its OpenL() function is called, see CContactViewFindConfigInterface::OpenL().

    Returns: Pointer to the newly created extension object.