C# Class AcManager.Pages.Dialogs.CarSpecsEditor

Inheritance: INotifyPropertyChanged
Show file Open project: gro-ove/actools

Public Methods

Method Description
CarSpecsEditor ( CarObject car ) : System.Collections.Generic

Private Methods

Method Description
CarSpecsEditor_Closing ( object sender, CancelEventArgs e ) : void
FixValue ( TextBox textBox ) : void
FixValues ( ) : void
FixableInput_MouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
Format ( string key, object value ) : string
GetTextBoxMask ( FrameworkElement box ) : string
OnPropertyChanged ( [ propertyName = null ) : void
PwRatioRecalculate_OnClick ( object sender, RoutedEventArgs e ) : void
Pw_OnTextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
RecalculateAndScaleCurves ( object sender, RoutedEventArgs e ) : void
RecalculateCurves ( object sender, RoutedEventArgs e ) : void
RecalculatePwRatio ( ) : void
RecalculateWeight ( ) : void
ScaleCurves ( object sender, RoutedEventArgs e ) : void
UpdateCurves ( ) : void
WeightRecalculate_OnClick ( object sender, RoutedEventArgs e ) : void

Method Details

CarSpecsEditor() public method

public CarSpecsEditor ( CarObject car ) : System.Collections.Generic
car AcManager.Tools.Objects.CarObject
return System.Collections.Generic