API C#
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Kinova.GUI.TestSuite.CMainWindow Class Reference

Interaction logic for MainWindow.xaml More...

Inheritance diagram for Kinova.GUI.TestSuite.CMainWindow:

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...
 

Detailed Description

Interaction logic for MainWindow.xaml

CMainWindow

Constructor & Destructor Documentation

Kinova.GUI.TestSuite.CMainWindow.CMainWindow ( )

Initializes a new instance of the CMainWindow class.

Member Function Documentation

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.


The documentation for this class was generated from the following files: