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.
© 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.
All other trademarks are property of their respective owners. Privacy Policy
Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.
Alternatively, this document may be used under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.