Go to the source code of this file.
Functions | |
| void | setGlobalSetting (const QString &key, const QString &value) |
| QString | getGlobalSetting (const QString &key, const QString &defaultval) |
| int | lockShutdown () |
| int | unlockShutdown () |
| bool | isRunning (QString program) |
| QDateTime | getDailyWakeupTime (QString sPeriod) |
| bool | isRecording () |
| int | getStatus (bool bWantRecStatus) |
| int | checkOKShutdown (bool bWantRecStatus) |
| int | setWakeupTime (QString sWakeupTime) |
| int | setScheduledWakeupTime () |
| int | shutdown () |
| int | startup () |
| void | showUsage () |
| int | main (int argc, char **argv) |
| void setGlobalSetting | ( | const QString & | key, | |
| const QString & | value | |||
| ) |
Definition at line 19 of file mythtv/programs/mythshutdown/main.cpp.
Referenced by setWakeupTime(), and shutdown().
| QString getGlobalSetting | ( | const QString & | key, | |
| const QString & | defaultval | |||
| ) |
Definition at line 46 of file mythtv/programs/mythshutdown/main.cpp.
Referenced by getDailyWakeupTime(), getStatus(), shutdown(), and startup().
| int lockShutdown | ( | ) |
| int unlockShutdown | ( | ) |
| bool isRunning | ( | QString | program | ) |
| QDateTime getDailyWakeupTime | ( | QString | sPeriod | ) |
Definition at line 174 of file mythtv/programs/mythshutdown/main.cpp.
Referenced by getStatus(), and shutdown().
| bool isRecording | ( | ) |
Definition at line 183 of file mythtv/programs/mythshutdown/main.cpp.
Referenced by getStatus(), and RemoteGetRecordingStatus().
| int getStatus | ( | bool | bWantRecStatus | ) |
Definition at line 198 of file mythtv/programs/mythshutdown/main.cpp.
Referenced by checkOKShutdown(), and main().
| int checkOKShutdown | ( | bool | bWantRecStatus | ) |
| int setWakeupTime | ( | QString | sWakeupTime | ) |
Definition at line 339 of file mythtv/programs/mythshutdown/main.cpp.
Referenced by main(), and setScheduledWakeupTime().
| int setScheduledWakeupTime | ( | ) |
| int shutdown | ( | ) |
| int startup | ( | ) |
| void showUsage | ( | ) |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 766 of file mythtv/programs/mythshutdown/main.cpp.
1.5.5