IMEditorWidget Class Reference
The widget we add to KAddressbook's contact editor dialog. More...
#include <imeditorwidget.h>
Collaboration diagram for IMEditorWidget:

Public Member Functions | |
IMEditorWidget (KABC::AddressBook *ab, QWidget *parent, const char *name=0) | |
void | loadContact (KABC::Addressee *addr) |
void | storeContact (KABC::Addressee *addr) |
void | setReadOnly (bool readOnly) |
QValueList< KPluginInfo * > | availableProtocols () const |
Protected Slots | |
void | slotUpdateButtons () |
void | slotAdd () |
void | slotEdit () |
void | slotDelete () |
Protected Member Functions | |
KPluginInfo * | protocolFromString (const QString fieldValue) |
Static Protected Member Functions | |
void | splitField (const QString &str, QString &app, QString &name, QString &value) |
Detailed Description
The widget we add to KAddressbook's contact editor dialog.
Definition at line 49 of file imeditorwidget.h.
Member Function Documentation
|
Reimplemented from KAB::ContactEditorWidget.
Definition at line 156 of file imeditorwidget.cpp. References protocolFromString(), and splitField(). |
|
Helper method to split the contents of an addressbook field up.
Definition at line 328 of file imeditorwidget.cpp. Referenced by loadContact(). |
|
Find a protocol that matches the KABC key, or 0 if none found.
Definition at line 313 of file imeditorwidget.cpp. Referenced by loadContact(). |
The documentation for this class was generated from the following files: