Go to the source code of this file.
Functions | |
| static bool | checkPath (QString path, QString *probs) |
| Check that a directory path exists and is writable. | |
| bool | checkStoragePaths (QString *probs) |
| Do the Storage Group filesystem paths exist? Are they writable? Is the Live TV filesystem large enough? | |
| bool | checkChannelPresets (QString *probs) |
| bool | CheckSetup (QString *problems) |
| Build up a string of common problems that the user should correct in the MythTV-Setup program. | |
| static bool checkPath | ( | QString | path, | |
| QString * | probs | |||
| ) | [static] |
Check that a directory path exists and is writable.
Definition at line 17 of file checksetup.cpp.
Referenced by checkStoragePaths().
| bool checkStoragePaths | ( | QString * | probs | ) |
Do the Storage Group filesystem paths exist? Are they writable? Is the Live TV filesystem large enough?
Definition at line 47 of file checksetup.cpp.
Referenced by CheckSetup().
| bool checkChannelPresets | ( | QString * | probs | ) |
| bool CheckSetup | ( | QString * | problems | ) |
Build up a string of common problems that the user should correct in the MythTV-Setup program.
Definition at line 168 of file checksetup.cpp.
Referenced by main().
1.5.5