Home · All Classes · All Namespaces · Modules · Functions · Files |
The AvatarSpec class represents a Telepathy avatar information supported by a protocol. More...
#include <TelepathyQt/AvatarSpec>
Public Member Functions | |
AvatarSpec () | |
AvatarSpec (const QStringList &supportedMimeTypes, uint minHeight, uint maxHeight, uint recommendedHeight, uint minWidth, uint maxWidth, uint recommendedWidth, uint maxBytes) | |
AvatarSpec (const AvatarSpec &other) | |
~AvatarSpec () | |
bool | isValid () const |
AvatarSpec & | operator= (const AvatarSpec &other) |
QStringList | supportedMimeTypes () const |
uint | minimumHeight () const |
uint | maximumHeight () const |
uint | recommendedHeight () const |
uint | minimumWidth () const |
uint | maximumWidth () const |
uint | recommendedWidth () const |
uint | maximumBytes () const |
The AvatarSpec class represents a Telepathy avatar information supported by a protocol.
Tp::AvatarSpec::AvatarSpec | ( | ) |
Tp::AvatarSpec::AvatarSpec | ( | const QStringList & | supportedMimeTypes, |
uint | minHeight, | ||
uint | maxHeight, | ||
uint | recommendedHeight, | ||
uint | minWidth, | ||
uint | maxWidth, | ||
uint | recommendedWidth, | ||
uint | maxBytes | ||
) |
Tp::AvatarSpec::AvatarSpec | ( | const AvatarSpec & | other | ) |
Tp::AvatarSpec::~AvatarSpec | ( | ) |
|
inline |
AvatarSpec & Tp::AvatarSpec::operator= | ( | const AvatarSpec & | other | ) |
QStringList Tp::AvatarSpec::supportedMimeTypes | ( | ) | const |
uint Tp::AvatarSpec::minimumHeight | ( | ) | const |
uint Tp::AvatarSpec::maximumHeight | ( | ) | const |
uint Tp::AvatarSpec::recommendedHeight | ( | ) | const |
uint Tp::AvatarSpec::minimumWidth | ( | ) | const |
uint Tp::AvatarSpec::maximumWidth | ( | ) | const |
uint Tp::AvatarSpec::recommendedWidth | ( | ) | const |
uint Tp::AvatarSpec::maximumBytes | ( | ) | const |
Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation | Telepathy-Qt 0.9.7 |