MythTV
master
|
#include <QDir>
#include "libmythbase/mythcorecontext.h"
#include "libmythbase/mythdate.h"
#include "libmythbase/mythdb.h"
#include "libmythtv/cardutil.h"
#include "checksetup.h"
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. More... | |
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 () |
|
static |
Check that a directory path exists and is writable.
Definition at line 23 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 48 of file checksetup.cpp.
Referenced by CheckSetup().
bool checkImageStoragePaths | ( | QStringList & | probs | ) |
Definition at line 124 of file checksetup.cpp.
Referenced by CheckSetup().
bool checkChannelPresets | ( | QStringList & | probs | ) |
Definition at line 179 of file checksetup.cpp.
Referenced by CheckSetup().
bool checkInputDisplayNames | ( | QStringList & | probs | ) |
Definition at line 249 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 285 of file checksetup.cpp.
Referenced by ExitPrompter::handleExit().
bool needsMFDBReminder | ( | ) |
Definition at line 293 of file checksetup.cpp.
Referenced by ExitPrompter::masterPromptExit().