Location:
cntitem.h
Link against: cntmodel.lib
CContactItemPlusGroup
Supported from 6.0
Abstract base class for CContactGroup
,
CContactCard
and CContactOwnCard
. Exists to avoid
duplication of group functionality in its three derived
classes.
|
Defined in CContactItemPlusGroup
:
GroupsJoined()
, GroupsJoinedLC()
Inherited from CBase
:
operator new()
Inherited from CContactItem
:
AccessCount()
,
AddFieldL()
,
CardFields()
,
DecAccessCount()
,
Id()
,
IncAccessCount()
,
InsertFieldL()
,
IsDeletable()
,
IsDeleted()
,
IsHidden()
,
IsSystem()
,
LastModified()
,
RemoveField()
,
SetDeleteFlag()
,
SetDeleted()
,
SetHidden()
,
SetLastModified()
,
SetSystem()
,
SetTemplateRefId()
,
SetUidStringL()
,
TemplateRefId()
,
Type()
,
UidStringL()
,
UpdateFieldSet()
const CContactIdArray* GroupsJoined() const;
Returns a pointer to a list of contact item IDs which identify the groups to which the derived class object belongs.
|
CContactIdArray* GroupsJoinedLC() const;
Returns a pointer to a list of contact item IDs which identify the groups to which the derived class object belongs.
|