Go to the source code of this file.
Functions | |
| static int | GetMarkupList (const MythUtilCommandLineParser &cmdline, const QString type) |
| static int | SetMarkupList (const MythUtilCommandLineParser &cmdline, const QString &type, QString newList) |
| static int | GetCutList (const MythUtilCommandLineParser &cmdline) |
| static int | SetCutList (const MythUtilCommandLineParser &cmdline) |
| static int | ClearCutList (const MythUtilCommandLineParser &cmdline) |
| static int | CopySkipListToCutList (const MythUtilCommandLineParser &cmdline) |
| static int | GetSkipList (const MythUtilCommandLineParser &cmdline) |
| static int | SetSkipList (const MythUtilCommandLineParser &cmdline) |
| static int | ClearSkipList (const MythUtilCommandLineParser &cmdline) |
| void | registerMarkupUtils (UtilMap &utilMap) |
| static int GetMarkupList | ( | const MythUtilCommandLineParser & | cmdline, | |
| const QString | type | |||
| ) | [static] |
Definition at line 11 of file markuputils.cpp.
Referenced by GetCutList(), and GetSkipList().
| static int SetMarkupList | ( | const MythUtilCommandLineParser & | cmdline, | |
| const QString & | type, | |||
| QString | newList | |||
| ) | [static] |
Definition at line 64 of file markuputils.cpp.
Referenced by ClearCutList(), ClearSkipList(), SetCutList(), and SetSkipList().
| static int GetCutList | ( | const MythUtilCommandLineParser & | cmdline | ) | [static] |
Definition at line 114 of file markuputils.cpp.
Referenced by registerMarkupUtils().
| static int SetCutList | ( | const MythUtilCommandLineParser & | cmdline | ) | [static] |
Definition at line 119 of file markuputils.cpp.
Referenced by registerMarkupUtils().
| static int ClearCutList | ( | const MythUtilCommandLineParser & | cmdline | ) | [static] |
Definition at line 125 of file markuputils.cpp.
Referenced by registerMarkupUtils().
| static int CopySkipListToCutList | ( | const MythUtilCommandLineParser & | cmdline | ) | [static] |
Definition at line 130 of file markuputils.cpp.
Referenced by registerMarkupUtils().
| static int GetSkipList | ( | const MythUtilCommandLineParser & | cmdline | ) | [static] |
Definition at line 153 of file markuputils.cpp.
Referenced by registerMarkupUtils().
| static int SetSkipList | ( | const MythUtilCommandLineParser & | cmdline | ) | [static] |
Definition at line 158 of file markuputils.cpp.
Referenced by registerMarkupUtils().
| static int ClearSkipList | ( | const MythUtilCommandLineParser & | cmdline | ) | [static] |
Definition at line 164 of file markuputils.cpp.
Referenced by registerMarkupUtils().
| void registerMarkupUtils | ( | UtilMap & | utilMap | ) |
Definition at line 169 of file markuputils.cpp.
Referenced by main().
1.6.3