kmobiletools
Addressbook Class Reference
#include <addressbook.h>

Detailed Description
implement addressee editing implement html viewer change KListWidgetSearchLine to a proxy model since it currently causes crashes
Definition at line 59 of file mainpart/services/addressbook/addressbook.h.
Public Slots | |
| void | addEntry (const KMobileTools::AddressbookEntry &entry) |
| void | removeEntry (const KMobileTools::AddressbookEntry &entry) |
Signals | |
| void | foundAvailableSlots (KMobileTools::AddressbookEntry::MemorySlots) |
Public Member Functions | |
| QList< QAction * > | actionList () const |
| Addressbook (QObject *parent, const QString &deviceName) | |
| KIcon | icon () const |
| QString | name () const |
| QStringList | requires () const |
| QWidget * | widget () const |
| ~Addressbook () | |
Constructor & Destructor Documentation
Definition at line 40 of file mainpart/services/addressbook/addressbook.cpp.
| Addressbook::~Addressbook | ( | ) |
Definition at line 60 of file mainpart/services/addressbook/addressbook.cpp.
Member Function Documentation
Returns an action collection.
- Returns:
- an action collection
Implements KMobileTools::Ifaces::ActionProvider.
Definition at line 161 of file mainpart/services/addressbook/addressbook.cpp.
| void Addressbook::addEntry | ( | const KMobileTools::AddressbookEntry & | entry | ) | [slot] |
Definition at line 229 of file mainpart/services/addressbook/addressbook.cpp.
| void Addressbook::foundAvailableSlots | ( | KMobileTools::AddressbookEntry::MemorySlots | ) | [signal] |
| KIcon Addressbook::icon | ( | ) | const [virtual] |
Returns the service's icon.
- Returns:
- the service icon
Implements KMobileTools::Ifaces::GuiService.
Definition at line 68 of file mainpart/services/addressbook/addressbook.cpp.
| QString Addressbook::name | ( | ) | const [virtual] |
Returns the service's name.
- Returns:
- the service name
Implements KMobileTools::CoreService.
Definition at line 64 of file mainpart/services/addressbook/addressbook.cpp.
| void Addressbook::removeEntry | ( | const KMobileTools::AddressbookEntry & | entry | ) | [slot] |
Definition at line 236 of file mainpart/services/addressbook/addressbook.cpp.
| QStringList Addressbook::requires | ( | ) | const [virtual] |
Returns a list of interfaces that an engine must have implemented to use this service.
- Returns:
- a list of required interfaces
Implements KMobileTools::CoreService.
Definition at line 77 of file mainpart/services/addressbook/addressbook.cpp.
| QWidget * Addressbook::widget | ( | ) | const [virtual] |
Returns the widget associated with the service.
- Returns:
- the associated widget
Implements KMobileTools::Ifaces::GuiService.
Definition at line 72 of file mainpart/services/addressbook/addressbook.cpp.
The documentation for this class was generated from the following files:
KDE 4.1 API Reference