libkcddb
KCDDB::AsyncHTTPSubmit Class Reference
#include <asynchttpsubmit.h>
Inheritance diagram for KCDDB::AsyncHTTPSubmit:

Signals | |
| void | finished (KCDDB::Result) |
Public Member Functions | |
| AsyncHTTPSubmit (const QString &from, const QString &hostname, uint port) | |
| virtual | ~AsyncHTTPSubmit () |
Public Member Functions inherited from KCDDB::HTTPSubmit | |
| HTTPSubmit (const QString &from, const QString &hostname, uint port) | |
| virtual | ~HTTPSubmit () |
Public Member Functions inherited from KCDDB::Submit | |
| Submit () | |
| virtual | ~Submit () |
| Result | submit (CDInfo cdInfo, const TrackOffsetList &offsetList) |
Public Member Functions inherited from KCDDB::CDDB | |
| CDDB () | |
| virtual | ~CDDB () |
Protected Member Functions | |
| virtual Result | runJob (KIO::Job *job) |
Protected Member Functions inherited from KCDDB::HTTPSubmit | |
| virtual KIO::Job * | createJob (const CDInfo &cdInfo) |
Protected Member Functions inherited from KCDDB::Submit | |
| virtual void | makeDiskData (const CDInfo &, const TrackOffsetList &) |
| Result | parseWrite (const QString &) |
| bool | validCategory (const QString &) |
Protected Member Functions inherited from KCDDB::CDDB | |
| QString | trackOffsetListToId () |
| QString | trackOffsetListToString () |
Additional Inherited Members | |
Public Types inherited from KCDDB::Submit | |
| enum | Transport { HTTP, SMTP } |
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::HTTPSubmit | |
| QString | from_ |
| KUrl | url_ |
Protected Attributes inherited from KCDDB::Submit | |
| QString | diskData_ |
Protected Attributes inherited from KCDDB::CDDB | |
| QString | localHostName_ |
| bool | readOnly_ |
| TrackOffsetList | trackOffsetList_ |
| QString | user_ |
Detailed Description
Definition at line 28 of file asynchttpsubmit.h.
Constructor & Destructor Documentation
| KCDDB::AsyncHTTPSubmit::AsyncHTTPSubmit | ( | const QString & | from, |
| const QString & | hostname, | ||
| uint | port | ||
| ) |
Definition at line 27 of file asynchttpsubmit.cpp.
|
virtual |
Definition at line 33 of file asynchttpsubmit.cpp.
Member Function Documentation
|
signal |
|
protectedvirtual |
Implements KCDDB::Submit.
Definition at line 38 of file asynchttpsubmit.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
Public Member Functions inherited from