Class for difine different levels of user access.
More...
Class for difine different levels of user access.
Definition at line 30 of file accounts.py.
int airbus_cobot_gui.account.accounts.Privilege.DEVELOPER = 3 |
|
static |
int airbus_cobot_gui.account.accounts.Privilege.EXPERT = 2 |
|
static |
int airbus_cobot_gui.account.accounts.Privilege.MAINTENANCE = 1 |
|
static |
int airbus_cobot_gui.account.accounts.Privilege.NONE = -1 |
|
static |
int airbus_cobot_gui.account.accounts.Privilege.OPERATOR = 0 |
|
static |
dictionary airbus_cobot_gui.account.accounts.Privilege.TOLEVEL |
|
static |
Initial value:
3 'maintenance': MAINTENANCE,
5 'developer' : DEVELOPER}
Definition at line 44 of file accounts.py.
dictionary airbus_cobot_gui.account.accounts.Privilege.TOSTR |
|
static |
Initial value:
3 MAINTENANCE:
'maintenance',
5 DEVELOPER :
'developer'}
Definition at line 38 of file accounts.py.
The documentation for this class was generated from the following file: