GenreBase(3)

GenreBase(3) Library Functions Manual GenreBase(3)

NAME

GenreBase - The GenreBase class.

SYNOPSIS

#include <GenreBase.h>

Inherits UDBase.

Public Member Functions


QString getTranslationByGenreCode (const std::string &genre_code)

Detailed Description

The GenreBase class.

This class intended for keeping database of supported genre codes and their translations.

Member Function Documentation

QString GenreBase::getTranslationByGenreCode (const std::string & genre_code)

Returns transladed genre name.

Parameters

genre_code Genre code to be translated.

Returns

QString object containing genre translation or genre code, if it was not found in base.

Author

Generated automatically by Doxygen for MLPlugin from the source code.

Version 1.0 MLPlugin