| 
    Kodi Documentation 22.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
Class for handling lock status. More...
#include <Profile.h>
Public Member Functions | |
| CLock (LockMode type=LockMode::EVERYONE, const std::string &password="") | |
| void | Validate () | 
Public Attributes | |
| LockMode | mode | 
| std::string | code | 
| bool | addonManager | 
| SettingsLock | settings = SettingsLock::NONE | 
| bool | music | 
| bool | video | 
| bool | files | 
| bool | pictures | 
| bool | programs | 
| bool | games | 
Class for handling lock status.
| CProfile::CLock::CLock | ( | LockMode | type = LockMode::EVERYONE, | 
| const std::string & | password = "" ) | 
| void CProfile::CLock::Validate | ( | ) | 
| bool CProfile::CLock::addonManager | 
| std::string CProfile::CLock::code | 
| bool CProfile::CLock::files | 
| bool CProfile::CLock::games | 
| LockMode CProfile::CLock::mode | 
| bool CProfile::CLock::music | 
| bool CProfile::CLock::pictures | 
| bool CProfile::CLock::programs | 
| SettingsLock CProfile::CLock::settings = SettingsLock::NONE | 
| bool CProfile::CLock::video |