kabc
addressbook.h
const Addressee * operator->() const
Arrow Dereference operator, provided for convenience.
Definition addressbook.cpp:230
Addressee * operator->()
Arrow Dereference operator, provided for convenience.
Definition addressbook.cpp:104
void savingFinished(Resource *resource)
Emitted when the asynchronous saving of one resource has finished after calling asyncSave().
bool asyncSave(Ticket *ticket)
Saves all addressees of one resource asynchronously.
Definition addressbook.cpp:399
void addressBookLocked(AddressBook *addressBook)
Emitted when one of the resources has been locked for writing.
void emitAddressBookChanged()
Emits the signal addressBookChanged() using this as the parameter.
Definition addressbook.h:597
void addressBookUnlocked(AddressBook *addressBook)
Emitted when one of the resources has been unlocked.
void setStandardResource(Resource *resource)
Sets the resource manager's standard resource.
Definition addressbook.cpp:915
void releaseSaveTicket(Ticket *ticket)
Releases the ticket requested previously with requestSaveTicket().
Definition addressbook.cpp:535
Ticket * requestSaveTicket(Resource *resource=0)
Requests a ticket for saving the addressbook.
Definition addressbook.cpp:513
void resourceLoadingFinished(Resource *resource)
Handles loading success.
Definition addressbook.cpp:935
void addressBookChanged(AddressBook *addressBook)
Emitted when one of the resources discovered a change in its backend or the asynchronous loading of a...
void resourceSavingFinished(Resource *resource)
Handles saving success.
Definition addressbook.cpp:945
void emitAddressBookUnlocked()
Emits the signal addressBookUnlocked() using this as the parameter.
Definition addressbook.h:593
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
ConstIterator begin() const
Returns an iterator pointing to the first addressee of address book.
Definition addressbook.cpp:446
void emitAddressBookLocked()
Emits the signal addressBookLocked() using this as the parameter.
Definition addressbook.h:589
bool save(Ticket *ticket)
Saves all addressees of one resource synchronously.
Definition addressbook.cpp:384
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
Abstract class that provides displaying of error messages.
Definition errorhandler.h:40
Definition resource.h:65
QDataStream & operator<<(QDataStream &stream, const Address &address)
Serializes the address object into the stream.
Definition address.cpp:680
QDataStream & operator>>(QDataStream &stream, Address &address)
Initializes the address object from the stream.
Definition address.cpp:688
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.