C# 클래스 MissionPlanner.Controls.PreFlight.CheckListItem

파일 보기 프로젝트 열기: ArduPilot/MissionPlanner 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Child CheckListItem

Private Properties

프로퍼티 타입 설명
CheckValue bool
HandleParam double

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
CheckValue ( ) : bool

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

HandleParam ( ) : double

메소드 상세

DisplayText() 공개 메소드

Returns the formated string to pass to the speech engine
public DisplayText ( ) : string
리턴 string

GetOptions() 공개 메소드

Return the list of options that are avaliable
public GetOptions ( ) : List
리턴 List

SetField() 공개 메소드

public SetField ( string name ) : void
name string
리턴 void

checkCond() 공개 메소드

public checkCond ( CheckListItem item ) : bool
item CheckListItem
리턴 bool

프로퍼티 상세

Child 공개적으로 프로퍼티

public CheckListItem,MissionPlanner.Controls.PreFlight Child
리턴 CheckListItem