![]() |
Home · All Classes · All Functions · | ![]() |
The QContactOrganization class provides details about an organization that the contact is either a part of, or stands for. More...
#include <QContactOrganization>
Inherits QContactDetail.
QString | assistantName () const |
QStringList | department () const |
QString | location () const |
QString | logo () const |
QString | name () const |
QString | role () const |
void | setAssistantName ( const QString & assistantName ) |
void | setDepartment ( const QStringList & department ) |
void | setLocation ( const QString & location ) |
void | setLogo ( const QString & logo ) |
void | setName ( const QString & name ) |
void | setRole ( const QString & role ) |
void | setTitle ( const QString & title ) |
QString | title () const |
const char * | DefinitionName |
const char * | FieldAssistantName |
const char * | FieldDepartment |
const char * | FieldLocation |
const char * | FieldLogo |
const char * | FieldName |
const char * | FieldRole |
const char * | FieldTitle |
The QContactOrganization class provides details about an organization that the contact is either a part of, or stands for.
Returns the name of the default assistant of contacts belonging to this organization.
See also setAssistantName().
Returns the contact's department stored in this detail.
See also setDepartment().
Returns the location of the organization stored in this detail.
See also setLocation().
Returns the logo of the organization stored in this detail.
See also setLogo().
Returns the name of the organization stored in this detail.
See also setName().
Returns the contact's role within the organization stored in this detail.
See also setRole().
Sets the name of the default assistant of contacts belonging to this organization to assistantName.
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.
See also department().
Sets the location (e.g. city or suburb) of the organization stored in this detail to location.
See also location().
Sets the logo of the organization stored in this detail to logo.
See also logo().
Sets the name of the organization stored in this detail to name.
See also name().
Sets the contact's role within the organization stored in this detail to role.
See also role().
Sets the contact's title within the organization stored in this detail to title.
See also title().
Returns the contact's title within the organization stored in this detail.
See also setTitle().
The constant string which identifies the definition of details which identify the organization to which a contact belongs in a given context.
The constant key for which the contact's assistant name within the organization is stored in details of the QContactOrganization type.
The constant key for which the organization's department value is stored in details of the QContactOrganization type.
The constant key for which the organization's location (or the location of the contact's part of the organization) value is stored in details of the QContactOrganization type.
The constant key for which the logo path value is stored in details of the QContactOrganization type.
The constant key for which the name value is stored in details of the QContactOrganization type.
The constant key for which the contact's role within the organization is stored in details of the QContactOrganization type.
The constant key for which the contact's title within the organization is stored in details of the QContactOrganization type.
Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies) | Trademarks | Qt Mobility Project 1.0.0 |