Detailed Description
The QOrganizerItemDetailFilter class provides a filter based around a detail value criterion.
It may be used to select organizeritems which contain a detail of a particular type and a particular value.
Member Function Documentation
QOrganizerItemDetailFilter::QOrganizerItemDetailFilter()
Constructs a new detail filter.
QOrganizerItemDetailFilter::QOrganizerItemDetailFilter(const QOrganizerItemFilter & other)
Constructs a copy of other if possible, otherwise constructs a new detail filter.
int QOrganizerItemDetailFilter::detailField() const
Returns the detail field containing the value which will be matched against the value criterion.
See also setDetail().
Returns the type of the detail which will be inspected for matching values.
See also setDetail().
Returns the semantics of the value matching criterion.
See also setMatchFlags().
void QOrganizerItemDetailFilter::setDetail(QOrganizerItemDetail::DetailType detailType, int field)
Sets the type of detail which will be matched to detailType, and the field of the detail which will contain the value criterion to field.
See also detailType() and detailField().
Sets the semantics of the value matching criterion to those defined in flags.
See also matchFlags().
void QOrganizerItemDetailFilter::setValue(const QVariant & value)
Sets the value criterion of the filter to value.
See also value().
QVariant QOrganizerItemDetailFilter::value() const
Returns the value criterion of the detail filter.
See also setValue().