The QOrganizerItemCollectionFilter class provides a filter based around a list of organizeritem ids More...
#include <QOrganizerItemCollectionFilter>
Inherits QOrganizerItemFilter.
QOrganizerItemCollectionFilter () | |
QOrganizerItemCollectionFilter ( const QOrganizerItemFilter & other ) | |
QSet<QOrganizerCollectionLocalId> | collectionIds () const |
void | setCollectionIds ( const QSet<QOrganizerCollectionLocalId> & ids ) |
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.
Constructs a new organizeritem local id filter
Constructs a copy of other if possible, otherwise constructs a new organizeritem local id filter
Returns the list of ids of organizeritems which match this filter
See also setCollectionIds() and setIds().
Sets the list which contains the ids of possible matching organizeritems to ids
See also collectionIds() and ids().