C# Class MissionPlanner.Controls.PreFlight.CheckListItem

Afficher le fichier Open project: ArduPilot/MissionPlanner Class Usage Examples

Méthodes publiques

Свойство Type Description
Child CheckListItem

Private Properties

Свойство Type Description
CheckValue bool
HandleParam double

Méthodes publiques

Méthode Description
DisplayText ( ) : string

Returns the formated string to pass to the speech engine

GetOptions ( ) : List

Return the list of options that are avaliable

SetField ( string name ) : void
checkCond ( CheckListItem item ) : bool

Private Methods

Méthode Description
CheckValue ( ) : bool

return true on match, and uses repeat time to prevent spamming

HandleParam ( ) : double

Method Details

DisplayText() public méthode

Returns the formated string to pass to the speech engine
public DisplayText ( ) : string
Résultat string

GetOptions() public méthode

Return the list of options that are avaliable
public GetOptions ( ) : List
Résultat List

SetField() public méthode

public SetField ( string name ) : void
name string
Résultat void

checkCond() public méthode

public checkCond ( CheckListItem item ) : bool
item CheckListItem
Résultat bool

Property Details

Child public_oe property

public CheckListItem,MissionPlanner.Controls.PreFlight Child
Résultat CheckListItem