Home · All Classes · All Functions ·

QContactRelationshipSaveRequest Class Reference

The QContactRelationshipSaveRequest class allows a client to asynchronously request that certain groups be saved to a contacts store. More...

    #include <QContactRelationshipSaveRequest>

Inherits QContactAbstractRequest.


Public Functions

QContactRelationshipSaveRequest ()
~QContactRelationshipSaveRequest ()
QList<QContactRelationship> relationships () const
void setRelationships ( const QList<QContactRelationship> & contactRelationships )

Signals

void progress ( QContactRelationshipSaveRequest * self )

Additional Inherited Members


Detailed Description

The QContactRelationshipSaveRequest class allows a client to asynchronously request that certain groups be saved to a contacts store.


Member Function Documentation

QContactRelationshipSaveRequest::QContactRelationshipSaveRequest ()

Constructs a new relationship save request

QContactRelationshipSaveRequest::~QContactRelationshipSaveRequest ()

Cleans up the memory in use by this relationship save request

void QContactRelationshipSaveRequest::progress ( QContactRelationshipSaveRequest * self )   [signal]

This signal is emitted when some progress has been made on the request, causing either a change of status or an update of results, or both. It identifies which request the signal originated from by including a pointer to self.

QList<QContactRelationship> QContactRelationshipSaveRequest::relationships () const

Returns the list of relationships that will be saved if called prior to calling start(), otherwise returns the list of relationships as they were saved in the contacts store

See also setRelationships().

void QContactRelationshipSaveRequest::setRelationships ( const QList<QContactRelationship> & contactRelationships )

Sets the relationships to save to be contactRelationships

See also relationships().


Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies) Trademarks
Qt Mobility Project 1.0.0 (Technology Preview)