The QContactType class describes the type of the contact. More...
#include <QContactType>
Inherits: QContactDetail.
This class was introduced in Qt Mobility 1.0.
void | setType ( const QString & type ) |
QString | type () const |
const QLatin1Constant | DefinitionName |
const QLatin1Constant | FieldType |
const QLatin1Constant | TypeContact |
const QLatin1Constant | TypeGroup |
The QContactType class describes the type of the contact.
This leaf-class has been part of the default schema since version 1.0 of the Qt Mobility project.
Sets the type of the contact to be the give type.
This function was introduced in Qt Mobility 1.0.
See also type().
Returns the contact type value stored in this detail.
This function was introduced in Qt Mobility 1.0.
See also setType().
The string constant for the definition name of QContactType details.
The field key constant for the type value which is stored in details of the QContactType definition.
The predefined string constant for a type value, indicating this contact is an ordinary contact.
See also setType() and type().
The predefined string constant for a type value, indicating this contact is a group contact.
Contacts of this type are able to be the first contact in relationships of the QContactRelationship::HasMember type.
To enumerate the ids of members of a group, the client should retrieve the relationships which involve the group from the manager in which the group is saved.
© 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.