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.
enum | Priority { UnknownPriority, HighestPriority, ExtremelyHighPriority, VeryHighPriority, ..., LowestPriority } |
Priority | priority () const |
void | setPriority ( Priority priority ) |
const QLatin1Constant | DefinitionName |
const QLatin1Constant | FieldPriority |
QOrganizerItemFilter | match ( Priority priority ) |
The QOrganizerItemPriority class contains the priority of the organizer item, which may be used to resolve scheduling conflicts.
Constant | Value |
---|---|
QOrganizerItemPriority::UnknownPriority | 0 |
QOrganizerItemPriority::HighestPriority | 1 |
QOrganizerItemPriority::ExtremelyHighPriority | 2 |
QOrganizerItemPriority::VeryHighPriority | 3 |
QOrganizerItemPriority::HighPriority | 4 |
QOrganizerItemPriority::MediumPriority | 5 |
QOrganizerItemPriority::LowPriority | 6 |
QOrganizerItemPriority::VeryLowPriority | 7 |
QOrganizerItemPriority::ExtremelyLowPriority | 8 |
QOrganizerItemPriority::LowestPriority | 9 |
Returns a filter suitable for finding items of the specified priority.
Returns the priority associated with an organizer item.
This function was introduced in Qt Mobility 1.1.
See also setPriority().
Sets the priority associated with an organizer item to priority.
This function was introduced in Qt Mobility 1.1.
See also priority().
The constant string which identifies the definition of details which contain the priority of an organizer item.
The constant key for which the priority value is stored in details of the QOrganizerItemPriority type.