Detailed Description
The QOrganizerItemCollectionFilter class provides a filter based around a list of organizeritem ids
It may be used to select organizeritems whose ids are contained in the given list of ids.
Member Function Documentation
QOrganizerItemCollectionFilter::QOrganizerItemCollectionFilter ()
Constructs a new organizeritem id filter
QOrganizerItemCollectionFilter::QOrganizerItemCollectionFilter ( const QOrganizerItemFilter & other )
Constructs a copy of other if possible, otherwise constructs a new organizeritem id filter
QSet<QOrganizerCollectionId> QOrganizerItemCollectionFilter::collectionIds () const
Returns the list of ids of organizeritems which match this filter
See also setCollectionIds().
void QOrganizerItemCollectionFilter::setCollectionId ( const QOrganizerCollectionId & id )
Clears the list which contains the ids of possible matching organizeritems, and sets it to the list which contains a single id id.
void QOrganizerItemCollectionFilter::setCollectionIds ( const QSet<QOrganizerCollectionId> & ids )
Sets the list which contains the ids of possible matching organizeritems to ids
See also collectionIds().