QtMobility Reference Documentation

QOrganizerItemPriority Class Reference

The QOrganizerItemPriority class contains the priority of the organizer item, which may be used to resolve scheduling conflicts. More...

 #include <QOrganizerItemPriority>

Inherits: QOrganizerItemDetail.

This class was introduced in Qt Mobility 1.1.

Public Types

enum Priority { UnknownPriority, HighestPriority, ExtremelyHighPriority, VeryHighPriority, ..., LowestPriority }

Public Functions

Priority priority () const
void setPriority ( Priority priority )

Static Public Members

const QLatin1Constant DefinitionName
const QLatin1Constant FieldPriority
QOrganizerItemFilter match ( Priority priority )

Detailed Description

The QOrganizerItemPriority class contains the priority of the organizer item, which may be used to resolve scheduling conflicts.

Member Type Documentation

enum QOrganizerItemPriority::Priority

ConstantValue
QOrganizerItemPriority::UnknownPriority0
QOrganizerItemPriority::HighestPriority1
QOrganizerItemPriority::ExtremelyHighPriority2
QOrganizerItemPriority::VeryHighPriority3
QOrganizerItemPriority::HighPriority4
QOrganizerItemPriority::MediumPriority5
QOrganizerItemPriority::LowPriority6
QOrganizerItemPriority::VeryLowPriority7
QOrganizerItemPriority::ExtremelyLowPriority8
QOrganizerItemPriority::LowestPriority9

Member Function Documentation

QOrganizerItemFilter QOrganizerItemPriority::match ( Priority priority ) [static]

Returns a filter suitable for finding items of the specified priority.

Priority QOrganizerItemPriority::priority () const

Returns the priority associated with an organizer item.

This function was introduced in Qt Mobility 1.1.

See also setPriority().

void QOrganizerItemPriority::setPriority ( Priority priority )

Sets the priority associated with an organizer item to priority.

This function was introduced in Qt Mobility 1.1.

See also priority().

Member Variable Documentation

const QLatin1Constant QOrganizerItemPriority::DefinitionName

The constant string which identifies the definition of details which contain the priority of an organizer item.

const QLatin1Constant QOrganizerItemPriority::FieldPriority

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