class CContactViewBase::CContactViewBaseExtension : public CBase |
An extension class that holds member data added in v7.0s.
It was created for binary compatibility purposes.
Public Member Functions | |
---|---|
~CContactViewBaseExtension () | |
CContactViewBaseExtension * | NewL () |
Private Member Functions | |
---|---|
CContactViewBaseExtension () | |
void | ConstructL () |
Public Attributes | |
---|---|
TInt | iError |
TUid | iFindPluginUid |
TUid | iSortPluginUid |
Private Attributes | |
---|---|
TCollationMethod | iCollationMethod |
CContactViewFindConfigInterface * | iFindPluginImpl |
CViewContactSortPlugin * | iSortPluginImpl |
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() .
TInt | iError |
A standard error code that is passed to view observers by NotifyObservers() (unless its value is KErrNone).
CContactViewFindConfigInterface * | iFindPluginImpl | [private] |
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.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.