Go to the source code of this file.
Functions | |
| static QString | denullify (const QString &str) |
| static int | score_words (const QStringList &al, const QStringList &bl) |
| static int | score_match (const QString &a, const QString &b) |
| static bool | delete_program (MSqlQuery &query, uint chanid, const QDateTime &st) |
| static bool | change_program (MSqlQuery &query, uint chanid, const QDateTime &st, const QDateTime &new_st, const QDateTime &new_end) |
| static bool | start_time_less_than (const DBEvent *a, const DBEvent *b) |
Variables | |
| static const char * | roles [] |
| static QString denullify | ( | const QString & | str | ) | [static] |
Definition at line 27 of file programdata.cpp.
Referenced by ProgInfo::InsertDB(), DBEvent::InsertDB(), ProgramData::IsUnchanged(), and DBEvent::UpdateDB().
| static int score_words | ( | const QStringList & | al, | |
| const QStringList & | bl | |||
| ) | [static] |
Definition at line 311 of file programdata.cpp.
Referenced by score_match().
| static int score_match | ( | const QString & | a, | |
| const QString & | b | |||
| ) | [static] |
Definition at line 344 of file programdata.cpp.
Referenced by DBEvent::GetMatch().
Definition at line 588 of file programdata.cpp.
Referenced by DBEvent::MoveOutOfTheWayDB().
| static bool change_program | ( | MSqlQuery & | query, | |
| uint | chanid, | |||
| const QDateTime & | st, | |||
| const QDateTime & | new_st, | |||
| const QDateTime & | new_end | |||
| ) | [static] |
Definition at line 621 of file programdata.cpp.
Referenced by DBEvent::MoveOutOfTheWayDB().
Definition at line 962 of file programdata.cpp.
Referenced by ProgramData::FixProgramList().
const char* roles[] [static] |
{
"",
"actor", "director", "producer", "executive_producer",
"writer", "guest_star", "host", "adapter",
"presenter", "commentator", "guest",
}
Definition at line 19 of file programdata.cpp.
Referenced by DBPerson::DBPerson(), and DBPerson::GetRole().
1.6.3