|
iFacility
1.0
Проект является реализацией ИС "Предприятие"
|
#include <QString>#include <QUuid>#include <QVector>#include <QDate>#include "profession.h"#include "userprofession.h"Go to the source code of this file.
Classes | |
| class | User |
| Класс сущности пользователя More... | |
Typedefs | |
| typedef QUuid | UID |
| typedef QVector< UserProfession > | ProfessionsList |
Enumerations | |
| enum class | UserType { ADMINISTRATOR = 0 , DISPATCHER = 1 , WORKER = 2 } |
| Набор возможных типов аккаунта пользователя More... | |
| typedef QVector<UserProfession> ProfessionsList |
| typedef QUuid UID |
|
strong |