#include <app/cntviewbase.h>
| class CContactViewBase::CContactViewBaseExtension : public CBase |
| Public Attributes | |
|---|---|
| TInt | iError |
| TUid | iFindPluginUid |
| TUid | iSortPluginUid |
| Public Member Functions | |
|---|---|
| ~CContactViewBaseExtension() | |
| CContactViewBaseExtension * | NewL() |
An extension class that holds member data added in v7.0s.
It was created for binary compatibility purposes.
| TInt | iError |
A standard error code that is passed to view observers by NotifyObservers() (unless its value is KErrNone).
| 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.
| 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.