Member Function Documentation
QString QOrganizerItemLocation::label () const
Returns the human-readable label of the location
See also setLabel().
double QOrganizerItemLocation::latitude () const
Returns the latitude value of the location's geocoordinates
See also setLatitude().
double QOrganizerItemLocation::longitude () const
Returns the longitude value of the location's geocoordinates
See also setLongitude().
QOrganizerItemFilter QOrganizerItemLocation::match ( const QString & substring ) [static]
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.
void QOrganizerItemLocation::setLabel ( const QString & label )
Sets the human-readable label of the location to label
See also label().
void QOrganizerItemLocation::setLatitude ( double latitude )
Sets the latitude value of the location's geocoordinates to latitude
See also latitude().
void QOrganizerItemLocation::setLongitude ( double longitude )
Sets the longitude value of the location's geocoordinates to longitude
See also longitude().
Member Variable Documentation
const QLatin1Constant QOrganizerItemLocation::DefinitionName
The constant string which identifies the definition of details which describe a location associated with an organizer item.
const QLatin1Constant QOrganizerItemLocation::FieldLabel
The constant key for which the location label value is stored in details of the QOrganizerItemLocation type.
const QLatin1Constant QOrganizerItemLocation::FieldLatitude
The constant key for which the location latitude value is stored in details of the QOrganizerItemLocation type.
const QLatin1Constant QOrganizerItemLocation::FieldLongitude
The constant key for which the location longitude value is stored in details of the QOrganizerItemLocation type.