The QOrganizerItemLocalIdFetchRequest class allows a client to asynchronously request a list of organizer item ids from a organizer item store manager. More...
#include <QOrganizerItemLocalIdFetchRequest>
Inherits QOrganizerItemAbstractRequest.
QOrganizerItemLocalIdFetchRequest ( QObject * parent = 0 ) | |
QOrganizerItemFilter | filter () const |
QList<QOrganizerItemLocalId> | itemIds () const |
void | setFilter ( const QOrganizerItemFilter & filter ) |
void | setSorting ( const QList<QOrganizerItemSortOrder> & sorting ) |
QList<QOrganizerItemSortOrder> | sorting () const |
The QOrganizerItemLocalIdFetchRequest class allows a client to asynchronously request a list of organizer item ids from a organizer item store manager.
For a QOrganizerItemLocalIdFetchRequest, the resultsAvailable() signal will be emitted when the resultant manager-local organizer item ids (which may be retrieved by calling ids()), are updated, as well as if the overall operation error (which may be retrieved by calling error()) is updated.
Constructs a new organizer item id fetch request whose parent is the specified parent
Returns the filter which will be used to select the organizer items whose ids will be returned
See also setFilter().
Returns the list of ids of organizer items which matched the request
Sets the filter which will be used to select the organizer items whose ids will be returned to filter
See also filter().
Sets the future sort ordering of the result of the request to sorting. This function only has effect on the result if called prior to calling start()
See also sorting().
Returns the sort ordering which will be used to sort the result
See also setSorting().