mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
Запуск refact
This commit is contained in:
@@ -25,15 +25,7 @@ public:
|
||||
~MainWindow();
|
||||
|
||||
protected:
|
||||
/* Метод получения событий в главном окне приложения
|
||||
* В нём будет производиться проверка события смены перевода приложения
|
||||
*/
|
||||
void changeEvent(QEvent * event) override;
|
||||
|
||||
/* Виртуальная функция родительского класса в нашем классе
|
||||
* переопределяется для изменения поведения приложения,
|
||||
* чтобы оно сворачивалось в трей, когда мы этого хотим
|
||||
*/
|
||||
void closeEvent(QCloseEvent * event) override;
|
||||
|
||||
public slots:
|
||||
@@ -52,19 +44,18 @@ public slots:
|
||||
|
||||
//Слот вывода сообщения из трея
|
||||
void slot_Tray_ShowMessage(QString textMsg, QSystemTrayIcon::MessageIcon iconMsg = QSystemTrayIcon::Information);
|
||||
|
||||
//Слот изменения иконки трея о статусе Сервера
|
||||
void slot_updateStateServer(EStateServer stateServer, EStateBlockAutorization stateBlockAutorization);
|
||||
|
||||
//Слот отложенной инициализации
|
||||
void slot_LazyInitialization();
|
||||
void slot_LazyInitialization(); //TODO ?
|
||||
|
||||
void slot_hasError(int code);
|
||||
void slot_hasError(int code); //TODO ?
|
||||
|
||||
void slot_InitializeFinished();
|
||||
void slot_InitializeFinished(); //TODO ?
|
||||
|
||||
private:
|
||||
void exit();
|
||||
void errorCheck();
|
||||
void updateTrayTitles();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user