![]() |
Home · All Classes · All Functions · | ![]() |
The QContactAvatar class contains the avatar of a contact. More...
#include <QContactAvatar>
Inherits QContactDetail.
QString | avatar () const |
QPixmap | pixmap () const |
void | setAvatar ( const QString & avatar ) |
bool | setPixmap ( const QPixmap & pixmap ) |
void | setSubType ( const QString & subType ) |
QString | subType () const |
const char * | DefinitionName |
const char * | FieldAvatar |
const char * | FieldAvatarPixmap |
const char * | FieldSubType |
const char * | SubTypeAudioRingtone |
const char * | SubTypeImage |
const char * | SubTypeTexturedMesh |
const char * | SubTypeVideo |
const char * | SubTypeVideoRingtone |
The QContactAvatar class contains the avatar of a contact.
Returns the location of an avatar file associated with the contact.
See also setAvatar().
Returns a thumbnail for a picture associated with this contact.
See also setPixmap().
Sets the location of an avatar file associated with the contact to avatar.
See also avatar().
Sets the thumbnail of a picture avatar associated with the contact to pixmap. If pixmap is empty, the thumbnail pixmap will be removed.
Returns true if the pixmap could be set, and false otherwise.
See also pixmap().
Sets the subtype which this detail implements to be the given subType.
See also subType().
Returns the subtype that this detail implements, if defined.
See also setSubType().
The constant string which identifies the definition of details which are avatars.
The constant key for which the path the avatar value is stored in details of the QContactAvatar type.
The constant key for which the path the avatar value is stored in details of the QContactAvatar type.
The constant key for which the subtypes value is stored in details of the QContactAvatar type.
The constant attribute value which describes the avatar as being an audio ringtone.
The constant attribute value which describes the avatar as being an image.
The constant attribute value which describes the avatar as being a textured, 3D mesh.
The constant attribute value which describes the avatar as being a video.
The constant attribute value which describes the avatar as being a video ringtone.
Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies) | Trademarks | Qt Mobility Project 1.0.0 |