C# Class EKG_Project.GUI.AnalysisControl

Interaction logic for AnalysisControl.xaml - class for GUI developers
Inheritance: System.Windows.Controls.UserControl
Show file Open project: Nefarin/DadmProject Class Usage Examples

Public Properties

Property Type Description
inputFilePath string
outputPdfPath string

Public Methods

Method Description
AnalysisControl ( ProcessSync communication, Window_ECG parent, System.Windows.Controls.TabItem parentTab, SynchronizationContext context ) : System.Collections.Generic
AnalysisControl ( ProcessSync communication, Window_ECG parent, System.Windows.Controls.TabItem parentTab, SynchronizationContext context, string analysisName ) : System.Collections.Generic

Private Methods

Method Description
analysisEventHandler ( object sender, IGUIMessage message ) : void
analyzeEvent ( IGUIMessage message ) : void
checkPlayButton ( ) : void
exitButton_Click ( object sender, RoutedEventArgs e ) : void
loadFileButton_Click ( object sender, RoutedEventArgs e ) : void
pdfButton_Click ( object sender, RoutedEventArgs e ) : void
startAnalyseButton_Click ( object sender, RoutedEventArgs e ) : void

Method Details

AnalysisControl() public method

public AnalysisControl ( ProcessSync communication, Window_ECG parent, System.Windows.Controls.TabItem parentTab, SynchronizationContext context ) : System.Collections.Generic
communication EKG_Project.Architecture.ProcessSync
parent Window_ECG
parentTab System.Windows.Controls.TabItem
context SynchronizationContext
return System.Collections.Generic

AnalysisControl() public method

public AnalysisControl ( ProcessSync communication, Window_ECG parent, System.Windows.Controls.TabItem parentTab, SynchronizationContext context, string analysisName ) : System.Collections.Generic
communication EKG_Project.Architecture.ProcessSync
parent Window_ECG
parentTab System.Windows.Controls.TabItem
context SynchronizationContext
analysisName string
return System.Collections.Generic

Property Details

inputFilePath public property

public string inputFilePath
return string

outputPdfPath public property

public string outputPdfPath
return string