libkcddb
#include <httplookup.h>

Public Types | |
| enum | State { Idle, WaitingForQueryResponse, WaitingForReadResponse } |
Public Types inherited from KCDDB::Lookup | |
| enum | Transport { CDDBP, HTTP } |
Signals | |
| void | queryReady () |
| void | readReady () |
Public Member Functions | |
| HTTPLookup () | |
| virtual | ~HTTPLookup () |
Public Member Functions inherited from KCDDB::Lookup | |
| Lookup () | |
| virtual | ~Lookup () |
| virtual Result | lookup (const QString &, uint, const TrackOffsetList &)=0 |
| CDInfoList | lookupResponse () const |
Public Member Functions inherited from KCDDB::CDDB | |
| CDDB () | |
| virtual | ~CDDB () |
Protected Member Functions | |
| virtual Result | fetchURL ()=0 |
| 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 () |
Protected Attributes | |
| 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_ |
Additional Inherited Members | |
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 &) |
Detailed Description
Definition at line 36 of file httplookup.h.
Member Enumeration Documentation
| Enumerator | |
|---|---|
| Idle | |
| WaitingForQueryResponse | |
| WaitingForReadResponse | |
Definition at line 43 of file httplookup.h.
Constructor & Destructor Documentation
| KCDDB::HTTPLookup::HTTPLookup | ( | ) |
Definition at line 29 of file httplookup.cpp.
|
virtual |
Definition at line 35 of file httplookup.cpp.
Member Function Documentation
|
protectedpure virtual |
Implemented in KCDDB::AsyncHTTPLookup, and KCDDB::SyncHTTPLookup.
|
protected |
Definition at line 67 of file httplookup.cpp.
|
protected |
Definition at line 94 of file httplookup.cpp.
|
protected |
Definition at line 78 of file httplookup.cpp.
|
signal |
|
signal |
|
protected |
Definition at line 40 of file httplookup.cpp.
Definition at line 52 of file httplookup.cpp.
Member Data Documentation
|
protected |
Definition at line 71 of file httplookup.h.
|
protected |
Definition at line 72 of file httplookup.h.
|
protected |
Definition at line 73 of file httplookup.h.
|
protected |
Definition at line 75 of file httplookup.h.
|
protected |
Definition at line 74 of file httplookup.h.
The documentation for this class was generated from the following files:
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
Public Types inherited from