stdaddressbook.cpp
void loadingFinished(Resource *resource)
Emitted when the asynchronous loading of one resource has finished after calling asyncLoad().
bool addResource(Resource *resource)
Adds a resource to the address book.
Definition: addressbook.cpp:704
void releaseSaveTicket(Ticket *ticket)
Releases the ticket requested previously with requestSaveTicket().
Definition: addressbook.cpp:508
void savingFinished(Resource *resource)
Emitted when the asynchronous saving of one resource has finished after calling asyncSave().
Ticket * requestSaveTicket(Resource *resource=0)
Requests a ticket for saving the addressbook.
Definition: addressbook.cpp:488
bool save(Ticket *ticket)
Saves all addressees of one resource synchronously.
Definition: addressbook.cpp:373
Addressee findByUid(const TQString &uid)
Searches an addressee with the specified unique identifier.
Definition: addressbook.cpp:569
static bool automaticSave()
Returns whether the address book is saved at destruction time.
Definition: stdaddressbook.cpp:183
static void setAutomaticSave(bool state)
Sets the automatic save property of the address book.
Definition: stdaddressbook.cpp:178
static bool save() TDE_DEPRECATED
Saves the standard address book to disk.
Definition: stdaddressbook.cpp:163
static TQString fileName()
Returns the default file name for vcard-based addressbook.
Definition: stdaddressbook.cpp:43
static void handleCrash() TDE_DEPRECATED
Definition: stdaddressbook.cpp:53
Addressee whoAmI()
Returns the contact, that is associated with the owner of the address book.
Definition: stdaddressbook.cpp:189
static StdAddressBook * self()
Returns the standard addressbook object.
Definition: stdaddressbook.cpp:57
static TQString directoryName()
Returns the default directory name for vcard-based addressbook.
Definition: stdaddressbook.cpp:48
TQString readEntry(const TQString &pKey, const TQString &aDefault=TQString::null) const
void writeEntry(const TQString &pKey, const TQString &pValue, bool bPersistent=true, bool bGlobal=false, bool bNLS=false)
void setGroup(const TQString &group)
kndbgstream & endl(kndbgstream &s)
kdbgstream kdDebug(int area=0)
TQString locateLocal(const char *type, const TQString &filename, const TDEInstance *instance=TDEGlobal::instance())