kabc
resourcefile.h
This class provides locking functionality for a file, directory or an arbitrary string-represented re...
Definition lock.h:35
QString fileName() const
Return name of file used for loading and saving the address book.
Definition resourcefile.cpp:412
virtual bool doOpen()
Tries to open the file and checks for the proper format.
Definition resourcefile.cpp:164
virtual void removeAddressee(const Addressee &addr)
Remove a addressee from its source.
Definition resourcefile.cpp:466
virtual bool asyncSave(Ticket *ticket)
Saves all addressees asynchronously.
Definition resourcefile.cpp:273
void setFileName(const QString &)
Set name of file to be used for saving.
Definition resourcefile.cpp:399
virtual bool save(Ticket *ticket)
Saves all addresses from address book to file.
Definition resourcefile.cpp:245
virtual Ticket * requestSaveTicket()
Requests a save ticket, that is used by save()
Definition resourcefile.cpp:131
virtual void releaseSaveTicket(Ticket *ticket)
Releases the ticket previousely requested with requestSaveTicket().
Definition resourcefile.cpp:154
virtual bool load()
Loads all addressees from file to the address book.
Definition resourcefile.cpp:203
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.