MythTV master
checksetup.h
Go to the documentation of this file.
1bool checkStoragePaths(QStringList &probs);
2bool checkImageStoragePaths(QStringList &probs);
3bool checkChannelPresets(QStringList &probs);
4bool checkInputDisplayNames(QStringList &probs);
5bool CheckSetup(QStringList &problems);
bool checkImageStoragePaths(QStringList &probs)
Definition: checksetup.cpp:127
bool checkInputDisplayNames(QStringList &probs)
Definition: checksetup.cpp:254
bool checkChannelPresets(QStringList &probs)
Definition: checksetup.cpp:184
bool needsMFDBReminder()
Definition: checksetup.cpp:298
bool checkStoragePaths(QStringList &probs)
Do the Storage Group filesystem paths exist? Are they writable? Is the Live TV filesystem large enoug...
Definition: checksetup.cpp:51
bool CheckSetup(QStringList &problems)
Build up a string of common problems that the user should correct in the MythTV-Setup program.
Definition: checksetup.cpp:290