|
MythTV master
|
Go to the source code of this file.
Functions | |
| bool | checkStoragePaths (QStringList &probs) |
| Do the Storage Group filesystem paths exist? Are they writable? Is the Live TV filesystem large enough? More... | |
| bool | checkImageStoragePaths (QStringList &probs) |
| bool | checkChannelPresets (QStringList &probs) |
| bool | checkInputDisplayNames (QStringList &probs) |
| bool | CheckSetup (QStringList &problems) |
| Build up a string of common problems that the user should correct in the MythTV-Setup program. More... | |
| bool | needsMFDBReminder () |
| bool checkChannelPresets | ( | QStringList & | probs | ) |
Definition at line 180 of file checksetup.cpp.
Referenced by CheckSetup().
| bool checkImageStoragePaths | ( | QStringList & | probs | ) |
Definition at line 125 of file checksetup.cpp.
Referenced by CheckSetup().
| bool checkInputDisplayNames | ( | QStringList & | probs | ) |
Definition at line 250 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 286 of file checksetup.cpp.
Referenced by ExitPrompter::handleExit().
| bool checkStoragePaths | ( | QStringList & | probs | ) |
Do the Storage Group filesystem paths exist? Are they writable? Is the Live TV filesystem large enough?
Definition at line 49 of file checksetup.cpp.
Referenced by CheckSetup().
| bool needsMFDBReminder | ( | ) |
Definition at line 294 of file checksetup.cpp.
Referenced by ExitPrompter::masterPromptExit().