Go to the source code of this file.
Functions | |
| void | startAppearWiz (void) |
| void | startGuide (void) |
| void | startFinder (void) |
| void | startSearchTitle (void) |
| void | startSearchKeyword (void) |
| void | startSearchPeople (void) |
| void | startSearchPower (void) |
| void | startSearchStored (void) |
| void | startSearchChannel (void) |
| void | startSearchCategory (void) |
| void | startSearchMovie (void) |
| void | startSearchNew (void) |
| void | startSearchTime (void) |
| void | startManaged (void) |
| void | startProgramRecPriorities (void) |
| void | startChannelRecPriorities (void) |
| void | startCustomPriority (void) |
| void | startPlayback (void) |
| void | startDelete (void) |
| void | startPrevious (void) |
| void | startCustomEdit (void) |
| void | startManual (void) |
| void | startManualSchedule (void) |
| void | startTVInGuide (void) |
| void | startTVNormal (void) |
| void | showStatus (void) |
| void | TVMenuCallback (void *data, QString &selection) |
| int | handleExit (void) |
| void | haltnow () |
| void | rebootnow () |
| bool | RunMenu (QString themedir) |
| void | WriteDefaults () |
| QString | RandTheme (QString &themename) |
| int | internal_play_media (const QString &mrl, const QString &plot, const QString &title, const QString &director, int lenMins, const QString &year) |
| void | gotoMainMenu (void) |
| void | reloadTheme (void) |
| void | InitJumpPoints (void) |
| void | signal_USR1_handler (int) |
| int | internal_media_init () |
| static void * | run_priv_thread (void *data) |
| void | CleanupMyOldInUsePrograms (void) |
| void | PrintHelp (void) |
| int | log_rotate (int report_error) |
| void | log_rotate_handler (int) |
| void | CheckSchemaVersion (bool upgradeAllowed) |
| int | main (int argc, char **argv) |
Variables | |
| static MythThemedMenu * | menu |
| static MythThemeBase * | themeBase |
| XBox * | xbox = NULL |
| QString | logfile = "" |
| MediaRenderer * | g_pUPnp = NULL |
| void startAppearWiz | ( | void | ) |
Definition at line 76 of file mythtv/programs/mythfrontend/main.cpp.
Referenced by TVMenuCallback().
| void startGuide | ( | void | ) |
Definition at line 87 of file mythtv/programs/mythfrontend/main.cpp.
Referenced by InitJumpPoints(), and TVMenuCallback().
| void startFinder | ( | void | ) |
Definition at line 95 of file mythtv/programs/mythfrontend/main.cpp.
Referenced by InitJumpPoints(), and TVMenuCallback().
| void startSearchTitle | ( | void | ) |
Definition at line 100 of file mythtv/programs/mythfrontend/main.cpp.
Referenced by TVMenuCallback().
| void startSearchKeyword | ( | void | ) |
Definition at line 110 of file mythtv/programs/mythfrontend/main.cpp.
Referenced by TVMenuCallback().
| void startSearchPeople | ( | void | ) |
Definition at line 120 of file mythtv/programs/mythfrontend/main.cpp.
Referenced by TVMenuCallback().
| void startSearchPower | ( | void | ) |
Definition at line 130 of file mythtv/programs/mythfrontend/main.cpp.
Referenced by TVMenuCallback().
| void startSearchStored | ( | void | ) |
Definition at line 140 of file mythtv/programs/mythfrontend/main.cpp.
Referenced by TVMenuCallback().
| void startSearchChannel | ( | void | ) |
Definition at line 150 of file mythtv/programs/mythfrontend/main.cpp.
Referenced by TVMenuCallback().
| void startSearchCategory | ( | void | ) |
Definition at line 160 of file mythtv/programs/mythfrontend/main.cpp.
Referenced by TVMenuCallback().
| void startSearchMovie | ( | void | ) |
Definition at line 170 of file mythtv/programs/mythfrontend/main.cpp.
Referenced by TVMenuCallback().
| void startSearchNew | ( | void | ) |
Definition at line 180 of file mythtv/programs/mythfrontend/main.cpp.
Referenced by TVMenuCallback().
| void startSearchTime | ( | void | ) |
Definition at line 190 of file mythtv/programs/mythfrontend/main.cpp.
Referenced by TVMenuCallback().
| void startManaged | ( | void | ) |
Definition at line 200 of file mythtv/programs/mythfrontend/main.cpp.
Referenced by InitJumpPoints(), and TVMenuCallback().
| void startProgramRecPriorities | ( | void | ) |
Definition at line 209 of file mythtv/programs/mythfrontend/main.cpp.
Referenced by InitJumpPoints(), and TVMenuCallback().
| void startChannelRecPriorities | ( | void | ) |
Definition at line 218 of file mythtv/programs/mythfrontend/main.cpp.
Referenced by InitJumpPoints(), and TVMenuCallback().
| void startCustomPriority | ( | void | ) |
Definition at line 227 of file mythtv/programs/mythfrontend/main.cpp.
Referenced by TVMenuCallback().
| void startPlayback | ( | void | ) |
Definition at line 236 of file mythtv/programs/mythfrontend/main.cpp.
Referenced by InitJumpPoints(), MusicCallback(), runMusicPlayback(), and TVMenuCallback().
| void startDelete | ( | void | ) |
Definition at line 246 of file mythtv/programs/mythfrontend/main.cpp.
Referenced by InitJumpPoints(), and TVMenuCallback().
| void startPrevious | ( | void | ) |
Definition at line 256 of file mythtv/programs/mythfrontend/main.cpp.
Referenced by InitJumpPoints(), and TVMenuCallback().
| void startCustomEdit | ( | void | ) |
Definition at line 265 of file mythtv/programs/mythfrontend/main.cpp.
Referenced by TVMenuCallback().
| void startManual | ( | void | ) |
Definition at line 274 of file mythtv/programs/mythfrontend/main.cpp.
Referenced by InitJumpPoints(), and TVMenuCallback().
| void startManualSchedule | ( | void | ) |
Definition at line 283 of file mythtv/programs/mythfrontend/main.cpp.
Referenced by TVMenuCallback().
| void startTVInGuide | ( | void | ) |
Definition at line 292 of file mythtv/programs/mythfrontend/main.cpp.
Referenced by InitJumpPoints(), and TVMenuCallback().
| void startTVNormal | ( | void | ) |
Definition at line 297 of file mythtv/programs/mythfrontend/main.cpp.
Referenced by InitJumpPoints(), and TVMenuCallback().
| void showStatus | ( | void | ) |
Definition at line 302 of file mythtv/programs/mythfrontend/main.cpp.
Referenced by InitJumpPoints(), TV::ToggleOSD(), and TVMenuCallback().
| void TVMenuCallback | ( | void * | data, | |
| QString & | selection | |||
| ) |
| int handleExit | ( | void | ) |
| void haltnow | ( | ) |
| void rebootnow | ( | ) |
| bool RunMenu | ( | QString | themedir | ) |
| void WriteDefaults | ( | ) |
| QString RandTheme | ( | QString & | themename | ) |
| int internal_play_media | ( | const QString & | mrl, | |
| const QString & | plot, | |||
| const QString & | title, | |||
| const QString & | director, | |||
| int | lenMins, | |||
| const QString & | year | |||
| ) |
Definition at line 674 of file mythtv/programs/mythfrontend/main.cpp.
Referenced by internal_media_init().
| void gotoMainMenu | ( | void | ) |
Definition at line 773 of file mythtv/programs/mythfrontend/main.cpp.
Referenced by InitJumpPoints().
| void reloadTheme | ( | void | ) |
Definition at line 782 of file mythtv/programs/mythfrontend/main.cpp.
Referenced by InitJumpPoints().
| void InitJumpPoints | ( | void | ) |
| void signal_USR1_handler | ( | int | ) |
| int internal_media_init | ( | ) |
| static void* run_priv_thread | ( | void * | data | ) | [static] |
| void CleanupMyOldInUsePrograms | ( | void | ) |
| void PrintHelp | ( | void | ) |
| int log_rotate | ( | int | report_error | ) |
Definition at line 950 of file mythtv/programs/mythfrontend/main.cpp.
| void log_rotate_handler | ( | int | ) |
Definition at line 976 of file mythtv/programs/mythfrontend/main.cpp.
| void CheckSchemaVersion | ( | bool | upgradeAllowed | ) |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 1045 of file mythtv/programs/mythfrontend/main.cpp.
MythThemedMenu* menu [static] |
Definition at line 68 of file mythtv/programs/mythfrontend/main.cpp.
Referenced by DVBCam::HandleUserIO(), cCiMMI::HasUserIO(), mythplugin_config(), SetupMenu(), and EditMetadataDialog::showMenu().
MythThemeBase* themeBase [static] |
Definition at line 71 of file mythtv/programs/mythfrontend/main.cpp.
| QString logfile = "" |
Definition at line 72 of file mythtv/programs/mythfrontend/main.cpp.
| MediaRenderer* g_pUPnp = NULL |
Definition at line 74 of file mythtv/programs/mythfrontend/main.cpp.
1.5.5