Contents
QOrganizerItemSaveRequest Class Reference
The QOrganizerItemSaveRequest class allows a client to asynchronously request that certain organizeritems be saved to a organizeritems store. More...
#include <QOrganizerItemSaveRequest>
Inherits QOrganizerItemAbstractRequest.
Public Functions
QOrganizerItemSaveRequest ( QObject * parent = 0 ) | |
QMap<int, QOrganizerItemManager::Error> | errorMap () const |
QList<QOrganizerItem> | items () const |
void | setItem ( const QOrganizerItem & organizeritem ) |
void | setItems ( const QList<QOrganizerItem> & organizeritems ) |
- 9 public functions inherited from QOrganizerItemAbstractRequest
Additional Inherited Members
- 3 public slots inherited from QOrganizerItemAbstractRequest
- 2 signals inherited from QOrganizerItemAbstractRequest
Detailed Description
The QOrganizerItemSaveRequest class allows a client to asynchronously request that certain organizeritems be saved to a organizeritems store.
For a QOrganizerItemSaveRequest, the resultsAvailable() signal will be emitted when either the individual item errors (which may be retrieved by calling errorMap()), or the resultant organizeritems (which may be retrieved by calling organizeritems()), are updated, as well as if the overall operation error (which may be retrieved by calling error()) is updated.