libkcddb
Public Types |
Public Member Functions |
Protected Member Functions |
Protected Attributes |
List of all members
KCDDB::Lookup Class Referenceabstract
#include <lookup.h>
Inheritance diagram for KCDDB::Lookup:

Public Types | |
| enum | Transport { CDDBP, HTTP } |
Public Member Functions | |
| 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 | |
| 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 | |
| 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
Member Enumeration Documentation
Constructor & Destructor Documentation
| KCDDB::Lookup::Lookup | ( | ) |
Definition at line 28 of file lookup.cpp.
|
virtual |
Definition at line 33 of file lookup.cpp.
Member Function Documentation
|
pure virtual |
Implemented in KCDDB::AsyncCDDBPLookup, KCDDB::AsyncHTTPLookup, KCDDB::SyncCDDBPLookup, and KCDDB::SyncHTTPLookup.
| CDInfoList KCDDB::Lookup::lookupResponse | ( | ) | const |
Definition at line 80 of file lookup.cpp.
|
protected |
Definition at line 62 of file lookup.cpp.
|
protected |
Definition at line 39 of file lookup.cpp.
|
protected |
Definition at line 69 of file lookup.cpp.
Member Data Documentation
|
protected |
|
protected |
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
Public Member Functions inherited from