C# Class MissionPlanner.GCSViews.ConfigurationView.ConfigRawParamsTree

Mostrar archivo Open project: ArduPilot/MissionPlanner

Public Methods

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

Protected Methods

Method Description
ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Private Methods

Method Description
AddNewLinesForTooltip ( string text ) : string
BUT_compare_Click ( object sender, EventArgs e ) : void
BUT_load_Click ( object sender, EventArgs e ) : void
BUT_paramfileload_Click ( object sender, EventArgs e ) : void
BUT_rerequestparams_Click ( object sender, EventArgs e ) : void
BUT_reset_params_Click ( object sender, EventArgs e ) : void
BUT_save_Click ( object sender, EventArgs e ) : void
BUT_writePIDS_Click ( object sender, EventArgs e ) : void
Params_CellClick ( object sender, CellClickEventArgs e ) : void
Params_CellEditFinishing ( object sender, CellEditEventArgs e ) : void
Params_FormatRow ( object sender, FormatRowEventArgs e ) : void
checkandupdateparam ( string name, string value ) : void
filterList ( string searchfor ) : void
loadparamsfromfile ( string fn ) : void
paramCompareForm_dtlvcallback ( string param, float value ) : void
processToScreen ( ) : void
txt_search_TextChanged ( object sender, EventArgs e ) : void
updatedefaultlist ( object crap ) : void

Method Details

Activate() public method

public Activate ( ) : void
return void

ConfigRawParamsTree() public method

public ConfigRawParamsTree ( ) : System
return System

Deactivate() public method

public Deactivate ( ) : void
return void

ProcessCmdKey() protected method

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg Message
keyData Keys
return bool