C# Class MissionPlanner.Controls.PreFlight.CheckListControl

Inheritance: System.Windows.Forms.UserControl
Show file Open project: ArduPilot/MissionPlanner Class Usage Examples

Public Properties

Property Type Description
CheckListItems List
configfile string
configfiledefault string

Public Methods

Method Description
CheckListControl ( ) : System
Draw ( ) : void
LoadConfig ( ) : void
SaveConfig ( ) : void
UpdateDisplay ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnVisibleChanged ( EventArgs e ) : void

Private Methods

Method Description
BUT_edit_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.

addwarningcontrol ( int x, int y, CheckListItem item, bool hideforchild = false ) : Control
timer1_Tick ( object sender, EventArgs e ) : void

Method Details

CheckListControl() public method

public CheckListControl ( ) : System
return System

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

Draw() public method

public Draw ( ) : void
return void

LoadConfig() public method

public LoadConfig ( ) : void
return void

OnVisibleChanged() protected method

protected OnVisibleChanged ( EventArgs e ) : void
e System.EventArgs
return void

SaveConfig() public method

public SaveConfig ( ) : void
return void

UpdateDisplay() public method

public UpdateDisplay ( ) : void
return void

Property Details

CheckListItems public property

public List CheckListItems
return List

configfile public property

public string configfile
return string

configfiledefault public property

public string configfiledefault
return string