Qt Mobility Reference Documentation

QOrganizerItemCollectionFilter Class Reference

The QOrganizerItemCollectionFilter class provides a filter based around a list of organizeritem ids More...

 #include <QOrganizerItemCollectionFilter>

Inherits QOrganizerItemFilter.


Public Functions

QOrganizerItemCollectionFilter ()
QOrganizerItemCollectionFilter ( const QOrganizerItemFilter & other )
QSet<QOrganizerCollectionLocalId> collectionIds () const
void setCollectionIds ( const QSet<QOrganizerCollectionLocalId> & ids )

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 local id filter

QOrganizerItemCollectionFilter::QOrganizerItemCollectionFilter ( const QOrganizerItemFilter & other )

Constructs a copy of other if possible, otherwise constructs a new organizeritem local id filter

QSet<QOrganizerCollectionLocalId> QOrganizerItemCollectionFilter::collectionIds () const

Returns the list of ids of organizeritems which match this filter

See also setCollectionIds() and setIds().

void QOrganizerItemCollectionFilter::setCollectionIds ( const QSet<QOrganizerCollectionLocalId> & ids )

Sets the list which contains the ids of possible matching organizeritems to ids

See also collectionIds() and ids().

X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.