Home · All Classes · All Functions ·

QContactDetailDefinitionRemoveRequest Class Reference

The QContactDetailDefinitionRemoveRequest class allows a client to asynchronously request that certain detail definitions be removed from a contacts store. More...

    #include <QContactDetailDefinitionRemoveRequest>

Inherits QContactAbstractRequest.


Public Functions

QContactDetailDefinitionRemoveRequest ()
~QContactDetailDefinitionRemoveRequest ()
QString contactType () const
QStringList names () const
void setContactType ( const QString & contactType )
void setNames ( const QStringList & names )

Signals

void progress ( QContactDetailDefinitionRemoveRequest * self )

Additional Inherited Members


Detailed Description

The QContactDetailDefinitionRemoveRequest class allows a client to asynchronously request that certain detail definitions be removed from a contacts store.


Member Function Documentation

QContactDetailDefinitionRemoveRequest::QContactDetailDefinitionRemoveRequest ()

Constructs a new detail definition remove request

QContactDetailDefinitionRemoveRequest::~QContactDetailDefinitionRemoveRequest ()

Cleans up the memory in use by this detail definition remove request

QString QContactDetailDefinitionRemoveRequest::contactType () const

Returns the type of contact for which detail definitions will be removed

See also setContactType().

QStringList QContactDetailDefinitionRemoveRequest::names () const

Returns the list of names of the detail definitions that will be removed from the manager

See also setNames().

void QContactDetailDefinitionRemoveRequest::progress ( QContactDetailDefinitionRemoveRequest * 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.

void QContactDetailDefinitionRemoveRequest::setContactType ( const QString & contactType )

Sets the type of contact for which detail definitions should be removed to contactType

See also contactType().

void QContactDetailDefinitionRemoveRequest::setNames ( const QStringList & names )

Sets the names of the detail definitions to remove from the manager to be names

See also names().


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