Go to the source code of this file.
Functions | |
| static bool | checkPath (QString path, QStringList &probs) |
| Check that a directory path exists and is writable. | |
| bool | checkStoragePaths (QStringList &probs) |
| Do the Storage Group filesystem paths exist? Are they writable? Is the Live TV filesystem large enough? | |
| bool | checkImageStoragePaths (QStringList &probs) |
| bool | checkChannelPresets (QStringList &probs) |
| bool | CheckSetup (QStringList &problems) |
| Build up a string of common problems that the user should correct in the MythTV-Setup program. | |
| bool | needsMFDBReminder () |
| static bool checkPath | ( | QString | path, | |
| QStringList & | probs | |||
| ) | [static] |
Check that a directory path exists and is writable.
Definition at line 18 of file checksetup.cpp.
Referenced by checkStoragePaths().
| bool checkStoragePaths | ( | QStringList & | probs | ) |
Do the Storage Group filesystem paths exist? Are they writable? Is the Live TV filesystem large enough?
Definition at line 43 of file checksetup.cpp.
Referenced by CheckSetup().
| bool checkImageStoragePaths | ( | QStringList & | probs | ) |
Definition at line 123 of file checksetup.cpp.
Referenced by CheckSetup().
| bool checkChannelPresets | ( | QStringList & | probs | ) |
Definition at line 178 of file checksetup.cpp.
Referenced by CheckSetup().
| bool CheckSetup | ( | QStringList & | problems | ) |
Build up a string of common problems that the user should correct in the MythTV-Setup program.
Definition at line 230 of file checksetup.cpp.
| bool needsMFDBReminder | ( | ) |
Definition at line 237 of file checksetup.cpp.
Referenced by ExitPrompter::masterPromptExit().
1.6.3