Qt Mobility Reference Documentation

QOrganizerItemLocalIdFilter Class Reference

The QOrganizerItemLocalIdFilter class provides a filter based around a list of organizer item ids More...

 #include <QOrganizerItemLocalIdFilter>

Inherits QOrganizerItemFilter.


Public Functions

QOrganizerItemLocalIdFilter ()
QOrganizerItemLocalIdFilter ( const QOrganizerItemFilter & other )
void clear ()
QList<QOrganizerItemLocalId> ids () const
void insert ( const QOrganizerItemLocalId & id )
void remove ( const QOrganizerItemLocalId & id )
void setIds ( const QList<QOrganizerItemLocalId> & ids )

Detailed Description

The QOrganizerItemLocalIdFilter class provides a filter based around a list of organizer item ids

It may be used to select organizer items whose ids are contained in the given list of ids.


Member Function Documentation

QOrganizerItemLocalIdFilter::QOrganizerItemLocalIdFilter ()

Constructs a new organizer item local id filter

QOrganizerItemLocalIdFilter::QOrganizerItemLocalIdFilter ( const QOrganizerItemFilter & other )

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

void QOrganizerItemLocalIdFilter::clear ()

Clears the list which contains the ids of possible matching items. A local id filter with a cleared list will match no items.

See also setIds().

QList<QOrganizerItemLocalId> QOrganizerItemLocalIdFilter::ids () const

Returns the list of ids of organizer items which match this filter

See also setIds().

void QOrganizerItemLocalIdFilter::insert ( const QOrganizerItemLocalId & id )

Inserts the id id into the list which contains the ids of possible matching items

See also setIds().

void QOrganizerItemLocalIdFilter::remove ( const QOrganizerItemLocalId & id )

Removes the id id from the list which contains the ids of possible matching items, if it is contained in the list, otherwise has no effect.

See also clear().

void QOrganizerItemLocalIdFilter::setIds ( const QList<QOrganizerItemLocalId> & ids )

Sets the list which contains the ids of possible matching organizer items to ids

See also 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.