C# Class MissionPlanner.GCSViews.ConfigurationView.ConfigFlightModes

Inheritance: System.Windows.Forms.UserControl, IActivate, IDeactivate
显示文件 Open project: ArduPilot/MissionPlanner

Public Methods

Method Description
Activate ( ) : void
ConfigFlightModes ( ) : System
Deactivate ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Private Methods

Method 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 method

public Activate ( ) : void
return void

ConfigFlightModes() public method

public ConfigFlightModes ( ) : System
return System

Deactivate() public method

public Deactivate ( ) : void
return void

Dispose() protected method

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

ProcessCmdKey() protected method

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