The QLandmarkCategory class designates a grouping of landmarks of similar type. More...
#include <QLandmarkCategory>
This class was introduced in Qt Mobility 1.1.
QLandmarkCategory () | |
QLandmarkCategory ( const QLandmarkCategory & other ) | |
~QLandmarkCategory () | |
QLandmarkCategoryId | categoryId () const |
void | clear () |
QUrl | iconUrl () const |
QString | name () const |
void | setCategoryId ( const QLandmarkCategoryId & id ) |
void | setIconUrl ( const QUrl & url ) |
void | setName ( const QString & name ) |
bool | operator!= ( const QLandmarkCategory & other ) const |
QLandmarkCategory & | operator= ( const QLandmarkCategory & other ) |
bool | operator== ( const QLandmarkCategory & other ) const |
The QLandmarkCategory class designates a grouping of landmarks of similar type.
Landmarks of similar type may be grouped together into categories, e.g. restaurants, accommodation etc, a QLandmarkCategory object represents one of these.
More than one category can be assigned to a landmark. Assignment of a category to a landmark is achieved by using the QLandmark::setCategoryIds() or QLandmark::addCategoryId() functions.
Some categories may be considered read-only by a manager and cannot be saved. To see if a category is read only, the id of the cateory must be passed into the QLandmarkManager::isReadOnly() function. Localization is only possible for categories that are read-only.
A QLandmarkCategory instance is an in memory representation and may not reflect the state of the category found in persistent storage, until the appropriate synchronization method is called on the QLandmarkManager(e.g.saveCategory(), removeCategory()).
Constructs an empty category.
A new category will be assigned an invalid QLandmarkCategoryId.
Constructs a copy of other.
This function was introduced in Qt Mobility 1.1.
Destroys the category.
Returns the identifier of the category.
This function was introduced in Qt Mobility 1.1.
See also setCategoryId().
Clears all the data fields of the category.
This function was introduced in Qt Mobility 1.1.
Returns the url of the category's icon.
This function was introduced in Qt Mobility 1.1.
See also setIconUrl().
Returns the name of the category.
This function was introduced in Qt Mobility 1.1.
See also setName().
Sets the id of the category.
Note that saving a new category using a QLandmarkManager will automatically assign the category a valid identifier.
This function was introduced in Qt Mobility 1.1.
See also categoryId().
Sets the url of the category's icon
This function was introduced in Qt Mobility 1.1.
See also iconUrl().
Sets the name of the category.
Using the default manager on the Symbian platform, the catgory name is retricted to a length of 124 characters.
This function was introduced in Qt Mobility 1.1.
See also name().
Returns true if this category is not equal to other, otherwise returns false.
This function was introduced in Qt Mobility 1.1.
See also operator==().
Assigns other to this category and returns a reference to this category.
This function was introduced in Qt Mobility 1.1.
Returns true if this category is equal to other, otherwise returns false.
This function was introduced in Qt Mobility 1.1.
See also operator!=().
© 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.
All other trademarks are property of their respective owners. Privacy Policy
Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.
Alternatively, this document may be used under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.