C# 클래스 BrrrBayBay.PwmGUIControl.GenericPwmControl

The control allowing the user to change asynchronous PWM settings
상속: System.Windows.Forms.UserControl, IPwmGeneratorUserControl
파일 보기 프로젝트 열기: joosthaverkort/PWMLogic

공개 메소드들

메소드 설명
Dispose ( ) : void
GenericPwmControl ( ) : System
GenericPwmControl ( PwmGeneratorModes controlMode ) : System
deInitialize ( ) : void
initialize ( LogicPWMConnector connector ) : void
loadSettings ( System pwmSettings ) : void
saveSettings ( ) : XmlElement

비공개 메소드들

메소드 설명
AsynchronousPwmControl_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void
applyButton_Click ( object sender, EventArgs e ) : void
applyChanges ( System.Boolean forceAll ) : void
createSettingsObject ( ) : SettingsTemplate
ctl_KeyDown ( object sender, KeyEventArgs e ) : void
ctl_SettingsChanged ( object sender, EventArgs e ) : void
frequencyChangedHandler ( Object sender, EventArgs e ) : void
frequencySettings_KeyDown ( object sender, KeyEventArgs e ) : void
initFrequencyBox ( int xPos, int yPos ) : void

Loads the frequency edit controls

setFrequencyBoxValue ( int freq ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GenericPwmControl() 공개 메소드

public GenericPwmControl ( ) : System
리턴 System

GenericPwmControl() 공개 메소드

public GenericPwmControl ( PwmGeneratorModes controlMode ) : System
controlMode PwmGeneratorModes
리턴 System

deInitialize() 공개 메소드

public deInitialize ( ) : void
리턴 void

initialize() 공개 메소드

public initialize ( LogicPWMConnector connector ) : void
connector LogicPWMConnector
리턴 void

loadSettings() 공개 메소드

public loadSettings ( System pwmSettings ) : void
pwmSettings System
리턴 void

saveSettings() 공개 메소드

public saveSettings ( ) : XmlElement
리턴 System.Xml.XmlElement