KCDDB::Genres
KCDDB::Genres Class Reference
#include <genres.h>
Public Member Functions | |
Genres (const Genres &) | |
const QString | cddb2i18n (const QString &genre) const |
const QStringList & | cddbList () const |
const QString | i18n2cddb (const QString &genre) const |
const QStringList & | i18nList () const |
Genres & | operator= (const Genres &) |
Detailed Description
The Genre is completely arbitrary.
But we follow kaudiocreator's cue and make life easy for people.
Constructor & Destructor Documentation
◆ Genres() [1/2]
KCDDB::Genres::Genres | ( | ) |
Definition at line 18 of file genres.cpp.
◆ Genres() [2/2]
KCDDB::Genres::Genres | ( | const Genres & | other | ) |
Definition at line 109 of file genres.cpp.
◆ ~Genres()
KCDDB::Genres::~Genres | ( | ) |
Definition at line 104 of file genres.cpp.
Member Function Documentation
◆ cddb2i18n()
Lookup the CDDB genre, and return the i18n'd version.
Definition at line 131 of file genres.cpp.
◆ cddbList()
const QStringList & KCDDB::Genres::cddbList | ( | ) | const |
Definition at line 121 of file genres.cpp.
◆ i18n2cddb()
Lookup the i18n genre, and return the CDDB version if we can.
Definition at line 145 of file genres.cpp.
◆ i18nList()
const QStringList & KCDDB::Genres::i18nList | ( | ) | const |
Definition at line 126 of file genres.cpp.
◆ operator=()
KCDDB::Genres & KCDDB::Genres::operator= | ( | const Genres & | other | ) |
Definition at line 115 of file genres.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:17:48 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:17:48 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.