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.