C# Класс MissionPlanner.GCSViews.ConfigurationView.ConfigArduplane

Показать файл Открыть проект

Открытые методы

Метод Описание
Activate ( ) : void
ConfigArduplane ( ) : System

Защищенные методы

Метод Описание
BUT_rerequestparams_Click ( object sender, EventArgs e ) : void

Handles the Click event of the BUT_rerequestparams control.

Dispose ( bool disposing ) : void

Clean up any resources being used.

ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Приватные методы

Метод Описание
AddNewLinesForTooltip ( string text ) : string
BUT_refreshpart_Click ( object sender, EventArgs e ) : void
BUT_writePIDS_Click ( object sender, EventArgs e ) : void
ComboBox_Validated ( object sender, EventArgs e ) : void
Configuration_Validating ( object sender, CancelEventArgs e ) : void
EEPROM_View_float_TextChanged ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

disableNumericUpDownControls ( Control inctl ) : void
numeric_ValueUpdated ( object sender, EventArgs e ) : void
processToScreen ( ) : void
updateparam ( Control parentctl ) : void

Описание методов

Activate() публичный Метод

public Activate ( ) : void
Результат void

BUT_rerequestparams_Click() защищенный Метод

Handles the Click event of the BUT_rerequestparams control.
protected BUT_rerequestparams_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
Результат void

ConfigArduplane() публичный Метод

public ConfigArduplane ( ) : System
Результат System

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

ProcessCmdKey() защищенный Метод

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg Message
keyData Keys
Результат bool