iFacility  1.0
Проект является реализацией ИС "Предприятие"
Classes | Typedefs | Enumerations
user.h File Reference
#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< UserProfessionProfessionsList
 

Enumerations

enum class  UserType { ADMINISTRATOR = 0 , DISPATCHER = 1 , WORKER = 2 }
 Набор возможных типов аккаунта пользователя More...
 

Typedef Documentation

◆ ProfessionsList

typedef QVector<UserProfession> ProfessionsList

◆ UID

typedef QUuid UID

Enumeration Type Documentation

◆ UserType

enum UserType
strong

Набор возможных типов аккаунта пользователя

Enumerator
ADMINISTRATOR 
DISPATCHER 
WORKER