UIQ Technology
 Developer Library

UIQ 3 SDK

UIQ developer portal

FEEDBACK 

[Index] [Spacer] [Previous] [Next]



Location: imrequestedcontactslist.h
Link against: imframework.lib

Class CRequestedContacts

class CRequestedContacts : public CBase;

Description

CRequestedContacts is a list of linked contacts.

Derivation

Members

Defined in CRequestedContacts:
At(), Count(), Find()

Inherited from CBase:
Delete(), Extension_(), operator new()


Member functions


Find()

IMPORT_C TInt Find(const TUint32 aServiceId, const TContactItemId aCntId);

Description

Find searches for a specific link

Parameters

const TUint32 aServiceId

The service the contact is linked to

const TContactItemId aCntId

The id of the contact

Return value

TInt

The index of the found item


At()

IMPORT_C const TRequestedContactItem At(const TInt aIndex) const;

Description

Provides access to items in the list

Parameters

const TInt aIndex

The index of the item to be returned

Return value

const TRequestedContactItem

An item in the list


Count()

IMPORT_C TInt Count() const;

Description

Used to get the size of the list.

Return value

TInt

Number of items in list

Terms and conditions of use of the material