libkcddb
#include <asynccddbplookup.h>
|
enum | State {
Idle,
WaitingForConnection,
WaitingForGreeting,
WaitingForHandshake,
WaitingForProtoResponse,
WaitingForQueryResponse,
WaitingForMoreMatches,
WaitingForCDInfoResponse,
WaitingForCDInfoData,
WaitingForQuitResponse
} |
|
enum | Transport { CDDBP,
HTTP
} |
|
Definition at line 29 of file asynccddbplookup.h.
Enumerator |
---|
Idle |
|
WaitingForConnection |
|
WaitingForGreeting |
|
WaitingForHandshake |
|
WaitingForProtoResponse |
|
WaitingForQueryResponse |
|
WaitingForMoreMatches |
|
WaitingForCDInfoResponse |
|
WaitingForCDInfoData |
|
WaitingForQuitResponse |
|
Definition at line 35 of file asynccddbplookup.h.
KCDDB::AsyncCDDBPLookup::AsyncCDDBPLookup |
( |
| ) |
|
KCDDB::AsyncCDDBPLookup::~AsyncCDDBPLookup |
( |
| ) |
|
|
virtual |
void KCDDB::AsyncCDDBPLookup::doHandshake |
( |
| ) |
|
|
protected |
void KCDDB::AsyncCDDBPLookup::doProto |
( |
| ) |
|
|
protected |
void KCDDB::AsyncCDDBPLookup::doQuery |
( |
| ) |
|
|
protected |
void KCDDB::AsyncCDDBPLookup::doQuit |
( |
| ) |
|
|
protected |
Result KCDDB::AsyncCDDBPLookup::lookup |
( |
const QString & |
hostname, |
|
|
uint |
port, |
|
|
const TrackOffsetList & |
trackOffsetList |
|
) |
| |
|
virtual |
void KCDDB::AsyncCDDBPLookup::parseCDInfoData |
( |
| ) |
|
|
protected |
bool KCDDB::AsyncCDDBPLookup::parseCDInfoResponse |
( |
const QString & |
| ) |
|
|
protected |
bool KCDDB::AsyncCDDBPLookup::parseQueryResponse |
( |
const QString & |
| ) |
|
|
protected |
void KCDDB::AsyncCDDBPLookup::quit |
( |
Result |
| ) |
|
|
signal |
void KCDDB::AsyncCDDBPLookup::read |
( |
| ) |
|
|
protected |
QString KCDDB::AsyncCDDBPLookup::readLine |
( |
| ) |
|
|
protected |
void KCDDB::AsyncCDDBPLookup::requestCDInfoForMatch |
( |
| ) |
|
|
protected |
void KCDDB::AsyncCDDBPLookup::slotConnectionSuccess |
( |
| ) |
|
|
protectedslot |
void KCDDB::AsyncCDDBPLookup::slotGotError |
( |
QAbstractSocket::SocketError |
error | ) |
|
|
protectedslot |
void KCDDB::AsyncCDDBPLookup::slotReadyRead |
( |
| ) |
|
|
protectedslot |
QString KCDDB::AsyncCDDBPLookup::stateToString |
( |
| ) |
const |
|
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
KDE's Doxygen guidelines are available online.