KCDDB
client.h
void finished(KCDDB::Result result)
emitted when not blocking and lookup() finished.
void slotFinished(KCDDB::Result result)
Called when the lookup is finished with the result.
Definition client.cpp:214
void store(const CDInfo &cdInfo, const TrackOffsetList &trackOffsetList)
Stores the CD-information in the local cache.
Definition client.cpp:324
Result submit(const CDInfo &cdInfo, const TrackOffsetList &trackOffsetList)
Definition client.cpp:252
Result lookup(const TrackOffsetList &trackOffsetList)
Searches the database for entries matching the offset list.
Definition client.cpp:92
void slotSubmitFinished(KCDDB::Result result)
Called when the submit is finished with the result.
Definition client.cpp:243
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
Q_SIGNALSQ_SIGNALS
Q_SLOTSQ_SLOTS
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Thu Jan 23 2025 18:56:25 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Thu Jan 23 2025 18:56:25 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.