QtMobility Reference Documentation

QOrganizerItemDisplayLabel Class Reference

The QOrganizerItemDisplayLabel class contains the backend-synthesized display label of the organizer item. More...

 #include <QOrganizerItemDisplayLabel>

Inherits: QOrganizerItemDetail.

This class was introduced in Qt Mobility 1.1.

Public Functions

QString label () const
void setLabel ( const QString & label )

Static Public Members

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

Detailed Description

The QOrganizerItemDisplayLabel class contains the backend-synthesized display label of the organizer item.

Member Function Documentation

QString QOrganizerItemDisplayLabel::label () const

Returns the display label of the organizer item.

This function was introduced in Qt Mobility 1.1.

See also setLabel().

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

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

This function was introduced in Qt Mobility 1.1.

void QOrganizerItemDisplayLabel::setLabel ( const QString & label )

Sets the display label of the organizer item to label.

This function was introduced in Qt Mobility 1.1.

See also label().

Member Variable Documentation

const QLatin1Constant QOrganizerItemDisplayLabel::DefinitionName

The constant string which identifies the definition of details which contain a display label of an organizer item.

const QLatin1Constant QOrganizerItemDisplayLabel::FieldLabel

The constant key for which the display label value is stored in details of the QOrganizerItemDisplayLabel 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.