mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
refactoring
This commit is contained in:
34
mainwindow.h
34
mainwindow.h
@@ -30,13 +30,13 @@ public:
|
||||
~MainWindow();
|
||||
|
||||
signals:
|
||||
void onInitializeClient(RecognizeSystem *recognizeSystem,
|
||||
void sigInitializeClient(RecognizeSystem *recognizeSystem,
|
||||
ExternalExecuter *externalExecuter);
|
||||
|
||||
void onSetConnect(ServerSettings* serverSettings);
|
||||
void onCalculateHash();
|
||||
void SendClientAuthorization();
|
||||
void onSendMessage(QString message);
|
||||
void sigSetConnect(ServerSettings* serverSettings);
|
||||
void sigCalculateHash();
|
||||
void sigSendClientAuthorization();
|
||||
void sigSendMessage(QString message);
|
||||
|
||||
private slots:
|
||||
void on_loginButton_clicked();
|
||||
@@ -49,14 +49,14 @@ private slots:
|
||||
|
||||
void on_settingsButton_clicked();
|
||||
|
||||
void disableNotify();
|
||||
|
||||
void onConnectionState(bool flag);
|
||||
|
||||
void on_connectButton_clicked();
|
||||
|
||||
void on_languageComboBox_activated(const QString &arg1);
|
||||
|
||||
void slotDisableNotify();
|
||||
|
||||
void slotConnectionState(bool flag);
|
||||
|
||||
private:
|
||||
Ui::MainWindow *ui;
|
||||
QTranslator translator;
|
||||
@@ -72,14 +72,14 @@ private:
|
||||
QTimer *timer;
|
||||
float globalValue;
|
||||
|
||||
void DebugLog(QString message);
|
||||
void Initialize();
|
||||
void UpdateProgress(qint64 size,quint64 sended);
|
||||
void LoadComplete();
|
||||
void SetNeedUpdate(bool flag,quint64 size,quint64 fileCount);
|
||||
void LostConnection();
|
||||
void CheckLoginResult(ServerAuthorization * serverAuth);
|
||||
void CheckAppAvailable();
|
||||
void debugLog(QString message);
|
||||
void initialize();
|
||||
void updateProgress(qint64 size,quint64 sended);
|
||||
void loadComplete();
|
||||
void setNeedUpdate(bool flag,quint64 size,quint64 fileCount);
|
||||
void lostConnection();
|
||||
void checkLoginResult(ServerAuthorization * serverAuth);
|
||||
void checkAppAvailable();
|
||||
void checkLanguage(QString language);
|
||||
void autoStart();
|
||||
void loadStaticData();
|
||||
|
||||
Reference in New Issue
Block a user