kopete/libkopete
#include <avatarselectorwidget.h>
Public Member Functions | |
AvatarSelectorWidget (QWidget *parent=0) | |
virtual | ~AvatarSelectorWidget () |
Kopete::AvatarManager::AvatarEntry | selectedEntry () const |
void | setCurrentAvatar (const QString &path) |
Detailed Description
Widget to select and manager user avatar.
Do not use this widget alone, use AvatarSelectorDialog instead.
- See also
- AvatarSelectorDialog
Definition at line 44 of file avatarselectorwidget.h.
Constructor & Destructor Documentation
Kopete::UI::AvatarSelectorWidget::AvatarSelectorWidget | ( | QWidget * | parent = 0 | ) |
Create a new AvatarSelectorWidget.
- Parameters
-
parent parent widget
Definition at line 109 of file avatarselectorwidget.cpp.
|
virtual |
Destructor.
Definition at line 155 of file avatarselectorwidget.cpp.
Member Function Documentation
Kopete::AvatarManager::AvatarEntry Kopete::UI::AvatarSelectorWidget::selectedEntry | ( | ) | const |
Get the selected AvatarEntry.
This is a convience method to retrieve the AvatarEntry from current selected avatar.
- Returns
- AvatarEntry of current selected avatar in list.
Definition at line 160 of file avatarselectorwidget.cpp.
void Kopete::UI::AvatarSelectorWidget::setCurrentAvatar | ( | const QString & | path | ) |
Set the avatar currently being used.
This is used to select the avatar in the avatar list
Definition at line 172 of file avatarselectorwidget.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:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.