C# 클래스 kOS.Binding.BindingManager

상속: IBindingManager
파일 보기 프로젝트 열기: KSP-KOS/KOS 1 사용 예제들

공개 메소드들

메소드 설명
AddBoundVariable ( string name, BindingGetDlg getDelegate, BindingSetDlg setDelegate ) : void
AddGetter ( IEnumerable names, BindingGetDlg dlg ) : void
AddGetter ( string name, BindingGetDlg dlg ) : void
AddSetter ( IEnumerable names, BindingSetDlg dlg ) : void
AddSetter ( string name, BindingSetDlg dlg ) : void
BindingManager ( SharedObjects shared ) : System
Dispose ( ) : void
HasGetter ( string name ) : bool
Load ( ) : void
PostUpdate ( ) : void
PreUpdate ( ) : void
RegisterMethod ( BindingAttribute attr, Type type ) : void
SelectAutopilotMode ( string autopilotMode ) : void
ToggleFlyByWire ( string paramName, bool enabled ) : void
UnBindAll ( ) : void

메소드 상세

AddBoundVariable() 공개 메소드

public AddBoundVariable ( string name, BindingGetDlg getDelegate, BindingSetDlg setDelegate ) : void
name string
getDelegate BindingGetDlg
setDelegate BindingSetDlg
리턴 void

AddGetter() 공개 메소드

public AddGetter ( IEnumerable names, BindingGetDlg dlg ) : void
names IEnumerable
dlg BindingGetDlg
리턴 void

AddGetter() 공개 메소드

public AddGetter ( string name, BindingGetDlg dlg ) : void
name string
dlg BindingGetDlg
리턴 void

AddSetter() 공개 메소드

public AddSetter ( IEnumerable names, BindingSetDlg dlg ) : void
names IEnumerable
dlg BindingSetDlg
리턴 void

AddSetter() 공개 메소드

public AddSetter ( string name, BindingSetDlg dlg ) : void
name string
dlg BindingSetDlg
리턴 void

BindingManager() 공개 메소드

public BindingManager ( SharedObjects shared ) : System
shared SharedObjects
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

HasGetter() 공개 메소드

public HasGetter ( string name ) : bool
name string
리턴 bool

Load() 공개 메소드

public Load ( ) : void
리턴 void

PostUpdate() 공개 메소드

public PostUpdate ( ) : void
리턴 void

PreUpdate() 공개 메소드

public PreUpdate ( ) : void
리턴 void

RegisterMethod() 공개 정적인 메소드

public static RegisterMethod ( BindingAttribute attr, Type type ) : void
attr BindingAttribute
type System.Type
리턴 void

SelectAutopilotMode() 공개 메소드

public SelectAutopilotMode ( string autopilotMode ) : void
autopilotMode string
리턴 void

ToggleFlyByWire() 공개 메소드

public ToggleFlyByWire ( string paramName, bool enabled ) : void
paramName string
enabled bool
리턴 void

UnBindAll() 공개 메소드

public UnBindAll ( ) : void
리턴 void