C# Class Gu.Wpf.PropertyGrid.UnitRows.SolidAngleRow

Inheritance: UnitRowGeneric, IQuantityFormatter
Datei anzeigen Open project: JohanLarsson/Gu.Wpf.PropertyGrid

Public Properties

Property Type Description
DefaultUnit SolidAngleUnit
MaxValueProperty System.Windows.DependencyProperty
MinValueProperty System.Windows.DependencyProperty
UnitProperty DependencyProperty
ValueProperty DependencyProperty

Protected Methods

Method Description
CreateSuffix ( SymbolFormat format ) : string
CreateSuffix ( SymbolFormat format, SolidAngleUnit unit ) : string
OnMaxValueChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnMaxValueChanged ( SolidAngle oldValue, SolidAngle newValue ) : void
OnMinValueChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnMinValueChanged ( SolidAngle oldValue, SolidAngle newValue ) : void
OnScalarMaxValueChanged ( double newValue ) : void
OnScalarMinValueChanged ( double newValue ) : void
OnScalarValueChanged ( double newValue ) : void
OnUnitChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnValueChanged ( object oldValue, object newValue ) : void
SetQuantityValue ( DependencyProperty property, double value ) : void
SetScalarValue ( DependencyProperty property, SolidAngle quantity ) : void
UpdateIsDirty ( ) : void

Private Methods

Method Description
IQuantityFormatter ( IQuantity quantity ) : string
SolidAngleRow ( ) : System.Windows

Method Details

CreateSuffix() protected method

protected CreateSuffix ( SymbolFormat format ) : string
format SymbolFormat
return string

CreateSuffix() protected static method

protected static CreateSuffix ( SymbolFormat format, SolidAngleUnit unit ) : string
format SymbolFormat
unit SolidAngleUnit
return string

OnMaxValueChanged() protected static method

protected static OnMaxValueChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
return void

OnMaxValueChanged() protected method

protected OnMaxValueChanged ( SolidAngle oldValue, SolidAngle newValue ) : void
oldValue SolidAngle
newValue SolidAngle
return void

OnMinValueChanged() protected static method

protected static OnMinValueChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
return void

OnMinValueChanged() protected method

protected OnMinValueChanged ( SolidAngle oldValue, SolidAngle newValue ) : void
oldValue SolidAngle
newValue SolidAngle
return void

OnScalarMaxValueChanged() protected method

protected OnScalarMaxValueChanged ( double newValue ) : void
newValue double
return void

OnScalarMinValueChanged() protected method

protected OnScalarMinValueChanged ( double newValue ) : void
newValue double
return void

OnScalarValueChanged() protected method

protected OnScalarValueChanged ( double newValue ) : void
newValue double
return void

OnUnitChanged() protected static method

protected static OnUnitChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
d DependencyObject
e DependencyPropertyChangedEventArgs
return void

OnValueChanged() protected method

protected OnValueChanged ( object oldValue, object newValue ) : void
oldValue object
newValue object
return void

SetQuantityValue() protected method

protected SetQuantityValue ( DependencyProperty property, double value ) : void
property DependencyProperty
value double
return void

SetScalarValue() protected method

protected SetScalarValue ( DependencyProperty property, SolidAngle quantity ) : void
property DependencyProperty
quantity SolidAngle
return void

UpdateIsDirty() protected method

protected UpdateIsDirty ( ) : void
return void

Property Details

DefaultUnit public_oe static_oe property

public static SolidAngleUnit DefaultUnit
return SolidAngleUnit

MaxValueProperty public_oe static_oe property

public static DependencyProperty,System.Windows MaxValueProperty
return System.Windows.DependencyProperty

MinValueProperty public_oe static_oe property

public static DependencyProperty,System.Windows MinValueProperty
return System.Windows.DependencyProperty

UnitProperty public_oe static_oe property

public static DependencyProperty UnitProperty
return DependencyProperty

ValueProperty public_oe static_oe property

public static DependencyProperty ValueProperty
return DependencyProperty