MythTV  master
Functions
checksetup.h File Reference
This graph shows which files directly or indirectly include this file:

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 ()
 

Function Documentation

◆ 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().

◆ checkImageStoragePaths()

bool checkImageStoragePaths ( QStringList &  probs)

Definition at line 124 of file checksetup.cpp.

Referenced by CheckSetup().

◆ checkChannelPresets()

bool checkChannelPresets ( QStringList &  probs)

Definition at line 179 of file checksetup.cpp.

Referenced by CheckSetup().

◆ checkInputDisplayNames()

bool checkInputDisplayNames ( QStringList &  probs)

Definition at line 249 of file checksetup.cpp.

Referenced by CheckSetup().

◆ 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().

◆ needsMFDBReminder()

bool needsMFDBReminder ( )

Definition at line 293 of file checksetup.cpp.

Referenced by ExitPrompter::masterPromptExit().