diff --git a/iFacility/doxygen-docs/html/administrationpanel_8cpp.html b/iFacility/doxygen-docs/html/administrationpanel_8cpp.html
new file mode 100644
index 0000000..0c2c6fb
--- /dev/null
+++ b/iFacility/doxygen-docs/html/administrationpanel_8cpp.html
@@ -0,0 +1,78 @@
+
+
+
+
+
+
+
+iFacility: administrationpanel.cpp File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
#include "administrationpanel.h"
+
#include "ui_administrationpanel.h"
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/administrationpanel_8h.html b/iFacility/doxygen-docs/html/administrationpanel_8h.html
new file mode 100644
index 0000000..68bdaf2
--- /dev/null
+++ b/iFacility/doxygen-docs/html/administrationpanel_8h.html
@@ -0,0 +1,104 @@
+
+
+
+
+
+
+
+iFacility: administrationpanel.h File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Go to the source code of this file.
+
+ |
+| | Ui |
+| | В данной неймспейсе QTFramework хранит MOC-объект, позволяющий работать с интерфейсом
|
+| |
+
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/administrationpanel_8h_source.html b/iFacility/doxygen-docs/html/administrationpanel_8h_source.html
new file mode 100644
index 0000000..6c18efd
--- /dev/null
+++ b/iFacility/doxygen-docs/html/administrationpanel_8h_source.html
@@ -0,0 +1,162 @@
+
+
+
+
+
+
+
+iFacility: administrationpanel.h Source File
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Go to the documentation of this file. 1 #ifndef ADMINISTRATIONPANEL_H
+
2 #define ADMINISTRATIONPANEL_H
+
+
+
+
6 #include <QInputDialog>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
31 Ui::AdministrationPanel *ui;
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Класс интерфейса панели администрации
Definition: administrationpanel.h:26
+
void editWorker()
Слот для события редактирования пользователя рабочего
Definition: administrationpanel.cpp:121
+
void removeWorker()
Слот для события удаления пользователя рабочего
Definition: administrationpanel.cpp:197
+
void resizeEvent(QResizeEvent *event)
Переопределение реакции на событие изменения размера. Устанавливает ширину заголовков таблиц.
Definition: administrationpanel.cpp:35
+
void setUser(User *user)
Устанавливает пользователя, который в данный момент работает с панелью
Definition: administrationpanel.cpp:29
+
void addProfession()
Слот для события создания профессии
Definition: administrationpanel.cpp:92
+
void removeProfession()
Слот для события удаления профессии
Definition: administrationpanel.cpp:218
+
void removeAdministration()
Слот для события удаления пользователя администрации
Definition: administrationpanel.cpp:171
+
void addAdministration()
Слот для события создания пользователя администрации
Definition: administrationpanel.cpp:54
+
void onTablesInvalidation()
Слот для события запроса пеерисовки таблицы
Definition: administrationpanel.cpp:242
+
AdministrationPanel(QWidget *parent=nullptr)
Стандартный конструктор объекта интерфейса
Definition: administrationpanel.cpp:4
+
void editAdministration()
Слот для события редактирования пользователя администрации
Definition: administrationpanel.cpp:108
+
void editProfession()
Слот для события редактирования профессии
Definition: administrationpanel.cpp:147
+
void invalidateTables()
Сигнал, сообщающий о необходимости перерисовки таблиц
+
~AdministrationPanel()
Стандартный деструктор объекта интерфейса
Definition: administrationpanel.cpp:21
+
void editUser(UID uid)
Общий слот для события редактирования пользователяпо его уникальному идентификатору
Definition: administrationpanel.cpp:130
+
void addWorker()
Слот для события создания пользователя рабочего
Definition: administrationpanel.cpp:78
+
ViewModel для таблицы администрации (администраторы, диспетчеры)
Definition: administrationviewmodel.h:14
+
ViewModel для дерева профессий
Definition: professionsviewmodel.h:12
+
Класс сущности пользователя
Definition: user.h:26
+
ViewModel для таблицы рабочих
Definition: workersviewmodel.h:17
+
+
В данной неймспейсе QTFramework хранит MOC-объект, позволяющий работать с интерфейсом
Definition: administrationpanel.h:20
+
+
+
+
+
QUuid UID
Definition: user.h:12
+
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/administrationviewmodel_8cpp.html b/iFacility/doxygen-docs/html/administrationviewmodel_8cpp.html
new file mode 100644
index 0000000..a2b2096
--- /dev/null
+++ b/iFacility/doxygen-docs/html/administrationviewmodel_8cpp.html
@@ -0,0 +1,81 @@
+
+
+
+
+
+
+
+iFacility: viewmodels/administrationviewmodel.cpp File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/administrationviewmodel_8h.html b/iFacility/doxygen-docs/html/administrationviewmodel_8h.html
new file mode 100644
index 0000000..f1a6d74
--- /dev/null
+++ b/iFacility/doxygen-docs/html/administrationviewmodel_8h.html
@@ -0,0 +1,95 @@
+
+
+
+
+
+
+
+iFacility: viewmodels/administrationviewmodel.h File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
#include <QAbstractTableModel>
+
#include <QVector>
+
#include "../objects/user.h"
+
#include "../db/database.h"
+
+
Go to the source code of this file.
+
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/administrationviewmodel_8h_source.html b/iFacility/doxygen-docs/html/administrationviewmodel_8h_source.html
new file mode 100644
index 0000000..9cc9861
--- /dev/null
+++ b/iFacility/doxygen-docs/html/administrationviewmodel_8h_source.html
@@ -0,0 +1,114 @@
+
+
+
+
+
+
+
+iFacility: viewmodels/administrationviewmodel.h Source File
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Go to the documentation of this file. 1 #ifndef ADMINISTRATIONVIEWMODEL_H
+
2 #define ADMINISTRATIONVIEWMODEL_H
+
+
4 #include <QAbstractTableModel>
+
+
+
7 #include "../objects/user.h"
+
8 #include "../db/database.h"
+
+
+
+
+
+
19 QVector<User> mUserData;
+
+
+
+
+
35 int rowCount(
const QModelIndex &parent = QModelIndex())
const;
+
42 int columnCount(
const QModelIndex &parent = QModelIndex())
const;
+
51 QVariant
headerData(
int section, Qt::Orientation orientation,
int role)
const;
+
59 QVariant
data(
const QModelIndex &index,
int role = Qt::DisplayRole)
const;
+
+
+
+
+
+
ViewModel для таблицы администрации (администраторы, диспетчеры)
Definition: administrationviewmodel.h:14
+
void invalidateData()
Запускает перерисовку таблицы
Definition: administrationviewmodel.cpp:54
+
AdministrationViewModel(QObject *parent)
Стандартный конструктор объекта класса
Definition: administrationviewmodel.cpp:3
+
int rowCount(const QModelIndex &parent=QModelIndex()) const
Возвращает кол-во строк в таблице
Definition: administrationviewmodel.cpp:7
+
QVariant data(const QModelIndex &index, int role=Qt::DisplayRole) const
Возвращает содержимое ячеек таблицы
Definition: administrationviewmodel.cpp:32
+
int columnCount(const QModelIndex &parent=QModelIndex()) const
Возвращает кол-во столбцов в таблице
Definition: administrationviewmodel.cpp:11
+
QVariant headerData(int section, Qt::Orientation orientation, int role) const
Возвращает содержимое заголовка таблицы
Definition: administrationviewmodel.cpp:15
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/annotated.html b/iFacility/doxygen-docs/html/annotated.html
new file mode 100644
index 0000000..468d30a
--- /dev/null
+++ b/iFacility/doxygen-docs/html/annotated.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+
+
+iFacility: Class List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here are the classes, structs, unions and interfaces with brief descriptions:
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/bc_s.png b/iFacility/doxygen-docs/html/bc_s.png
new file mode 100644
index 0000000..18f711c
Binary files /dev/null and b/iFacility/doxygen-docs/html/bc_s.png differ
diff --git a/iFacility/doxygen-docs/html/bdwn.png b/iFacility/doxygen-docs/html/bdwn.png
new file mode 100644
index 0000000..ba55c22
Binary files /dev/null and b/iFacility/doxygen-docs/html/bdwn.png differ
diff --git a/iFacility/doxygen-docs/html/class_administration_panel-members.html b/iFacility/doxygen-docs/html/class_administration_panel-members.html
new file mode 100644
index 0000000..592b4d5
--- /dev/null
+++ b/iFacility/doxygen-docs/html/class_administration_panel-members.html
@@ -0,0 +1,95 @@
+
+
+
+
+
+
+
+iFacility: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for AdministrationPanel, including all inherited members.
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/class_administration_panel.html b/iFacility/doxygen-docs/html/class_administration_panel.html
new file mode 100644
index 0000000..f5f282e
--- /dev/null
+++ b/iFacility/doxygen-docs/html/class_administration_panel.html
@@ -0,0 +1,596 @@
+
+
+
+
+
+
+
+iFacility: AdministrationPanel Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Класс интерфейса панели администрации
+ More...
+
+
#include <administrationpanel.h>
+
+
+
+

+
+
+
+
Класс интерфейса панели администрации
+
+
+
◆ AdministrationPanel()
+
+
+
+
+
+
+
+
+ | AdministrationPanel::AdministrationPanel |
+ ( |
+ QWidget * |
+ parent = nullptr | ) |
+ |
+
+
+ |
+
+explicit |
+
+
+
+
+
Стандартный конструктор объекта интерфейса
+
- Parameters
-
+
+
+
+
+
+
+
+
◆ ~AdministrationPanel()
+
+
+
+
+
+ | AdministrationPanel::~AdministrationPanel |
+ ( |
+ | ) |
+ |
+
+
+
+
+
Стандартный деструктор объекта интерфейса
+
+
+
+
+
+
◆ addAdministration
+
+
+
+
+
+
+
+
+ | void AdministrationPanel::addAdministration |
+ ( |
+ | ) |
+ |
+
+
+ |
+
+slot |
+
+
+
+
+
Слот для события создания пользователя администрации
+
+
+
+
+
◆ addProfession
+
+
+
+
+
+
+
+
+ | void AdministrationPanel::addProfession |
+ ( |
+ | ) |
+ |
+
+
+ |
+
+slot |
+
+
+
+
+
Слот для события создания профессии
+
+
+
+
+
◆ addWorker
+
+
+
+
+
+
+
+
+ | void AdministrationPanel::addWorker |
+ ( |
+ | ) |
+ |
+
+
+ |
+
+slot |
+
+
+
+
+
Слот для события создания пользователя рабочего
+
+
+
+
+
◆ editAdministration
+
+
+
+
+
+
+
+
+ | void AdministrationPanel::editAdministration |
+ ( |
+ | ) |
+ |
+
+
+ |
+
+slot |
+
+
+
+
+
Слот для события редактирования пользователя администрации
+
+
+
+
+
◆ editProfession
+
+
+
+
+
+
+
+
+ | void AdministrationPanel::editProfession |
+ ( |
+ | ) |
+ |
+
+
+ |
+
+slot |
+
+
+
+
+
Слот для события редактирования профессии
+
+
+
+
+
◆ editUser
+
+
+
+
+
+
+
+
+ | void AdministrationPanel::editUser |
+ ( |
+ UID |
+ uid | ) |
+ |
+
+
+ |
+
+slot |
+
+
+
+
+
Общий слот для события редактирования пользователяпо его уникальному идентификатору
+
+
+
+
+
◆ editWorker
+
+
+
+
+
+
+
+
+ | void AdministrationPanel::editWorker |
+ ( |
+ | ) |
+ |
+
+
+ |
+
+slot |
+
+
+
+
+
Слот для события редактирования пользователя рабочего
+
+
+
+
+
◆ invalidateTables
+
+
+
+
+
+
+
+
+ | void AdministrationPanel::invalidateTables |
+ ( |
+ | ) |
+ |
+
+
+ |
+
+signal |
+
+
+
+
+
Сигнал, сообщающий о необходимости перерисовки таблиц
+
+
+
+
+
◆ onTablesInvalidation
+
+
+
+
+
+
+
+
+ | void AdministrationPanel::onTablesInvalidation |
+ ( |
+ | ) |
+ |
+
+
+ |
+
+slot |
+
+
+
+
+
Слот для события запроса пеерисовки таблицы
+
+
+
+
+
◆ removeAdministration
+
+
+
+
+
+
+
+
+ | void AdministrationPanel::removeAdministration |
+ ( |
+ | ) |
+ |
+
+
+ |
+
+slot |
+
+
+
+
+
Слот для события удаления пользователя администрации
+
+
+
+
+
◆ removeProfession
+
+
+
+
+
+
+
+
+ | void AdministrationPanel::removeProfession |
+ ( |
+ | ) |
+ |
+
+
+ |
+
+slot |
+
+
+
+
+
Слот для события удаления профессии
+
+
+
+
+
◆ removeWorker
+
+
+
+
+
+
+
+
+ | void AdministrationPanel::removeWorker |
+ ( |
+ | ) |
+ |
+
+
+ |
+
+slot |
+
+
+
+
+
Слот для события удаления пользователя рабочего
+
+
+
+
+
◆ resizeEvent
+
+
+
+
+
+
+
+
+ | void AdministrationPanel::resizeEvent |
+ ( |
+ QResizeEvent * |
+ event | ) |
+ |
+
+
+ |
+
+slot |
+
+
+
+
+
Переопределение реакции на событие изменения размера. Устанавливает ширину заголовков таблиц.
+
- Parameters
-
+
+
+
+
+
+
+
+
◆ setUser()
+
+
+
+
+
+ | void AdministrationPanel::setUser |
+ ( |
+ User * |
+ user | ) |
+ |
+
+
+
+
+
Устанавливает пользователя, который в данный момент работает с панелью
+
- Parameters
-
+
+ | user | указатель на объект пользователя |
+
+
+
+
+
+
+
The documentation for this class was generated from the following files:
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/class_administration_panel.png b/iFacility/doxygen-docs/html/class_administration_panel.png
new file mode 100644
index 0000000..d070448
Binary files /dev/null and b/iFacility/doxygen-docs/html/class_administration_panel.png differ
diff --git a/iFacility/doxygen-docs/html/class_administration_view_model-members.html b/iFacility/doxygen-docs/html/class_administration_view_model-members.html
new file mode 100644
index 0000000..fcec12b
--- /dev/null
+++ b/iFacility/doxygen-docs/html/class_administration_view_model-members.html
@@ -0,0 +1,85 @@
+
+
+
+
+
+
+
+iFacility: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for AdministrationViewModel, including all inherited members.
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/class_administration_view_model.html b/iFacility/doxygen-docs/html/class_administration_view_model.html
new file mode 100644
index 0000000..9e2d24c
--- /dev/null
+++ b/iFacility/doxygen-docs/html/class_administration_view_model.html
@@ -0,0 +1,302 @@
+
+
+
+
+
+
+
+iFacility: AdministrationViewModel Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
ViewModel для таблицы администрации (администраторы, диспетчеры)
+ More...
+
+
#include <administrationviewmodel.h>
+
+
+
+

+
+
+ |
+| | AdministrationViewModel (QObject *parent) |
+| | Стандартный конструктор объекта класса More...
|
+| |
+| int | rowCount (const QModelIndex &parent=QModelIndex()) const |
+| | Возвращает кол-во строк в таблице More...
|
+| |
+| int | columnCount (const QModelIndex &parent=QModelIndex()) const |
+| | Возвращает кол-во столбцов в таблице More...
|
+| |
+| QVariant | headerData (int section, Qt::Orientation orientation, int role) const |
+| | Возвращает содержимое заголовка таблицы More...
|
+| |
+| QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const |
+| | Возвращает содержимое ячеек таблицы More...
|
+| |
+| void | invalidateData () |
+| | Запускает перерисовку таблицы More...
|
+| |
+
+
+
ViewModel для таблицы администрации (администраторы, диспетчеры)
+
+
+
◆ AdministrationViewModel()
+
+
+
+
+
+ | AdministrationViewModel::AdministrationViewModel |
+ ( |
+ QObject * |
+ parent | ) |
+ |
+
+
+
+
+
Стандартный конструктор объекта класса
+
- Parameters
-
+
+ | parent | родитель, для определения периодов жизни ViewModel |
+
+
+
+
+
+
+
+
+
◆ columnCount()
+
+
+
+
+
+ | int AdministrationViewModel::columnCount |
+ ( |
+ const QModelIndex & |
+ parent = QModelIndex() | ) |
+ const |
+
+
+
+
+
Возвращает кол-во столбцов в таблице
+
- Parameters
-
+
+
+
+
- Returns
- int кол-во столбцов в таблице
+
+
+
+
+
◆ data()
+
+
+
+
+
+ | QVariant AdministrationViewModel::data |
+ ( |
+ const QModelIndex & |
+ index, |
+
+
+ |
+ |
+ int |
+ role = Qt::DisplayRole |
+
+
+ |
+ ) |
+ | const |
+
+
+
+
+
Возвращает содержимое ячеек таблицы
+
- Parameters
-
+
+ | index | индекс текущей ячейки |
+ | role | какая часть таблицы отрисовывается (данные, стили и т.д.) |
+
+
+
+
- Returns
- QVariant содержимое ячейки
+
+
+
+
+
◆ headerData()
+
+
+
+
+
+ | QVariant AdministrationViewModel::headerData |
+ ( |
+ int |
+ section, |
+
+
+ |
+ |
+ Qt::Orientation |
+ orientation, |
+
+
+ |
+ |
+ int |
+ role |
+
+
+ |
+ ) |
+ | const |
+
+
+
+
+
Возвращает содержимое заголовка таблицы
+
- Parameters
-
+
+ | section | [ignored] |
+ | orientation | положение заголовка таблицы |
+ | role | [ignored] |
+
+
+
+
- Returns
- QVariant содержимое заголовка
+
+
+
+
+
◆ invalidateData()
+
+
+
+
+
+ | void AdministrationViewModel::invalidateData |
+ ( |
+ | ) |
+ |
+
+
+
+
+
Запускает перерисовку таблицы
+
+
+
+
+
◆ rowCount()
+
+
+
+
+
+ | int AdministrationViewModel::rowCount |
+ ( |
+ const QModelIndex & |
+ parent = QModelIndex() | ) |
+ const |
+
+
+
+
+
Возвращает кол-во строк в таблице
+
- Parameters
-
+
+
+
+
- Returns
- int кол-во строк в таблице
+
+
+
+
The documentation for this class was generated from the following files:
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/class_administration_view_model.png b/iFacility/doxygen-docs/html/class_administration_view_model.png
new file mode 100644
index 0000000..0ae9191
Binary files /dev/null and b/iFacility/doxygen-docs/html/class_administration_view_model.png differ
diff --git a/iFacility/doxygen-docs/html/class_database-members.html b/iFacility/doxygen-docs/html/class_database-members.html
new file mode 100644
index 0000000..6d1d1c8
--- /dev/null
+++ b/iFacility/doxygen-docs/html/class_database-members.html
@@ -0,0 +1,93 @@
+
+
+
+
+
+
+
+iFacility: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Database, including all inherited members.
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/class_database.html b/iFacility/doxygen-docs/html/class_database.html
new file mode 100644
index 0000000..3a6a90f
--- /dev/null
+++ b/iFacility/doxygen-docs/html/class_database.html
@@ -0,0 +1,505 @@
+
+
+
+
+
+
+
+iFacility: Database Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Класс базы данных
+ More...
+
+
#include <database.h>
+
+
+
Класс базы данных
+
Данный класс позволяет получать доступ к данным системы (пользователям, профессиям)
+
+
+
◆ addProfession()
+
+
+
+
+
+ | bool Database::addProfession |
+ ( |
+ Profession |
+ prof | ) |
+ |
+
+
+
+
+
Добавляет профессию в систему
+
- Parameters
-
+
+
+
+
- Returns
- true успех
+-
+false не успех (профессия существует)
+
+
+
+
+
◆ addUser()
+
+
+
+
+
+ | bool Database::addUser |
+ ( |
+ User |
+ usr | ) |
+ |
+
+
+
+
+
Добавляет пользователя в систему
+
- Parameters
-
+
+ | usr | новый пользователь |
+
+
+
+
- Returns
- true успех
+-
+false не успех (пользователь уже есть в системе)
+
+
+
+
+
◆ getProfession()
+
+
+
+
+
Возвращает профессию по уникальному идентификатору
+
- Parameters
-
+
+ | pid | |
+ | pid | уникальный идентификатор профессии |
+
+
+
+
- Returns
- Profession* указатель на объект профессий
+
+
+
+
+
◆ getUser() [1/2]
+
+
+
+
+
+ | User * Database::getUser |
+ ( |
+ QString |
+ login | ) |
+ |
+
+
+
+
+
Возвращает пользователя по его логину
+
- Parameters
-
+
+ | login | |
+ | login | логин пользователя |
+
+
+
+
- Returns
- User* указатель на объект пользователя
+
+
+
+
+
◆ getUser() [2/2]
+
+
+
+
+
+ | User * Database::getUser |
+ ( |
+ UID |
+ uid | ) |
+ |
+
+
+
+
+
Возвращает пользователя по уникальному идентификатору
+
- Parameters
-
+
+ | uid | |
+ | uid | уникальный идентификатор пользователя |
+
+
+
+
- Returns
- User* указатель на объект пользователя
+
+
+
+
+
◆ getUsersByProfession()
+
+
+
+
+
+ | QVector< User * > Database::getUsersByProfession |
+ ( |
+ PID |
+ pid | ) |
+ |
+
+
+
+
+
Возвращает список пользователей по принадлежности к профессии
+
- Parameters
-
+
+ | pid | уникальный идентификатор профессии |
+
+
+
+
- Returns
- QVector<User*> список указателей на объекты пользователей
+
+
+
+
+
◆ getUsersByType()
+
+
+
+
+
+ | QVector< User * > Database::getUsersByType |
+ ( |
+ UserType |
+ type | ) |
+ |
+
+
+
+
+
Возвращает список пользователей по типу аккаунта
+
- Parameters
-
+
+ | type | |
+ | type | тип аккаунта пользователя |
+
+
+
+
- Returns
- QVector<User*> список указателей на объекты пользователей
+
+
+
+
+
◆ instance()
+
+
+
+
+
+
+
+
+ | Database * Database::instance |
+ ( |
+ | ) |
+ |
+
+
+ |
+
+static |
+
+
+
+
+
Возвращает статический объекта класса
+
- Returns
- Database* указатель на статический объект класса
+
+
+
+
+
◆ load()
+
+
+
+
+
+ | void Database::load |
+ ( |
+ | ) |
+ |
+
+
+
+
+
Записывает данные системы на диск
+
+
+
+
+
◆ professions()
+
+
+
+
+
+ | QVector< Profession > Database::professions |
+ ( |
+ | ) |
+ const |
+
+
+
+
+
Возвращает список профессий системы
+
- Returns
- QVector<Profession> список профессий системы
+
+
+
+
+
◆ removeProfession()
+
+
+
+
+
+ | bool Database::removeProfession |
+ ( |
+ PID |
+ pid | ) |
+ |
+
+
+
+
+
Удаляет профессию из системы по уникальному идентификатору
+
- Parameters
-
+
+ | pid | |
+ | pid | уникальынй идентификатор профессии |
+
+
+
+
- Returns
- true успех
+-
+false не успех (профессии не существует или есть зависимые пользователи)
+
+
+
+
+
◆ removeUser()
+
+
+
+
+
+ | bool Database::removeUser |
+ ( |
+ UID |
+ uid | ) |
+ |
+
+
+
+
+
Удалаяет пользователя из системы по уникальному идентификатору
+
- Parameters
-
+
+ | uid | |
+ | uid | уникальный идентификатор пользователя |
+
+
+
+
- Returns
- true успех
+-
+false не успех (пользователя не существует)
+
+
+
+
+
◆ save()
+
+
+
+
+
+ | void Database::save |
+ ( |
+ | ) |
+ |
+
+
+
+
+
Считывает данный с диска в систему
+
+
+
+
+
◆ users()
+
+
+
+
+
+ | QVector< User > Database::users |
+ ( |
+ | ) |
+ const |
+
+
+
+
+
Возвращает список пользователй системы
+
- Returns
- QVector<User> список пользователей системы
+
+
+
+
The documentation for this class was generated from the following files:
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/class_login_window-members.html b/iFacility/doxygen-docs/html/class_login_window-members.html
new file mode 100644
index 0000000..f267e7a
--- /dev/null
+++ b/iFacility/doxygen-docs/html/class_login_window-members.html
@@ -0,0 +1,82 @@
+
+
+
+
+
+
+
+iFacility: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for LoginWindow, including all inherited members.
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/class_login_window.html b/iFacility/doxygen-docs/html/class_login_window.html
new file mode 100644
index 0000000..f41e325
--- /dev/null
+++ b/iFacility/doxygen-docs/html/class_login_window.html
@@ -0,0 +1,187 @@
+
+
+
+
+
+
+
+iFacility: LoginWindow Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Класс интерфейса панели авторизации
+ More...
+
+
#include <loginwindow.h>
+
+
+
+

+
+
+
+
Класс интерфейса панели авторизации
+
+
+
◆ LoginWindow()
+
+
+
+
+
+ | LoginWindow::LoginWindow |
+ ( |
+ QWidget * |
+ parent = nullptr | ) |
+ |
+
+
+
+
+
Стандартный конструктор объекта интерфейса
+
- Parameters
-
+
+
+
+
+
+
+
+
◆ ~LoginWindow()
+
+
+
+
+
+ | LoginWindow::~LoginWindow |
+ ( |
+ | ) |
+ |
+
+
+
+
+
Стандартный деструктор объекта интерфейса
+
+
+
+
+
+
◆ validateForm
+
+
+
+
+
+
+
+
+ | void LoginWindow::validateForm |
+ ( |
+ | ) |
+ |
+
+
+ |
+
+slot |
+
+
+
+
+
Слот события валидации формы авторизации
+
+
+
+
The documentation for this class was generated from the following files:
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/class_login_window.png b/iFacility/doxygen-docs/html/class_login_window.png
new file mode 100644
index 0000000..603358e
Binary files /dev/null and b/iFacility/doxygen-docs/html/class_login_window.png differ
diff --git a/iFacility/doxygen-docs/html/class_profession-members.html b/iFacility/doxygen-docs/html/class_profession-members.html
new file mode 100644
index 0000000..e46f4f8
--- /dev/null
+++ b/iFacility/doxygen-docs/html/class_profession-members.html
@@ -0,0 +1,87 @@
+
+
+
+
+
+
+
+iFacility: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for Profession, including all inherited members.
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/class_profession.html b/iFacility/doxygen-docs/html/class_profession.html
new file mode 100644
index 0000000..4505eb5
--- /dev/null
+++ b/iFacility/doxygen-docs/html/class_profession.html
@@ -0,0 +1,397 @@
+
+
+
+
+
+
+
+iFacility: Profession Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Класс сущности профессии
+ More...
+
+
#include <profession.h>
+
+ |
+| | Profession ()=default |
+| | Стандартный конструктор объекта класса More...
|
+| |
+| QString | title () const |
+| | Метод получения названия профессии More...
|
+| |
+| void | setTitle (const QString &newTitle) |
+| | Установка нового названия профессии More...
|
+| |
+| PID | pID () const |
+| | Возвращает UUID профессии More...
|
+| |
+
+
+
Класс сущности профессии
+
+
+
◆ Profession()
+
+
+
+
+
+
+
+
+ | Profession::Profession |
+ ( |
+ | ) |
+ |
+
+
+ |
+
+default |
+
+
+
+
+
Стандартный конструктор объекта класса
+
+
+
+
+
+
◆ createProfession()
+
+
+
+
+
+
+
+
+ | Profession Profession::createProfession |
+ ( |
+ const QString & |
+ title | ) |
+ |
+
+
+ |
+
+static |
+
+
+
+
+
Функция создания объекта профессии
+
- Parameters
-
+
+ | title | название профессии |
+
+
+
+
- Returns
- Profession объект профессии
+
+
+
+
+
◆ pID()
+
+
+
+
+
+ | PID Profession::pID |
+ ( |
+ | ) |
+ const |
+
+
+
+
+
Возвращает UUID профессии
+
- Returns
- PID UUID профессии
+
+
+
+
+
◆ setTitle()
+
+
+
+
+
+ | void Profession::setTitle |
+ ( |
+ const QString & |
+ newTitle | ) |
+ |
+
+
+
+
+
Установка нового названия профессии
+
- Parameters
-
+
+ | newTitle | новое название профессии |
+
+
+
+
+
+
+
+
◆ title()
+
+
+
+
+
+ | QString Profession::title |
+ ( |
+ | ) |
+ const |
+
+
+
+
+
Метод получения названия профессии
+
- Returns
- QString название профессии
+
+
+
+
+
+
◆ operator<<
+
+
+
+
+
+
+
+
+ | QDataStream& operator<< |
+ ( |
+ QDataStream & |
+ stream, |
+
+
+ |
+ |
+ const Profession & |
+ prof |
+
+
+ |
+ ) |
+ | |
+
+
+ |
+
+friend |
+
+
+
+
+
Определение оператора ввода в поток
+
- Parameters
-
+
+ | stream | поток |
+ | prof | объект класса |
+
+
+
+
- Returns
- QDataStream& ссылка на поток
+
+
+
+
+
◆ operator==
+
+
+
+
+
Определения оператора сравнения для класса
+
- Parameters
-
+
+ | l | левый операнд |
+ | r | правый операнд |
+
+
+
+
- Returns
- true объекты идентичны
+-
+false объекты отличаются
+
+
+
+
+
◆ operator>>
+
+
+
+
+
+
+
+
+ | QDataStream& operator>> |
+ ( |
+ QDataStream & |
+ stream, |
+
+
+ |
+ |
+ Profession & |
+ prof |
+
+
+ |
+ ) |
+ | |
+
+
+ |
+
+friend |
+
+
+
+
+
Определение оператора ввода из потока
+
- Parameters
-
+
+ | stream | поток |
+ | prof | объект класса |
+
+
+
+
- Returns
- QDataStream& ссылка на поток
+
+
+
+
The documentation for this class was generated from the following files:
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/class_professions_view_model-members.html b/iFacility/doxygen-docs/html/class_professions_view_model-members.html
new file mode 100644
index 0000000..c62e3fb
--- /dev/null
+++ b/iFacility/doxygen-docs/html/class_professions_view_model-members.html
@@ -0,0 +1,81 @@
+
+
+
+
+
+
+
+iFacility: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for ProfessionsViewModel, including all inherited members.
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/class_professions_view_model.html b/iFacility/doxygen-docs/html/class_professions_view_model.html
new file mode 100644
index 0000000..acff56c
--- /dev/null
+++ b/iFacility/doxygen-docs/html/class_professions_view_model.html
@@ -0,0 +1,153 @@
+
+
+
+
+
+
+
+iFacility: ProfessionsViewModel Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
ViewModel для дерева профессий
+ More...
+
+
#include <professionsviewmodel.h>
+
+
+
+

+
+
+
+
ViewModel для дерева профессий
+
+
+
◆ ProfessionsViewModel()
+
+
+
+
+
+ | ProfessionsViewModel::ProfessionsViewModel |
+ ( |
+ QObject * |
+ parent | ) |
+ |
+
+
+
+
+
Стандартный конструктор объекта класса
+
- Parameters
-
+
+ | parent | родитель, для определения периодов жизни ViewModel |
+
+
+
+
+
+
+
+
+
◆ invalidateData()
+
+
+
+
+
+ | void ProfessionsViewModel::invalidateData |
+ ( |
+ | ) |
+ |
+
+
+
+
+
Запускает перерисовку таблицы
+
+
+
+
The documentation for this class was generated from the following files:
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/class_professions_view_model.png b/iFacility/doxygen-docs/html/class_professions_view_model.png
new file mode 100644
index 0000000..1337d43
Binary files /dev/null and b/iFacility/doxygen-docs/html/class_professions_view_model.png differ
diff --git a/iFacility/doxygen-docs/html/class_registration_dialog-members.html b/iFacility/doxygen-docs/html/class_registration_dialog-members.html
new file mode 100644
index 0000000..d5bc19b
--- /dev/null
+++ b/iFacility/doxygen-docs/html/class_registration_dialog-members.html
@@ -0,0 +1,88 @@
+
+
+
+
+
+
+
+iFacility: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for RegistrationDialog, including all inherited members.
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/class_registration_dialog.html b/iFacility/doxygen-docs/html/class_registration_dialog.html
new file mode 100644
index 0000000..816bfb4
--- /dev/null
+++ b/iFacility/doxygen-docs/html/class_registration_dialog.html
@@ -0,0 +1,373 @@
+
+
+
+
+
+
+
+iFacility: RegistrationDialog Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Класс интерфейса диалога регистрации
+ More...
+
+
#include <registrationdialog.h>
+
+
+
+

+
+
+
+
Класс интерфейса диалога регистрации
+
+
+
◆ RegistrationDialog()
+
+
+
+
+
+
+
+
+ | RegistrationDialog::RegistrationDialog |
+ ( |
+ QWidget * |
+ parent = nullptr | ) |
+ |
+
+
+ |
+
+explicit |
+
+
+
+
+
Стандартный конструктор объекта интерфейса
+
- Parameters
-
+
+
+
+
+
+
+
+
◆ ~RegistrationDialog()
+
+
+
+
+
+ | RegistrationDialog::~RegistrationDialog |
+ ( |
+ | ) |
+ |
+
+
+
+
+
Стандартный деструктор объекта интерфейса
+
+
+
+
+
+
◆ accept
+
+
+
+
+
+
+
+
+ | void RegistrationDialog::accept |
+ ( |
+ | ) |
+ |
+
+
+ |
+
+slot |
+
+
+
+
+
Слот события подтверждающего закрытия диалога
+
+
+
+
+
◆ addNewProfession
+
+
+
+
+
+
+
+
+ | void RegistrationDialog::addNewProfession |
+ ( |
+ | ) |
+ |
+
+
+ |
+
+slot |
+
+
+
+
+
Слот события добавления новой профессии
+
+
+
+
+
◆ lockUserType()
+
+
+
+
+
+ | void RegistrationDialog::lockUserType |
+ ( |
+ UserType |
+ type | ) |
+ |
+
+
+
+
+
Блокирует поле выбора типа аккаунта в определённом положении
+
- Parameters
-
+
+ | type | |
+ | type | тип пользователя, который нужно установить и заблокировать |
+
+
+
+
+
+
+
+
◆ removeOldProfession
+
+
+
+
+
+
+
+
+ | void RegistrationDialog::removeOldProfession |
+ ( |
+ | ) |
+ |
+
+
+ |
+
+slot |
+
+
+
+
+
Слот события удаления профессии
+
+
+
+
+
◆ setCurrentProfession
+
+
+
+
+
+
+
+
+ | void RegistrationDialog::setCurrentProfession |
+ ( |
+ | ) |
+ |
+
+
+ |
+
+slot |
+
+
+
+
+
Слот события установки текущей професии пользователя
+
+
+
+
+
◆ setEditMode()
+
+
+
+
+
+ | void RegistrationDialog::setEditMode |
+ ( |
+ bool |
+ editMode | ) |
+ |
+
+
+
+
+
Устанавливает флаг редактирования пользователя
+
- Parameters
-
+
+
+
+
+
+
+
+
◆ setUser()
+
+
+
+
+
+ | void RegistrationDialog::setUser |
+ ( |
+ User * |
+ usr | ) |
+ |
+
+
+
+
+
Устанавливает пользователя, коотрый будет редактироваться (или создаваться)
+
- Parameters
-
+
+ | usr | указатель на объект пользователя |
+
+
+
+
+
+
+
The documentation for this class was generated from the following files:
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/class_registration_dialog.png b/iFacility/doxygen-docs/html/class_registration_dialog.png
new file mode 100644
index 0000000..03f6960
Binary files /dev/null and b/iFacility/doxygen-docs/html/class_registration_dialog.png differ
diff --git a/iFacility/doxygen-docs/html/class_user-members.html b/iFacility/doxygen-docs/html/class_user-members.html
new file mode 100644
index 0000000..a44f638
--- /dev/null
+++ b/iFacility/doxygen-docs/html/class_user-members.html
@@ -0,0 +1,100 @@
+
+
+
+
+
+
+
+iFacility: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for User, including all inherited members.
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/class_user.html b/iFacility/doxygen-docs/html/class_user.html
new file mode 100644
index 0000000..34d1f8a
--- /dev/null
+++ b/iFacility/doxygen-docs/html/class_user.html
@@ -0,0 +1,791 @@
+
+
+
+
+
+
+
+iFacility: User Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Класс сущности пользователя
+ More...
+
+
#include <user.h>
+
+
+
Класс сущности пользователя
+
+
+
◆ User()
+
+
+
+
+
+
+
+
+ | User::User |
+ ( |
+ | ) |
+ |
+
+
+ |
+
+default |
+
+
+
+
+
Стандартный конструктор объекта класса
+
+
+
+
+
+
◆ addProfession()
+
+
+
+
+
+ | bool User::addProfession |
+ ( |
+ PID |
+ pid, |
+
+
+ |
+ |
+ ProfRank |
+ rank |
+
+
+ |
+ ) |
+ | |
+
+
+
+
+
Добавляет профессию в список пользователя, вытесняя самую старую
+
- Parameters
-
+
+ | pid | уникальный идентификатор профессии |
+ | rank | разряд рабочего в данной профессии |
+
+
+
+
- Returns
- true успех
+-
+false не успех (данная профессия уже есть или будет вытеснена текущая профессия)
+
+
+
+
+
◆ checkPassword()
+
+
+
+
+
+ | bool User::checkPassword |
+ ( |
+ const QString & |
+ password | ) |
+ |
+
+
+
+
+
Проверяет, совпадает ли
+
- Parameters
-
+
+ | password | с текущим паролем пользователя |
+ | password | проверяемый пароль |
+
+
+
+
- Returns
- true пароли совпадают
+-
+false пароли не совпадают
+
+
+
+
+
◆ createUser()
+
+
+
+
+
+
+
+
+ | User * User::createUser |
+ ( |
+ QString |
+ login, |
+
+
+ |
+ |
+ QString |
+ password, |
+
+
+ |
+ |
+ UserType |
+ userType, |
+
+
+ |
+ |
+ QString |
+ firstName, |
+
+
+ |
+ |
+ QString |
+ secondName, |
+
+
+ |
+ |
+ QString |
+ patronymic |
+
+
+ |
+ ) |
+ | |
+
+
+ |
+
+static |
+
+
+
+
+
Функция создания объекта пользователя
+
- Parameters
-
+
+ | login | логин пользователя |
+ | password | пароль пользователя |
+ | userType | тип аккаунта пользователя |
+ | firstName | имя пользователя |
+ | secondName | фамилия пользователя |
+ | patronymic | отчество пользователя |
+
+
+
+
- Returns
- User* указатель на объект нового пользователя
+
+
+
+
+
◆ firstName()
+
+
+
+
+
+ | QString User::firstName |
+ ( |
+ | ) |
+ const |
+
+
+
+
+
Возвращает имя пользователя
+
- Returns
- QString имя пользоваетля
+
+
+
+
+
◆ getCurrentProfession()
+
+
+
+
+
+ | PID User::getCurrentProfession |
+ ( |
+ | ) |
+ const |
+
+
+
+
+
Возвращает уникальный идентификатор текущей профессии пользователя
+
- Returns
- PID уникальный идентификатор профессии
+
+
+
+
+
◆ getFullName()
+
+
+
+
+
+ | QString User::getFullName |
+ ( |
+ | ) |
+ const |
+
+
+
+
+
Возвращает полное имя пользователя (Фамилия Имя Отчество)
+
- Returns
- QString полное имя пользователя
+
+
+
+
+
◆ getFullNameShortForm()
+
+
+
+
+
+ | QString User::getFullNameShortForm |
+ ( |
+ | ) |
+ const |
+
+
+
+
+
Возвращает краткую форму полного имени пользователя (Фамилия И.О.)
+
- Returns
- QString краткая форма полного имени пользователя
+
+
+
+
+
◆ getLogin()
+
+
+
+
+
+ | QString User::getLogin |
+ ( |
+ | ) |
+ const |
+
+
+
+
+
Возвращает логин пользователя
+
- Returns
- QString логин пользователя
+
+
+
+
+
◆ getProfessions()
+
+
+
+
+
Возвращает список профессий пользователя
+
- Returns
- ProfessionsList список профессий пользователя
+
+
+
+
+
◆ getUserType()
+
+
+
+
+
+ | UserType User::getUserType |
+ ( |
+ | ) |
+ const |
+
+
+
+
+
Возвращает тип аккаунта пользователя
+
- Returns
- UserType тип аккаунта пользователя
+
+
+
+
+
◆ hasProfession()
+
+
+
+
+
+ | bool User::hasProfession |
+ ( |
+ PID |
+ pid | ) |
+ |
+
+
+
+
+
Проверка, имеется и у пользователя профессия с данным
+
- Parameters
-
+
+ | pid | |
+ | pid | уникальный идентификатор интересующей профессии |
+
+
+
+
- Returns
- true пользователь имеет данную профессию
+-
+false данная профессия у пользователя отсутствует
+
+
+
+
+
◆ patronymic()
+
+
+
+
+
+ | QString User::patronymic |
+ ( |
+ | ) |
+ const |
+
+
+
+
+
Возвращает отчество пользователя
+
- Returns
- QString отчество пользователя
+
+
+
+
+
◆ removeProfession()
+
+
+
+
+
+ | void User::removeProfession |
+ ( |
+ PID |
+ pid | ) |
+ |
+
+
+
+
+
Убирает профессию с
+
- Parameters
-
+
+ | pid | из списка профессий пользователя |
+ | pid | |
+
+
+
+
+
+
+
+
◆ secondName()
+
+
+
+
+
+ | QString User::secondName |
+ ( |
+ | ) |
+ const |
+
+
+
+
+
Возвращает фамилию пользователя
+
- Returns
- QString фамилия пользователя
+
+
+
+
+
◆ setCurrentProfession()
+
+
+
+
+
+ | bool User::setCurrentProfession |
+ ( |
+ PID |
+ pid | ) |
+ |
+
+
+
+
+
Устанавливает текущую профессию пользователя по
+
- Parameters
-
+
+ | pid | |
+ | pid | уникальный идентификатор профессии |
+
+
+
+
- Returns
- true успех
+-
+false не успех (не владеет данной профессией)
+
+
+
+
+
◆ uID()
+
+
+
+
+
+ | UID User::uID |
+ ( |
+ | ) |
+ const |
+
+
+
+
+
Возвращает уникальный идентификатор пользователя
+
- Returns
- UID уникальный идентификатор пользователя
+
+
+
+
+
+
◆ operator<<
+
+
+
+
+
+
+
+
+ | QDataStream& operator<< |
+ ( |
+ QDataStream & |
+ stream, |
+
+
+ |
+ |
+ const User & |
+ usr |
+
+
+ |
+ ) |
+ | |
+
+
+ |
+
+friend |
+
+
+
+
+
Определение оператора ввода в поток
+
- Parameters
-
+
+ | stream | поток |
+ | usr | объект класса |
+
+
+
+
- Returns
- QDataStream& ссылка на поток
+
+
+
+
+
◆ operator==
+
+
+
+
+
+
+
+
+ | bool operator== |
+ ( |
+ const User & |
+ l, |
+
+
+ |
+ |
+ const User & |
+ r |
+
+
+ |
+ ) |
+ | |
+
+
+ |
+
+friend |
+
+
+
+
+
Определения оператора сравнения для класса
+
- Parameters
-
+
+ | l | левый операнд |
+ | r | правый операнд |
+
+
+
+
- Returns
- true объекты идентичны
+-
+false объекты отличаются
+
+
+
+
+
◆ operator>>
+
+
+
+
+
+
+
+
+ | QDataStream& operator>> |
+ ( |
+ QDataStream & |
+ stream, |
+
+
+ |
+ |
+ User & |
+ usr |
+
+
+ |
+ ) |
+ | |
+
+
+ |
+
+friend |
+
+
+
+
+
Определение оператора ввода из потока
+
- Parameters
-
+
+ | stream | поток |
+ | usr | объект класса |
+
+
+
+
- Returns
- QDataStream& ссылка на поток
+
+
+
+
+
◆ RegistrationDialog
+
+
+
The documentation for this class was generated from the following files:
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/class_user_profession-members.html b/iFacility/doxygen-docs/html/class_user_profession-members.html
new file mode 100644
index 0000000..739353e
--- /dev/null
+++ b/iFacility/doxygen-docs/html/class_user_profession-members.html
@@ -0,0 +1,88 @@
+
+
+
+
+
+
+
+iFacility: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for UserProfession, including all inherited members.
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/class_user_profession.html b/iFacility/doxygen-docs/html/class_user_profession.html
new file mode 100644
index 0000000..9d01920
--- /dev/null
+++ b/iFacility/doxygen-docs/html/class_user_profession.html
@@ -0,0 +1,429 @@
+
+
+
+
+
+
+
+iFacility: UserProfession Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Класс-обёртка сущности профессии
+ More...
+
+
#include <userprofession.h>
+
+
+
Класс-обёртка сущности профессии
+
Используется для хранения соответствия между пользователем, его профессией и разрядом
+
+
+
◆ UserProfession() [1/2]
+
+
+
+
+
+
+
+
+ | UserProfession::UserProfession |
+ ( |
+ | ) |
+ |
+
+
+ |
+
+default |
+
+
+
+
+
Стандартный конструктор объекта класса
+
+
+
+
+
◆ UserProfession() [2/2]
+
+
+
+
+
+ | UserProfession::UserProfession |
+ ( |
+ PID |
+ pid, |
+
+
+ |
+ |
+ ProfRank |
+ rank |
+
+
+ |
+ ) |
+ | |
+
+
+
+
+
Конструктор объекта пользователя из
+
- Parameters
-
+
+ | pid | профессии и разряда |
+ | pid | уникальный идентификатор профессии |
+ | rank | разряд профессии пользоваетля |
+
+
+
+
+
+
+
+
+
◆ getAcquiredDate()
+
+
+
+
+
+ | QDate UserProfession::getAcquiredDate |
+ ( |
+ | ) |
+ const |
+
+
+
+
+
Возвращает дату получения профессии
+
- Returns
- QDate дата получения професии
+
+
+
+
+
◆ getProfession()
+
+
+
+
+
+ | PID UserProfession::getProfession |
+ ( |
+ | ) |
+ const |
+
+
+
+
+
Возвращает идентификатор соотносимой професии
+
- Returns
- PID уникальный идентификатор професии
+
+
+
+
+
◆ getRank()
+
+
+
+
+
+ | ProfRank UserProfession::getRank |
+ ( |
+ | ) |
+ const |
+
+
+
+
+
Возвращает разряд пользователя
+
- Returns
- ProfRank разряд пользователя
+
+
+
+
+
◆ setRank()
+
+
+
+
+
+ | bool UserProfession::setRank |
+ ( |
+ quint8 |
+ newRank | ) |
+ |
+
+
+
+
+
Устанавливает разряд данной профессии пользователя
+
- Parameters
-
+
+ | newRank | новый разряд пользователя |
+
+
+
+
- Returns
- true успех
+-
+false не успех (значение
+
- Parameters
-
+
+
+
+
+
+
+
+
+
◆ operator<<
+
+
+
+
+
+
+
+
+ | QDataStream& operator<< |
+ ( |
+ QDataStream & |
+ stream, |
+
+
+ |
+ |
+ const UserProfession & |
+ up |
+
+
+ |
+ ) |
+ | |
+
+
+ |
+
+friend |
+
+
+
+
+
Определение оператора ввода в поток
+
- Parameters
-
+
+ | stream | поток |
+ | up | объект класса |
+
+
+
+
- Returns
- QDataStream& ссылка на поток
+
+
+
+
+
◆ operator==
+
+
+
+
+
Определения оператора сравнения для класса
+
- Parameters
-
+
+ | l | левый операнд |
+ | r | правый операнд |
+
+
+
+
- Returns
- true объекты идентичны
+-
+false объекты отличаются
+
+
+
+
+
◆ operator>>
+
+
+
+
+
+
+
+
+ | QDataStream& operator>> |
+ ( |
+ QDataStream & |
+ stream, |
+
+
+ |
+ |
+ UserProfession & |
+ up |
+
+
+ |
+ ) |
+ | |
+
+
+ |
+
+friend |
+
+
+
+
+
Определение оператора ввода из потока
+
- Parameters
-
+
+ | stream | поток |
+ | up | объект класса |
+
+
+
+
- Returns
- QDataStream& ссылка на поток
+
+
+
+
The documentation for this class was generated from the following files:
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/class_user_profession_view_model-members.html b/iFacility/doxygen-docs/html/class_user_profession_view_model-members.html
new file mode 100644
index 0000000..507392c
--- /dev/null
+++ b/iFacility/doxygen-docs/html/class_user_profession_view_model-members.html
@@ -0,0 +1,86 @@
+
+
+
+
+
+
+
+iFacility: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for UserProfessionViewModel, including all inherited members.
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/class_user_profession_view_model.html b/iFacility/doxygen-docs/html/class_user_profession_view_model.html
new file mode 100644
index 0000000..131a970
--- /dev/null
+++ b/iFacility/doxygen-docs/html/class_user_profession_view_model.html
@@ -0,0 +1,331 @@
+
+
+
+
+
+
+
+iFacility: UserProfessionViewModel Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
ViewModel для таблицы профессий пользователя
+ More...
+
+
#include <userprofessionviewmodel.h>
+
+
+
+

+
+
+ |
+| | UserProfessionViewModel (QObject *parent) |
+| | Стандартный конструктор объекта класса More...
|
+| |
+| int | rowCount (const QModelIndex &parent=QModelIndex()) const |
+| | Возвращает кол-во строк в таблице More...
|
+| |
+| int | columnCount (const QModelIndex &parent=QModelIndex()) const |
+| | Возвращает кол-во столбцов в таблице More...
|
+| |
+| QVariant | headerData (int section, Qt::Orientation orientation, int role) const |
+| | Возвращает содержимое заголовка таблицы More...
|
+| |
+| QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const |
+| | Возвращает содержимое ячеек таблицы More...
|
+| |
+| void | setUser (User *user) |
+| | Устанавливает пользователя, профессии которые будут отображаться More...
|
+| |
+| void | invalidateData () |
+| | Запускает перерисовку таблицы More...
|
+| |
+
+
+
ViewModel для таблицы профессий пользователя
+
+
+
◆ UserProfessionViewModel()
+
+
+
+
+
+ | UserProfessionViewModel::UserProfessionViewModel |
+ ( |
+ QObject * |
+ parent | ) |
+ |
+
+
+
+
+
Стандартный конструктор объекта класса
+
- Parameters
-
+
+ | parent | родитель, для определения периодов жизни ViewModel |
+
+
+
+
+
+
+
+
+
◆ columnCount()
+
+
+
+
+
+ | int UserProfessionViewModel::columnCount |
+ ( |
+ const QModelIndex & |
+ parent = QModelIndex() | ) |
+ const |
+
+
+
+
+
Возвращает кол-во столбцов в таблице
+
- Parameters
-
+
+
+
+
- Returns
- int кол-во столбцов в таблице
+
+
+
+
+
◆ data()
+
+
+
+
+
+ | QVariant UserProfessionViewModel::data |
+ ( |
+ const QModelIndex & |
+ index, |
+
+
+ |
+ |
+ int |
+ role = Qt::DisplayRole |
+
+
+ |
+ ) |
+ | const |
+
+
+
+
+
Возвращает содержимое ячеек таблицы
+
- Parameters
-
+
+ | index | индекс текущей ячейки |
+ | role | какая часть таблицы отрисовывается (данные, стили и т.д.) |
+
+
+
+
- Returns
- QVariant содержимое ячейки
+
+
+
+
+
◆ headerData()
+
+
+
+
+
+ | QVariant UserProfessionViewModel::headerData |
+ ( |
+ int |
+ section, |
+
+
+ |
+ |
+ Qt::Orientation |
+ orientation, |
+
+
+ |
+ |
+ int |
+ role |
+
+
+ |
+ ) |
+ | const |
+
+
+
+
+
Возвращает содержимое заголовка таблицы
+
- Parameters
-
+
+ | section | [ignored] |
+ | orientation | положение заголовка таблицы |
+ | role | [ignored] |
+
+
+
+
- Returns
- QVariant содержимое заголовка
+
+
+
+
+
◆ invalidateData()
+
+
+
+
+
+ | void UserProfessionViewModel::invalidateData |
+ ( |
+ | ) |
+ |
+
+
+
+
+
Запускает перерисовку таблицы
+
+
+
+
+
◆ rowCount()
+
+
+
+
+
+ | int UserProfessionViewModel::rowCount |
+ ( |
+ const QModelIndex & |
+ parent = QModelIndex() | ) |
+ const |
+
+
+
+
+
Возвращает кол-во строк в таблице
+
- Parameters
-
+
+
+
+
- Returns
- int кол-во строк в таблице
+
+
+
+
+
◆ setUser()
+
+
+
+
+
+ | void UserProfessionViewModel::setUser |
+ ( |
+ User * |
+ user | ) |
+ |
+
+
+
+
+
Устанавливает пользователя, профессии которые будут отображаться
+
- Parameters
-
+
+
+
+
+
+
+
The documentation for this class was generated from the following files:
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/class_user_profession_view_model.png b/iFacility/doxygen-docs/html/class_user_profession_view_model.png
new file mode 100644
index 0000000..d506e4f
Binary files /dev/null and b/iFacility/doxygen-docs/html/class_user_profession_view_model.png differ
diff --git a/iFacility/doxygen-docs/html/class_worker_panel-members.html b/iFacility/doxygen-docs/html/class_worker_panel-members.html
new file mode 100644
index 0000000..fbdcfd5
--- /dev/null
+++ b/iFacility/doxygen-docs/html/class_worker_panel-members.html
@@ -0,0 +1,82 @@
+
+
+
+
+
+
+
+iFacility: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for WorkerPanel, including all inherited members.
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/class_worker_panel.html b/iFacility/doxygen-docs/html/class_worker_panel.html
new file mode 100644
index 0000000..e723e28
--- /dev/null
+++ b/iFacility/doxygen-docs/html/class_worker_panel.html
@@ -0,0 +1,190 @@
+
+
+
+
+
+
+
+iFacility: WorkerPanel Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Класс интерфейса панели рабочего
+ More...
+
+
#include <workerpanel.h>
+
+
+
+

+
+
+ |
+| | WorkerPanel (QWidget *parent=nullptr) |
+| | Стандартный конструктор объекта интерфейса More...
|
+| |
+| | ~WorkerPanel () |
+| | Стандартный деструктор объекта интерфейса More...
|
+| |
+| void | setUser (User *user) |
+| | Устанавливает пользователя, который в данный момент работает с панелью More...
|
+| |
+
+
+
Класс интерфейса панели рабочего
+
+
+
◆ WorkerPanel()
+
+
+
+
+
+
+
+
+ | WorkerPanel::WorkerPanel |
+ ( |
+ QWidget * |
+ parent = nullptr | ) |
+ |
+
+
+ |
+
+explicit |
+
+
+
+
+
Стандартный конструктор объекта интерфейса
+
- Parameters
-
+
+
+
+
+
+
+
+
◆ ~WorkerPanel()
+
+
+
+
+
+ | WorkerPanel::~WorkerPanel |
+ ( |
+ | ) |
+ |
+
+
+
+
+
Стандартный деструктор объекта интерфейса
+
+
+
+
+
+
◆ setUser()
+
+
+
+
+
+ | void WorkerPanel::setUser |
+ ( |
+ User * |
+ user | ) |
+ |
+
+
+
+
+
Устанавливает пользователя, который в данный момент работает с панелью
+
- Parameters
-
+
+ | user | указатель на объект пользователя |
+
+
+
+
+
+
+
The documentation for this class was generated from the following files:
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/class_worker_panel.png b/iFacility/doxygen-docs/html/class_worker_panel.png
new file mode 100644
index 0000000..90d415d
Binary files /dev/null and b/iFacility/doxygen-docs/html/class_worker_panel.png differ
diff --git a/iFacility/doxygen-docs/html/class_workers_view_model-members.html b/iFacility/doxygen-docs/html/class_workers_view_model-members.html
new file mode 100644
index 0000000..7640713
--- /dev/null
+++ b/iFacility/doxygen-docs/html/class_workers_view_model-members.html
@@ -0,0 +1,85 @@
+
+
+
+
+
+
+
+iFacility: Member List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This is the complete list of members for WorkersViewModel, including all inherited members.
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/class_workers_view_model.html b/iFacility/doxygen-docs/html/class_workers_view_model.html
new file mode 100644
index 0000000..2ea8e88
--- /dev/null
+++ b/iFacility/doxygen-docs/html/class_workers_view_model.html
@@ -0,0 +1,302 @@
+
+
+
+
+
+
+
+iFacility: WorkersViewModel Class Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
ViewModel для таблицы рабочих
+ More...
+
+
#include <workersviewmodel.h>
+
+
+
+

+
+
+ |
+| | WorkersViewModel (QObject *parent) |
+| | Стандартный конструктор объекта класса More...
|
+| |
+| int | rowCount (const QModelIndex &parent=QModelIndex()) const |
+| | Возвращает кол-во строк в таблице More...
|
+| |
+| int | columnCount (const QModelIndex &parent=QModelIndex()) const |
+| | Возвращает кол-во столбцов в таблице More...
|
+| |
+| QVariant | headerData (int section, Qt::Orientation orientation, int role) const |
+| | Возвращает содержимое заголовка таблицы More...
|
+| |
+| QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const |
+| | Возвращает содержимое ячеек таблицы More...
|
+| |
+| void | invalidateData () |
+| | Запускает перерисовку таблицы More...
|
+| |
+
+
+
ViewModel для таблицы рабочих
+
+
+
◆ WorkersViewModel()
+
+
+
+
+
+ | WorkersViewModel::WorkersViewModel |
+ ( |
+ QObject * |
+ parent | ) |
+ |
+
+
+
+
+
Стандартный конструктор объекта класса
+
- Parameters
-
+
+ | parent | родитель, для определения периодов жизни ViewModel |
+
+
+
+
+
+
+
+
+
◆ columnCount()
+
+
+
+
+
+ | int WorkersViewModel::columnCount |
+ ( |
+ const QModelIndex & |
+ parent = QModelIndex() | ) |
+ const |
+
+
+
+
+
Возвращает кол-во столбцов в таблице
+
- Parameters
-
+
+
+
+
- Returns
- int кол-во столбцов в таблице
+
+
+
+
+
◆ data()
+
+
+
+
+
+ | QVariant WorkersViewModel::data |
+ ( |
+ const QModelIndex & |
+ index, |
+
+
+ |
+ |
+ int |
+ role = Qt::DisplayRole |
+
+
+ |
+ ) |
+ | const |
+
+
+
+
+
Возвращает содержимое ячеек таблицы
+
- Parameters
-
+
+ | index | индекс текущей ячейки |
+ | role | какая часть таблицы отрисовывается (данные, стили и т.д.) |
+
+
+
+
- Returns
- QVariant содержимое ячейки
+
+
+
+
+
◆ headerData()
+
+
+
+
+
+ | QVariant WorkersViewModel::headerData |
+ ( |
+ int |
+ section, |
+
+
+ |
+ |
+ Qt::Orientation |
+ orientation, |
+
+
+ |
+ |
+ int |
+ role |
+
+
+ |
+ ) |
+ | const |
+
+
+
+
+
Возвращает содержимое заголовка таблицы
+
- Parameters
-
+
+ | section | [ignored] |
+ | orientation | положение заголовка таблицы |
+ | role | [ignored] |
+
+
+
+
- Returns
- QVariant содержимое заголовка
+
+
+
+
+
◆ invalidateData()
+
+
+
+
+
+ | void WorkersViewModel::invalidateData |
+ ( |
+ | ) |
+ |
+
+
+
+
+
Запускает перерисовку таблицы
+
+
+
+
+
◆ rowCount()
+
+
+
+
+
+ | int WorkersViewModel::rowCount |
+ ( |
+ const QModelIndex & |
+ parent = QModelIndex() | ) |
+ const |
+
+
+
+
+
Возвращает кол-во строк в таблице
+
- Parameters
-
+
+
+
+
- Returns
- int кол-во строк в таблице
+
+
+
+
The documentation for this class was generated from the following files:
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/class_workers_view_model.png b/iFacility/doxygen-docs/html/class_workers_view_model.png
new file mode 100644
index 0000000..f0aaa7a
Binary files /dev/null and b/iFacility/doxygen-docs/html/class_workers_view_model.png differ
diff --git a/iFacility/doxygen-docs/html/classes.html b/iFacility/doxygen-docs/html/classes.html
new file mode 100644
index 0000000..de538c4
--- /dev/null
+++ b/iFacility/doxygen-docs/html/classes.html
@@ -0,0 +1,100 @@
+
+
+
+
+
+
+
+iFacility: Class Index
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/closed.png b/iFacility/doxygen-docs/html/closed.png
new file mode 100644
index 0000000..d05683d
Binary files /dev/null and b/iFacility/doxygen-docs/html/closed.png differ
diff --git a/iFacility/doxygen-docs/html/database_8cpp.html b/iFacility/doxygen-docs/html/database_8cpp.html
new file mode 100644
index 0000000..2fd4f73
--- /dev/null
+++ b/iFacility/doxygen-docs/html/database_8cpp.html
@@ -0,0 +1,81 @@
+
+
+
+
+
+
+
+iFacility: db/database.cpp File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/database_8h.html b/iFacility/doxygen-docs/html/database_8h.html
new file mode 100644
index 0000000..d3f8ac8
--- /dev/null
+++ b/iFacility/doxygen-docs/html/database_8h.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+
+
+iFacility: db/database.h File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
#include <algorithm>
+
#include <functional>
+
#include <QFile>
+
#include <QDataStream>
+
#include <QVector>
+
#include <QString>
+
#include "../objects/profession.h"
+
#include "../objects/user.h"
+
+
Go to the source code of this file.
+
+
+
+
◆ UserPredicat
+
+
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/database_8h_source.html b/iFacility/doxygen-docs/html/database_8h_source.html
new file mode 100644
index 0000000..55b0679
--- /dev/null
+++ b/iFacility/doxygen-docs/html/database_8h_source.html
@@ -0,0 +1,149 @@
+
+
+
+
+
+
+
+iFacility: db/database.h Source File
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Go to the documentation of this file.
+
+
+
+
+
+
+
+
+
+
+
12 #include "../objects/profession.h"
+
13 #include "../objects/user.h"
+
+
+
+
+
+
+
27 static const QString mFilename;
+
+
+
+
37 QVector<Profession> mProfessions;
+
+
+
47 QVector<User*> findUserByPredicat(
UserPredicat predicat);
+
+
+
+
+
67 QVector<User>
users()
const;
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Класс базы данных
Definition: database.h:22
+
void load()
Записывает данные системы на диск
Definition: database.cpp:108
+
QVector< User * > getUsersByProfession(PID pid)
Возвращает список пользователей по принадлежности к профессии
Definition: database.cpp:55
+
void save()
Считывает данный с диска в систему
Definition: database.cpp:100
+
User * getUser(UID uid)
Возвращает пользователя по уникальному идентификатору
Definition: database.cpp:38
+
QVector< User * > getUsersByType(UserType type)
Возвращает список пользователей по типу аккаунта
Definition: database.cpp:50
+
bool addProfession(Profession prof)
Добавляет профессию в систему
Definition: database.cpp:71
+
static Database * instance()
Возвращает статический объекта класса
Definition: database.cpp:6
+
bool addUser(User usr)
Добавляет пользователя в систему
Definition: database.cpp:18
+
bool removeUser(UID uid)
Удалаяет пользователя из системы по уникальному идентификатору
Definition: database.cpp:60
+
Profession * getProfession(PID pid)
Возвращает профессию по уникальному идентификатору
Definition: database.cpp:79
+
QVector< User > users() const
Возвращает список пользователй системы
Definition: database.cpp:14
+
QVector< Profession > professions() const
Возвращает список профессий системы
Definition: database.cpp:10
+
bool removeProfession(PID pid)
Удаляет профессию из системы по уникальному идентификатору
Definition: database.cpp:85
+
Класс сущности профессии
Definition: profession.h:14
+
Класс сущности пользователя
Definition: user.h:26
+
std::function< bool(User)> UserPredicat
Definition: database.h:15
+
QUuid PID
Definition: profession.h:8
+
UserType
Набор возможных типов аккаунта пользователя
Definition: user.h:16
+
QUuid UID
Definition: user.h:12
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/dir_4aa5222c42b043c3b7fe3d3752505fa0.html b/iFacility/doxygen-docs/html/dir_4aa5222c42b043c3b7fe3d3752505fa0.html
new file mode 100644
index 0000000..0a288ca
--- /dev/null
+++ b/iFacility/doxygen-docs/html/dir_4aa5222c42b043c3b7fe3d3752505fa0.html
@@ -0,0 +1,100 @@
+
+
+
+
+
+
+
+iFacility: viewmodels Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/dir_645ec83fa4e243a732144956da80a200.html b/iFacility/doxygen-docs/html/dir_645ec83fa4e243a732144956da80a200.html
new file mode 100644
index 0000000..eedf9f6
--- /dev/null
+++ b/iFacility/doxygen-docs/html/dir_645ec83fa4e243a732144956da80a200.html
@@ -0,0 +1,96 @@
+
+
+
+
+
+
+
+iFacility: objects Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/dir_ce5981f09099a3fa6071b9eb8fe67a2c.html b/iFacility/doxygen-docs/html/dir_ce5981f09099a3fa6071b9eb8fe67a2c.html
new file mode 100644
index 0000000..a2b02ef
--- /dev/null
+++ b/iFacility/doxygen-docs/html/dir_ce5981f09099a3fa6071b9eb8fe67a2c.html
@@ -0,0 +1,88 @@
+
+
+
+
+
+
+
+iFacility: db Directory Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/doc.png b/iFacility/doxygen-docs/html/doc.png
new file mode 100644
index 0000000..508d472
Binary files /dev/null and b/iFacility/doxygen-docs/html/doc.png differ
diff --git a/iFacility/doxygen-docs/html/doxygen.css b/iFacility/doxygen-docs/html/doxygen.css
new file mode 100644
index 0000000..0d36271
--- /dev/null
+++ b/iFacility/doxygen-docs/html/doxygen.css
@@ -0,0 +1,1793 @@
+/* The standard CSS for doxygen 1.9.0 */
+
+body, table, div, p, dl {
+ font: 400 14px/22px Roboto,sans-serif;
+}
+
+p.reference, p.definition {
+ font: 400 14px/22px Roboto,sans-serif;
+}
+
+/* @group Heading Levels */
+
+h1.groupheader {
+ font-size: 150%;
+}
+
+.title {
+ font: 400 14px/28px Roboto,sans-serif;
+ font-size: 150%;
+ font-weight: bold;
+ margin: 10px 2px;
+}
+
+h2.groupheader {
+ border-bottom: 1px solid #988CBD;
+ color: #463C69;
+ font-size: 150%;
+ font-weight: normal;
+ margin-top: 1.75em;
+ padding-top: 8px;
+ padding-bottom: 4px;
+ width: 100%;
+}
+
+h3.groupheader {
+ font-size: 100%;
+}
+
+h1, h2, h3, h4, h5, h6 {
+ -webkit-transition: text-shadow 0.5s linear;
+ -moz-transition: text-shadow 0.5s linear;
+ -ms-transition: text-shadow 0.5s linear;
+ -o-transition: text-shadow 0.5s linear;
+ transition: text-shadow 0.5s linear;
+ margin-right: 15px;
+}
+
+h1.glow, h2.glow, h3.glow, h4.glow, h5.glow, h6.glow {
+ text-shadow: 0 0 15px cyan;
+}
+
+dt {
+ font-weight: bold;
+}
+
+ul.multicol {
+ -moz-column-gap: 1em;
+ -webkit-column-gap: 1em;
+ column-gap: 1em;
+ -moz-column-count: 3;
+ -webkit-column-count: 3;
+ column-count: 3;
+}
+
+p.startli, p.startdd {
+ margin-top: 2px;
+}
+
+th p.starttd, th p.intertd, th p.endtd {
+ font-size: 100%;
+ font-weight: 700;
+}
+
+p.starttd {
+ margin-top: 0px;
+}
+
+p.endli {
+ margin-bottom: 0px;
+}
+
+p.enddd {
+ margin-bottom: 4px;
+}
+
+p.endtd {
+ margin-bottom: 2px;
+}
+
+p.interli {
+}
+
+p.interdd {
+}
+
+p.intertd {
+}
+
+/* @end */
+
+caption {
+ font-weight: bold;
+}
+
+span.legend {
+ font-size: 70%;
+ text-align: center;
+}
+
+h3.version {
+ font-size: 90%;
+ text-align: center;
+}
+
+div.navtab {
+ border-right: 1px solid #B0A7CC;
+ padding-right: 15px;
+ text-align: right;
+ line-height: 110%;
+}
+
+div.navtab table {
+ border-spacing: 0;
+}
+
+td.navtab {
+ padding-right: 6px;
+ padding-left: 6px;
+}
+td.navtabHL {
+ background-image: url('tab_a.png');
+ background-repeat:repeat-x;
+ padding-right: 6px;
+ padding-left: 6px;
+}
+
+td.navtabHL a, td.navtabHL a:visited {
+ color: #fff;
+ text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
+}
+
+a.navtab {
+ font-weight: bold;
+}
+
+div.qindex{
+ text-align: center;
+ width: 100%;
+ line-height: 140%;
+ font-size: 130%;
+ color: #A0A0A0;
+}
+
+dt.alphachar{
+ font-size: 180%;
+ font-weight: bold;
+}
+
+.alphachar a{
+ color: black;
+}
+
+.alphachar a:hover, .alphachar a:visited{
+ text-decoration: none;
+}
+
+.classindex dl {
+ padding: 25px;
+ column-count:1
+}
+
+.classindex dd {
+ display:inline-block;
+ margin-left: 50px;
+ width: 90%;
+ line-height: 1.15em;
+}
+
+.classindex dl.odd {
+ background-color: #F9F8FB;
+}
+
+@media(min-width: 1120px) {
+ .classindex dl {
+ column-count:2
+ }
+}
+
+@media(min-width: 1320px) {
+ .classindex dl {
+ column-count:3
+ }
+}
+
+
+/* @group Link Styling */
+
+a {
+ color: #514578;
+ font-weight: normal;
+ text-decoration: none;
+}
+
+.contents a:visited {
+ color: #5F518D;
+}
+
+a:hover {
+ text-decoration: underline;
+}
+
+.contents a.qindexHL:visited {
+ color: #FFFFFF;
+}
+
+a.el {
+ font-weight: bold;
+}
+
+a.elRef {
+}
+
+a.code, a.code:visited, a.line, a.line:visited {
+ color: #5F518D;
+}
+
+a.codeRef, a.codeRef:visited, a.lineRef, a.lineRef:visited {
+ color: #5F518D;
+}
+
+/* @end */
+
+dl.el {
+ margin-left: -1cm;
+}
+
+ul {
+ overflow: hidden; /*Fixed: list item bullets overlap floating elements*/
+}
+
+#side-nav ul {
+ overflow: visible; /* reset ul rule for scroll bar in GENERATE_TREEVIEW window */
+}
+
+#main-nav ul {
+ overflow: visible; /* reset ul rule for the navigation bar drop down lists */
+}
+
+.fragment {
+ text-align: left;
+ direction: ltr;
+ overflow-x: auto; /*Fixed: fragment lines overlap floating elements*/
+ overflow-y: hidden;
+}
+
+pre.fragment {
+ border: 1px solid #CCC7DE;
+ background-color: #FCFBFD;
+ padding: 4px 6px;
+ margin: 4px 8px 4px 2px;
+ overflow: auto;
+ word-wrap: break-word;
+ font-size: 9pt;
+ line-height: 125%;
+ font-family: monospace, fixed;
+ font-size: 105%;
+}
+
+div.fragment {
+ padding: 0 0 1px 0; /*Fixed: last line underline overlap border*/
+ margin: 4px 8px 4px 2px;
+ background-color: #FCFBFD;
+ border: 1px solid #CCC7DE;
+}
+
+div.line {
+ font-family: monospace, fixed;
+ font-size: 13px;
+ min-height: 13px;
+ line-height: 1.0;
+ text-wrap: unrestricted;
+ white-space: -moz-pre-wrap; /* Moz */
+ white-space: -pre-wrap; /* Opera 4-6 */
+ white-space: -o-pre-wrap; /* Opera 7 */
+ white-space: pre-wrap; /* CSS3 */
+ word-wrap: break-word; /* IE 5.5+ */
+ text-indent: -53px;
+ padding-left: 53px;
+ padding-bottom: 0px;
+ margin: 0px;
+ -webkit-transition-property: background-color, box-shadow;
+ -webkit-transition-duration: 0.5s;
+ -moz-transition-property: background-color, box-shadow;
+ -moz-transition-duration: 0.5s;
+ -ms-transition-property: background-color, box-shadow;
+ -ms-transition-duration: 0.5s;
+ -o-transition-property: background-color, box-shadow;
+ -o-transition-duration: 0.5s;
+ transition-property: background-color, box-shadow;
+ transition-duration: 0.5s;
+}
+
+div.line:after {
+ content:"\000A";
+ white-space: pre;
+}
+
+div.line.glow {
+ background-color: cyan;
+ box-shadow: 0 0 10px cyan;
+}
+
+
+span.lineno {
+ padding-right: 4px;
+ text-align: right;
+ border-right: 2px solid #0F0;
+ background-color: #E8E8E8;
+ white-space: pre;
+}
+span.lineno a {
+ background-color: #D8D8D8;
+}
+
+span.lineno a:hover {
+ background-color: #C8C8C8;
+}
+
+.lineno {
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -khtml-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+}
+
+div.ah, span.ah {
+ background-color: black;
+ font-weight: bold;
+ color: #FFFFFF;
+ margin-bottom: 3px;
+ margin-top: 3px;
+ padding: 0.2em;
+ border: solid thin #333;
+ border-radius: 0.5em;
+ -webkit-border-radius: .5em;
+ -moz-border-radius: .5em;
+ box-shadow: 2px 2px 3px #999;
+ -webkit-box-shadow: 2px 2px 3px #999;
+ -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(0.3, #444));
+ background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000 110%);
+}
+
+div.classindex ul {
+ list-style: none;
+ padding-left: 0;
+}
+
+div.classindex span.ai {
+ display: inline-block;
+}
+
+div.groupHeader {
+ margin-left: 16px;
+ margin-top: 12px;
+ font-weight: bold;
+}
+
+div.groupText {
+ margin-left: 16px;
+ font-style: italic;
+}
+
+body {
+ background-color: white;
+ color: black;
+ margin: 0;
+}
+
+div.contents {
+ margin-top: 10px;
+ margin-left: 12px;
+ margin-right: 8px;
+}
+
+td.indexkey {
+ background-color: #EEECF4;
+ font-weight: bold;
+ border: 1px solid #CCC7DE;
+ margin: 2px 0px 2px 0;
+ padding: 2px 10px;
+ white-space: nowrap;
+ vertical-align: top;
+}
+
+td.indexvalue {
+ background-color: #EEECF4;
+ border: 1px solid #CCC7DE;
+ padding: 2px 10px;
+ margin: 2px 0px;
+}
+
+tr.memlist {
+ background-color: #F0EEF5;
+}
+
+p.formulaDsp {
+ text-align: center;
+}
+
+img.formulaDsp {
+
+}
+
+img.formulaInl, img.inline {
+ vertical-align: middle;
+}
+
+div.center {
+ text-align: center;
+ margin-top: 0px;
+ margin-bottom: 0px;
+ padding: 0px;
+}
+
+div.center img {
+ border: 0px;
+}
+
+address.footer {
+ text-align: right;
+ padding-right: 12px;
+}
+
+img.footer {
+ border: 0px;
+ vertical-align: middle;
+}
+
+/* @group Code Colorization */
+
+span.keyword {
+ color: #008000
+}
+
+span.keywordtype {
+ color: #604020
+}
+
+span.keywordflow {
+ color: #e08000
+}
+
+span.comment {
+ color: #800000
+}
+
+span.preprocessor {
+ color: #806020
+}
+
+span.stringliteral {
+ color: #002080
+}
+
+span.charliteral {
+ color: #008080
+}
+
+span.vhdldigit {
+ color: #ff00ff
+}
+
+span.vhdlchar {
+ color: #000000
+}
+
+span.vhdlkeyword {
+ color: #700070
+}
+
+span.vhdllogic {
+ color: #ff0000
+}
+
+blockquote {
+ background-color: #F8F7FA;
+ border-left: 2px solid #A9A0C8;
+ margin: 0 24px 0 4px;
+ padding: 0 12px 0 16px;
+}
+
+blockquote.DocNodeRTL {
+ border-left: 0;
+ border-right: 2px solid #A9A0C8;
+ margin: 0 4px 0 24px;
+ padding: 0 16px 0 12px;
+}
+
+/* @end */
+
+/*
+.search {
+ color: #003399;
+ font-weight: bold;
+}
+
+form.search {
+ margin-bottom: 0px;
+ margin-top: 0px;
+}
+
+input.search {
+ font-size: 75%;
+ color: #000080;
+ font-weight: normal;
+ background-color: #e8eef2;
+}
+*/
+
+td.tiny {
+ font-size: 75%;
+}
+
+.dirtab {
+ padding: 4px;
+ border-collapse: collapse;
+ border: 1px solid #B0A7CC;
+}
+
+th.dirtab {
+ background: #EEECF4;
+ font-weight: bold;
+}
+
+hr {
+ height: 0px;
+ border: none;
+ border-top: 1px solid #645594;
+}
+
+hr.footer {
+ height: 1px;
+}
+
+/* @group Member Descriptions */
+
+table.memberdecls {
+ border-spacing: 0px;
+ padding: 0px;
+}
+
+.memberdecls td, .fieldtable tr {
+ -webkit-transition-property: background-color, box-shadow;
+ -webkit-transition-duration: 0.5s;
+ -moz-transition-property: background-color, box-shadow;
+ -moz-transition-duration: 0.5s;
+ -ms-transition-property: background-color, box-shadow;
+ -ms-transition-duration: 0.5s;
+ -o-transition-property: background-color, box-shadow;
+ -o-transition-duration: 0.5s;
+ transition-property: background-color, box-shadow;
+ transition-duration: 0.5s;
+}
+
+.memberdecls td.glow, .fieldtable tr.glow {
+ background-color: cyan;
+ box-shadow: 0 0 15px cyan;
+}
+
+.mdescLeft, .mdescRight,
+.memItemLeft, .memItemRight,
+.memTemplItemLeft, .memTemplItemRight, .memTemplParams {
+ background-color: #FAF9FB;
+ border: none;
+ margin: 4px;
+ padding: 1px 0 0 8px;
+}
+
+.mdescLeft, .mdescRight {
+ padding: 0px 8px 4px 8px;
+ color: #555;
+}
+
+.memSeparator {
+ border-bottom: 1px solid #E2DFEC;
+ line-height: 1px;
+ margin: 0px;
+ padding: 0px;
+}
+
+.memItemLeft, .memTemplItemLeft {
+ white-space: nowrap;
+}
+
+.memItemRight, .memTemplItemRight {
+ width: 100%;
+}
+
+.memTemplParams {
+ color: #5F518D;
+ white-space: nowrap;
+ font-size: 80%;
+}
+
+/* @end */
+
+/* @group Member Details */
+
+/* Styles for detailed member documentation */
+
+.memtitle {
+ padding: 8px;
+ border-top: 1px solid #B4ABCF;
+ border-left: 1px solid #B4ABCF;
+ border-right: 1px solid #B4ABCF;
+ border-top-right-radius: 4px;
+ border-top-left-radius: 4px;
+ margin-bottom: -1px;
+ background-image: url('nav_f.png');
+ background-repeat: repeat-x;
+ background-color: #E6E3EF;
+ line-height: 1.25;
+ font-weight: 300;
+ float:left;
+}
+
+.permalink
+{
+ font-size: 65%;
+ display: inline-block;
+ vertical-align: middle;
+}
+
+.memtemplate {
+ font-size: 80%;
+ color: #5F518D;
+ font-weight: normal;
+ margin-left: 9px;
+}
+
+.memnav {
+ background-color: #EEECF4;
+ border: 1px solid #B0A7CC;
+ text-align: center;
+ margin: 2px;
+ margin-right: 15px;
+ padding: 2px;
+}
+
+.mempage {
+ width: 100%;
+}
+
+.memitem {
+ padding: 0;
+ margin-bottom: 10px;
+ margin-right: 5px;
+ -webkit-transition: box-shadow 0.5s linear;
+ -moz-transition: box-shadow 0.5s linear;
+ -ms-transition: box-shadow 0.5s linear;
+ -o-transition: box-shadow 0.5s linear;
+ transition: box-shadow 0.5s linear;
+ display: table !important;
+ width: 100%;
+}
+
+.memitem.glow {
+ box-shadow: 0 0 15px cyan;
+}
+
+.memname {
+ font-weight: 400;
+ margin-left: 6px;
+}
+
+.memname td {
+ vertical-align: bottom;
+}
+
+.memproto, dl.reflist dt {
+ border-top: 1px solid #B4ABCF;
+ border-left: 1px solid #B4ABCF;
+ border-right: 1px solid #B4ABCF;
+ padding: 6px 0px 6px 0px;
+ color: #302847;
+ font-weight: bold;
+ text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
+ background-color: #E3E0ED;
+ /* opera specific markup */
+ box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
+ border-top-right-radius: 4px;
+ /* firefox specific markup */
+ -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
+ -moz-border-radius-topright: 4px;
+ /* webkit specific markup */
+ -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
+ -webkit-border-top-right-radius: 4px;
+
+}
+
+.overload {
+ font-family: "courier new",courier,monospace;
+ font-size: 65%;
+}
+
+.memdoc, dl.reflist dd {
+ border-bottom: 1px solid #B4ABCF;
+ border-left: 1px solid #B4ABCF;
+ border-right: 1px solid #B4ABCF;
+ padding: 6px 10px 2px 10px;
+ background-color: #FCFBFD;
+ border-top-width: 0;
+ background-image:url('nav_g.png');
+ background-repeat:repeat-x;
+ background-color: #FFFFFF;
+ /* opera specific markup */
+ border-bottom-left-radius: 4px;
+ border-bottom-right-radius: 4px;
+ box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
+ /* firefox specific markup */
+ -moz-border-radius-bottomleft: 4px;
+ -moz-border-radius-bottomright: 4px;
+ -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
+ /* webkit specific markup */
+ -webkit-border-bottom-left-radius: 4px;
+ -webkit-border-bottom-right-radius: 4px;
+ -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
+}
+
+dl.reflist dt {
+ padding: 5px;
+}
+
+dl.reflist dd {
+ margin: 0px 0px 10px 0px;
+ padding: 5px;
+}
+
+.paramkey {
+ text-align: right;
+}
+
+.paramtype {
+ white-space: nowrap;
+}
+
+.paramname {
+ color: #602020;
+ white-space: nowrap;
+}
+.paramname em {
+ font-style: normal;
+}
+.paramname code {
+ line-height: 14px;
+}
+
+.params, .retval, .exception, .tparams {
+ margin-left: 0px;
+ padding-left: 0px;
+}
+
+.params .paramname, .retval .paramname, .tparams .paramname, .exception .paramname {
+ font-weight: bold;
+ vertical-align: top;
+}
+
+.params .paramtype, .tparams .paramtype {
+ font-style: italic;
+ vertical-align: top;
+}
+
+.params .paramdir, .tparams .paramdir {
+ font-family: "courier new",courier,monospace;
+ vertical-align: top;
+}
+
+table.mlabels {
+ border-spacing: 0px;
+}
+
+td.mlabels-left {
+ width: 100%;
+ padding: 0px;
+}
+
+td.mlabels-right {
+ vertical-align: bottom;
+ padding: 0px;
+ white-space: nowrap;
+}
+
+span.mlabels {
+ margin-left: 8px;
+}
+
+span.mlabel {
+ background-color: #8678B2;
+ border-top:1px solid #6C5CA0;
+ border-left:1px solid #6C5CA0;
+ border-right:1px solid #CCC7DE;
+ border-bottom:1px solid #CCC7DE;
+ text-shadow: none;
+ color: white;
+ margin-right: 4px;
+ padding: 2px 3px;
+ border-radius: 3px;
+ font-size: 7pt;
+ white-space: nowrap;
+ vertical-align: middle;
+}
+
+
+
+/* @end */
+
+/* these are for tree view inside a (index) page */
+
+div.directory {
+ margin: 10px 0px;
+ border-top: 1px solid #A9A0C8;
+ border-bottom: 1px solid #A9A0C8;
+ width: 100%;
+}
+
+.directory table {
+ border-collapse:collapse;
+}
+
+.directory td {
+ margin: 0px;
+ padding: 0px;
+ vertical-align: top;
+}
+
+.directory td.entry {
+ white-space: nowrap;
+ padding-right: 6px;
+ padding-top: 3px;
+}
+
+.directory td.entry a {
+ outline:none;
+}
+
+.directory td.entry a img {
+ border: none;
+}
+
+.directory td.desc {
+ width: 100%;
+ padding-left: 6px;
+ padding-right: 6px;
+ padding-top: 3px;
+ border-left: 1px solid rgba(0,0,0,0.05);
+}
+
+.directory tr.even {
+ padding-left: 6px;
+ background-color: #F8F7FA;
+}
+
+.directory img {
+ vertical-align: -30%;
+}
+
+.directory .levels {
+ white-space: nowrap;
+ width: 100%;
+ text-align: right;
+ font-size: 9pt;
+}
+
+.directory .levels span {
+ cursor: pointer;
+ padding-left: 2px;
+ padding-right: 2px;
+ color: #514578;
+}
+
+.arrow {
+ color: #A9A0C8;
+ -webkit-user-select: none;
+ -khtml-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ cursor: pointer;
+ font-size: 80%;
+ display: inline-block;
+ width: 16px;
+ height: 22px;
+}
+
+.icon {
+ font-family: Arial, Helvetica;
+ font-weight: bold;
+ font-size: 12px;
+ height: 14px;
+ width: 16px;
+ display: inline-block;
+ background-color: #8678B2;
+ color: white;
+ text-align: center;
+ border-radius: 4px;
+ margin-left: 2px;
+ margin-right: 2px;
+}
+
+.icona {
+ width: 24px;
+ height: 22px;
+ display: inline-block;
+}
+
+.iconfopen {
+ width: 24px;
+ height: 18px;
+ margin-bottom: 4px;
+ background-image:url('folderopen.png');
+ background-position: 0px -4px;
+ background-repeat: repeat-y;
+ vertical-align:top;
+ display: inline-block;
+}
+
+.iconfclosed {
+ width: 24px;
+ height: 18px;
+ margin-bottom: 4px;
+ background-image:url('folderclosed.png');
+ background-position: 0px -4px;
+ background-repeat: repeat-y;
+ vertical-align:top;
+ display: inline-block;
+}
+
+.icondoc {
+ width: 24px;
+ height: 18px;
+ margin-bottom: 4px;
+ background-image:url('doc.png');
+ background-position: 0px -4px;
+ background-repeat: repeat-y;
+ vertical-align:top;
+ display: inline-block;
+}
+
+table.directory {
+ font: 400 14px Roboto,sans-serif;
+}
+
+/* @end */
+
+div.dynheader {
+ margin-top: 8px;
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -khtml-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+}
+
+address {
+ font-style: normal;
+ color: #372F52;
+}
+
+table.doxtable caption {
+ caption-side: top;
+}
+
+table.doxtable {
+ border-collapse:collapse;
+ margin-top: 4px;
+ margin-bottom: 4px;
+}
+
+table.doxtable td, table.doxtable th {
+ border: 1px solid #3B3257;
+ padding: 3px 7px 2px;
+}
+
+table.doxtable th {
+ background-color: #493E6D;
+ color: #FFFFFF;
+ font-size: 110%;
+ padding-bottom: 4px;
+ padding-top: 5px;
+}
+
+table.fieldtable {
+ /*width: 100%;*/
+ margin-bottom: 10px;
+ border: 1px solid #B4ABCF;
+ border-spacing: 0px;
+ -moz-border-radius: 4px;
+ -webkit-border-radius: 4px;
+ border-radius: 4px;
+ -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
+ -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
+ box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
+}
+
+.fieldtable td, .fieldtable th {
+ padding: 3px 7px 2px;
+}
+
+.fieldtable td.fieldtype, .fieldtable td.fieldname {
+ white-space: nowrap;
+ border-right: 1px solid #B4ABCF;
+ border-bottom: 1px solid #B4ABCF;
+ vertical-align: top;
+}
+
+.fieldtable td.fieldname {
+ padding-top: 3px;
+}
+
+.fieldtable td.fielddoc {
+ border-bottom: 1px solid #B4ABCF;
+ /*width: 100%;*/
+}
+
+.fieldtable td.fielddoc p:first-child {
+ margin-top: 0px;
+}
+
+.fieldtable td.fielddoc p:last-child {
+ margin-bottom: 2px;
+}
+
+.fieldtable tr:last-child td {
+ border-bottom: none;
+}
+
+.fieldtable th {
+ background-image:url('nav_f.png');
+ background-repeat:repeat-x;
+ background-color: #E6E3EF;
+ font-size: 90%;
+ color: #302847;
+ padding-bottom: 4px;
+ padding-top: 5px;
+ text-align:left;
+ font-weight: 400;
+ -moz-border-radius-topleft: 4px;
+ -moz-border-radius-topright: 4px;
+ -webkit-border-top-left-radius: 4px;
+ -webkit-border-top-right-radius: 4px;
+ border-top-left-radius: 4px;
+ border-top-right-radius: 4px;
+ border-bottom: 1px solid #B4ABCF;
+}
+
+
+.tabsearch {
+ top: 0px;
+ left: 10px;
+ height: 36px;
+ background-image: url('tab_b.png');
+ z-index: 101;
+ overflow: hidden;
+ font-size: 13px;
+}
+
+.navpath ul
+{
+ font-size: 11px;
+ background-image:url('tab_b.png');
+ background-repeat:repeat-x;
+ background-position: 0 -5px;
+ height:30px;
+ line-height:30px;
+ color:#9A8FBE;
+ border:solid 1px #CAC4DD;
+ overflow:hidden;
+ margin:0px;
+ padding:0px;
+}
+
+.navpath li
+{
+ list-style-type:none;
+ float:left;
+ padding-left:10px;
+ padding-right:15px;
+ background-image:url('bc_s.png');
+ background-repeat:no-repeat;
+ background-position:right;
+ color:#473D6A;
+}
+
+.navpath li.navelem a
+{
+ height:32px;
+ display:block;
+ text-decoration: none;
+ outline: none;
+ color: #342C4E;
+ font-family: 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
+ text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
+ text-decoration: none;
+}
+
+.navpath li.navelem a:hover
+{
+ color:#7D6FAC;
+}
+
+.navpath li.footer
+{
+ list-style-type:none;
+ float:right;
+ padding-left:10px;
+ padding-right:15px;
+ background-image:none;
+ background-repeat:no-repeat;
+ background-position:right;
+ color:#473D6A;
+ font-size: 8pt;
+}
+
+
+div.summary
+{
+ float: right;
+ font-size: 8pt;
+ padding-right: 5px;
+ width: 50%;
+ text-align: right;
+}
+
+div.summary a
+{
+ white-space: nowrap;
+}
+
+table.classindex
+{
+ margin: 10px;
+ white-space: nowrap;
+ margin-left: 3%;
+ margin-right: 3%;
+ width: 94%;
+ border: 0;
+ border-spacing: 0;
+ padding: 0;
+}
+
+div.ingroups
+{
+ font-size: 8pt;
+ width: 50%;
+ text-align: left;
+}
+
+div.ingroups a
+{
+ white-space: nowrap;
+}
+
+div.header
+{
+ background-image:url('nav_h.png');
+ background-repeat:repeat-x;
+ background-color: #FAF9FB;
+ margin: 0px;
+ border-bottom: 1px solid #CCC7DE;
+}
+
+div.headertitle
+{
+ padding: 5px 5px 5px 10px;
+}
+
+.PageDocRTL-title div.headertitle {
+ text-align: right;
+ direction: rtl;
+}
+
+dl {
+ padding: 0 0 0 0;
+}
+
+/* dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.todo, dl.test, dl.bug, dl.examples */
+dl.section {
+ margin-left: 0px;
+ padding-left: 0px;
+}
+
+dl.section.DocNodeRTL {
+ margin-right: 0px;
+ padding-right: 0px;
+}
+
+dl.note {
+ margin-left: -7px;
+ padding-left: 3px;
+ border-left: 4px solid;
+ border-color: #D0C000;
+}
+
+dl.note.DocNodeRTL {
+ margin-left: 0;
+ padding-left: 0;
+ border-left: 0;
+ margin-right: -7px;
+ padding-right: 3px;
+ border-right: 4px solid;
+ border-color: #D0C000;
+}
+
+dl.warning, dl.attention {
+ margin-left: -7px;
+ padding-left: 3px;
+ border-left: 4px solid;
+ border-color: #FF0000;
+}
+
+dl.warning.DocNodeRTL, dl.attention.DocNodeRTL {
+ margin-left: 0;
+ padding-left: 0;
+ border-left: 0;
+ margin-right: -7px;
+ padding-right: 3px;
+ border-right: 4px solid;
+ border-color: #FF0000;
+}
+
+dl.pre, dl.post, dl.invariant {
+ margin-left: -7px;
+ padding-left: 3px;
+ border-left: 4px solid;
+ border-color: #00D000;
+}
+
+dl.pre.DocNodeRTL, dl.post.DocNodeRTL, dl.invariant.DocNodeRTL {
+ margin-left: 0;
+ padding-left: 0;
+ border-left: 0;
+ margin-right: -7px;
+ padding-right: 3px;
+ border-right: 4px solid;
+ border-color: #00D000;
+}
+
+dl.deprecated {
+ margin-left: -7px;
+ padding-left: 3px;
+ border-left: 4px solid;
+ border-color: #505050;
+}
+
+dl.deprecated.DocNodeRTL {
+ margin-left: 0;
+ padding-left: 0;
+ border-left: 0;
+ margin-right: -7px;
+ padding-right: 3px;
+ border-right: 4px solid;
+ border-color: #505050;
+}
+
+dl.todo {
+ margin-left: -7px;
+ padding-left: 3px;
+ border-left: 4px solid;
+ border-color: #00C0E0;
+}
+
+dl.todo.DocNodeRTL {
+ margin-left: 0;
+ padding-left: 0;
+ border-left: 0;
+ margin-right: -7px;
+ padding-right: 3px;
+ border-right: 4px solid;
+ border-color: #00C0E0;
+}
+
+dl.test {
+ margin-left: -7px;
+ padding-left: 3px;
+ border-left: 4px solid;
+ border-color: #3030E0;
+}
+
+dl.test.DocNodeRTL {
+ margin-left: 0;
+ padding-left: 0;
+ border-left: 0;
+ margin-right: -7px;
+ padding-right: 3px;
+ border-right: 4px solid;
+ border-color: #3030E0;
+}
+
+dl.bug {
+ margin-left: -7px;
+ padding-left: 3px;
+ border-left: 4px solid;
+ border-color: #C08050;
+}
+
+dl.bug.DocNodeRTL {
+ margin-left: 0;
+ padding-left: 0;
+ border-left: 0;
+ margin-right: -7px;
+ padding-right: 3px;
+ border-right: 4px solid;
+ border-color: #C08050;
+}
+
+dl.section dd {
+ margin-bottom: 6px;
+}
+
+
+#projectlogo
+{
+ text-align: center;
+ vertical-align: bottom;
+ border-collapse: separate;
+}
+
+#projectlogo img
+{
+ border: 0px none;
+}
+
+#projectalign
+{
+ vertical-align: middle;
+}
+
+#projectname
+{
+ font: 300% Tahoma, Arial,sans-serif;
+ margin: 0px;
+ padding: 2px 0px;
+}
+
+#projectbrief
+{
+ font: 120% Tahoma, Arial,sans-serif;
+ margin: 0px;
+ padding: 0px;
+}
+
+#projectnumber
+{
+ font: 50% Tahoma, Arial,sans-serif;
+ margin: 0px;
+ padding: 0px;
+}
+
+#titlearea
+{
+ padding: 0px;
+ margin: 0px;
+ width: 100%;
+ border-bottom: 1px solid #6C5CA0;
+}
+
+.image
+{
+ text-align: center;
+}
+
+.dotgraph
+{
+ text-align: center;
+}
+
+.mscgraph
+{
+ text-align: center;
+}
+
+.plantumlgraph
+{
+ text-align: center;
+}
+
+.diagraph
+{
+ text-align: center;
+}
+
+.caption
+{
+ font-weight: bold;
+}
+
+div.zoom
+{
+ border: 1px solid #9F95C2;
+}
+
+dl.citelist {
+ margin-bottom:50px;
+}
+
+dl.citelist dt {
+ color:#433964;
+ float:left;
+ font-weight:bold;
+ margin-right:10px;
+ padding:5px;
+ text-align:right;
+ width:52px;
+}
+
+dl.citelist dd {
+ margin:2px 0 2px 72px;
+ padding:5px 0;
+}
+
+div.toc {
+ padding: 14px 25px;
+ background-color: #F6F5F9;
+ border: 1px solid #DDD9E9;
+ border-radius: 7px 7px 7px 7px;
+ float: right;
+ height: auto;
+ margin: 0 8px 10px 10px;
+ width: 200px;
+}
+
+.PageDocRTL-title div.toc {
+ float: left !important;
+ text-align: right;
+}
+
+div.toc li {
+ background: url("bdwn.png") no-repeat scroll 0 5px transparent;
+ font: 10px/1.2 Verdana,DejaVu Sans,Geneva,sans-serif;
+ margin-top: 5px;
+ padding-left: 10px;
+ padding-top: 2px;
+}
+
+.PageDocRTL-title div.toc li {
+ background-position-x: right !important;
+ padding-left: 0 !important;
+ padding-right: 10px;
+}
+
+div.toc h3 {
+ font: bold 12px/1.2 Arial,FreeSans,sans-serif;
+ color: #5F518D;
+ border-bottom: 0 none;
+ margin: 0;
+}
+
+div.toc ul {
+ list-style: none outside none;
+ border: medium none;
+ padding: 0px;
+}
+
+div.toc li.level1 {
+ margin-left: 0px;
+}
+
+div.toc li.level2 {
+ margin-left: 15px;
+}
+
+div.toc li.level3 {
+ margin-left: 30px;
+}
+
+div.toc li.level4 {
+ margin-left: 45px;
+}
+
+span.emoji {
+ /* font family used at the site: https://unicode.org/emoji/charts/full-emoji-list.html
+ * font-family: "Noto Color Emoji", "Apple Color Emoji", "Segoe UI Emoji", Times, Symbola, Aegyptus, Code2000, Code2001, Code2002, Musica, serif, LastResort;
+ */
+}
+
+.PageDocRTL-title div.toc li.level1 {
+ margin-left: 0 !important;
+ margin-right: 0;
+}
+
+.PageDocRTL-title div.toc li.level2 {
+ margin-left: 0 !important;
+ margin-right: 15px;
+}
+
+.PageDocRTL-title div.toc li.level3 {
+ margin-left: 0 !important;
+ margin-right: 30px;
+}
+
+.PageDocRTL-title div.toc li.level4 {
+ margin-left: 0 !important;
+ margin-right: 45px;
+}
+
+.inherit_header {
+ font-weight: bold;
+ color: gray;
+ cursor: pointer;
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -khtml-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+}
+
+.inherit_header td {
+ padding: 6px 0px 2px 5px;
+}
+
+.inherit {
+ display: none;
+}
+
+tr.heading h2 {
+ margin-top: 12px;
+ margin-bottom: 4px;
+}
+
+/* tooltip related style info */
+
+.ttc {
+ position: absolute;
+ display: none;
+}
+
+#powerTip {
+ cursor: default;
+ white-space: nowrap;
+ background-color: white;
+ border: 1px solid gray;
+ border-radius: 4px 4px 4px 4px;
+ box-shadow: 1px 1px 7px gray;
+ display: none;
+ font-size: smaller;
+ max-width: 80%;
+ opacity: 0.9;
+ padding: 1ex 1em 1em;
+ position: absolute;
+ z-index: 2147483647;
+}
+
+#powerTip div.ttdoc {
+ color: grey;
+ font-style: italic;
+}
+
+#powerTip div.ttname a {
+ font-weight: bold;
+}
+
+#powerTip div.ttname {
+ font-weight: bold;
+}
+
+#powerTip div.ttdeci {
+ color: #006318;
+}
+
+#powerTip div {
+ margin: 0px;
+ padding: 0px;
+ font: 12px/16px Roboto,sans-serif;
+}
+
+#powerTip:before, #powerTip:after {
+ content: "";
+ position: absolute;
+ margin: 0px;
+}
+
+#powerTip.n:after, #powerTip.n:before,
+#powerTip.s:after, #powerTip.s:before,
+#powerTip.w:after, #powerTip.w:before,
+#powerTip.e:after, #powerTip.e:before,
+#powerTip.ne:after, #powerTip.ne:before,
+#powerTip.se:after, #powerTip.se:before,
+#powerTip.nw:after, #powerTip.nw:before,
+#powerTip.sw:after, #powerTip.sw:before {
+ border: solid transparent;
+ content: " ";
+ height: 0;
+ width: 0;
+ position: absolute;
+}
+
+#powerTip.n:after, #powerTip.s:after,
+#powerTip.w:after, #powerTip.e:after,
+#powerTip.nw:after, #powerTip.ne:after,
+#powerTip.sw:after, #powerTip.se:after {
+ border-color: rgba(255, 255, 255, 0);
+}
+
+#powerTip.n:before, #powerTip.s:before,
+#powerTip.w:before, #powerTip.e:before,
+#powerTip.nw:before, #powerTip.ne:before,
+#powerTip.sw:before, #powerTip.se:before {
+ border-color: rgba(128, 128, 128, 0);
+}
+
+#powerTip.n:after, #powerTip.n:before,
+#powerTip.ne:after, #powerTip.ne:before,
+#powerTip.nw:after, #powerTip.nw:before {
+ top: 100%;
+}
+
+#powerTip.n:after, #powerTip.ne:after, #powerTip.nw:after {
+ border-top-color: #FFFFFF;
+ border-width: 10px;
+ margin: 0px -10px;
+}
+#powerTip.n:before {
+ border-top-color: #808080;
+ border-width: 11px;
+ margin: 0px -11px;
+}
+#powerTip.n:after, #powerTip.n:before {
+ left: 50%;
+}
+
+#powerTip.nw:after, #powerTip.nw:before {
+ right: 14px;
+}
+
+#powerTip.ne:after, #powerTip.ne:before {
+ left: 14px;
+}
+
+#powerTip.s:after, #powerTip.s:before,
+#powerTip.se:after, #powerTip.se:before,
+#powerTip.sw:after, #powerTip.sw:before {
+ bottom: 100%;
+}
+
+#powerTip.s:after, #powerTip.se:after, #powerTip.sw:after {
+ border-bottom-color: #FFFFFF;
+ border-width: 10px;
+ margin: 0px -10px;
+}
+
+#powerTip.s:before, #powerTip.se:before, #powerTip.sw:before {
+ border-bottom-color: #808080;
+ border-width: 11px;
+ margin: 0px -11px;
+}
+
+#powerTip.s:after, #powerTip.s:before {
+ left: 50%;
+}
+
+#powerTip.sw:after, #powerTip.sw:before {
+ right: 14px;
+}
+
+#powerTip.se:after, #powerTip.se:before {
+ left: 14px;
+}
+
+#powerTip.e:after, #powerTip.e:before {
+ left: 100%;
+}
+#powerTip.e:after {
+ border-left-color: #FFFFFF;
+ border-width: 10px;
+ top: 50%;
+ margin-top: -10px;
+}
+#powerTip.e:before {
+ border-left-color: #808080;
+ border-width: 11px;
+ top: 50%;
+ margin-top: -11px;
+}
+
+#powerTip.w:after, #powerTip.w:before {
+ right: 100%;
+}
+#powerTip.w:after {
+ border-right-color: #FFFFFF;
+ border-width: 10px;
+ top: 50%;
+ margin-top: -10px;
+}
+#powerTip.w:before {
+ border-right-color: #808080;
+ border-width: 11px;
+ top: 50%;
+ margin-top: -11px;
+}
+
+@media print
+{
+ #top { display: none; }
+ #side-nav { display: none; }
+ #nav-path { display: none; }
+ body { overflow:visible; }
+ h1, h2, h3, h4, h5, h6 { page-break-after: avoid; }
+ .summary { display: none; }
+ .memitem { page-break-inside: avoid; }
+ #doc-content
+ {
+ margin-left:0 !important;
+ height:auto !important;
+ width:auto !important;
+ overflow:inherit;
+ display:inline;
+ }
+}
+
+/* @group Markdown */
+
+table.markdownTable {
+ border-collapse:collapse;
+ margin-top: 4px;
+ margin-bottom: 4px;
+}
+
+table.markdownTable td, table.markdownTable th {
+ border: 1px solid #3B3257;
+ padding: 3px 7px 2px;
+}
+
+table.markdownTable tr {
+}
+
+th.markdownTableHeadLeft, th.markdownTableHeadRight, th.markdownTableHeadCenter, th.markdownTableHeadNone {
+ background-color: #493E6D;
+ color: #FFFFFF;
+ font-size: 110%;
+ padding-bottom: 4px;
+ padding-top: 5px;
+}
+
+th.markdownTableHeadLeft, td.markdownTableBodyLeft {
+ text-align: left
+}
+
+th.markdownTableHeadRight, td.markdownTableBodyRight {
+ text-align: right
+}
+
+th.markdownTableHeadCenter, td.markdownTableBodyCenter {
+ text-align: center
+}
+
+.DocNodeRTL {
+ text-align: right;
+ direction: rtl;
+}
+
+.DocNodeLTR {
+ text-align: left;
+ direction: ltr;
+}
+
+table.DocNodeRTL {
+ width: auto;
+ margin-right: 0;
+ margin-left: auto;
+}
+
+table.DocNodeLTR {
+ width: auto;
+ margin-right: auto;
+ margin-left: 0;
+}
+
+tt, code, kbd, samp
+{
+ display: inline-block;
+ direction:ltr;
+}
+/* @end */
+
+u {
+ text-decoration: underline;
+}
+
diff --git a/iFacility/doxygen-docs/html/doxygen.svg b/iFacility/doxygen-docs/html/doxygen.svg
new file mode 100644
index 0000000..ce93afc
--- /dev/null
+++ b/iFacility/doxygen-docs/html/doxygen.svg
@@ -0,0 +1,26 @@
+
+
diff --git a/iFacility/doxygen-docs/html/dynsections.js b/iFacility/doxygen-docs/html/dynsections.js
new file mode 100644
index 0000000..3174bd7
--- /dev/null
+++ b/iFacility/doxygen-docs/html/dynsections.js
@@ -0,0 +1,121 @@
+/*
+ @licstart The following is the entire license notice for the JavaScript code in this file.
+
+ The MIT License (MIT)
+
+ Copyright (C) 1997-2020 by Dimitri van Heesch
+
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software
+ and associated documentation files (the "Software"), to deal in the Software without restriction,
+ including without limitation the rights to use, copy, modify, merge, publish, distribute,
+ sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included in all copies or
+ substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
+ BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
+ DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+ @licend The above is the entire license notice for the JavaScript code in this file
+ */
+function toggleVisibility(linkObj)
+{
+ var base = $(linkObj).attr('id');
+ var summary = $('#'+base+'-summary');
+ var content = $('#'+base+'-content');
+ var trigger = $('#'+base+'-trigger');
+ var src=$(trigger).attr('src');
+ if (content.is(':visible')===true) {
+ content.hide();
+ summary.show();
+ $(linkObj).addClass('closed').removeClass('opened');
+ $(trigger).attr('src',src.substring(0,src.length-8)+'closed.png');
+ } else {
+ content.show();
+ summary.hide();
+ $(linkObj).removeClass('closed').addClass('opened');
+ $(trigger).attr('src',src.substring(0,src.length-10)+'open.png');
+ }
+ return false;
+}
+
+function updateStripes()
+{
+ $('table.directory tr').
+ removeClass('even').filter(':visible:even').addClass('even');
+}
+
+function toggleLevel(level)
+{
+ $('table.directory tr').each(function() {
+ var l = this.id.split('_').length-1;
+ var i = $('#img'+this.id.substring(3));
+ var a = $('#arr'+this.id.substring(3));
+ if (l
+
+
+
+
+
+
+iFacility: File List
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all files with brief descriptions:
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/folderclosed.png b/iFacility/doxygen-docs/html/folderclosed.png
new file mode 100644
index 0000000..e97909e
Binary files /dev/null and b/iFacility/doxygen-docs/html/folderclosed.png differ
diff --git a/iFacility/doxygen-docs/html/folderopen.png b/iFacility/doxygen-docs/html/folderopen.png
new file mode 100644
index 0000000..5ec7b62
Binary files /dev/null and b/iFacility/doxygen-docs/html/folderopen.png differ
diff --git a/iFacility/doxygen-docs/html/functions.html b/iFacility/doxygen-docs/html/functions.html
new file mode 100644
index 0000000..6d946c5
--- /dev/null
+++ b/iFacility/doxygen-docs/html/functions.html
@@ -0,0 +1,396 @@
+
+
+
+
+
+
+
+iFacility: Class Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all class members with links to the classes they belong to:
+
+
- a -
+
+
+
- c -
+
+
+
- d -
+
+
+
- e -
+
+
+
- f -
+
+
+
- g -
+
+
+
- h -
+
+
+
- i -
+
+
+
- l -
+
+
+
- o -
+
+
+
- p -
+
+
+
- r -
+
+
+
- s -
+
+
+
- t -
+
+
+
- u -
+
+
+
- v -
+
+
+
- w -
+
+
+
- ~ -
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/functions_func.html b/iFacility/doxygen-docs/html/functions_func.html
new file mode 100644
index 0000000..7e40584
--- /dev/null
+++ b/iFacility/doxygen-docs/html/functions_func.html
@@ -0,0 +1,380 @@
+
+
+
+
+
+
+
+iFacility: Class Members - Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- a -
+
+
+
- c -
+
+
+
- d -
+
+
+
- e -
+
+
+
- f -
+
+
+
- g -
+
+
+
- h -
+
+
+
- i -
+
+
+
- l -
+
+
+
- o -
+
+
+
- p -
+
+
+
- r -
+
+
+
- s -
+
+
+
- t -
+
+
+
- u -
+
+
+
- v -
+
+
+
- w -
+
+
+
- ~ -
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/functions_rela.html b/iFacility/doxygen-docs/html/functions_rela.html
new file mode 100644
index 0000000..41d472c
--- /dev/null
+++ b/iFacility/doxygen-docs/html/functions_rela.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+
+
+iFacility: Class Members - Related Functions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/globals.html b/iFacility/doxygen-docs/html/globals.html
new file mode 100644
index 0000000..79f9aa9
--- /dev/null
+++ b/iFacility/doxygen-docs/html/globals.html
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+
+iFacility: File Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Here is a list of all file members with links to the files they belong to:
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/globals_enum.html b/iFacility/doxygen-docs/html/globals_enum.html
new file mode 100644
index 0000000..79dc552
--- /dev/null
+++ b/iFacility/doxygen-docs/html/globals_enum.html
@@ -0,0 +1,77 @@
+
+
+
+
+
+
+
+iFacility: File Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/globals_func.html b/iFacility/doxygen-docs/html/globals_func.html
new file mode 100644
index 0000000..c8e683e
--- /dev/null
+++ b/iFacility/doxygen-docs/html/globals_func.html
@@ -0,0 +1,92 @@
+
+
+
+
+
+
+
+iFacility: File Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/globals_type.html b/iFacility/doxygen-docs/html/globals_type.html
new file mode 100644
index 0000000..eb72fad
--- /dev/null
+++ b/iFacility/doxygen-docs/html/globals_type.html
@@ -0,0 +1,89 @@
+
+
+
+
+
+
+
+iFacility: File Members
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/hierarchy.html b/iFacility/doxygen-docs/html/hierarchy.html
new file mode 100644
index 0000000..3aa61f6
--- /dev/null
+++ b/iFacility/doxygen-docs/html/hierarchy.html
@@ -0,0 +1,96 @@
+
+
+
+
+
+
+
+iFacility: Class Hierarchy
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This inheritance list is sorted roughly, but not completely, alphabetically:
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/index.html b/iFacility/doxygen-docs/html/index.html
new file mode 100644
index 0000000..a50f8fd
--- /dev/null
+++ b/iFacility/doxygen-docs/html/index.html
@@ -0,0 +1,76 @@
+
+
+
+
+
+
+
+iFacility: Main Page
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/iFacility/doxygen-docs/html/jquery.js b/iFacility/doxygen-docs/html/jquery.js
new file mode 100644
index 0000000..103c32d
--- /dev/null
+++ b/iFacility/doxygen-docs/html/jquery.js
@@ -0,0 +1,35 @@
+/*! jQuery v3.4.1 | (c) JS Foundation and other contributors | jquery.org/license */
+!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],E=C.document,r=Object.getPrototypeOf,s=t.slice,g=t.concat,u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},x=function(e){return null!=e&&e===e.window},c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.4.1",k=function(e,t){return new k.fn.init(e,t)},p=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;function d(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp($),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+$),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\([\\da-f]{1,6}"+M+"?|("+M+")|.)","ig"),ne=function(e,t,n){var r="0x"+t-65536;return r!=r||n?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320)},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(m.childNodes),m.childNodes),t[m.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&((e?e.ownerDocument||e:m)!==C&&T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!A[t+" "]&&(!v||!v.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&U.test(t)){(s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=k),o=(l=h(t)).length;while(o--)l[o]="#"+s+" "+xe(l[o]);c=l.join(","),f=ee.test(t)&&ye(e.parentNode)||e}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){A(t,!0)}finally{s===k&&e.removeAttribute("id")}}}return g(t.replace(B,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[k]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e.namespaceURI,n=(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:m;return r!==C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),m!==C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=k,!C.getElementsByName||!C.getElementsByName(k).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+k+"-]").length||v.push("~="),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+k+"+*").length||v.push(".#.+[+~]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",$)}),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),y=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e===C||e.ownerDocument===m&&y(m,e)?-1:t===C||t.ownerDocument===m&&y(m,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e===C?-1:t===C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]===m?-1:s[r]===m?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if((e.ownerDocument||e)!==C&&T(e),d.matchesSelector&&E&&!A[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){A(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=p[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&p(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,n,r){return m(n)?k.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?k.grep(e,function(e){return e===n!==r}):"string"!=typeof n?k.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(k.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||q,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:L.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof k?t[0]:t,k.merge(this,k.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),D.test(r[1])&&k.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(k):k.makeArray(e,this)}).prototype=k.fn,q=k(E);var H=/^(?:parents|prev(?:Until|All))/,O={children:!0,contents:!0,next:!0,prev:!0};function P(e,t){while((e=e[t])&&1!==e.nodeType);return e}k.fn.extend({has:function(e){var t=k(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i,ge={option:[1,""],thead:[1,""],col:[2,""],tr:[2,""],td:[3,""],_default:[0,"",""]};function ve(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?k.merge([e],n):n}function ye(e,t){for(var n=0,r=e.length;nx",y.noCloneChecked=!!me.cloneNode(!0).lastChild.defaultValue;var Te=/^key/,Ce=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Ee=/^([^.]*)(?:\.(.+)|)/;function ke(){return!0}function Se(){return!1}function Ne(e,t){return e===function(){try{return E.activeElement}catch(e){}}()==("focus"===t)}function Ae(e,t,n,r,i,o){var a,s;if("object"==typeof t){for(s in"string"!=typeof n&&(r=r||n,n=void 0),t)Ae(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=Se;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return k().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=k.guid++)),e.each(function(){k.event.add(this,t,i,r,n)})}function De(e,i,o){o?(Q.set(e,i,!1),k.event.add(e,i,{namespace:!1,handler:function(e){var t,n,r=Q.get(this,i);if(1&e.isTrigger&&this[i]){if(r.length)(k.event.special[i]||{}).delegateType&&e.stopPropagation();else if(r=s.call(arguments),Q.set(this,i,r),t=o(this,i),this[i](),r!==(n=Q.get(this,i))||t?Q.set(this,i,!1):n={},r!==n)return e.stopImmediatePropagation(),e.preventDefault(),n.value}else r.length&&(Q.set(this,i,{value:k.event.trigger(k.extend(r[0],k.Event.prototype),r.slice(1),this)}),e.stopImmediatePropagation())}})):void 0===Q.get(e,i)&&k.event.add(e,i,ke)}k.event={global:{},add:function(t,e,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=Q.get(t);if(v){n.handler&&(n=(o=n).handler,i=o.selector),i&&k.find.matchesSelector(ie,i),n.guid||(n.guid=k.guid++),(u=v.events)||(u=v.events={}),(a=v.handle)||(a=v.handle=function(e){return"undefined"!=typeof k&&k.event.triggered!==e.type?k.event.dispatch.apply(t,arguments):void 0}),l=(e=(e||"").match(R)||[""]).length;while(l--)d=g=(s=Ee.exec(e[l])||[])[1],h=(s[2]||"").split(".").sort(),d&&(f=k.event.special[d]||{},d=(i?f.delegateType:f.bindType)||d,f=k.event.special[d]||{},c=k.extend({type:d,origType:g,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&k.expr.match.needsContext.test(i),namespace:h.join(".")},o),(p=u[d])||((p=u[d]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(t,r,h,a)||t.addEventListener&&t.addEventListener(d,a)),f.add&&(f.add.call(t,c),c.handler.guid||(c.handler.guid=n.guid)),i?p.splice(p.delegateCount++,0,c):p.push(c),k.event.global[d]=!0)}},remove:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=Q.hasData(e)&&Q.get(e);if(v&&(u=v.events)){l=(t=(t||"").match(R)||[""]).length;while(l--)if(d=g=(s=Ee.exec(t[l])||[])[1],h=(s[2]||"").split(".").sort(),d){f=k.event.special[d]||{},p=u[d=(r?f.delegateType:f.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=p.length;while(o--)c=p[o],!i&&g!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(p.splice(o,1),c.selector&&p.delegateCount--,f.remove&&f.remove.call(e,c));a&&!p.length&&(f.teardown&&!1!==f.teardown.call(e,h,v.handle)||k.removeEvent(e,d,v.handle),delete u[d])}else for(d in u)k.event.remove(e,d+t[l],n,r,!0);k.isEmptyObject(u)&&Q.remove(e,"handle events")}},dispatch:function(e){var t,n,r,i,o,a,s=k.event.fix(e),u=new Array(arguments.length),l=(Q.get(this,"events")||{})[s.type]||[],c=k.event.special[s.type]||{};for(u[0]=s,t=1;t\x20\t\r\n\f]*)[^>]*)\/>/gi,qe=/
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ iFacility
+ 1.0
+
+ Проект является реализацией ИС "Предприятие"
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
#include "loginwindow.h"
+
#include "ui_loginwindow.h"
+
+
+
+
+