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 (LockType type=LOCK_MODE_EVERYONE, const std::string &password="") | |
void | Validate () |
Public Attributes | |
LockType | mode |
std::string | code |
bool | addonManager |
LOCK_LEVEL::SETTINGS_LOCK | settings |
bool | music |
bool | video |
bool | files |
bool | pictures |
bool | programs |
bool | games |
Class for handling lock status.
CProfile::CLock::CLock | ( | LockType | type = LOCK_MODE_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 |
LockType CProfile::CLock::mode |
bool CProfile::CLock::music |
bool CProfile::CLock::pictures |
bool CProfile::CLock::programs |
LOCK_LEVEL::SETTINGS_LOCK CProfile::CLock::settings |
bool CProfile::CLock::video |