kopete/libkopete
#include <metacontactselectorwidget.h>

Signals | |
void | metaContactListClicked (Q3ListViewItem *mc) |
Public Member Functions | |
MetaContactSelectorWidget (QWidget *parent=0, const char *name=0) | |
~MetaContactSelectorWidget () | |
void | excludeMetaContact (Kopete::MetaContact *mc) |
Kopete::MetaContact * | metaContact () |
bool | metaContactSelected () |
void | selectMetaContact (Kopete::MetaContact *mc) |
void | setLabelMessage (const QString &msg) |
Protected Slots | |
void | slotLoadMetaContacts () |
Detailed Description
Definition at line 38 of file metacontactselectorwidget.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 191 of file metacontactselectorwidget.cpp.
Kopete::UI::MetaContactSelectorWidget::~MetaContactSelectorWidget | ( | ) |
Definition at line 222 of file metacontactselectorwidget.cpp.
Member Function Documentation
void Kopete::UI::MetaContactSelectorWidget::excludeMetaContact | ( | Kopete::MetaContact * | mc | ) |
excludes a metacontact from being shown in the list if the metacontact is already excluded, do nothing
Definition at line 261 of file metacontactselectorwidget.cpp.
Kopete::MetaContact * Kopete::UI::MetaContactSelectorWidget::metaContact | ( | ) |
Definition at line 230 of file metacontactselectorwidget.cpp.
|
signal |
bool Kopete::UI::MetaContactSelectorWidget::metaContactSelected | ( | ) |
- Returns
- true if there is a contact selected
Definition at line 270 of file metacontactselectorwidget.cpp.
void Kopete::UI::MetaContactSelectorWidget::selectMetaContact | ( | Kopete::MetaContact * | mc | ) |
pre-selects a contact
Definition at line 241 of file metacontactselectorwidget.cpp.
void Kopete::UI::MetaContactSelectorWidget::setLabelMessage | ( | const QString & | msg | ) |
sets the widget label message example: Please select a contact or, Choose a contact to delete
Definition at line 295 of file metacontactselectorwidget.cpp.
|
protectedslot |
Utility function, populates the metacontact list.
Read in metacontacts from contact list.
Definition at line 276 of file metacontactselectorwidget.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.