kaddressbook
KAB::Core Class Reference
Inheritance diagram for KAB::Core:

Detailed Description
Definition at line 55 of file core.h.
Public Slots | |
virtual void | setContactSelected (const QString &uid)=0 |
virtual void | addEmail (const QString &addr)=0 |
virtual void | importVCard (const KURL &url)=0 |
virtual void | importVCard (const QString &vCard)=0 |
virtual void | newContact ()=0 |
virtual QString | getNameByPhone (const QString &phone)=0 |
virtual void | editContact (const QString &uid=QString::null)=0 |
Signals | |
void | contactsUpdated () |
Public Member Functions | |
Core (KXMLGUIClient *client, QObject *parent, const char *name=0) | |
virtual KABC::AddressBook * | addressBook () const =0 |
virtual KConfig * | config () const =0 |
virtual KActionCollection * | actionCollection () const =0 |
virtual KXMLGUIClient * | guiClient () const |
virtual KABC::Field * | currentSortField () const =0 |
virtual QStringList | selectedUIDs () const =0 |
virtual KABC::Resource * | requestResource (QWidget *parent)=0 |
virtual QWidget * | widget () const =0 |
virtual void | deleteContacts (const QStringList &uids)=0 |
virtual SearchManager * | searchManager () const =0 |
virtual KCommandHistory * | commandHistory () const =0 |
Member Function Documentation
|
Returns a pointer to the global KActionCollection object. So other classes can register their actions easily. Implemented in KABCore. |
|
DCOP METHOD: Adds the given email address to address book.
Implemented in KABCore. |
|
Returns a pointer to the StdAddressBook of the application.
Implemented in KABCore. |
|
Returns a pointer to the KConfig object of the application.
Implemented in KABCore. |
|
Forwarded from SearchManager After it is emitted, distributionListNames() might have a different result.
|
|
Returns the current sort field.
Implemented in KABCore. |
|
Deletes given contacts from the address book.
Implemented in KABCore. |
|
Shows an edit dialog for the given uid.
Implemented in KABCore. |
|
DCOP METHOD: Returns the name of the contact, that matches the given phone number.
Implemented in KABCore. |
|
Returns a pointer to the gui client.
|
|
DCOP METHOD: Imports the given vCard.
Implemented in KABCore. |
|
DCOP METHOD: Imports the vCard, located at the given url.
Implemented in KABCore. |
|
DCOP METHOD: Opens contact editor to input a new contact.
Implemented in KABCore. |
|
Displays a ResourceSelectDialog and returns the selected resource or a null pointer if no resource was selected by the user.
Implemented in KABCore. |
|
Returns the uid list of the currently selected contacts.
Implemented in KABCore. |
|
Is called whenever a contact is selected in the view.
Implemented in KABCore. |
|
Returns the parent widget.
Implemented in KABCore. |
The documentation for this class was generated from the following files: