Go to the source code of this file.
Functions | |
| static bool | checkProcess (const QString &lockFile) |
| static bool | checkLockFile (const QString &lockFile) |
| static void | runCreateDVD (void) |
| static void | runCreateArchive (void) |
| static void | runEncodeVideo (void) |
| static void | runImportVideo (void) |
| static void | runShowLog (void) |
| static void | runTestDVD (void) |
| static void | runBurnDVD (void) |
| static void | ArchiveCallback (void *data, QString &selection) |
| static int | runMenu (QString which_menu) |
| static void | initKeys (void) |
| int | mythplugin_init (const char *libversion) |
| int | mythplugin_run (void) |
| int | mythplugin_config (void) |
| static bool checkProcess | ( | const QString & | lockFile | ) | [static] |
Definition at line 44 of file mythplugins/mytharchive/mytharchive/main.cpp.
Referenced by checkLockFile().
| static bool checkLockFile | ( | const QString & | lockFile | ) | [static] |
Definition at line 83 of file mythplugins/mytharchive/mytharchive/main.cpp.
Referenced by runCreateArchive(), runCreateDVD(), and runImportVideo().
| static void runCreateDVD | ( | void | ) | [static] |
Definition at line 109 of file mythplugins/mytharchive/mytharchive/main.cpp.
Referenced by ArchiveCallback(), and initKeys().
| static void runCreateArchive | ( | void | ) | [static] |
Definition at line 138 of file mythplugins/mytharchive/mytharchive/main.cpp.
Referenced by ArchiveCallback(), and initKeys().
| static void runEncodeVideo | ( | void | ) | [static] |
Definition at line 167 of file mythplugins/mytharchive/mytharchive/main.cpp.
Referenced by ArchiveCallback().
| static void runImportVideo | ( | void | ) | [static] |
Definition at line 172 of file mythplugins/mytharchive/mytharchive/main.cpp.
Referenced by ArchiveCallback(), and initKeys().
| static void runShowLog | ( | void | ) | [static] |
Definition at line 202 of file mythplugins/mytharchive/mytharchive/main.cpp.
Referenced by ArchiveCallback(), and initKeys().
| static void runTestDVD | ( | void | ) | [static] |
Definition at line 207 of file mythplugins/mytharchive/mytharchive/main.cpp.
Referenced by ArchiveCallback(), and initKeys().
| static void runBurnDVD | ( | void | ) | [static] |
Definition at line 245 of file mythplugins/mytharchive/mytharchive/main.cpp.
Referenced by ArchiveCallback(), and initKeys().
| static void ArchiveCallback | ( | void * | data, | |
| QString & | selection | |||
| ) | [static] |
Definition at line 251 of file mythplugins/mytharchive/mytharchive/main.cpp.
Referenced by runMenu().
| static int runMenu | ( | QString | which_menu | ) | [static] |
Definition at line 273 of file mythplugins/mytharchive/mytharchive/main.cpp.
Referenced by mythplugin_run().
| static void initKeys | ( | void | ) | [static] |
Definition at line 297 of file mythplugins/mytharchive/mytharchive/main.cpp.
Referenced by mythplugin_init().
| int mythplugin_init | ( | const char * | libversion | ) |
Definition at line 316 of file mythplugins/mytharchive/mytharchive/main.cpp.
| int mythplugin_run | ( | void | ) |
Definition at line 343 of file mythplugins/mytharchive/mytharchive/main.cpp.
| int mythplugin_config | ( | void | ) |
Definition at line 348 of file mythplugins/mytharchive/mytharchive/main.cpp.
1.6.3