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

libkcddb

  • KCDDB
  • Lookup
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:
Inheritance graph
[legend]

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 ()
 
- Public Member Functions inherited from QObject
 QObject (QObject *parent)
 
 QObject (QObject *parent, const char *name)
 
virtual  ~QObject ()
 
bool blockSignals (bool block)
 
QObject * child (const char *objName, const char *inheritsClass, bool recursiveSearch) const
 
const QObjectList & children () const
 
const char * className () const
 
bool connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const
 
void deleteLater ()
 
void destroyed (QObject *obj)
 
bool disconnect (const QObject *receiver, const char *method)
 
bool disconnect (const char *signal, const QObject *receiver, const char *method)
 
void dumpObjectInfo ()
 
void dumpObjectTree ()
 
QList< QByteArray > dynamicPropertyNames () const
 
virtual bool event (QEvent *e)
 
virtual bool eventFilter (QObject *watched, QEvent *event)
 
T findChild (const QString &name) const
 
QList< T > findChildren (const QRegExp &regExp) const
 
QList< T > findChildren (const QString &name) const
 
bool inherits (const char *className) const
 
void insertChild (QObject *object)
 
void installEventFilter (QObject *filterObj)
 
bool isA (const char *className) const
 
bool isWidgetType () const
 
void killTimer (int id)
 
virtual const QMetaObject * metaObject () const
 
void moveToThread (QThread *targetThread)
 
const char * name () const
 
const char * name (const char *defaultName) const
 
QString objectName () const
 
QObject * parent () const
 
QVariant property (const char *name) const
 
void removeChild (QObject *object)
 
void removeEventFilter (QObject *obj)
 
void setName (const char *name)
 
void setObjectName (const QString &name)
 
void setParent (QObject *parent)
 
bool setProperty (const char *name, const QVariant &value)
 
bool signalsBlocked () const
 
int startTimer (int interval)
 
QThread * thread () const
 

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 Member Functions inherited from QObject
bool checkConnectArgs (const char *signal, const QObject *object, const char *method)
 
virtual void childEvent (QChildEvent *event)
 
virtual void connectNotify (const char *signal)
 
virtual void customEvent (QEvent *event)
 
virtual void disconnectNotify (const char *signal)
 
int receivers (const char *signal) const
 
QObject * sender () const
 
int senderSignalIndex () const
 
virtual void timerEvent (QTimerEvent *event)
 

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 &)
 
- Static Public Member Functions inherited from QObject
bool connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
 
bool connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type)
 
bool disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method)
 
bool disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method)
 
QString tr (const char *sourceText, const char *disambiguation, int n)
 
QString trUtf8 (const char *sourceText, const char *disambiguation, int n)
 
- Static Protected Member Functions inherited from QObject
QByteArray normalizeSignalSlot (const char *signalSlot)
 
- Properties inherited from QObject
 objectName
 

Detailed Description

Definition at line 36 of file lookup.h.

Member Enumeration Documentation

enum KCDDB::Lookup::Transport
Enumerator
CDDBP 
HTTP 

Definition at line 40 of file lookup.h.

Constructor & Destructor Documentation

KCDDB::Lookup::Lookup ( )

Definition at line 28 of file lookup.cpp.

KCDDB::Lookup::~Lookup ( )
virtual

Definition at line 33 of file lookup.cpp.

Member Function Documentation

virtual Result KCDDB::Lookup::lookup ( const QString &  ,
uint  ,
const TrackOffsetList &   
)
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.

void KCDDB::Lookup::parseExtraMatch ( const QString &  line)
protected

Definition at line 62 of file lookup.cpp.

Result KCDDB::Lookup::parseQuery ( const QString &  line)
protected

Definition at line 39 of file lookup.cpp.

Result KCDDB::Lookup::parseRead ( const QString &  line)
protected

Definition at line 69 of file lookup.cpp.

Member Data Documentation

QString KCDDB::Lookup::category_
protected

Definition at line 62 of file lookup.h.

CDInfoList KCDDB::Lookup::cdInfoList_
protected

Definition at line 60 of file lookup.h.

QString KCDDB::Lookup::discid_
protected

Definition at line 63 of file lookup.h.

CDDBMatchList KCDDB::Lookup::matchList_
protected

Definition at line 61 of file lookup.h.


The documentation for this class was generated from the following files:
  • lookup.h
  • lookup.cpp
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