|
API C#
|
Interaction logic for MainWindow.xaml More...
Public Member Functions | |
| CMainWindow () | |
| Initializes a new instance of the CMainWindow class. More... | |
| void | RefreshData () |
| Refreshes all informations of Jaco and update the GUI. More... | |
| void | InitializeProductsList () |
| void | LoadConfigurationFile () |
| void | SaveTestReportPathConfiguration (string path) |
| void | CreateInstructionGUIList (List< CBasicInstruction > listeInstruction) |
| void | InitializeManualTests () |
| void | TestInProgress (bool flag) |
| void | NextInstruction () |
| void | PrepareGUIUpdate () |
| Method that is execute before updating the GUI. More... | |
| void | UpdateGUI () |
| This is the method called by the thread started when the user click the start test button. More... | |
| bool | IsScenarioOver () |
| void | ExecuteAllInstructions () |
| This is the method that is called by the scenario execution thread. More... | |
| void | EnableComponent (bool status) |
| void | INPUTValue_KeyUp (object sender, KeyEventArgs e) |
| void | Instruction_KeyDown (object sender, KeyEventArgs e) |
| void | BTNPass_Click (object sender, RoutedEventArgs e) |
| void | BTNCancelWait_Click (object sender, RoutedEventArgs e) |
| void | BTNDone_Click (object sender, RoutedEventArgs e) |
| void | BTNFail_Click (object sender, RoutedEventArgs e) |
| void | InitializeComponent () |
| InitializeComponent More... | |
| void | InitializeComponent () |
| InitializeComponent More... | |
| void | InitializeComponent () |
| InitializeComponent More... | |
| void | InitializeComponent () |
| InitializeComponent More... | |
| void | InitializeComponent () |
| InitializeComponent More... | |
Interaction logic for MainWindow.xaml
| Kinova.GUI.TestSuite.CMainWindow.CMainWindow | ( | ) |
Initializes a new instance of the CMainWindow class.
| void Kinova.GUI.TestSuite.CMainWindow.ExecuteAllInstructions | ( | ) |
This is the method that is called by the scenario execution thread.
| void Kinova.GUI.TestSuite.CMainWindow.InitializeComponent | ( | ) |
InitializeComponent
| void Kinova.GUI.TestSuite.CMainWindow.InitializeComponent | ( | ) |
InitializeComponent
| void Kinova.GUI.TestSuite.CMainWindow.InitializeComponent | ( | ) |
InitializeComponent
| void Kinova.GUI.TestSuite.CMainWindow.InitializeComponent | ( | ) |
InitializeComponent
| void Kinova.GUI.TestSuite.CMainWindow.InitializeComponent | ( | ) |
InitializeComponent
| void Kinova.GUI.TestSuite.CMainWindow.PrepareGUIUpdate | ( | ) |
Method that is execute before updating the GUI.
| void Kinova.GUI.TestSuite.CMainWindow.RefreshData | ( | ) |
Refreshes all informations of Jaco and update the GUI.
| void Kinova.GUI.TestSuite.CMainWindow.UpdateGUI | ( | ) |
This is the method called by the thread started when the user click the start test button.