C# Class csDataServerPlugin.HighlighterViewModel

Inheritance: Caliburn.Micro.Screen
Datei anzeigen Open project: TNOCS/csTouch

Public Methods

Method Description
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

Protected Methods

Method Description
OnViewLoaded ( object view ) : void

Private Methods

Method Description
HighlighterPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
UpdateUI ( ) : void

Method Details

CalculateMax() public method

public CalculateMax ( ) : void
return void

CalculateMin() public method

public CalculateMin ( ) : void
return void

ChangeActive() public method

public ChangeActive ( ) : void
return void

ChangeStringValue() public method

public ChangeStringValue ( FrameworkElement button ) : void
button System.Windows.FrameworkElement
return void

ChangeThresholdType() public method

public ChangeThresholdType ( FrameworkElement button ) : void
button System.Windows.FrameworkElement
return void

ChangeVisualType() public method

public ChangeVisualType ( FrameworkElement button ) : void
button System.Windows.FrameworkElement
return void

HighLighterChanged() public method

public HighLighterChanged ( ) : void
return void

MathFormulateUpdated() public method

public MathFormulateUpdated ( ) : void
return void

OnViewLoaded() protected method

protected OnViewLoaded ( object view ) : void
view object
return void

Refresh() public method

public Refresh ( ) : void
return void

Remove() public method

public Remove ( FrameworkElement el ) : void
el System.Windows.FrameworkElement
return void

SelectColor() public method

public SelectColor ( FrameworkElement fe ) : void
fe System.Windows.FrameworkElement
return void

ToggleMCA() public method

public ToggleMCA ( ) : void
return void

UpdateFocusTime() public method

public UpdateFocusTime ( ) : void
return void

UpdateMathFormula() public method

public UpdateMathFormula ( ) : void
return void