C# Class RemoteTech.UI.DebugWindow

Inheritance: AbstractWindow
Mostra file Open project: RemoteTechnologiesGroup/RemoteTech Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

DebugWindow() public method

public DebugWindow ( ) : System
return System

Hide() public method

public Hide ( ) : void
return void

ReceiveDataAbort() public static method

public static ReceiveDataAbort ( ConfigNode data ) : void
data System.ConfigNode
return void

ReceiveDataExec() public static method

public static ReceiveDataExec ( ConfigNode data ) : bool
data System.ConfigNode
return bool

ReceiveDataPop() public static method

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
return bool

Window() public method

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