C# Class EKG_Project.GUI.AnalysisControl

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

Méthodes publiques

Свойство Type Description
inputFilePath string
outputPdfPath string

Méthodes publiques

Méthode 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

Méthode 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 méthode

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
Résultat System.Collections.Generic

AnalysisControl() public méthode

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
Résultat System.Collections.Generic

Property Details

inputFilePath public_oe property

public string inputFilePath
Résultat string

outputPdfPath public_oe property

public string outputPdfPath
Résultat string