summaryrefslogtreecommitdiff
path: root/src/imports/location
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2012-03-01 18:48:30 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-02 16:10:52 +0100
commit9856dfc1ef8d130a86e0684a9f0d1e1ec5980fcd (patch)
tree25e3b0d2e697326966a32dba899621f598566772 /src/imports/location
parenta88efc755d83a8c1ce4935271f4d55669ad0dd83 (diff)
downloadqtlocation-9856dfc1ef8d130a86e0684a9f0d1e1ec5980fcd.tar.gz
Remove the usage of deprecated qdoc macros.
QDoc now has support for Doxygen style commands for italics, bold and list items. This change applies that change in QDoc to the actual documentation. Task-number: QTBUG-24578 Change-Id: If6af8e9303bdb7c255cce086b93073d927ac2907 Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'src/imports/location')
-rw-r--r--src/imports/location/declarativeplaces/qdeclarativecategory.cpp32
-rw-r--r--src/imports/location/declarativeplaces/qdeclarativecontactdetail.cpp8
-rw-r--r--src/imports/location/declarativeplaces/qdeclarativeplace.cpp36
-rw-r--r--src/imports/location/declarativeplaces/qdeclarativeplaceattribute.cpp20
-rw-r--r--src/imports/location/declarativeplaces/qdeclarativeplaceeditorialmodel.cpp42
-rw-r--r--src/imports/location/declarativeplaces/qdeclarativeplaceimagemodel.cpp42
-rw-r--r--src/imports/location/declarativeplaces/qdeclarativerecommendationmodel.cpp30
-rw-r--r--src/imports/location/declarativeplaces/qdeclarativereviewmodel.cpp60
-rw-r--r--src/imports/location/declarativeplaces/qdeclarativesearchresultmodel.cpp76
-rw-r--r--src/imports/location/declarativeplaces/qdeclarativesearchsuggestionmodel.cpp24
-rw-r--r--src/imports/location/declarativeplaces/qdeclarativesupportedcategoriesmodel.cpp24
-rw-r--r--src/imports/location/qdeclarativegeocodemodel.cpp28
-rw-r--r--src/imports/location/qdeclarativegeomaneuver.cpp24
-rw-r--r--src/imports/location/qdeclarativegeomapmousearea.cpp20
-rw-r--r--src/imports/location/qdeclarativegeomapmouseevent.cpp24
-rw-r--r--src/imports/location/qdeclarativegeoroutemodel.cpp74
-rw-r--r--src/imports/location/qdeclarativegeoserviceprovider.cpp62
-rw-r--r--src/imports/location/qdeclarativepolylinemapitem.cpp2
-rw-r--r--src/imports/location/qdeclarativepositionsource.cpp20
19 files changed, 324 insertions, 324 deletions
diff --git a/src/imports/location/declarativeplaces/qdeclarativecategory.cpp b/src/imports/location/declarativeplaces/qdeclarativecategory.cpp
index 3263865a..f4b5b83c 100644
--- a/src/imports/location/declarativeplaces/qdeclarativecategory.cpp
+++ b/src/imports/location/declarativeplaces/qdeclarativecategory.cpp
@@ -226,20 +226,20 @@ QString QDeclarativeCategory::name() const
\table
\row
- \o Category.UnspecifiedVisibility
- \o The visibility of the category is unspecified, the default visibility of the plugin
+ \li Category.UnspecifiedVisibility
+ \li The visibility of the category is unspecified, the default visibility of the plugin
will be used.
\row
- \o Category.DeviceVisibility
- \o The category is limited to the current device. The category will not be transferred
+ \li Category.DeviceVisibility
+ \li The category is limited to the current device. The category will not be transferred
off of the device.
\row
- \o Category.PrivateVisibility
- \o The category is private to the current user. The category may be transferred to an
+ \li Category.PrivateVisibility
+ \li The category is private to the current user. The category may be transferred to an
online service but is only ever visible to the current user.
\row
- \o Category.PublicVisibility
- \o The category is public.
+ \li Category.PublicVisibility
+ \li The category is public.
\endtable
*/
QDeclarativeCategory::Visibility QDeclarativeCategory::visibility() const
@@ -296,20 +296,20 @@ QString QDeclarativeCategory::errorString() const
\table
\row
- \o Category.Ready
- \o No Error occurred during the last operation, further operations may be performed on
+ \li Category.Ready
+ \li No Error occurred during the last operation, further operations may be performed on
the category.
\row
- \o Category.Saving
- \o The category is currently being saved, no other operations may be performed until the
+ \li Category.Saving
+ \li The category is currently being saved, no other operations may be performed until the
current operation completes.
\row
- \o Category.Removing
- \o The category is currently being removed, no other operations can be performed until
+ \li Category.Removing
+ \li The category is currently being removed, no other operations can be performed until
the current operation completes.
\row
- \o Category.Error
- \o An error occurred during the last operation, further operations can still be
+ \li Category.Error
+ \li An error occurred during the last operation, further operations can still be
performed on the category.
\endtable
*/
diff --git a/src/imports/location/declarativeplaces/qdeclarativecontactdetail.cpp b/src/imports/location/declarativeplaces/qdeclarativecontactdetail.cpp
index df61e57d..e2c3e04f 100644
--- a/src/imports/location/declarativeplaces/qdeclarativecontactdetail.cpp
+++ b/src/imports/location/declarativeplaces/qdeclarativecontactdetail.cpp
@@ -59,10 +59,10 @@
additional keys.
\list
- \o phone
- \o fax
- \o email
- \o website
+ \li phone
+ \li fax
+ \li email
+ \li website
\endlist
\section1 Examples
diff --git a/src/imports/location/declarativeplaces/qdeclarativeplace.cpp b/src/imports/location/declarativeplaces/qdeclarativeplace.cpp
index 06ae6962..9617c8f0 100644
--- a/src/imports/location/declarativeplaces/qdeclarativeplace.cpp
+++ b/src/imports/location/declarativeplaces/qdeclarativeplace.cpp
@@ -604,24 +604,24 @@ bool QDeclarativePlace::detailsFetched() const
\table
\row
- \o Place.Ready
- \o No Error occurred during the last operation, further operations may be performed on
+ \li Place.Ready
+ \li No Error occurred during the last operation, further operations may be performed on
the place.
\row
- \o Place.Saving
- \o The place is currently being saved, no other operation may be performed until
+ \li Place.Saving
+ \li The place is currently being saved, no other operation may be performed until
complete.
\row
- \o Place.Fetching
- \o The place details are currently being fetched, no other operations may be performed
+ \li Place.Fetching
+ \li The place details are currently being fetched, no other operations may be performed
until complete.
\row
- \o Place.Removing
- \o The place is currently being removed, no other operations can be performed until
+ \li Place.Removing
+ \li The place is currently being removed, no other operations can be performed until
complete.
\row
- \o Place.Error
- \o An error occurred during the last operation, further operations can still be
+ \li Place.Error
+ \li An error occurred during the last operation, further operations can still be
performed on the place.
\endtable
@@ -937,20 +937,20 @@ void QDeclarativePlace::synchronizeCategories()
\table
\row
- \o Place.UnspecifiedVisibility
- \o The visibility of the place is unspecified, the default visibility of the \l plugin
+ \li Place.UnspecifiedVisibility
+ \li The visibility of the place is unspecified, the default visibility of the \l plugin
will be used.
\row
- \o Place.DeviceVisibility
- \o The place is limited to the current device. The place will not be transferred off
+ \li Place.DeviceVisibility
+ \li The place is limited to the current device. The place will not be transferred off
of the device.
\row
- \o Place.PrivateVisibility
- \o The place is private to the current user. The place may be transferred to an online
+ \li Place.PrivateVisibility
+ \li The place is private to the current user. The place may be transferred to an online
service but is only ever visible to the current user.
\row
- \o Place.PublicVisibility
- \o The place is public.
+ \li Place.PublicVisibility
+ \li The place is public.
\endtable
*/
QDeclarativePlace::Visibility QDeclarativePlace::visibility() const
diff --git a/src/imports/location/declarativeplaces/qdeclarativeplaceattribute.cpp b/src/imports/location/declarativeplaces/qdeclarativeplaceattribute.cpp
index 96b041d3..27995e5d 100644
--- a/src/imports/location/declarativeplaces/qdeclarativeplaceattribute.cpp
+++ b/src/imports/location/declarativeplaces/qdeclarativeplaceattribute.cpp
@@ -59,20 +59,20 @@
be qualified by a unique prefix to avoid clashes.
\table
\header
- \o key
- \o description
+ \li key
+ \li description
\row
- \o openingHours
- \o The trading hours of the place
+ \li openingHours
+ \li The trading hours of the place
\row
- \o payment
- \o The types of payment the place accepts, e.g. visa, mastercard etc.
+ \li payment
+ \li The types of payment the place accepts, e.g. visa, mastercard etc.
\row
- \o x_provider
- \o The name of the provider that a place is sourced from
+ \li x_provider
+ \li The name of the provider that a place is sourced from
\row
- \o x_id_<provider> (e.g x_id_nokia)
- \o An alternative id which identifies the place from the
+ \li x_id_<provider> (e.g x_id_nokia)
+ \li An alternative id which identifies the place from the
perspective of the specified provider.
\endtable
diff --git a/src/imports/location/declarativeplaces/qdeclarativeplaceeditorialmodel.cpp b/src/imports/location/declarativeplaces/qdeclarativeplaceeditorialmodel.cpp
index d8913972..2ac4735f 100644
--- a/src/imports/location/declarativeplaces/qdeclarativeplaceeditorialmodel.cpp
+++ b/src/imports/location/declarativeplaces/qdeclarativeplaceeditorialmodel.cpp
@@ -64,34 +64,34 @@ QT_BEGIN_NAMESPACE
\table
\header
- \o Role
- \o Type
- \o Description
+ \li Role
+ \li Type
+ \li Description
\row
- \o text
- \o string
- \o The editorial's textual description of the place. It can be either rich (HTML based) text or plain text
+ \li text
+ \li string
+ \li The editorial's textual description of the place. It can be either rich (HTML based) text or plain text
depending upon the provider.
\row
- \o title
- \o string
- \o The title of the editorial.
+ \li title
+ \li string
+ \li The title of the editorial.
\row
- \o language
- \o string
- \o The language that the editorial is written in.
+ \li language
+ \li string
+ \li The language that the editorial is written in.
\row
- \o supplier
- \o \l Supplier
- \o The supplier of the editorial.
+ \li supplier
+ \li \l Supplier
+ \li The supplier of the editorial.
\row
- \o user
- \o \l {QtLocation5::User}{User}
- \o The user who contributed the editorial.
+ \li user
+ \li \l {QtLocation5::User}{User}
+ \li The user who contributed the editorial.
\row
- \o attribution
- \o string
- \o Attribution text which must be displayed when displaying the editorial.
+ \li attribution
+ \li string
+ \li Attribution text which must be displayed when displaying the editorial.
\endtable
\section Example
diff --git a/src/imports/location/declarativeplaces/qdeclarativeplaceimagemodel.cpp b/src/imports/location/declarativeplaces/qdeclarativeplaceimagemodel.cpp
index 9284ea5c..fbec59cd 100644
--- a/src/imports/location/declarativeplaces/qdeclarativeplaceimagemodel.cpp
+++ b/src/imports/location/declarativeplaces/qdeclarativeplaceimagemodel.cpp
@@ -65,33 +65,33 @@ QT_BEGIN_NAMESPACE
\table
\header
- \o Role
- \o Type
- \o Description
+ \li Role
+ \li Type
+ \li Description
\row
- \o url
- \o url
- \o The URL of the image.
+ \li url
+ \li url
+ \li The URL of the image.
\row
- \o imageId
- \o string
- \o The id of the image.
+ \li imageId
+ \li string
+ \li The id of the image.
\row
- \o mimeType
- \o string
- \o The MIME type of the image.
+ \li mimeType
+ \li string
+ \li The MIME type of the image.
\row
- \o supplier
- \o \l Supplier
- \o The supplier of the editorial.
+ \li supplier
+ \li \l Supplier
+ \li The supplier of the editorial.
\row
- \o user
- \o \l {QtLocation5::User}{User}
- \o The user who contributed the editorial.
+ \li user
+ \li \l {QtLocation5::User}{User}
+ \li The user who contributed the editorial.
\row
- \o attribution
- \o string
- \o Attribution text which must be displayed when displaying the editorial.
+ \li attribution
+ \li string
+ \li Attribution text which must be displayed when displaying the editorial.
\endtable
diff --git a/src/imports/location/declarativeplaces/qdeclarativerecommendationmodel.cpp b/src/imports/location/declarativeplaces/qdeclarativerecommendationmodel.cpp
index 12758922..a67d267c 100644
--- a/src/imports/location/declarativeplaces/qdeclarativerecommendationmodel.cpp
+++ b/src/imports/location/declarativeplaces/qdeclarativerecommendationmodel.cpp
@@ -73,17 +73,17 @@ QT_USE_NAMESPACE
\table
\header
- \o Role
- \o Type
- \o Description
+ \li Role
+ \li Type
+ \li Description
\row
- \o distance
- \o real
- \o The distance to the place.
+ \li distance
+ \li real
+ \li The distance to the place.
\row
- \o place
- \o \l Place
- \o The place.
+ \li place
+ \li \l Place
+ \li The place.
\endtable
The following example shows how to use the PlaceRecommendationModel to search for recommendations in
@@ -166,14 +166,14 @@ QT_USE_NAMESPACE
\table
\row
- \o PlaceRecommendationModel.Ready
- \o The search query has completed and the result are available.
+ \li PlaceRecommendationModel.Ready
+ \li The search query has completed and the result are available.
\row
- \o PlaceRecommendationModel.Executing
- \o A search query is currently being executed.
+ \li PlaceRecommendationModel.Executing
+ \li A search query is currently being executed.
\row
- \o PlaceRecommendationModel.Error
- \o An error occurred when executing the previous search query.
+ \li PlaceRecommendationModel.Error
+ \li An error occurred when executing the previous search query.
\endtable
*/
diff --git a/src/imports/location/declarativeplaces/qdeclarativereviewmodel.cpp b/src/imports/location/declarativeplaces/qdeclarativereviewmodel.cpp
index 0ae1e7be..34d24c7e 100644
--- a/src/imports/location/declarativeplaces/qdeclarativereviewmodel.cpp
+++ b/src/imports/location/declarativeplaces/qdeclarativereviewmodel.cpp
@@ -65,46 +65,46 @@ QT_BEGIN_NAMESPACE
\table
\header
- \o Role
- \o Type
- \o Description
+ \li Role
+ \li Type
+ \li Description
\row
- \o dateTime
- \o datetime
- \o The date and time that the review was posted.
+ \li dateTime
+ \li datetime
+ \li The date and time that the review was posted.
\row
- \o text
- \o string
- \o The review's textual description of the place. It can be either rich (HTML based) text or plain text
+ \li text
+ \li string
+ \li The review's textual description of the place. It can be either rich (HTML based) text or plain text
depending on the provider.
\row
- \o language
- \o string
- \o The language that the review is written in.
+ \li language
+ \li string
+ \li The language that the review is written in.
\row
- \o rating
- \o real
- \o The rating that the reviewer gave to the place.
+ \li rating
+ \li real
+ \li The rating that the reviewer gave to the place.
\row
- \o reviewId
- \o string
- \o The id of the review.
+ \li reviewId
+ \li string
+ \li The id of the review.
\row
- \o title
- \o string
- \o The title of the review.
+ \li title
+ \li string
+ \li The title of the review.
\row
- \o supplier
- \o \l Supplier
- \o The supplier of the editorial.
+ \li supplier
+ \li \l Supplier
+ \li The supplier of the editorial.
\row
- \o user
- \o \l {QtLocation5::User}{User}
- \o The user who contributed the editorial.
+ \li user
+ \li \l {QtLocation5::User}{User}
+ \li The user who contributed the editorial.
\row
- \o attribution
- \o string
- \o Attribution text which must be displayed when displaying the editorial.
+ \li attribution
+ \li string
+ \li Attribution text which must be displayed when displaying the editorial.
\endtable
*/
diff --git a/src/imports/location/declarativeplaces/qdeclarativesearchresultmodel.cpp b/src/imports/location/declarativeplaces/qdeclarativesearchresultmodel.cpp
index f5cc282e..6b78fa1a 100644
--- a/src/imports/location/declarativeplaces/qdeclarativesearchresultmodel.cpp
+++ b/src/imports/location/declarativeplaces/qdeclarativesearchresultmodel.cpp
@@ -82,31 +82,31 @@ QT_USE_NAMESPACE
\table
\header
- \o Role
- \o Type
- \o Description
+ \li Role
+ \li Type
+ \li Description
\row
- \o type
- \o enum
- \o The type of search result.
+ \li type
+ \li enum
+ \li The type of search result.
\row
- \o distance
- \o real
- \o Valid only when the \c type role is \c PlaceResult, the distance to the place.
+ \li distance
+ \li real
+ \li Valid only when the \c type role is \c PlaceResult, the distance to the place.
\row
- \o place
- \o \l Place
- \o Valid only when the \c type role is \c PlaceResult, an object representing the
+ \li place
+ \li \l Place
+ \li Valid only when the \c type role is \c PlaceResult, an object representing the
place.
\row
- \o sponsored
- \o bool
- \o Valid only when the \c type role is \c PlaceResult, true if the search result is a
+ \li sponsored
+ \li bool
+ \li Valid only when the \c type role is \c PlaceResult, true if the search result is a
sponsored result.
\row
- \o correction
- \o string
- \o Valid only when the \c type role is \c CorrectionResult, a suggested correction to
+ \li correction
+ \li string
+ \li Valid only when the \c type role is \c CorrectionResult, a suggested correction to
the search term.
\endtable
@@ -208,14 +208,14 @@ QT_USE_NAMESPACE
\table
\row
- \o PlaceSearchModel.Ready
- \o The search query has completed and the result are available.
+ \li PlaceSearchModel.Ready
+ \li The search query has completed and the result are available.
\row
- \o PlaceSearchModel.Executing
- \o A search query is currently being executed.
+ \li PlaceSearchModel.Executing
+ \li A search query is currently being executed.
\row
- \o PlaceSearchModel.Error
- \o An error occurred when executing the previous search query.
+ \li PlaceSearchModel.Error
+ \li An error occurred when executing the previous search query.
\endtable
*/
@@ -355,15 +355,15 @@ void QDeclarativeSearchResultModel::categories_clear(QDeclarativeListProperty<QD
\table
\row
- \o SearchResultModel.UnspecifiedHint
- \o No relevance hint is given to the provider.
+ \li SearchResultModel.UnspecifiedHint
+ \li No relevance hint is given to the provider.
\row
- \o SearchResultModel.DistanceHint
- \o The distance of the place from the user's current location is important to the user.
+ \li SearchResultModel.DistanceHint
+ \li The distance of the place from the user's current location is important to the user.
This hint is only meaningful when a circular search area is used.
\row
- \o SearchResultModel.LexicalPlaceNameHint
- \o The lexical ordering of place names (in ascending alphabetical order) is relevant to
+ \li SearchResultModel.LexicalPlaceNameHint
+ \li The lexical ordering of place names (in ascending alphabetical order) is relevant to
the user. This hint is useful for providers based on a local data store.
\endtable
*/
@@ -409,18 +409,18 @@ void QDeclarativeSearchResultModel::setMaximumCorrections(int corrections)
\table
\row
- \o Place.UnspecifiedVisibility
- \o No explicit visibility scope specified, places with any visibility may be part of
+ \li Place.UnspecifiedVisibility
+ \li No explicit visibility scope specified, places with any visibility may be part of
search results.
\row
- \o Place.DeviceVisibility
- \o Only places stored on the local device will be part of the search results.
+ \li Place.DeviceVisibility
+ \li Only places stored on the local device will be part of the search results.
\row
- \o Place.PrivateVisibility
- \o Only places that are private to the current user will be part of the search results.
+ \li Place.PrivateVisibility
+ \li Only places that are private to the current user will be part of the search results.
\row
- \o Place.PublicVisibility
- \o Only places that are public will be part of the search results.
+ \li Place.PublicVisibility
+ \li Only places that are public will be part of the search results.
\endtable
*/
QDeclarativePlace::Visibility QDeclarativeSearchResultModel::visibilityScope() const
diff --git a/src/imports/location/declarativeplaces/qdeclarativesearchsuggestionmodel.cpp b/src/imports/location/declarativeplaces/qdeclarativesearchsuggestionmodel.cpp
index 3e8a2c56..a5dc587b 100644
--- a/src/imports/location/declarativeplaces/qdeclarativesearchsuggestionmodel.cpp
+++ b/src/imports/location/declarativeplaces/qdeclarativesearchsuggestionmodel.cpp
@@ -77,13 +77,13 @@ QT_USE_NAMESPACE
\table
\header
- \o Role
- \o Type
- \o Description
+ \li Role
+ \li Type
+ \li Description
\row
- \o suggestion
- \o string
- \o Suggested search term.
+ \li suggestion
+ \li string
+ \li Suggested search term.
\endtable
The following example shows how to use the PlaceSearchSuggestionModel to get suggested search terms
@@ -138,14 +138,14 @@ QT_USE_NAMESPACE
\table
\row
- \o SearchSuggestionModel.Ready
- \o The search query has completed and the result are available.
+ \li SearchSuggestionModel.Ready
+ \li The search query has completed and the result are available.
\row
- \o SearchSuggestionModel.Executing
- \o A search query is currently being executed.
+ \li SearchSuggestionModel.Executing
+ \li A search query is currently being executed.
\row
- \o SearchSuggestionModel.Error
- \o An error occurred when executing the previous search query.
+ \li SearchSuggestionModel.Error
+ \li An error occurred when executing the previous search query.
\endtable
*/
diff --git a/src/imports/location/declarativeplaces/qdeclarativesupportedcategoriesmodel.cpp b/src/imports/location/declarativeplaces/qdeclarativesupportedcategoriesmodel.cpp
index f468e036..eb6b4957 100644
--- a/src/imports/location/declarativeplaces/qdeclarativesupportedcategoriesmodel.cpp
+++ b/src/imports/location/declarativeplaces/qdeclarativesupportedcategoriesmodel.cpp
@@ -66,13 +66,13 @@ QT_USE_NAMESPACE
\table
\header
- \o Role
- \o Type
- \o Description
+ \li Role
+ \li Type
+ \li Description
\row
- \o category
- \o \l Category
- \o Category object for the current item.
+ \li category
+ \li \l Category
+ \li Category object for the current item.
\endtable
The following example displays a flat list of all available categories:
@@ -501,15 +501,15 @@ QString QDeclarativeSupportedCategoriesModel::errorString() const
\table
\row
- \o CategoryModel.Ready
- \o No Error occurred during the last operation, further operations may be performed on
+ \li CategoryModel.Ready
+ \li No Error occurred during the last operation, further operations may be performed on
the model.
\row
- \o CategoryModel.Updating
- \o The model is being updated, no other operations may be performed until complete.
+ \li CategoryModel.Updating
+ \li The model is being updated, no other operations may be performed until complete.
\row
- \o CategoryModel.Error
- \o An error occurred during the last operation, further operations can still be
+ \li CategoryModel.Error
+ \li An error occurred during the last operation, further operations can still be
performed on the model.
\endtable
*/
diff --git a/src/imports/location/qdeclarativegeocodemodel.cpp b/src/imports/location/qdeclarativegeocodemodel.cpp
index 1529d738..1a7dfe83 100644
--- a/src/imports/location/qdeclarativegeocodemodel.cpp
+++ b/src/imports/location/qdeclarativegeocodemodel.cpp
@@ -380,10 +380,10 @@ void QDeclarativeGeocodeModel::geocodeError(QGeocodeReply *reply,
This read-only property holds the current status of the model.
\list
- \o GeocodeModel.Null - No geocode requests have been issued or \l reset has been called.
- \o GeocodeModel.Ready - Geocode request(s) have finished successfully.
- \o GeocodeModel.Loading - Geocode request has been issued but not yet finished
- \o GeocodeModel.Error - Geocoding error has occurred, details are in \l error and \l errorString
+ \li GeocodeModel.Null - No geocode requests have been issued or \l reset has been called.
+ \li GeocodeModel.Ready - Geocode request(s) have finished successfully.
+ \li GeocodeModel.Loading - Geocode request has been issued but not yet finished
+ \li GeocodeModel.Error - Geocoding error has occurred, details are in \l error and \l errorString
\endlist
*/
@@ -406,13 +406,13 @@ void QDeclarativeGeocodeModel::setStatus(QDeclarativeGeocodeModel::Status status
This read-only property holds the latest error value of the geocoding request.
\list
- \o GeocodeModel.NoError - No error has occurred
- \o GeocodeModel.EngineNotSetError - The plugin/service provider used does not support (reverse) geocoding
- \o GeocodeModel.CommunicationError - An error occurred while communicating with the service provider
- \o GeocodeModel.ParseError - The response from the service provider was in an unrecognizable format
- \o GeocodeModel.UnsupportedOptionError - The requested operation or one of the options for the operation are not supported by the service provider.
- \o GeocodeModel.CombinationError - An error occurred while results where being combined from multiple sources
- \o GeocodeModel.UnknownError - An error occurred which does not fit into any of the other categories
+ \li GeocodeModel.NoError - No error has occurred
+ \li GeocodeModel.EngineNotSetError - The plugin/service provider used does not support (reverse) geocoding
+ \li GeocodeModel.CommunicationError - An error occurred while communicating with the service provider
+ \li GeocodeModel.ParseError - The response from the service provider was in an unrecognizable format
+ \li GeocodeModel.UnsupportedOptionError - The requested operation or one of the options for the operation are not supported by the service provider.
+ \li GeocodeModel.CombinationError - An error occurred while results where being combined from multiple sources
+ \li GeocodeModel.UnknownError - An error occurred which does not fit into any of the other categories
\endlist
*/
@@ -589,9 +589,9 @@ void QDeclarativeGeocodeModel::reset()
the type of action to be performed:
\list
- \o Address - Geocoding (address to coordinate)
- \o Coordinate - Reverse geocoding (coordinate to address)
- \o string - Geocoding (address to coordinate)
+ \li Address - Geocoding (address to coordinate)
+ \li Coordinate - Reverse geocoding (coordinate to address)
+ \li string - Geocoding (address to coordinate)
\endlist
*/
diff --git a/src/imports/location/qdeclarativegeomaneuver.cpp b/src/imports/location/qdeclarativegeomaneuver.cpp
index 07ace5c0..dc7a44cb 100644
--- a/src/imports/location/qdeclarativegeomaneuver.cpp
+++ b/src/imports/location/qdeclarativegeomaneuver.cpp
@@ -132,18 +132,18 @@ QString QDeclarativeGeoManeuver::instructionText() const
that is associated with a RouteManeuver.
\list
- \o RouteModel.NoDirection - There is no direction associated with the instruction text
- \o RouteModel.DirectionForward - The instruction indicates that the direction of travel does not need to change
- \o RouteModel.DirectionBearRight - The instruction indicates that the direction of travel should bear to the right
- \o RouteModel.DirectionLightRight - The instruction indicates that a light turn to the right is required
- \o RouteModel.DirectionRight - The instruction indicates that a turn to the right is required
- \o RouteModel.DirectionHardRight - The instruction indicates that a hard turn to the right is required
- \o RouteModel.DirectionUTurnRight - The instruction indicates that a u-turn to the right is required
- \o RouteModel.DirectionUTurnLeft - The instruction indicates that a u-turn to the left is required
- \o RouteModel.DirectionHardLeft - The instruction indicates that a hard turn to the left is required
- \o RouteModel.DirectionLeft - The instruction indicates that a turn to the left is required
- \o RouteModel.DirectionLightLeft - The instruction indicates that a light turn to the left is required
- \o RouteModel.DirectionBearLeft - The instruction indicates that the direction of travel should bear to the left
+ \li RouteModel.NoDirection - There is no direction associated with the instruction text
+ \li RouteModel.DirectionForward - The instruction indicates that the direction of travel does not need to change
+ \li RouteModel.DirectionBearRight - The instruction indicates that the direction of travel should bear to the right
+ \li RouteModel.DirectionLightRight - The instruction indicates that a light turn to the right is required
+ \li RouteModel.DirectionRight - The instruction indicates that a turn to the right is required
+ \li RouteModel.DirectionHardRight - The instruction indicates that a hard turn to the right is required
+ \li RouteModel.DirectionUTurnRight - The instruction indicates that a u-turn to the right is required
+ \li RouteModel.DirectionUTurnLeft - The instruction indicates that a u-turn to the left is required
+ \li RouteModel.DirectionHardLeft - The instruction indicates that a hard turn to the left is required
+ \li RouteModel.DirectionLeft - The instruction indicates that a turn to the left is required
+ \li RouteModel.DirectionLightLeft - The instruction indicates that a light turn to the left is required
+ \li RouteModel.DirectionBearLeft - The instruction indicates that the direction of travel should bear to the left
\endlist
*/
diff --git a/src/imports/location/qdeclarativegeomapmousearea.cpp b/src/imports/location/qdeclarativegeomapmousearea.cpp
index 7683ca8d..f3191048 100644
--- a/src/imports/location/qdeclarativegeomapmousearea.cpp
+++ b/src/imports/location/qdeclarativegeomapmousearea.cpp
@@ -107,14 +107,14 @@ QT_BEGIN_NAMESPACE
Some important limitations apply to the use of a MapMouseArea:
\list
- \i The mouse event is guaranteed only to be valid for the
+ \li The mouse event is guaranteed only to be valid for the
duration of the signal handler (e.g. onPositionChanged, onClicked). Consequently
the mouse event itself should not be stored. The main reason for this is to
optimize memory usage; we do not want to allocate heap memory every time the mouse
moves.
- \i Nested mouse areas are not supported (MapMouseArea { MapMouseArea {} }
- \i If two or more MapMouseAreas overlap, the declaration order is significant (not e.g. 'z' value)
- \i Only one MapMouseArea per MapItem is supported, and it always fills the whole MapItem
+ \li Nested mouse areas are not supported (MapMouseArea { MapMouseArea {} }
+ \li If two or more MapMouseAreas overlap, the declaration order is significant (not e.g. 'z' value)
+ \li Only one MapMouseArea per MapItem is supported, and it always fills the whole MapItem
\endlist
\sa MapMouseEvent
@@ -319,9 +319,9 @@ QQuickItem* QDeclarativeGeoMapMouseArea::parentMapItem()
It contains a bitwise combination of:
\list
- \o Qt.LeftButton
- \o Qt.RightButton
- \o Qt.MiddleButton
+ \li Qt.LeftButton
+ \li Qt.RightButton
+ \li Qt.MiddleButton
\endlist
\sa acceptedButtons
@@ -333,9 +333,9 @@ QQuickItem* QDeclarativeGeoMapMouseArea::parentMapItem()
The available buttons are:
\list
- \o Qt.LeftButton
- \o Qt.RightButton
- \o Qt.MiddleButton
+ \li Qt.LeftButton
+ \li Qt.RightButton
+ \li Qt.MiddleButton
\endlist
To accept more than one button the flags can be combined with the
diff --git a/src/imports/location/qdeclarativegeomapmouseevent.cpp b/src/imports/location/qdeclarativegeomapmouseevent.cpp
index b6c3ba39..ae583f72 100644
--- a/src/imports/location/qdeclarativegeomapmouseevent.cpp
+++ b/src/imports/location/qdeclarativegeomapmouseevent.cpp
@@ -100,9 +100,9 @@ bool QDeclarativeGeoMapMouseEvent::accepted() const
This property holds the button that caused the event. It can be one of:
\list
- \o Qt.LeftButton
- \o Qt.RightButton
- \o Qt.MiddleButton
+ \li Qt.LeftButton
+ \li Qt.RightButton
+ \li Qt.MiddleButton
\endlist
\sa buttons
@@ -130,9 +130,9 @@ int QDeclarativeGeoMapMouseEvent::button() const
It contains a bitwise combination of:
\list
- \o Qt.LeftButton
- \o Qt.RightButton
- \o Qt.MiddleButton
+ \li Qt.LeftButton
+ \li Qt.RightButton
+ \li Qt.MiddleButton
\endlist
\sa button
@@ -156,12 +156,12 @@ int QDeclarativeGeoMapMouseEvent::buttons() const
It contains a bitwise combination of:
\list
- \o Qt.NoModifier - No modifier key is pressed.
- \o Qt.ShiftModifier - A Shift key on the keyboard is pressed.
- \o Qt.ControlModifier - A Ctrl key on the keyboard is pressed.
- \o Qt.AltModifier - An Alt key on the keyboard is pressed.
- \o Qt.MetaModifier - A Meta key on the keyboard is pressed.
- \o Qt.KeypadModifier - A keypad button is pressed.
+ \li Qt.NoModifier - No modifier key is pressed.
+ \li Qt.ShiftModifier - A Shift key on the keyboard is pressed.
+ \li Qt.ControlModifier - A Ctrl key on the keyboard is pressed.
+ \li Qt.AltModifier - An Alt key on the keyboard is pressed.
+ \li Qt.MetaModifier - A Meta key on the keyboard is pressed.
+ \li Qt.KeypadModifier - A keypad button is pressed.
\endlist
*/
diff --git a/src/imports/location/qdeclarativegeoroutemodel.cpp b/src/imports/location/qdeclarativegeoroutemodel.cpp
index 38cc8696..5fbe4771 100644
--- a/src/imports/location/qdeclarativegeoroutemodel.cpp
+++ b/src/imports/location/qdeclarativegeoroutemodel.cpp
@@ -384,10 +384,10 @@ void QDeclarativeGeoRouteModel::setStatus(QDeclarativeGeoRouteModel::Status stat
This read-only property holds the current status of the model.
\list
- \o RouteModel.Null - No route requests have been issued or \l reset has been called.
- \o RouteModel.Ready - Route request(s) have finished successfully.
- \o RouteModel.Loading - Route request has been issued but not yet finished
- \o RouteModel.Error - Routing error has occurred, details are in \l error and \l errorString
+ \li RouteModel.Null - No route requests have been issued or \l reset has been called.
+ \li RouteModel.Ready - Route request(s) have finished successfully.
+ \li RouteModel.Loading - Route request has been issued but not yet finished
+ \li RouteModel.Error - Routing error has occurred, details are in \l error and \l errorString
\endlist
*/
@@ -428,12 +428,12 @@ QString QDeclarativeGeoRouteModel::errorString() const
This read-only property holds the latest error value of the routing request.
\list
- \o RouteModel.NoError - No error has occurred
- \o RouteModel.EngineNotSetError - The plugin/service provider used does not support routing
- \o RouteModel.CommunicationError - An error occurred while communicating with the service provider
- \o RouteModel.ParseError - The response from the service provider was in an unrecognizable format
- \o RouteModel.UnsupportedOptionError - The requested operation or one of the options for the operation are not supported by the service provider.
- \o RouteModel.UnknownError - An error occurred which does not fit into any of the other categories
+ \li RouteModel.NoError - No error has occurred
+ \li RouteModel.EngineNotSetError - The plugin/service provider used does not support routing
+ \li RouteModel.CommunicationError - An error occurred while communicating with the service provider
+ \li RouteModel.ParseError - The response from the service provider was in an unrecognizable format
+ \li RouteModel.UnsupportedOptionError - The requested operation or one of the options for the operation are not supported by the service provider.
+ \li RouteModel.UnknownError - An error occurred which does not fit into any of the other categories
\endlist
*/
@@ -611,15 +611,15 @@ void QDeclarativeGeoRouteQuery::componentComplete()
route. Features with a weight of NeutralFeatureWeight will not be returned.
\list
- \o RouteModel.NoFeature - No features will be taken into account when planning the route
- \o RouteModel.TollFeature - Consider tollways when planning the route
- \o RouteModel.HighwayFeature - Consider highways when planning the route
- \o RouteModel.PublicTransitFeature - Consider public transit when planning the route
- \o RouteModel.FerryFeature - Consider ferries when planning the route
- \o RouteModel.TunnelFeature - Consider tunnels when planning the route
- \o RouteModel.DirtRoadFeature - Consider dirt roads when planning the route
- \o RouteModel.ParksFeature - Consider parks when planning the route
- \o RouteModel.MotorPoolLaneFeature - Consider motor pool lanes when planning the route
+ \li RouteModel.NoFeature - No features will be taken into account when planning the route
+ \li RouteModel.TollFeature - Consider tollways when planning the route
+ \li RouteModel.HighwayFeature - Consider highways when planning the route
+ \li RouteModel.PublicTransitFeature - Consider public transit when planning the route
+ \li RouteModel.FerryFeature - Consider ferries when planning the route
+ \li RouteModel.TunnelFeature - Consider tunnels when planning the route
+ \li RouteModel.DirtRoadFeature - Consider dirt roads when planning the route
+ \li RouteModel.ParksFeature - Consider parks when planning the route
+ \li RouteModel.MotorPoolLaneFeature - Consider motor pool lanes when planning the route
\endlist
\sa setFeatureWeight featureWeight
@@ -910,11 +910,11 @@ void QDeclarativeGeoRouteQuery::clearWaypoints()
Following lists the possible feature weights:
\list
- \o RouteModel.NeutralFeatureWeight - The presence or absence of the feature will not affect the planning of the route
- \o RouteModel.PreferFeatureWeight - Routes which contain the feature will be preferred over those that do not
- \o RouteModel.RequireFeatureWeight - Only routes which contain the feature will be considered, otherwise no route will be returned
- \o RouteModel.AvoidFeatureWeight - Routes which do not contain the feature will be preferred over those that do
- \o RouteModel.DisallowFeatureWeight - Only routes which do not contain the feature will be considered, otherwise no route will be returned
+ \li RouteModel.NeutralFeatureWeight - The presence or absence of the feature will not affect the planning of the route
+ \li RouteModel.PreferFeatureWeight - Routes which contain the feature will be preferred over those that do not
+ \li RouteModel.RequireFeatureWeight - Only routes which contain the feature will be considered, otherwise no route will be returned
+ \li RouteModel.AvoidFeatureWeight - Routes which do not contain the feature will be preferred over those that do
+ \li RouteModel.DisallowFeatureWeight - Only routes which do not contain the feature will be considered, otherwise no route will be returned
\endlist
\sa featureTypes, resetFeatureWeights, featureWeight
@@ -1010,8 +1010,8 @@ void QDeclarativeGeoRouteQuery::setTravelModes(QDeclarativeGeoRouteQuery::Travel
Values can be combined with OR ('|') -operator.
\list
- \o RouteModel.NoSegmentData - No segment data should be included with the route
- \o RouteModel.BasicSegmentData - Basic segment data will be included with the route
+ \li RouteModel.NoSegmentData - No segment data should be included with the route
+ \li RouteModel.BasicSegmentData - Basic segment data will be included with the route
\endlist
The default value is RouteModel.BasicSegmentData
@@ -1040,8 +1040,8 @@ QDeclarativeGeoRouteQuery::SegmentDetail QDeclarativeGeoRouteQuery::segmentDetai
Values can be combined with OR ('|') -operator.
\list
- \o RouteModel.NoManeuvers - No maneuvers should be included with the route
- \o RouteModel.BasicManeuvers - Basic maneuvers will be included with the route
+ \li RouteModel.NoManeuvers - No maneuvers should be included with the route
+ \li RouteModel.BasicManeuvers - Basic maneuvers will be included with the route
\endlist
The default value is RouteModel.BasicManeuvers
@@ -1070,11 +1070,11 @@ QDeclarativeGeoRouteQuery::ManeuverDetail QDeclarativeGeoRouteQuery::maneuverDet
Values can be combined with OR ('|') -operator.
\list
- \o RouteModel.CarTravel - The route will be optimized for someone who is driving a car
- \o RouteModel.PedestrianTravel - The route will be optimized for someone who is walking
- \o RouteModel.BicycleTravel - The route will be optimized for someone who is riding a bicycle
- \o RouteModel.PublicTransitTravel - The route will be optimized for someone who is making use of public transit
- \o RouteModel.TruckTravel - The route will be optimized for someone who is driving a truck
+ \li RouteModel.CarTravel - The route will be optimized for someone who is driving a car
+ \li RouteModel.PedestrianTravel - The route will be optimized for someone who is walking
+ \li RouteModel.BicycleTravel - The route will be optimized for someone who is riding a bicycle
+ \li RouteModel.PublicTransitTravel - The route will be optimized for someone who is making use of public transit
+ \li RouteModel.TruckTravel - The route will be optimized for someone who is driving a truck
\endlist
The default value is RouteQuery.CarTravel
@@ -1130,10 +1130,10 @@ void QDeclarativeGeoRouteQuery::setRouteOptimizations(QDeclarativeGeoRouteQuery:
Values can be combined with OR ('|') -operator.
\list
- \o RouteModel.ShortestRoute - Minimize the length of the journey
- \o RouteModel.FastestRoute - Minimize the traveling time for the journey
- \o RouteModel.MostEconomicRoute - Minimize the cost of the journey
- \o RouteModel.MostScenicRoute - Maximize the scenic potential of the journey
+ \li RouteModel.ShortestRoute - Minimize the length of the journey
+ \li RouteModel.FastestRoute - Minimize the traveling time for the journey
+ \li RouteModel.MostEconomicRoute - Minimize the cost of the journey
+ \li RouteModel.MostScenicRoute - Maximize the scenic potential of the journey
\endlist
The default value is RouteQuery.FastestRoute
diff --git a/src/imports/location/qdeclarativegeoserviceprovider.cpp b/src/imports/location/qdeclarativegeoserviceprovider.cpp
index 305b6b09..13654bbe 100644
--- a/src/imports/location/qdeclarativegeoserviceprovider.cpp
+++ b/src/imports/location/qdeclarativegeoserviceprovider.cpp
@@ -283,12 +283,12 @@ QDeclarativeGeoServiceProvider::PluginFeatures QDeclarativeGeoServiceProvider::s
may be set:
\list
- \o Plugin.NoFeatures
- \o Plugin.GeocodingFeature
- \o Plugin.ReverseGeocodingFeature
- \o Plugin.RoutingFeature
- \o Plugin.MappingFeature
- \o Plugin.AnyPlacesFeature
+ \li Plugin.NoFeatures
+ \li Plugin.GeocodingFeature
+ \li Plugin.ReverseGeocodingFeature
+ \li Plugin.RoutingFeature
+ \li Plugin.MappingFeature
+ \li Plugin.AnyPlacesFeature
\endlist
*/
QDeclarativeGeoServiceProvider::PluginFeatures QDeclarativeGeoServiceProvider::requiredFeatures() const
@@ -333,38 +333,38 @@ bool QDeclarativeGeoServiceProvider::ready() const
\table
\row
- \o Plugin.NoFeatures
- \o No features specified/supported (value: 0x0).
+ \li Plugin.NoFeatures
+ \li No features specified/supported (value: 0x0).
\row
- \o Plugin.SavePlaceFeature
- \o The plugin can be used to save places (value: 0x1).
+ \li Plugin.SavePlaceFeature
+ \li The plugin can be used to save places (value: 0x1).
\row
- \o Plugin.RemovePlaceFeature
- \o The plugin can be used to remove places (value: 0x2).
+ \li Plugin.RemovePlaceFeature
+ \li The plugin can be used to remove places (value: 0x2).
\row
- \o Plugin.SaveCategoryFeature
- \o The plugin can be used to save categories (value: 0x4).
+ \li Plugin.SaveCategoryFeature
+ \li The plugin can be used to save categories (value: 0x4).
\row
- \o Plugin.RemoveCategoryFeature
- \o The plugin can be used to remove categories (value: 0x8).
+ \li Plugin.RemoveCategoryFeature
+ \li The plugin can be used to remove categories (value: 0x8).
\row
- \o Plugin.RecommendationsFeature
- \o The plugin can provide recommendations (value: 0x10).
+ \li Plugin.RecommendationsFeature
+ \li The plugin can provide recommendations (value: 0x10).
\row
- \o Plugin.SearchSuggestionsFeature\
- \o The plugin can be used to provide search term suggestions (value: 0x20).
+ \li Plugin.SearchSuggestionsFeature\
+ \li The plugin can be used to provide search term suggestions (value: 0x20).
\row
- \o Plugin.CorrectionsFeature
- \o The plugin can provide search term corrections (value: 0x40).
+ \li Plugin.CorrectionsFeature
+ \li The plugin can provide search term corrections (value: 0x40).
\row
- \o Plugin.LocaleFeature
- \o The plugin can provide place data information localized according to a set of preferred locales (value: 0x80).
+ \li Plugin.LocaleFeature
+ \li The plugin can provide place data information localized according to a set of preferred locales (value: 0x80).
\row
- \o Plugin.NotificationsFeature
- \o The plugin has notification mechanisms for when places/categories are added/modified/removed (value: 0x100).
+ \li Plugin.NotificationsFeature
+ \li The plugin has notification mechanisms for when places/categories are added/modified/removed (value: 0x100).
\row
- \o Plugin.FavoritesMatchingFeature
- \o The plugin has a mechanism to match places against places from other plugins (value: 0x200).
+ \li Plugin.FavoritesMatchingFeature
+ \li The plugin has a mechanism to match places against places from other plugins (value: 0x200).
\endtable
*/
QDeclarativeGeoServiceProvider::PlacesFeatures QDeclarativeGeoServiceProvider::supportedPlacesFeatures() const
@@ -392,9 +392,9 @@ QGeoServiceProvider *QDeclarativeGeoServiceProvider::sharedGeoServiceProvider()
"language[_script][_country]" or "C", where:
\list
- \i language is a lowercase, two-letter, ISO 639 language code,
- \i script is a titlecase, four-letter, ISO 15924 script code,
- \i country is an uppercase, two- or three-letter, ISO 3166 country code (also "419" as defined by United Nations),
+ \li language is a lowercase, two-letter, ISO 639 language code,
+ \li script is a titlecase, four-letter, ISO 15924 script code,
+ \li country is an uppercase, two- or three-letter, ISO 3166 country code (also "419" as defined by United Nations),
\endlist
diff --git a/src/imports/location/qdeclarativepolylinemapitem.cpp b/src/imports/location/qdeclarativepolylinemapitem.cpp
index 5a5fa32a..304c3848 100644
--- a/src/imports/location/qdeclarativepolylinemapitem.cpp
+++ b/src/imports/location/qdeclarativepolylinemapitem.cpp
@@ -82,7 +82,7 @@ QT_BEGIN_NAMESPACE
blended, which decreases performance considerably depending on the hardware
in use.
- \bold{NOTE:} MapPolylines are implemented using the OpenGL GL_LINES
+ \b{NOTE:} MapPolylines are implemented using the OpenGL GL_LINES
primitive. There have been occasional reports of issues and rendering
inconsistencies on some (particularly quite old) platforms. No workaround
is yet available for these issues.
diff --git a/src/imports/location/qdeclarativepositionsource.cpp b/src/imports/location/qdeclarativepositionsource.cpp
index 5219068b..fa075518 100644
--- a/src/imports/location/qdeclarativepositionsource.cpp
+++ b/src/imports/location/qdeclarativepositionsource.cpp
@@ -267,10 +267,10 @@ void QDeclarativePositionSource::setPreferredPositioningMethods(QGeoPositionInfo
current source.
\list
- \o NoPositioningMethod - No positioning methods supported (no source).
- \o SatellitePositioningMethod - Satellite-based positioning methods such as GPS is supported.
- \o NonSatellitePositioningMethod - Non satellite methods are supported.
- \o AllPositioningMethods - Combination of methods are supported.
+ \li NoPositioningMethod - No positioning methods supported (no source).
+ \li SatellitePositioningMethod - Satellite-based positioning methods such as GPS is supported.
+ \li NonSatellitePositioningMethod - Non satellite methods are supported.
+ \li AllPositioningMethods - Combination of methods are supported.
\endlist
*/
@@ -297,9 +297,9 @@ QDeclarativePositionSource::PositioningMethods QDeclarativePositionSource::suppo
current source.
\list
- \o SatellitePositioningMethod - Satellite-based positioning methods such as GPS is supported.
- \o NonSatellitePositioningMethod - Non satellite methods are supported.
- \o AllPositioningMethods - Combination of methods are supported.
+ \li SatellitePositioningMethod - Satellite-based positioning methods such as GPS is supported.
+ \li NonSatellitePositioningMethod - Non satellite methods are supported.
+ \li AllPositioningMethods - Combination of methods are supported.
\endlist
*/
@@ -484,12 +484,12 @@ QDeclarativePositionSource::SourceError QDeclarativePositionSource::sourceError(
This property holds the error which last occured with the PositionSource.
\list
- \o AccessError - The connection setup to the remote positioning backend failed because the
+ \li AccessError - The connection setup to the remote positioning backend failed because the
application lacked the required privileges.
- \o ClosedError - The remote positioning backend closed the connection, which happens e.g. in case
+ \li ClosedError - The remote positioning backend closed the connection, which happens e.g. in case
the user is switching location services to off. This object becomes invalid and should be deleted.
A new source can be declared later on to check whether the positioning backend is up again.
- \o UnknownSourceError - An unidentified error occurred.
+ \li UnknownSourceError - An unidentified error occurred.
\endlist
*/