The QOrganizerItemLocation class contains information about a location which is related to the organizer item in some manner. More...
#include <QOrganizerItemLocation>
Inherits QOrganizerItemDetail.
QString | address () const |
QString | geoLocation () const |
QString | locationName () const |
void | setAddress ( const QString & address ) |
void | setGeoLocation ( const QString & stringCoords ) |
void | setLocationName ( const QString & locationName ) |
const QLatin1Constant | DefinitionName |
const QLatin1Constant | FieldAddress |
const QLatin1Constant | FieldGeoLocation |
const QLatin1Constant | FieldLocationName |
QOrganizerItemFilter | match ( const QString & substring ) |
The QOrganizerItemLocation class contains information about a location which is related to the organizer item in some manner.
Returns a string of address name.
See also setAddress().
Returns a string of geolication value.
See also setGeoLocation().
Returns a string of location name.
See also setLocationName().
Returns a filter suitable for finding items whose location matches the specified substring. This filter matches location names only. If you wish to match against address or geolocation co-ordinates, use a QContactDetailFilter instead.
Sets address name to address.
See also address().
Sets geolication value to stringCoords.
See also geoLocation().
Sets location name to locationName.
See also locationName().
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 address value is stored in details of the QOrganizerItemLocation type.
The constant key for which the geolocation value is stored in details of the QOrganizerItemLocation type.
The constant key for which the location label value is stored in details of the QOrganizerItemLocation type.