libkcddb
Signals |
Public Member Functions |
Protected Slots |
Protected Member Functions |
List of all members
KCDDB::AsyncHTTPLookup Class Reference
#include <asynchttplookup.h>
Inheritance diagram for KCDDB::AsyncHTTPLookup:

Signals | |
| void | finished (KCDDB::Result) |
Signals inherited from KCDDB::HTTPLookup | |
| void | queryReady () |
| void | readReady () |
Public Member Functions | |
| AsyncHTTPLookup () | |
| virtual | ~AsyncHTTPLookup () |
| Result | lookup (const QString &, uint, const TrackOffsetList &) |
| CDInfoList | lookupResponse () const |
Public Member Functions inherited from KCDDB::HTTPLookup | |
| HTTPLookup () | |
| virtual | ~HTTPLookup () |
Public Member Functions inherited from KCDDB::Lookup | |
| Lookup () | |
| virtual | ~Lookup () |
| CDInfoList | lookupResponse () const |
Public Member Functions inherited from KCDDB::CDDB | |
| CDDB () | |
| virtual | ~CDDB () |
Protected Slots | |
| void | requestCDInfoForMatch () |
| void | slotData (KIO::Job *, const QByteArray &) |
| void | slotQueryReady () |
| void | slotResult (KJob *) |
Protected Member Functions | |
| virtual Result | fetchURL () |
| Result | runQuery () |
Protected Member Functions inherited from KCDDB::HTTPLookup | |
| void | initURL (const QString &, uint) |
| void | jobFinished () |
| void | makeURL (const QString &) |
| Result | sendQuery () |
| Result | sendRead (const CDDBMatch &) |
Protected Member Functions inherited from KCDDB::Lookup | |
| void | parseExtraMatch (const QString &) |
| Result | parseQuery (const QString &) |
| Result | parseRead (const QString &) |
Protected Member Functions inherited from KCDDB::CDDB | |
| QString | trackOffsetListToId () |
| QString | trackOffsetListToString () |
Additional Inherited Members | |
Public Types inherited from KCDDB::HTTPLookup | |
| enum | State { Idle, WaitingForQueryResponse, WaitingForReadResponse } |
Public Types inherited from KCDDB::Lookup | |
| enum | Transport { CDDBP, HTTP } |
Static Public Member Functions inherited from KCDDB::CDDB | |
| static CDInfoList | cacheFiles (const TrackOffsetList &, const Config &) |
| static QString | clientName () |
| static QString | clientVersion () |
| static uint | statusCode (const QString &) |
| static QString | trackOffsetListToId (const TrackOffsetList &) |
Protected Attributes inherited from KCDDB::HTTPLookup | |
| bool | block_ |
| KUrl | cgiURL_ |
| QByteArray | data_ |
| Result | result_ |
| State | state_ |
Protected Attributes inherited from KCDDB::Lookup | |
| QString | category_ |
| CDInfoList | cdInfoList_ |
| QString | discid_ |
| CDDBMatchList | matchList_ |
Protected Attributes inherited from KCDDB::CDDB | |
| QString | localHostName_ |
| bool | readOnly_ |
| TrackOffsetList | trackOffsetList_ |
| QString | user_ |
Detailed Description
Definition at line 30 of file asynchttplookup.h.
Constructor & Destructor Documentation
| KCDDB::AsyncHTTPLookup::AsyncHTTPLookup | ( | ) |
Definition at line 31 of file asynchttplookup.cpp.
|
virtual |
Definition at line 37 of file asynchttplookup.cpp.
Member Function Documentation
|
protectedvirtual |
Implements KCDDB::HTTPLookup.
Definition at line 131 of file asynchttplookup.cpp.
|
signal |
|
virtual |
Implements KCDDB::Lookup.
Definition at line 44 of file asynchttplookup.cpp.
| CDInfoList KCDDB::AsyncHTTPLookup::lookupResponse | ( | ) | const |
|
protectedslot |
Definition at line 89 of file asynchttplookup.cpp.
|
protected |
Definition at line 64 of file asynchttplookup.cpp.
|
protectedslot |
Definition at line 110 of file asynchttplookup.cpp.
|
protectedslot |
Definition at line 75 of file asynchttplookup.cpp.
|
protectedslot |
Definition at line 117 of file asynchttplookup.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:52:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:52:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Signals inherited from