kopete/libkopete
#include <kopeteavatarmanager.h>
Public Member Functions | |
AvatarQueryJob (QObject *parent=0) | |
~AvatarQueryJob () | |
QList < Kopete::AvatarManager::AvatarEntry > | avatarList () const |
void | setQueryFilter (Kopete::AvatarManager::AvatarCategory category) |
virtual void | start () |
Detailed Description
Job to query avatar on disk.
First create the job:
Then get the avatar list in the resulting slot:
- See also
- Kopete::AvatarManager
Definition at line 248 of file kopeteavatarmanager.h.
Constructor & Destructor Documentation
Kopete::AvatarQueryJob::AvatarQueryJob | ( | QObject * | parent = 0 | ) |
Definition at line 369 of file kopeteavatarmanager.cpp.
Kopete::AvatarQueryJob::~AvatarQueryJob | ( | ) |
Definition at line 375 of file kopeteavatarmanager.cpp.
Member Function Documentation
QList< Kopete::AvatarManager::AvatarEntry > Kopete::AvatarQueryJob::avatarList | ( | ) | const |
Get the avatar list based on the query.
- Returns
- List of AvatarManager::AvatarEntry
Definition at line 410 of file kopeteavatarmanager.cpp.
void Kopete::AvatarQueryJob::setQueryFilter | ( | Kopete::AvatarManager::AvatarCategory | category | ) |
Set the filter for the avatar job.
This is used to only list the user defined avatars or contact avatar.
Definition at line 380 of file kopeteavatarmanager.cpp.
|
virtual |
Definition at line 385 of file kopeteavatarmanager.cpp.
The documentation for this class was generated from the following files:
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.