![]() |
Home · All Classes · All Functions · | ![]() |
The QContactName class contains a name of a contact. More...
#include <QContactName>
Inherits QContactDetail.
The QContactName class contains a name of a contact.
Returns the custom label of the name stored in this detail.
See also setCustomLabel().
Returns the first (given) name segment of the name stored in this detail.
See also setFirstName().
Returns the last (family, or surname) name segment of the name stored in this detail.
See also setLastName().
Returns a filter suitable for finding contacts with any name field (e.g. first, last) that contains the supplied name.
Returns a filter suitable for finding contacts with a name with a first name containing the specified firstName and a last name containing the specified lastName. If either parameter is empty, any value will match that component.
Returns the middle (additional, or other) name segment of the name stored in this detail.
See also setMiddleName().
Returns the prefix segment of the name stored in this detail.
See also setPrefix().
Sets the custom label of the name stored in this detail to customLabel.
See also customLabel().
Sets the first name segment of the name stored in this detail to firstName.
See also firstName().
Sets the last name segment of the name stored in this detail to lastName.
See also lastName().
Sets the middle name segment of the name stored in this detail to middleName.
See also middleName().
Sets the prefix segment of the name stored in this detail to prefix.
See also prefix().
Sets the suffix segment of the name stored in this detail to suffix.
See also suffix().
Returns the suffix segment of the name stored in this detail.
See also setSuffix().
The string constant for the definition name of QContactName details.
The field key constant for the value containing a custom formatted label.
See also customLabel() and setCustomLabel().
The field key constant for the value containing the first name part of the name.
See also firstName() and setFirstName().
The field key constant for the value containing the last name part of the name.
See also lastName() and setLastName().
The field key constant for the value containing the middle name part of the name.
See also middleName() and setMiddleName().
The field key constant for the value containing the prefix part of the name.
See also prefix() and setPrefix().
The field key constant for the value containing the suffix part of the name.
See also suffix() and setSuffix().
Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies) | Trademarks | Qt Mobility Project 1.0.1 |