MythTV
master
|
#include <libmythmetadata/dbaccess.h>
Static Public Member Functions | |
static VideoCategory & | GetCategory () |
Private Member Functions | |
VideoCategory () | |
~VideoCategory () 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 66 of file dbaccess.h.
|
private |
Definition at line 484 of file dbaccess.cpp.
|
overrideprivatedefault |
|
static |
Definition at line 489 of file dbaccess.cpp.
Referenced by EditMetadataDialog::AddCategory(), EditMetadataDialog::fillWidgets(), VideoFilterDialog::fillWidgets(), VideoMetadataImp::fromDBRow(), VideoMetadataImp::SetCategoryID(), and VideoMetadataImp::VideoMetadataImp().