C# Class MissionPlanner.GCSViews.ConfigurationView.ConfigFrameClassType

Inheritance: System.Windows.Forms.MyUserControl, IActivate, IDeactivate
Mostrar archivo Open project: ArduPilot/MissionPlanner

Public Properties

Property Type Description
ValidList motor_frame_type?>>.List

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
DoClass ( motor_frame_class frame_class ) : void
DoType ( motor_frame_type frame_type ) : void
FadePicBoxes ( Control picbox, float Opacity ) : void
InitializeComponent ( ) : void

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

SetFrameParam ( motor_frame_class frame_class, motor_frame_type frame_type ) : void
radioButtonClass_CheckedChanged ( object sender, EventArgs e ) : void
radioButtonType_CheckedChanged ( object sender, EventArgs e ) : void

Method Details

Activate() public method

public Activate ( ) : void
return void

ConfigFrameClassType() public method

public ConfigFrameClassType ( ) : 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

Property Details

ValidList public_oe property

public List> ValidList
return motor_frame_type?>>.List