kabc
stdaddressbook.cpp
void savingFinished(Resource *resource)
Emitted when the asynchronous saving of one resource has finished after calling asyncSave().
bool addResource(Resource *resource)
Adds a resource to the address book.
Definition addressbook.cpp:831
void setStandardResource(Resource *resource)
Sets the resource manager's standard resource.
Definition addressbook.cpp:915
void resourceLoadingFinished(Resource *resource)
Handles loading success.
Definition addressbook.cpp:935
void resourceSavingFinished(Resource *resource)
Handles saving success.
Definition addressbook.cpp:945
Resource * standardResource()
Returns the addressbook resource manager's standard resource.
Definition addressbook.cpp:920
void loadingFinished(Resource *resource)
Emitted when the asynchronous loading of one resource has finished after calling asyncLoad().
void resourceLoadingError(Resource *resource, const QString &errMsg)
Handles loading errors.
Definition addressbook.cpp:952
void resourceSavingError(Resource *resource, const QString &errMsg)
Handles saving errors.
Definition addressbook.cpp:963
KRES::Manager< Resource > * resourceManager()
Returns the addressbook's resource manager.
Definition addressbook.cpp:925
Definition resource.h:65
static bool automaticSave()
Returns whether the address book is saved at destruction time.
Definition stdaddressbook.cpp:235
Addressee whoAmI() const
Returns the contact, that is associated with the owner of the address book.
Definition stdaddressbook.cpp:240
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
static KABC_DEPRECATED bool save()
Saves the standard address book to disk.
Definition stdaddressbook.cpp:213
static QString directoryName()
Returns the default directory name for vcard-based addressbook.
Definition stdaddressbook.cpp:69
static StdAddressBook * self()
Returns the standard addressbook object.
Definition stdaddressbook.cpp:74
void writeConfig(KConfig *cfg=0)
ActiveIterator activeBegin()
ActiveIterator activeEnd()
T * createResource(const QString &type)
virtual void setResourceName(const QString &name)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.