• 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
genres.h
Go to the documentation of this file.
1 // Copyright (C) 2005 by Shaheed Haque (srhaque@iee.org). All rights reserved.
2 //
3 // This program is free software; you can redistribute it and/or modify
4 // it under the terms of the GNU General Public License as published by
5 // the Free Software Foundation; either version 2 of the License, or
6 // (at your option) any later version.
7 //
8 #ifndef KCDDB_GENRES_H
9 #define KCDDB_GENRES_H
10 
11 #include <QtCore/QStringList>
12 #include <libkcddb/kcddb_export.h>
13 
14 namespace KCDDB
15 {
20  class KCDDB_EXPORT Genres
21  {
22  public:
23  Genres();
24  Genres(const Genres&);
25  ~Genres();
26 
27  Genres& operator=(const Genres&);
28 
29  const QStringList &cddbList() const;
30  const QStringList &i18nList() const;
31 
35  const QString cddb2i18n(const QString &genre) const;
36 
40  const QString i18n2cddb(const QString &genre) const;
41  private:
42  class Private;
43  Private * const d;
44  };
45 }
46 
47 #endif
KCDDB::Genres
The Genre is completely arbitrary.
Definition: genres.h:20
QString
QStringList
KCDDB_EXPORT
#define KCDDB_EXPORT
Definition: kcddb_export.h:32
kcddb_export.h
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