• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdemultimedia API Reference
  • KDE Home
  • Contact Us
 

libkcddb

  • sources
  • kde-4.14
  • kdemultimedia
  • libkcddb
  • libkcddb
synchttplookup.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002 Rik Hemsley (rikkus) <rik@kde.org>
3  Copyright (C) 2002 Benjamin Meyer <ben-devel@meyerhome.net>
4 
5  This library is free software; you can redistribute it and/or
6  modify it under the terms of the GNU Library General Public
7  License as published by the Free Software Foundation; either
8  version 2 of the License, or (at your option) any later version.
9 
10  This library is distributed in the hope that it will be useful,
11  but WITHOUT ANY WARRANTY; without even the implied warranty of
12  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13  Library General Public License for more details.
14 
15  You should have received a copy of the GNU Library General Public License
16  along with this library; see the file COPYING.LIB. If not, write to
17  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18  Boston, MA 02110-1301, USA.
19 */
20 
21 #ifndef KCDDB_SYNC_HTTP_LOOKUP_H
22 #define KCDDB_SYNC_HTTP_LOOKUP_H
23 
24 #include "httplookup.h"
25 
26 namespace KCDDB
27 {
28  class SyncHTTPLookup : public HTTPLookup
29  {
30  public:
31 
32  SyncHTTPLookup();
33  virtual ~SyncHTTPLookup();
34 
35  Result lookup( const QString &, uint, const TrackOffsetList & );
36 
37  CDInfoList lookupResponse() const;
38 
39  protected:
40 
41  virtual Result fetchURL();
42 
43  Result runQuery();
44  Result matchToCDInfo( const CDDBMatch & );
45  };
46 }
47 
48 #endif // KCDDB_SYNC_HTTP_LOOKUP_H
49 
50 // vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1
KCDDB::SyncHTTPLookup::matchToCDInfo
Result matchToCDInfo(const CDDBMatch &)
Definition: synchttplookup.cpp:96
httplookup.h
KCDDB::SyncHTTPLookup::fetchURL
virtual Result fetchURL()
Definition: synchttplookup.cpp:110
KCDDB::SyncHTTPLookup::lookupResponse
CDInfoList lookupResponse() const
KCDDB::HTTPLookup
Definition: httplookup.h:36
KCDDB::SyncHTTPLookup::~SyncHTTPLookup
virtual ~SyncHTTPLookup()
Definition: synchttplookup.cpp:37
QString
QList< uint >
QPair
KCDDB::SyncHTTPLookup::lookup
Result lookup(const QString &, uint, const TrackOffsetList &)
Definition: synchttplookup.cpp:44
KCDDB::SyncHTTPLookup::runQuery
Result runQuery()
Definition: synchttplookup.cpp:80
KCDDB::SyncHTTPLookup::SyncHTTPLookup
SyncHTTPLookup()
Definition: synchttplookup.cpp:32
KCDDB::Result
Result
Definition: kcddb.h:37
KCDDB::SyncHTTPLookup
Definition: synchttplookup.h:28
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:28:13 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

libkcddb

Skip menu "libkcddb"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdemultimedia API Reference

Skip menu "kdemultimedia API Reference"
  • libkcddb
  • libkcompactdisc

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal