Space Engineers
Public Member Functions | Static Public Attributes | List of all members
Sandbox.Game.Gui.MyTerminalGpsController Class Reference

Public Member Functions

void Init (IMyGuiControlsParent controlsParent)
 
void PopulateList ()
 
void PopulateList (string searchString)
 
void ClearList ()
 
void OnNameChanged (MyGuiControlTextbox sender)
 
bool IsNameOk (string str)
 
void OnDescChanged (MyGuiControlTextbox sender)
 
void OnXChanged (MyGuiControlTextbox sender)
 
void OnYChanged (MyGuiControlTextbox sender)
 
void OnZChanged (MyGuiControlTextbox sender)
 
void OnDelKeyPressed ()
 
void Close ()
 

Static Public Attributes

static readonly Color ITEM_SHOWN_COLOR = Color.CornflowerBlue
 

Detailed Description

Definition at line 26 of file MyTerminalGpsController.cs.

Member Function Documentation

void Sandbox.Game.Gui.MyTerminalGpsController.ClearList ( )
inline

Definition at line 201 of file MyTerminalGpsController.cs.

void Sandbox.Game.Gui.MyTerminalGpsController.Close ( )
inline

Definition at line 659 of file MyTerminalGpsController.cs.

void Sandbox.Game.Gui.MyTerminalGpsController.Init ( IMyGuiControlsParent  controlsParent)
inline

Definition at line 60 of file MyTerminalGpsController.cs.

bool Sandbox.Game.Gui.MyTerminalGpsController.IsNameOk ( string  str)
inline

Definition at line 314 of file MyTerminalGpsController.cs.

void Sandbox.Game.Gui.MyTerminalGpsController.OnDelKeyPressed ( )
inline

Definition at line 508 of file MyTerminalGpsController.cs.

void Sandbox.Game.Gui.MyTerminalGpsController.OnDescChanged ( MyGuiControlTextbox  sender)
inline

Definition at line 321 of file MyTerminalGpsController.cs.

void Sandbox.Game.Gui.MyTerminalGpsController.OnNameChanged ( MyGuiControlTextbox  sender)
inline

Definition at line 281 of file MyTerminalGpsController.cs.

void Sandbox.Game.Gui.MyTerminalGpsController.OnXChanged ( MyGuiControlTextbox  sender)
inline

Definition at line 332 of file MyTerminalGpsController.cs.

void Sandbox.Game.Gui.MyTerminalGpsController.OnYChanged ( MyGuiControlTextbox  sender)
inline

Definition at line 348 of file MyTerminalGpsController.cs.

void Sandbox.Game.Gui.MyTerminalGpsController.OnZChanged ( MyGuiControlTextbox  sender)
inline

Definition at line 364 of file MyTerminalGpsController.cs.

void Sandbox.Game.Gui.MyTerminalGpsController.PopulateList ( )
inline

Definition at line 144 of file MyTerminalGpsController.cs.

void Sandbox.Game.Gui.MyTerminalGpsController.PopulateList ( string  searchString)
inline

Definition at line 149 of file MyTerminalGpsController.cs.

Member Data Documentation

readonly Color Sandbox.Game.Gui.MyTerminalGpsController.ITEM_SHOWN_COLOR = Color.CornflowerBlue
static

Definition at line 189 of file MyTerminalGpsController.cs.


The documentation for this class was generated from the following file: