Go to the source code of this file.
Functions | |
| void | runMovies (void) |
| int | setupDatabase () |
| void | setupKeys (void) |
| int | mythplugin_init (const char *libversion) |
| Initializes the plugin. | |
| void | runConfig () |
| int | mythplugin_run (void) |
| Runs the plugin. | |
| int | mythplugin_config (void) |
| Plug-in config handler, does nothing. | |
Variables | |
| MythPopupBox * | configPopup |
| const QString | dbVersion = "4" |
| void runMovies | ( | void | ) |
Definition at line 38 of file mythplugins/mythmovies/mythmovies/main.cpp.
Referenced by mythplugin_run().
| int setupDatabase | ( | ) |
Definition at line 81 of file mythplugins/mythmovies/mythmovies/main.cpp.
Referenced by mythplugin_init().
| void setupKeys | ( | void | ) |
Definition at line 13 of file mythplugins/mythmovies/mythmovies/main.cpp.
| int mythplugin_init | ( | const char * | libversion | ) |
Initializes the plugin.
| libversion | The mythtv library version. |
Definition at line 18 of file mythplugins/mythmovies/mythmovies/main.cpp.
| void runConfig | ( | ) |
Definition at line 46 of file mythplugins/mythmovies/mythmovies/main.cpp.
Referenced by mythplugin_config(), and mythplugin_run().
| int mythplugin_run | ( | void | ) |
Runs the plugin.
Definition at line 52 of file mythplugins/mythmovies/mythmovies/main.cpp.
| int mythplugin_config | ( | void | ) |
Plug-in config handler, does nothing.
Definition at line 75 of file mythplugins/mythmovies/mythmovies/main.cpp.
Definition at line 10 of file mythplugins/mythmovies/mythmovies/main.cpp.
| const QString dbVersion = "4" |
Definition at line 11 of file mythplugins/mythmovies/mythmovies/main.cpp.
Referenced by NativeArchive::doImportArchive(), NativeArchive::exportRecording(), NativeArchive::exportVideo(), ImportNativeWizard::loadXML(), and setupDatabase().
1.5.5