C# Class MissionPlanner.GCSViews.ConfigurationView.ConfigFlightModes

Inheritance: System.Windows.Forms.UserControl, IActivate, IDeactivate
Afficher le fichier Open project: ArduPilot/MissionPlanner

Méthodes publiques

Méthode Description
Activate ( ) : void
ConfigFlightModes ( ) : System
Deactivate ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Private Methods

Méthode Description
BUT_SaveModes_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

findandenableordisable ( string ctl, bool enable ) : void
flightmode_SelectedIndexChanged ( object sender, EventArgs e ) : void
linkLabel1_ss_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void
readSwitch ( float inpwm ) : byte
timer_Tick ( object sender, EventArgs e ) : void
updateDropDown ( ComboBox ctl, string param ) : void

Method Details

Activate() public méthode

public Activate ( ) : void
Résultat void

ConfigFlightModes() public méthode

public ConfigFlightModes ( ) : System
Résultat System

Deactivate() public méthode

public Deactivate ( ) : void
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

ProcessCmdKey() protected méthode

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg System.Windows.Forms.Message
keyData Keys
Résultat bool