C# 클래스 AnimatGuiCtrls.Controls.PropertySlider

Summary description for PropertySlider.
상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: NeuroRoboticTech/AnimatLabPublicSource

보호된 프로퍼티들

프로퍼티 타입 설명
m_PropertySpec PropertySpec
m_dblCurrentValue double
m_dblSliderMax double
m_dblSliderMin double
m_strPropertyName string

공개 메소드들

메소드 설명
GetValues ( ) : void
PropertySlider ( ) : System

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

메소드 상세

CalculateSliderValue() 보호된 메소드

protected CalculateSliderValue ( double dblVal ) : int
dblVal double
리턴 int

CalculateValueFromSlider() 보호된 메소드

protected CalculateValueFromSlider ( ) : double
리턴 double

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetValues() 공개 메소드

public GetValues ( ) : void
리턴 void

OnGetValue() 보호된 메소드

Raises the GetValue event.
protected OnGetValue ( PropertySpecEventArgs e ) : void
e PropertySpecEventArgs A PropertySpecEventArgs that contains the event data.
리턴 void

OnSetValue() 보호된 메소드

Raises the SetValue event.
protected OnSetValue ( PropertySpecEventArgs e ) : void
e PropertySpecEventArgs A PropertySpecEventArgs that contains the event data.
리턴 void

PropertySlider() 공개 메소드

public PropertySlider ( ) : System
리턴 System

SetSliderValue() 보호된 메소드

protected SetSliderValue ( double dblVal ) : void
dblVal double
리턴 void

ctrlSlider_Scroll() 보호된 메소드

protected ctrlSlider_Scroll ( object sender, System e ) : void
sender object
e System
리턴 void

ctrlValue_Changed() 보호된 메소드

protected ctrlValue_Changed ( object sender, System e ) : void
sender object
e System
리턴 void

프로퍼티 상세

m_PropertySpec 보호되어 있는 프로퍼티

protected PropertySpec,AnimatGuiCtrls.Controls m_PropertySpec
리턴 PropertySpec

m_dblCurrentValue 보호되어 있는 프로퍼티

protected double m_dblCurrentValue
리턴 double

m_dblSliderMax 보호되어 있는 프로퍼티

protected double m_dblSliderMax
리턴 double

m_dblSliderMin 보호되어 있는 프로퍼티

protected double m_dblSliderMin
리턴 double

m_strPropertyName 보호되어 있는 프로퍼티

protected string m_strPropertyName
리턴 string