The QOrganizerItemLocation class contains information about a location which is related to the organizer item in some manner. More...
#include <QOrganizerItemLocation>
Inherits QOrganizerItemDetail.
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
See also setLabel().
Returns the latitude value of the location's geocoordinates
See also setLatitude().
Returns the longitude value of the location's geocoordinates
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.
Sets the human-readable label of the location to label
See also label().
Sets the latitude value of the location's geocoordinates to latitude
See also latitude().
Sets the longitude value of the location's geocoordinates to longitude
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.