class CContactRemoteView : public CContactRemoteViewBase |
An instantiable remote contact view class.
Remote views are associated with a CContactLocalView object held in the contacts server. They provide an efficient means for multiple clients to share the same underlying view.
The view preferences and sort order are specified on construction.
Public Member Functions | |
---|---|
TAny * | CContactViewBase_Reserved_1(TFunction, TAny *) |
IMPORT_C void | GetSortOrderL(RContactViewSortOrder &) |
IMPORT_C CContactRemoteView * | NewL(MContactViewObserver &, const CContactDatabase &, const RContactViewSortOrder &, TContactViewPreferences) |
IMPORT_C CContactRemoteView * | NewL(MContactViewObserver &, const CContactDatabase &, const RContactViewSortOrder &, TContactViewPreferences, const TDesC8 &) |
Protected Member Functions | |
---|---|
CContactRemoteView(const CContactDatabase &) | |
~CContactRemoteView() |
Private Member Functions | |
---|---|
void | ConstructL(MContactViewObserver &, const RContactViewSortOrder &, TContactViewPreferences) |
void | ConstructL(MContactViewObserver &, const RContactViewSortOrder &, TContactViewPreferences, const TDesC8 &) |
Inherited Enumerations | |
---|---|
CContactViewBase:TFunction | |
CContactViewBase:TSearchType | |
CContactViewBase:TState |
Inherited Attributes | |
---|---|
CContactRemoteViewBase::iView | |
CContactViewBase::iDb | |
CContactViewBase::iExtension | |
CContactViewBase::iState |
CContactRemoteView | ( | const CContactDatabase & | aDb | ) | [protected] |
const CContactDatabase & aDb |
TAny * | CContactViewBase_Reserved_1 | ( | TFunction | aFunction, |
TAny * | aParams | |||
) | [virtual] |
void | ConstructL | ( | MContactViewObserver & | aObserver, |
const RContactViewSortOrder & | aSortOrder, | |||
TContactViewPreferences | aContactTypes | |||
) | [private] |
MContactViewObserver & aObserver | |
const RContactViewSortOrder & aSortOrder | |
TContactViewPreferences aContactTypes |
void | ConstructL | ( | MContactViewObserver & | aObserver, |
const RContactViewSortOrder & | aSortOrder, | |||
TContactViewPreferences | aContactTypesconst, | |||
const TDesC8 & | aSortPluginName | |||
) | [private] |
MContactViewObserver & aObserver | |
const RContactViewSortOrder & aSortOrder | |
TContactViewPreferences aContactTypesconst | |
const TDesC8 & aSortPluginName |
IMPORT_C void | GetSortOrderL | ( | RContactViewSortOrder & | aSortOrder | ) |
RContactViewSortOrder & aSortOrder |
IMPORT_C CContactRemoteView * | NewL | ( | MContactViewObserver & | aObserver, |
const CContactDatabase & | aDb, | |||
const RContactViewSortOrder & | aSortOrder, | |||
TContactViewPreferences | aContactTypes | |||
) | [static] |
MContactViewObserver & aObserver | |
const CContactDatabase & aDb | |
const RContactViewSortOrder & aSortOrder | |
TContactViewPreferences aContactTypes |
IMPORT_C CContactRemoteView * | NewL | ( | MContactViewObserver & | aObserver, |
const CContactDatabase & | aDb, | |||
const RContactViewSortOrder & | aSortOrder, | |||
TContactViewPreferences | aContactTypes, | |||
const TDesC8 & | aSortPluginName | |||
) | [static] |
MContactViewObserver & aObserver | |
const CContactDatabase & aDb | |
const RContactViewSortOrder & aSortOrder | |
TContactViewPreferences aContactTypes | |
const TDesC8 & aSortPluginName |