kopete/libkopete
#include <kopeteavatarmanager.h>
Public Attributes | |
AvatarManager::AvatarCategory | category |
Kopete::Contact * | contact |
QByteArray | data |
QString | dataPath |
QImage | image |
QString | name |
QString | path |
Detailed Description
A single entry in AvatarManager.
- See also
- Kopete::AvatarManager
Definition at line 127 of file kopeteavatarmanager.h.
Member Data Documentation
AvatarManager::AvatarCategory Kopete::AvatarManager::AvatarEntry::category |
category in which the avatar belong
Definition at line 135 of file kopeteavatarmanager.h.
Kopete::Contact* Kopete::AvatarManager::AvatarEntry::contact |
contact is used when adding a new contact avatar. AvatarManager use it to create the final url.
Definition at line 134 of file kopeteavatarmanager.h.
QByteArray Kopete::AvatarManager::AvatarEntry::data |
original data used to construct the image
Definition at line 132 of file kopeteavatarmanager.h.
QString Kopete::AvatarManager::AvatarEntry::dataPath |
path is the full path to the data on disk
Definition at line 133 of file kopeteavatarmanager.h.
QImage Kopete::AvatarManager::AvatarEntry::image |
image is used when adding a new avatar, AvatarManager will write the image on disk.
Definition at line 131 of file kopeteavatarmanager.h.
QString Kopete::AvatarManager::AvatarEntry::name |
name is a friendly name to identity the avatar
Definition at line 129 of file kopeteavatarmanager.h.
QString Kopete::AvatarManager::AvatarEntry::path |
path is the full path to the image on disk
Definition at line 130 of file kopeteavatarmanager.h.
The documentation for this struct was generated from the following file:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:51 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.