![]() |
Home · All Classes · All Functions · | ![]() |
The QContactFamily class contains names of family members of a contact. More...
#include <QContactFamily>
Inherits QContactDetail.
QStringList | children () const |
void | setChildren ( const QStringList & childrenNames ) |
void | setSpouse ( const QString & spouseName ) |
QString | spouse () const |
const QLatin1Constant | DefinitionName |
const QLatin1Constant | FieldChildren |
const QLatin1Constant | FieldSpouse |
The QContactFamily class contains names of family members of a contact.
Returns the names of the children of the contact which is stored in this detail.
See also setChildren().
Sets the names of the children of the contact which is stored in this detail to childrenNames.
See also children().
Sets the name of the spouse of the contact which is stored in this detail to spouseName.
See also spouse().
Returns the name of the spouse of the contact which is stored in this detail.
See also setSpouse().
The string constant for the definition name of QContactFamily details.
The field key constant for the value containing the names of children.
See also children() and setChildren().
The field key constant for the value containing the name of a spouse.
See also spouse() and setSpouse().
Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies) | Trademarks | Qt Mobility Project 1.0.2 |