Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
CProfile::CLock Class Reference

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
 

Detailed Description

Class for handling lock status.

Constructor & Destructor Documentation

◆ CLock()

CProfile::CLock::CLock ( LockType type = LOCK_MODE_EVERYONE,
const std::string & password = "" )

Member Function Documentation

◆ Validate()

void CProfile::CLock::Validate ( )

Member Data Documentation

◆ addonManager

bool CProfile::CLock::addonManager

◆ code

std::string CProfile::CLock::code

◆ files

bool CProfile::CLock::files

◆ games

bool CProfile::CLock::games

◆ mode

LockType CProfile::CLock::mode

◆ music

bool CProfile::CLock::music

◆ pictures

bool CProfile::CLock::pictures

◆ programs

bool CProfile::CLock::programs

◆ settings

LOCK_LEVEL::SETTINGS_LOCK CProfile::CLock::settings

◆ video

bool CProfile::CLock::video

The documentation for this class was generated from the following files: