C# Класс RemoteTech.UI.DebugWindow

Наследование: AbstractWindow
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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