Qt Mobility Reference Documentation

QOrganizerItemRemoveRequest Class Reference

The QOrganizerItemRemoveRequest class allows a client to asynchronously request that certain organizer items be removed from a organizer items store. More...

 #include <QOrganizerItemRemoveRequest>

Inherits QOrganizerAbstractRequest.

Public Functions

QOrganizerItemRemoveRequest ( QObject * parent = 0 )
QMap<int, QOrganizerManager::Error> errorMap () const
QList<QOrganizerItemId> itemIds () const
void setItemId ( const QOrganizerItemId & organizeritemId )
void setItemIds ( const QList<QOrganizerItemId> & organizeritemIds )

Additional Inherited Members

Detailed Description

The QOrganizerItemRemoveRequest class allows a client to asynchronously request that certain organizer items be removed from a organizer items store.

For a QOrganizerItemRemoveRequest, the resultsUpdated() signal will be emitted when the individual item errors (which may be retrieved by calling errorMap()) are updated, or if the overall operation error (which may be retrieved by calling error()) is updated.

Member Function Documentation

QOrganizerItemRemoveRequest::QOrganizerItemRemoveRequest ( QObject * parent = 0 )

Constructs a new organizer item remove request whose parent is the specified parent

QMap<int, QOrganizerManager::Error> QOrganizerItemRemoveRequest::errorMap () const

Returns the map of input organizer item list indices to errors which occurred

QList<QOrganizerItemId> QOrganizerItemRemoveRequest::itemIds () const

Returns the list of ids of organizer items which will be removed

See also setItemIds().

void QOrganizerItemRemoveRequest::setItemId ( const QOrganizerItemId & organizeritemId )

Sets the id of the organizer item which will be removed to organizeritemId. Equivalent to calling:

 setOrganizerItemIds(QList<QOrganizerItemId>() << organizeritemIds);

void QOrganizerItemRemoveRequest::setItemIds ( const QList<QOrganizerItemId> & organizeritemIds )

Sets the list of ids of organizer items which will be removed to organizeritemIds

See also itemIds().

X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.