C# Class MissionPlanner.GCSViews.ConfigurationView.ConfigRawParams

Inheritance: System.Windows.Forms.UserControl, IActivate
Mostrar archivo Open project: ArduPilot/MissionPlanner Class Usage Examples

Public Methods

Method Description
Activate ( ) : void
CheckForUrlAndLaunchInBrowser ( string stringWithPossibleUrl ) : void
ConfigRawParams ( ) : 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
CMB_paramfiles_SelectedIndexChanged ( object sender, EventArgs e ) : void
Params_CellContentClick ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void
Params_CellValueChanged ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void
filterList ( string searchfor ) : void
loadparamsfromfile ( string fn ) : 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

CheckForUrlAndLaunchInBrowser() public static method

public static CheckForUrlAndLaunchInBrowser ( string stringWithPossibleUrl ) : void
stringWithPossibleUrl string
return void

ConfigRawParams() public method

public ConfigRawParams ( ) : System
return System

Deactivate() public method

public Deactivate ( ) : void
return void

ProcessCmdKey() protected method

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