Qt Mobility Reference Documentation

QOrganizerItemLocalIdFetchRequest Class Reference

The QOrganizerItemLocalIdFetchRequest class allows a client to asynchronously request a list of organizeritem ids from a organizeritems store manager. More...

 #include <QOrganizerItemLocalIdFetchRequest>

Inherits QOrganizerItemAbstractRequest.


Public Functions

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

Additional Inherited Members


Detailed Description

The QOrganizerItemLocalIdFetchRequest class allows a client to asynchronously request a list of organizeritem ids from a organizeritems store manager.

For a QOrganizerItemLocalIdFetchRequest, the resultsAvailable() signal will be emitted when the resultant manager-local organizeritem 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.


Member Function Documentation

QOrganizerItemLocalIdFetchRequest::QOrganizerItemLocalIdFetchRequest ( QObject * parent = 0 )

Constructs a new organizeritem id fetch request whose parent is the specified parent

QOrganizerItemFilter QOrganizerItemLocalIdFetchRequest::filter () const

Returns the filter which will be used to select the organizeritems whose ids will be returned

See also setFilter().

QList<QOrganizerItemLocalId> QOrganizerItemLocalIdFetchRequest::itemIds () const

Returns the list of ids of organizeritems which matched the request

void QOrganizerItemLocalIdFetchRequest::setFilter ( const QOrganizerItemFilter & filter )

Sets the filter which will be used to select the organizeritems whose ids will be returned to filter

See also filter().

void QOrganizerItemLocalIdFetchRequest::setSorting ( const QList<QOrganizerItemSortOrder> & sorting )

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().

QList<QOrganizerItemSortOrder> QOrganizerItemLocalIdFetchRequest::sorting () const

Returns the sort ordering which will be used to sort the result

See also setSorting().


Copyright © 2009-2010 Nokia Corporation and/or its subsidiary(-ies) Trademarks
Qt Mobility Project 1.1.0