C# 클래스 RemoteTech.UI.AntennaFragment

상속: IFragment, IDisposable
파일 보기 프로젝트 열기: RemoteTechnologiesGroup/RemoteTech 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
onMouseOutListEntry System.Action
onMouseOverListEntry System.Action
triggerMouseOverListEntry bool

공개 메소드들

메소드 설명
AntennaFragment ( IAntenna antenna ) : System
Dispose ( ) : void
Draw ( ) : void
Refresh ( ) : void

Rebuilds list of target vessels

Refresh ( IAntenna sat ) : void
Refresh ( ISatellite sat ) : void

Rebuilds list of target vessels

비공개 메소드들

메소드 설명
RefreshPlanets ( ) : void

Full refresh of target list

Calling this function wipes all information about which submenus were open or closed.

RemoveVessels ( Entry root ) : void

Removes all buttons representing specific vessels, while preserving celestial bodies and special targets

메소드 상세

AntennaFragment() 공개 메소드

public AntennaFragment ( IAntenna antenna ) : System
antenna IAntenna
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

Refresh() 공개 메소드

Rebuilds list of target vessels
public Refresh ( ) : void
리턴 void

Refresh() 공개 메소드

public Refresh ( IAntenna sat ) : void
sat IAntenna
리턴 void

Refresh() 공개 메소드

Rebuilds list of target vessels
public Refresh ( ISatellite sat ) : void
sat ISatellite The satellite whose status has just changed.
리턴 void

프로퍼티 상세

onMouseOutListEntry 공개적으로 프로퍼티

Callback trigger for mouse out of a list entry
public Action,System onMouseOutListEntry
리턴 System.Action

onMouseOverListEntry 공개적으로 프로퍼티

Callback trigger for mouse over a list entry
public Action,System onMouseOverListEntry
리턴 System.Action

triggerMouseOverListEntry 공개적으로 프로퍼티

Flag to trigger the onMouseover event
public bool triggerMouseOverListEntry
리턴 bool