C# 클래스 csDataServerPlugin.HighlighterViewModel

상속: Caliburn.Micro.Screen
파일 보기 프로젝트 열기: TNOCS/csTouch

공개 메소드들

메소드 설명
CalculateMax ( ) : void
CalculateMin ( ) : void
ChangeActive ( ) : void
ChangeStringValue ( FrameworkElement button ) : void
ChangeThresholdType ( FrameworkElement button ) : void
ChangeVisualType ( FrameworkElement button ) : void
HighLighterChanged ( ) : void
MathFormulateUpdated ( ) : void
Refresh ( ) : void
Remove ( FrameworkElement el ) : void
SelectColor ( FrameworkElement fe ) : void
ToggleMCA ( ) : void
UpdateFocusTime ( ) : void
UpdateMathFormula ( ) : void

보호된 메소드들

메소드 설명
OnViewLoaded ( object view ) : void

비공개 메소드들

메소드 설명
HighlighterPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
UpdateUI ( ) : void

메소드 상세

CalculateMax() 공개 메소드

public CalculateMax ( ) : void
리턴 void

CalculateMin() 공개 메소드

public CalculateMin ( ) : void
리턴 void

ChangeActive() 공개 메소드

public ChangeActive ( ) : void
리턴 void

ChangeStringValue() 공개 메소드

public ChangeStringValue ( FrameworkElement button ) : void
button System.Windows.FrameworkElement
리턴 void

ChangeThresholdType() 공개 메소드

public ChangeThresholdType ( FrameworkElement button ) : void
button System.Windows.FrameworkElement
리턴 void

ChangeVisualType() 공개 메소드

public ChangeVisualType ( FrameworkElement button ) : void
button System.Windows.FrameworkElement
리턴 void

HighLighterChanged() 공개 메소드

public HighLighterChanged ( ) : void
리턴 void

MathFormulateUpdated() 공개 메소드

public MathFormulateUpdated ( ) : void
리턴 void

OnViewLoaded() 보호된 메소드

protected OnViewLoaded ( object view ) : void
view object
리턴 void

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

Remove() 공개 메소드

public Remove ( FrameworkElement el ) : void
el System.Windows.FrameworkElement
리턴 void

SelectColor() 공개 메소드

public SelectColor ( FrameworkElement fe ) : void
fe System.Windows.FrameworkElement
리턴 void

ToggleMCA() 공개 메소드

public ToggleMCA ( ) : void
리턴 void

UpdateFocusTime() 공개 메소드

public UpdateFocusTime ( ) : void
리턴 void

UpdateMathFormula() 공개 메소드

public UpdateMathFormula ( ) : void
리턴 void