C# Class AnimatGuiCtrls.Controls.PropertySlider

Summary description for PropertySlider.
Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: NeuroRoboticTech/AnimatLabPublicSource

Protected Properties

Свойство Type Description
m_PropertySpec PropertySpec
m_dblCurrentValue double
m_dblSliderMax double
m_dblSliderMin double
m_strPropertyName string

Méthodes publiques

Méthode Description
GetValues ( ) : void
PropertySlider ( ) : System

Méthodes protégées

Méthode Description
CalculateSliderValue ( double dblVal ) : int
CalculateValueFromSlider ( ) : double
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnGetValue ( PropertySpecEventArgs e ) : void

Raises the GetValue event.

OnSetValue ( PropertySpecEventArgs e ) : void

Raises the SetValue event.

SetSliderValue ( double dblVal ) : void
ctrlSlider_Scroll ( object sender, System e ) : void
ctrlValue_Changed ( object sender, System e ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

CalculateSliderValue() protected méthode

protected CalculateSliderValue ( double dblVal ) : int
dblVal double
Résultat int

CalculateValueFromSlider() protected méthode

protected CalculateValueFromSlider ( ) : double
Résultat double

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetValues() public méthode

public GetValues ( ) : void
Résultat void

OnGetValue() protected méthode

Raises the GetValue event.
protected OnGetValue ( PropertySpecEventArgs e ) : void
e PropertySpecEventArgs A PropertySpecEventArgs that contains the event data.
Résultat void

OnSetValue() protected méthode

Raises the SetValue event.
protected OnSetValue ( PropertySpecEventArgs e ) : void
e PropertySpecEventArgs A PropertySpecEventArgs that contains the event data.
Résultat void

PropertySlider() public méthode

public PropertySlider ( ) : System
Résultat System

SetSliderValue() protected méthode

protected SetSliderValue ( double dblVal ) : void
dblVal double
Résultat void

ctrlSlider_Scroll() protected méthode

protected ctrlSlider_Scroll ( object sender, System e ) : void
sender object
e System
Résultat void

ctrlValue_Changed() protected méthode

protected ctrlValue_Changed ( object sender, System e ) : void
sender object
e System
Résultat void

Property Details

m_PropertySpec protected_oe property

protected PropertySpec,AnimatGuiCtrls.Controls m_PropertySpec
Résultat PropertySpec

m_dblCurrentValue protected_oe property

protected double m_dblCurrentValue
Résultat double

m_dblSliderMax protected_oe property

protected double m_dblSliderMax
Résultat double

m_dblSliderMin protected_oe property

protected double m_dblSliderMin
Résultat double

m_strPropertyName protected_oe property

protected string m_strPropertyName
Résultat string