Index: sources/gui/GuiController.h =================================================================== diff -u -r9ef6badf8e172436bba2bfad1642ae7e469e0361 -r124c2e38e72a1a655d9d479c9c7a1cd8c5d5e6c4 --- sources/gui/GuiController.h (.../GuiController.h) (revision 9ef6badf8e172436bba2bfad1642ae7e469e0361) +++ sources/gui/GuiController.h (.../GuiController.h) (revision 124c2e38e72a1a655d9d479c9c7a1cd8c5d5e6c4) @@ -1,13 +1,13 @@ /*! * - * Copyright (c) 2020-2023 Diality Inc. - All Rights Reserved. + * Copyright (c) 2020-2025 Diality Inc. - All Rights Reserved. * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * \file GuiController.h * \author (last) Behrouz NematiPour - * \date (last) 15-Oct-2022 + * \date (last) 10-Sep-2023 * \author (original) Behrouz NematiPour * \date (original) 26-Aug-2020 * @@ -75,6 +75,7 @@ void doExportService (const GuiStringIndexMap &vExportList); // UI => OS void doExportTreatment (const GuiStringIndexMap &vExportList); // UI => OS void doQuitApplication (); + void doTreatmentRangesDone(bool vPass); private slots: // Should be private for thread safety and is connected internally. void onActionReceive (GuiActionType vAction, const QVariantList &vData); // UI <= HD/DG @@ -91,7 +92,7 @@ void onExportStat (quint32 vIndex, const QString &vFileName, quint8 vPercent); void onFailedTransmit(Sequence seq); - void onPOSTPass (bool vPass); + void onPOSTPass (bool vPass); signals: void didActionReceive (GuiActionType vAction, const QVariantList &vData); // UI <= HD/DG @@ -116,6 +117,8 @@ void didQuitApplication (); + void didTreatmentRangesDone(bool vPass); + // Device controller signal slots connection DEVICE_GUI_BRIDGE_DEFINITION_LIST