![]() |
Home · All Classes · All Functions · | ![]() |
The QContactRelationshipRemoveRequest class allows a client to asynchronously request that certain relationships be removed from a contacts store. More...
#include <QContactRelationshipRemoveRequest>
Inherits QContactAbstractRequest.
QContactRelationshipRemoveRequest () | |
~QContactRelationshipRemoveRequest () | |
QContactId | first () const |
QString | relationshipType () const |
QContactId | second () const |
void | setFirst ( const QContactId & firstId ) |
void | setRelationshipType ( const QString & relationshipType ) |
void | setSecond ( const QContactId & secondId ) |
void | progress ( QContactRelationshipRemoveRequest * self ) |
The QContactRelationshipRemoveRequest class allows a client to asynchronously request that certain relationships be removed from a contacts store.
Constructs a new relationship remove request
Cleans up the memory in use by this relationship remove request
Returns the first contact criterion of the remove request
See also setFirst().
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.
Returns the relationship type criterion of the fetch request
See also setRelationshipType().
Returns the second contact criterion of the remove request
See also setSecond().
Sets the first contact criterion of the remove request to firstId. If firstId is the default-constructed id, or the first contact is not set, the request will remove relationships involving any first contact.
See also first().
Sets the relationship type criterion of the remove request to relationshipType. If relationshipType is empty, or the relationship type is not set, the request will remove relationships of any type.
See also relationshipType().
Sets the second contact criterion of the remove request to secondId. If secondId is the default-constructed id, or the second contact is not set, the request will remove relationships involving any second contact.
See also second().
Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies) | Trademarks | Qt Mobility Project 1.0.0 (Technical Preview) |