|
MythTV
0.26-pre
|
#include <programdata.h>
Public Member Functions | |
| DBEventEIT (uint _chanid, const QString &_title, const QString &_subtitle, const QString &_desc, const QString &_category, uint _category_type, const QDateTime &_start, const QDateTime &_end, uint _fixup, unsigned char _subtitleType, unsigned char _audioProps, unsigned char _videoProps, float _stars, const QString &_seriesId, const QString &_programId) | |
| DBEventEIT (uint _chanid, const QString &_title, const QString &_desc, const QDateTime &_start, const QDateTime &_end, uint _fixup, unsigned char _subtitleType, unsigned char _audioProps, unsigned char _videoProps) | |
| uint | UpdateDB (MSqlQuery &query, int match_threshold) const |
Public Attributes | |
| uint32_t | chanid |
| uint32_t | fixup |
Definition at line 174 of file programdata.h.
| DBEventEIT::DBEventEIT | ( | uint | _chanid, |
| const QString & | _title, | ||
| const QString & | _subtitle, | ||
| const QString & | _desc, | ||
| const QString & | _category, | ||
| uint | _category_type, | ||
| const QDateTime & | _start, | ||
| const QDateTime & | _end, | ||
| uint | _fixup, | ||
| unsigned char | _subtitleType, | ||
| unsigned char | _audioProps, | ||
| unsigned char | _videoProps, | ||
| float | _stars, | ||
| const QString & | _seriesId, | ||
| const QString & | _programId | ||
| ) | [inline] |
Definition at line 177 of file programdata.h.
| DBEventEIT::DBEventEIT | ( | uint | _chanid, |
| const QString & | _title, | ||
| const QString & | _desc, | ||
| const QDateTime & | _start, | ||
| const QDateTime & | _end, | ||
| uint | _fixup, | ||
| unsigned char | _subtitleType, | ||
| unsigned char | _audioProps, | ||
| unsigned char | _videoProps | ||
| ) | [inline] |
Definition at line 195 of file programdata.h.
| uint DBEventEIT::UpdateDB | ( | MSqlQuery & | query, |
| int | match_threshold | ||
| ) | const [inline] |
Definition at line 209 of file programdata.h.
Definition at line 215 of file programdata.h.
Referenced by EITFixUp::Fix().
Definition at line 216 of file programdata.h.
Referenced by EITFixUp::Fix().
1.7.6.1