C# Class MissionPlanner.Controls.PreFlight.CheckListControl

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: ArduPilot/MissionPlanner Class Usage Examples

Méthodes publiques

Свойство Type Description
CheckListItems List
configfile string
configfiledefault string

Méthodes publiques

Méthode Description
CheckListControl ( ) : System
Draw ( ) : void
LoadConfig ( ) : void
SaveConfig ( ) : void
UpdateDisplay ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnVisibleChanged ( EventArgs e ) : void

Private Methods

Méthode 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 méthode

public CheckListControl ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

Draw() public méthode

public Draw ( ) : void
Résultat void

LoadConfig() public méthode

public LoadConfig ( ) : void
Résultat void

OnVisibleChanged() protected méthode

protected OnVisibleChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

SaveConfig() public méthode

public SaveConfig ( ) : void
Résultat void

UpdateDisplay() public méthode

public UpdateDisplay ( ) : void
Résultat void

Property Details

CheckListItems public_oe property

public List CheckListItems
Résultat List

configfile public_oe property

public string configfile
Résultat string

configfiledefault public_oe property

public string configfiledefault
Résultat string