The QOrganizerItemLocation class contains information about a location which is related to the organizer item in some manner. More...
#include <QOrganizerItemLocation>
Inherits: QOrganizerItemDetail.
This class was introduced in Qt Mobility 1.1.
QString | label () const |
double | latitude () const |
double | longitude () const |
void | setLabel ( const QString & label ) |
void | setLatitude ( double latitude ) |
void | setLongitude ( double longitude ) |
const QLatin1Constant | DefinitionName |
const QLatin1Constant | FieldLabel |
const QLatin1Constant | FieldLatitude |
const QLatin1Constant | FieldLongitude |
QOrganizerItemFilter | match ( const QString & substring ) |
The QOrganizerItemLocation class contains information about a location which is related to the organizer item in some manner.
Returns the human-readable label of the location
This function was introduced in Qt Mobility 1.1.
See also setLabel().
Returns the latitude value of the location's geocoordinates
This function was introduced in Qt Mobility 1.1.
See also setLatitude().
Returns the longitude value of the location's geocoordinates
This function was introduced in Qt Mobility 1.1.
See also setLongitude().
Returns a filter suitable for finding items whose location matches the specified substring. This filter matches location labels only. If you wish to match against latitude or longitude co-ordinates, use a QContactDetailFilter instead.
This function was introduced in Qt Mobility 1.1.
Sets the human-readable label of the location to label
This function was introduced in Qt Mobility 1.1.
See also label().
Sets the latitude value of the location's geocoordinates to latitude
This function was introduced in Qt Mobility 1.1.
See also latitude().
Sets the longitude value of the location's geocoordinates to longitude
This function was introduced in Qt Mobility 1.1.
See also longitude().
The constant string which identifies the definition of details which describe a location associated with an organizer item.
The constant key for which the location label value is stored in details of the QOrganizerItemLocation type.
The constant key for which the location latitude value is stored in details of the QOrganizerItemLocation type.
The constant key for which the location longitude value is stored in details of the QOrganizerItemLocation 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.