kabc
stdaddressbook.cpp
void resourceLoadingError(Resource *resource, const QString &errMsg)
Handles loading errors.
Definition: addressbook.cpp:952
static bool automaticSave()
Returns whether the address book is saved at destruction time.
Definition: stdaddressbook.cpp:235
void resourceSavingFinished(Resource *resource)
Handles saving success.
Definition: addressbook.cpp:945
static void setAutomaticSave(bool state)
Sets the automatic save property of the address book.
Definition: stdaddressbook.cpp:230
static QString fileName()
Returns the default file name for vcard-based addressbook.
Definition: stdaddressbook.cpp:64
void loadingFinished(Resource *resource)
Emitted when the asynchronous loading of one resource has finished after calling asyncLoad().
static KABC_DEPRECATED bool save()
Saves the standard address book to disk.
Definition: stdaddressbook.cpp:213
T * createResource(const QString &type)
ActiveIterator activeEnd()
static QString directoryName()
Returns the default directory name for vcard-based addressbook.
Definition: stdaddressbook.cpp:69
void resourceLoadingFinished(Resource *resource)
Handles loading success.
Definition: addressbook.cpp:935
void writeConfig(KConfig *cfg=0)
Addressee whoAmI() const
Returns the contact, that is associated with the owner of the address book.
Definition: stdaddressbook.cpp:240
virtual void setResourceName(const QString &name)
Definition: resource.h:64
Addressee findByUid(const QString &uid) const
Searches an addressee with the specified unique identifier.
Definition: addressbook.cpp:613
void savingFinished(Resource *resource)
Emitted when the asynchronous saving of one resource has finished after calling asyncSave().
static StdAddressBook * self()
Returns the standard addressbook object.
Definition: stdaddressbook.cpp:74
ActiveIterator activeBegin()
void resourceSavingError(Resource *resource, const QString &errMsg)
Handles saving errors.
Definition: addressbook.cpp:963
This file is part of the KDE documentation.
Documentation copyright © 1996-2016 The KDE developers.
Generated on Thu Oct 6 2016 14:31:10 by doxygen 1.8.12 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2016 The KDE developers.
Generated on Thu Oct 6 2016 14:31:10 by doxygen 1.8.12 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.