C# 클래스 RemoteTech.UI.DebugWindow

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

공개 메소드들

메소드 설명
DebugWindow ( ) : System
Hide ( ) : void
ReceiveDataAbort ( ConfigNode data ) : void
ReceiveDataExec ( ConfigNode data ) : bool
ReceiveDataPop ( ConfigNode data ) : bool

This method is needed as a callback function for the API.QueueCommandToFlightComputer

Window ( int uid ) : void

Draws the content of the window

비공개 메소드들

메소드 설명
drawAPITester ( ) : void

Draws the API Tester section

drawGuidReader ( ) : void

Draws a list with all ship guids and command stations to copy these values for the api tester

drawRTDebugLogEntrys ( ) : void

Draws all debug logs

drawRTSettingsTab ( ) : void

Draws the RTSettings section

initializeDebugMenue ( ) : void

메소드 상세

DebugWindow() 공개 메소드

public DebugWindow ( ) : System
리턴 System

Hide() 공개 메소드

public Hide ( ) : void
리턴 void

ReceiveDataAbort() 공개 정적인 메소드

public static ReceiveDataAbort ( ConfigNode data ) : void
data System.ConfigNode
리턴 void

ReceiveDataExec() 공개 정적인 메소드

public static ReceiveDataExec ( ConfigNode data ) : bool
data System.ConfigNode
리턴 bool

ReceiveDataPop() 공개 정적인 메소드

This method is needed as a callback function for the API.QueueCommandToFlightComputer
public static ReceiveDataPop ( ConfigNode data ) : bool
data System.ConfigNode data passed from the flightcomputer
리턴 bool

Window() 공개 메소드

Draws the content of the window
public Window ( int uid ) : void
uid int
리턴 void