Qt Mobility Reference Documentation

QOrganizerItemTag Class Reference

The QOrganizerItemTag class contains some arbitrary tag which is relevant to the organizer item. More...

 #include <QOrganizerItemTag>

Inherits QOrganizerItemDetail.

Public Functions

void setTag ( const QString & tag )
QString tag () const

Static Public Members

const QLatin1Constant DefinitionName
const QLatin1Constant FieldTag
QOrganizerItemFilter match ( const QString & substring )

Detailed Description

The QOrganizerItemTag class contains some arbitrary tag which is relevant to the organizer item.

Member Function Documentation

QOrganizerItemFilter QOrganizerItemTag::match ( const QString & substring ) [static]

Returns a filter suitable for finding items with a tag containing the specified substring.

void QOrganizerItemTag::setTag ( const QString & tag )

Sets a tag associated with an organizer item to tag.

See also tag().

QString QOrganizerItemTag::tag () const

Returns the tag associated with an organizer item which is stored in this detail.

See also setTag().

Member Variable Documentation

const QLatin1Constant QOrganizerItemTag::DefinitionName

The constant string which identifies the definition of details which are tags.

const QLatin1Constant QOrganizerItemTag::FieldTag

The constant key for which the tag value is stored in details of the QOrganizerItemTag type.

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.