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