Go to the source code of this file.
Functions | |
| void | browse (void) |
| void | queue (void) |
| void | history (void) |
| void | NetFlixCallback (void *data, QString &selection) |
| void | runMenu () |
| void | setupKeys (void) |
| int | mythplugin_run (void) |
| Runs the plugin. | |
| int | mythplugin_config (void) |
| Plug-in config handler, does nothing. | |
| int | mythplugin_init (const char *libversion) |
| Initializes the plugin. | |
| void browse | ( | void | ) |
Definition at line 45 of file mythplugins/mythflix/mythflix/main.cpp.
Referenced by Video::__construct(), NetFlixCallback(), Video::save(), and setupKeys().
| void queue | ( | void | ) |
Definition at line 52 of file mythplugins/mythflix/mythflix/main.cpp.
Referenced by history(), lz_unpack(), NetFlixCallback(), and setupKeys().
| void history | ( | void | ) |
Definition at line 64 of file mythplugins/mythflix/mythflix/main.cpp.
Referenced by bastardized_rice_decompress(), NetFlixCallback(), and setupKeys().
| void NetFlixCallback | ( | void * | data, | |
| QString & | selection | |||
| ) |
| void runMenu | ( | ) |
Definition at line 95 of file mythplugins/mythflix/mythflix/main.cpp.
| void setupKeys | ( | void | ) |
Definition at line 118 of file mythplugins/mythflix/mythflix/main.cpp.
| int mythplugin_run | ( | void | ) |
Runs the plugin.
Definition at line 131 of file mythplugins/mythflix/mythflix/main.cpp.
| int mythplugin_config | ( | void | ) |
Plug-in config handler, does nothing.
Definition at line 137 of file mythplugins/mythflix/mythflix/main.cpp.
| int mythplugin_init | ( | const char * | libversion | ) |
Initializes the plugin.
| libversion | The mythtv library version. |
Definition at line 145 of file mythplugins/mythflix/mythflix/main.cpp.
1.5.5