MythTV
master
|
#include <libmythmetadata/dbaccess.h>
Static Public Member Functions | |
static VideoGenre & | getGenre () |
Private Member Functions | |
VideoGenre () | |
~VideoGenre () override=default | |
Additional Inherited Members | |
Public Types inherited from SingleValue | |
using | entry = std::pair< int, QString > |
using | entry_list = std::vector< entry > |
Public Member Functions inherited from SingleValue | |
int | add (const QString &name) |
bool | get (int id, QString &category) |
void | remove (int id) |
bool | exists (int id) |
bool | exists (const QString &name) |
const entry_list & | getList () |
void | load_data () |
Protected Member Functions inherited from SingleValue | |
SingleValue (SingleValueImp *imp) | |
virtual | ~SingleValue () |
Definition at line 86 of file dbaccess.h.
|
private |
Definition at line 512 of file dbaccess.cpp.
|
overrideprivatedefault |
|
static |
Definition at line 517 of file dbaccess.cpp.
Referenced by VideoMetadataImp::fillGenres(), VideoFilterDialog::fillWidgets(), and VideoMetadataImp::updateGenres().