
Public Member Functions | |
| def | __init__ |
| The constructor. More... | |
| def | get_current_user_account |
| Get current user informations. More... | |
| def | update |
| Set user informations and call at callbacks the new connection. More... | |
Private Attributes | |
| _user | |
Definition at line 92 of file accounts.py.
| def airbus_cobot_gui.account.accounts.UserAccountCommunicate.__init__ | ( | self | ) |
The constructor.
Definition at line 94 of file accounts.py.
| def airbus_cobot_gui.account.accounts.UserAccountCommunicate.get_current_user_account | ( | self | ) |
Get current user informations.
Definition at line 108 of file accounts.py.
| def airbus_cobot_gui.account.accounts.UserAccountCommunicate.update | ( | self, | |
| user | |||
| ) |
Set user informations and call at callbacks the new connection.
| userinfo | user connected information. userinfo: User. |
Definition at line 100 of file accounts.py.
|
private |
Definition at line 98 of file accounts.py.