The QContactOrganization class provides details about an organization that the contact is either a part of, or stands for. More...
#include <QContactOrganization>
Inherits: QContactDetail.
This class was introduced in Qt Mobility 1.0.
QString | assistantName () const |
QStringList | department () const |
QString | location () const |
QUrl | logoUrl () const |
QString | name () const |
QString | role () const |
void | setAssistantName ( const QString & assistantName ) |
void | setDepartment ( const QStringList & department ) |
void | setLocation ( const QString & location ) |
void | setLogoUrl ( const QUrl & logo ) |
void | setName ( const QString & name ) |
void | setRole ( const QString & role ) |
void | setTitle ( const QString & title ) |
QString | title () const |
const QLatin1Constant | DefinitionName |
const QLatin1Constant | FieldAssistantName |
const QLatin1Constant | FieldDepartment |
const QLatin1Constant | FieldLocation |
const QLatin1Constant | FieldLogoUrl |
const QLatin1Constant | FieldName |
const QLatin1Constant | FieldRole |
const QLatin1Constant | FieldTitle |
The QContactOrganization class provides details about an organization that the contact is either a part of, or stands for.
This leaf-class has been part of the default schema since version 1.0 of the Qt Mobility project.
Returns the name of the default assistant of contacts belonging to this organization.
This function was introduced in Qt Mobility 1.0.
See also setAssistantName().
Returns the contact's department stored in this detail.
This function was introduced in Qt Mobility 1.0.
See also setDepartment().
Returns the location of the organization stored in this detail.
This function was introduced in Qt Mobility 1.0.
See also setLocation().
Returns the url of the logo of the organization stored in this detail.
This function was introduced in Qt Mobility 1.0.
See also setLogoUrl().
Returns the name of the organization stored in this detail.
This function was introduced in Qt Mobility 1.0.
See also setName().
Returns the contact's role within the organization stored in this detail.
This function was introduced in Qt Mobility 1.0.
See also setRole().
Sets the name of the default assistant of contacts belonging to this organization to assistantName.
This function was introduced in Qt Mobility 1.0.
See also assistantName().
Sets the contact's department of the organization stored in this detail to department. The department is a list of progressively finer-grained information.
This function was introduced in Qt Mobility 1.0.
See also department().
Sets the location (e.g. city or suburb) of the organization stored in this detail to location.
This function was introduced in Qt Mobility 1.0.
See also location().
Sets the url of the logo of the organization stored in this detail to logo.
This function was introduced in Qt Mobility 1.0.
See also logoUrl().
Sets the name of the organization stored in this detail to name.
This function was introduced in Qt Mobility 1.0.
See also name().
Sets the contact's role within the organization stored in this detail to role.
This function was introduced in Qt Mobility 1.0.
See also role().
Sets the contact's title within the organization stored in this detail to title.
This function was introduced in Qt Mobility 1.0.
See also title().
Returns the contact's title within the organization stored in this detail.
This function was introduced in Qt Mobility 1.0.
See also setTitle().
The string constant for the definition name of QContactOrganization details.
The field key constant for the value of the name of the contact's assistant.
See also assistantName() and setAssistantName().
The field key constant for the value of the department name.
See also department() and setDepartment().
The field key constant for the value of the location of the organization.
See also location() and setLocation().
The field key constant for the URL of the organization logo image.
See also logoUrl() and setLogoUrl().
The field key constant for the value of the organization name.
See also name() and setName().
The field key constant for the value of the contact's role in the organization.
See also role() and setRole().
The field key constant for the value of the contact's title in the organization.
© 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.