C# 클래스 EKG_Project.GUI.AnalysisControl

Interaction logic for AnalysisControl.xaml - class for GUI developers
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: Nefarin/DadmProject 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
inputFilePath string
outputPdfPath string

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

AnalysisControl() 공개 메소드

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
리턴 System.Collections.Generic

AnalysisControl() 공개 메소드

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
리턴 System.Collections.Generic

프로퍼티 상세

inputFilePath 공개적으로 프로퍼티

public string inputFilePath
리턴 string

outputPdfPath 공개적으로 프로퍼티

public string outputPdfPath
리턴 string