|
| CProfile (const std::string &directory="", const std::string &name="", const int id=-1) |
|
void | Load (const TiXmlNode *node, int nextIdProfile) |
|
void | Save (TiXmlNode *root) const |
|
const std::string & | getDate () const |
|
int | getId () const |
|
const std::string & | getName () const |
|
const std::string & | getDirectory () const |
|
const std::string & | getThumb () const |
|
const std::string & | getLockCode () const |
|
LockType | getLockMode () const |
|
bool | hasDatabases () const |
|
bool | canWriteDatabases () const |
|
bool | hasSources () const |
|
bool | canWriteSources () const |
|
bool | hasAddons () const |
|
LOCK_LEVEL::SETTINGS_LOCK | settingsLockLevel () const |
| Returns which settings levels are locked for the current profile. More...
|
|
bool | addonmanagerLocked () const |
|
bool | musicLocked () const |
|
bool | videoLocked () const |
|
bool | picturesLocked () const |
|
bool | filesLocked () const |
|
bool | programsLocked () const |
|
bool | gamesLocked () const |
|
const CLock & | GetLocks () const |
|
void | setName (const std::string &name) |
|
void | setDirectory (const std::string &directory) |
|
void | setDate (const std::string &strDate) |
|
void | setDate () |
|
void | setThumb (const std::string &thumb) |
|
void | setDatabases (bool bHas) |
|
void | setWriteDatabases (bool bCan) |
|
void | setSources (bool bHas) |
|
void | setWriteSources (bool bCan) |
|
void | SetLocks (const CLock &locks) |
|
◆ settingsLockLevel()
LOCK_LEVEL::SETTINGS_LOCK CProfile::settingsLockLevel |
( |
| ) |
const |
|
inline |
Returns which settings levels are locked for the current profile.
- See also
- LOCK_LEVEL::SETTINGS_LOCK
The documentation for this class was generated from the following files:
- xbmc/profiles/Profile.h
- xbmc/profiles/Profile.cpp