C# Class BrrrBayBay.PwmGUIControl.GenericPwmControl

The control allowing the user to change asynchronous PWM settings
Inheritance: System.Windows.Forms.UserControl, IPwmGeneratorUserControl
Afficher le fichier Open project: joosthaverkort/PWMLogic

Méthodes publiques

Méthode Description
Dispose ( ) : void
GenericPwmControl ( ) : System
GenericPwmControl ( PwmGeneratorModes controlMode ) : System
deInitialize ( ) : void
initialize ( LogicPWMConnector connector ) : void
loadSettings ( System pwmSettings ) : void
saveSettings ( ) : XmlElement

Private Methods

Méthode Description
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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GenericPwmControl() public méthode

public GenericPwmControl ( ) : System
Résultat System

GenericPwmControl() public méthode

public GenericPwmControl ( PwmGeneratorModes controlMode ) : System
controlMode PwmGeneratorModes
Résultat System

deInitialize() public méthode

public deInitialize ( ) : void
Résultat void

initialize() public méthode

public initialize ( LogicPWMConnector connector ) : void
connector LogicPWMConnector
Résultat void

loadSettings() public méthode

public loadSettings ( System pwmSettings ) : void
pwmSettings System
Résultat void

saveSettings() public méthode

public saveSettings ( ) : XmlElement
Résultat System.Xml.XmlElement