MythTV master
|
Signals | |
void | SigDone (bool passwordValid, ParentalLevel::Level toLevel) |
Public Member Functions | |
ParentalLevelChangeCheckerPrivate (QObject *lparent) | |
void | Check (ParentalLevel::Level fromLevel, ParentalLevel::Level toLevel) |
Private Slots | |
void | OnPasswordEntered (const QString &password) |
void | OnPasswordExit () |
Private Member Functions | |
bool | DoCheck () |
Private Attributes | |
bool | m_passwordOK {false} |
ParentalLevel::Level | m_fromLevel {ParentalLevel::plNone} |
ParentalLevel::Level | m_toLevel {ParentalLevel::plNone} |
PasswordManager | m_pm |
QStringList | m_validPasswords |
Definition at line 213 of file parentalcontrols.cpp.
|
inlineexplicit |
Definition at line 218 of file parentalcontrols.cpp.
|
inline |
Definition at line 229 of file parentalcontrols.cpp.
Referenced by ParentalLevelChangeChecker::Check().
|
inlineprivate |
Definition at line 245 of file parentalcontrols.cpp.
Referenced by Check().
|
inlineprivateslot |
Definition at line 325 of file parentalcontrols.cpp.
Referenced by DoCheck().
|
inlineprivateslot |
Definition at line 344 of file parentalcontrols.cpp.
Referenced by DoCheck().
|
signal |
Referenced by Check(), OnPasswordExit(), and ParentalLevelChangeChecker::ParentalLevelChangeChecker().
|
private |
Definition at line 351 of file parentalcontrols.cpp.
Referenced by Check(), DoCheck(), and OnPasswordExit().
Definition at line 350 of file parentalcontrols.cpp.
Referenced by DoCheck(), OnPasswordEntered(), and OnPasswordExit().
|
private |
Definition at line 353 of file parentalcontrols.cpp.
Referenced by DoCheck(), and ParentalLevelChangeCheckerPrivate().
|
private |
Definition at line 352 of file parentalcontrols.cpp.
Referenced by Check(), DoCheck(), OnPasswordEntered(), and OnPasswordExit().
|
private |
Definition at line 354 of file parentalcontrols.cpp.
Referenced by DoCheck(), and OnPasswordEntered().