3 #ifndef __Change_Confirmation_GUI_H__
4 #define __Change_Confirmation_GUI_H__
5 #pragma region Includes
7 #include "ui_ChangeConfirmationGUI.h"
13 namespace SchedulerGUI {
21 #pragma region Constants
22 static const string ChangeConfirmation::EmptySpaceNames;
25 static const string ChangeConfirmation::EmptySpaceValues;
43 #pragma region Protected Slots
59 #pragma region Initialization and Helper Methods
70 bool DoubleChanged(
double a,
double b);
78 QString BeautifyOutput(QString paramName,
double paramA,
double paramB);
86 QString BeautifyOutput(QString paramName, QString paramA, QString paramB);
93 void ConnectWidgets();
95 #pragma region UI Internals
97 Ui::ChangeConfirmationGUI
UI_;
101 #endif // !__ChangeConfirmation_GUI_H__
Ui::ChangeConfirmationGUI UI_
Instance of the UI/form.
Definition: ChangeConfirmation.h:97
Takes in, as input, two InfoStructs and prompts the user to Accept and change, Reject and revert...
Definition: ChangeConfirmation.h:18
int * Accept_
Set to true if the changes are accepted; false otherwise.
Definition: ChangeConfirmation.h:96
Defines the structure used to hold the configurable constants of the simulation.
Definition: InfoStruct.h:36