Detailed Description
The QOrganizerItemOccurrenceFetchRequest class allows a client to asynchronously request occurrences generated by a recurring item.
For a QOrganizerItemOccurrenceFetchRequest, the resultsAvailable() signal will be emitted when the resultant organizer items (which may be retrieved by calling items()), are updated, as well as if the overall operation error (which may be retrieved by calling error()) is updated.
Member Function Documentation
QOrganizerItemOccurrenceFetchRequest::QOrganizerItemOccurrenceFetchRequest ( QObject * parent = 0 )
Constructs a new organizer item fetch request whose parent is the specified parent
QDateTime QOrganizerItemOccurrenceFetchRequest::endDate () const
Returns the end date of the request.
See also setEndDate().
QOrganizerItemFetchHint QOrganizerItemOccurrenceFetchRequest::fetchHint () const
Returns the fetch hint associated with the request
See also setFetchHint().
QList<QOrganizerItem> QOrganizerItemOccurrenceFetchRequest::itemOccurrences () const
Returns the list of organizer item occurrences retrieved by this request
int QOrganizerItemOccurrenceFetchRequest::maxOccurrences () const
Returns the maximum number of items to fetch.
See also setMaxOccurrences().
QOrganizerItem QOrganizerItemOccurrenceFetchRequest::parentItem () const
Returns the parent item, whose occurrences are to be fetched.
See also setParentItem().
void QOrganizerItemOccurrenceFetchRequest::setEndDate ( const QDateTime & date )
Sets the end period of the request to date. All occurrences fetched will have a date on or before date.
See also endDate().
void QOrganizerItemOccurrenceFetchRequest::setFetchHint ( const QOrganizerItemFetchHint & hint )
Sets the fetch hint which the manager can use to optimize occurrence retrieval to hint. The fetch hint may be ignored by the manager, in which case each occurrence will include all available information.
See also fetchHint().
void QOrganizerItemOccurrenceFetchRequest::setMaxOccurrences ( int maxCount )
Sets the maximum number of items to fetch to maxCount.
See also maxOccurrences().
void QOrganizerItemOccurrenceFetchRequest::setParentItem ( const QOrganizerItem & item )
Sets the parent item, whose occurrences are to be fetched to item.
See also parentItem().
void QOrganizerItemOccurrenceFetchRequest::setStartDate ( const QDateTime & date )
Sets the start date of the request to date. All occurrences fetched will have a date on or after date.
See also startDate().
QDateTime QOrganizerItemOccurrenceFetchRequest::startDate () const
Returns the start date of the request.
See also setStartDate().