The AvatarSpec class represents a Telepathy avatar information supported by a protocol.
More...
#include <TelepathyQt/AvatarSpec>
The AvatarSpec class represents a Telepathy avatar information supported by a protocol.
◆ AvatarSpec() [1/3]
Tp::AvatarSpec::AvatarSpec |
( |
| ) |
|
◆ AvatarSpec() [2/3]
Tp::AvatarSpec::AvatarSpec |
( |
const QStringList & |
supportedMimeTypes, |
|
|
uint |
minHeight, |
|
|
uint |
maxHeight, |
|
|
uint |
recommendedHeight, |
|
|
uint |
minWidth, |
|
|
uint |
maxWidth, |
|
|
uint |
recommendedWidth, |
|
|
uint |
maxBytes |
|
) |
| |
◆ AvatarSpec() [3/3]
Tp::AvatarSpec::AvatarSpec |
( |
const AvatarSpec & |
other | ) |
|
◆ ~AvatarSpec()
Tp::AvatarSpec::~AvatarSpec |
( |
| ) |
|
◆ isValid()
bool Tp::AvatarSpec::isValid |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ supportedMimeTypes()
QStringList Tp::AvatarSpec::supportedMimeTypes |
( |
| ) |
const |
◆ minimumHeight()
uint Tp::AvatarSpec::minimumHeight |
( |
| ) |
const |
◆ maximumHeight()
uint Tp::AvatarSpec::maximumHeight |
( |
| ) |
const |
◆ recommendedHeight()
uint Tp::AvatarSpec::recommendedHeight |
( |
| ) |
const |
◆ minimumWidth()
uint Tp::AvatarSpec::minimumWidth |
( |
| ) |
const |
◆ maximumWidth()
uint Tp::AvatarSpec::maximumWidth |
( |
| ) |
const |
◆ recommendedWidth()
uint Tp::AvatarSpec::recommendedWidth |
( |
| ) |
const |
◆ maximumBytes()
uint Tp::AvatarSpec::maximumBytes |
( |
| ) |
const |