Space Engineers
Public Member Functions | Public Attributes | List of all members
Sandbox.Graphics.GUI.MyGuiControlTable.Cell Class Reference

Public Member Functions

 Cell (String text=null, object userData=null, String toolTip=null, Color?textColor=null, MyGuiHighlightTexture?icon=null, MyGuiDrawAlignEnum iconOriginAlign=MyGuiDrawAlignEnum.HORISONTAL_RIGHT_AND_VERTICAL_TOP)
 
 Cell (StringBuilder text, object userData=null, String toolTip=null, Color?textColor=null, MyGuiHighlightTexture?icon=null, MyGuiDrawAlignEnum iconOriginAlign=MyGuiDrawAlignEnum.HORISONTAL_RIGHT_AND_VERTICAL_TOP)
 
virtual void Update ()
 

Public Attributes

readonly StringBuilder Text
 
readonly object UserData
 
readonly MyToolTips ToolTip
 
readonly MyGuiHighlightTexture Icon
 
readonly MyGuiDrawAlignEnum IconOriginAlign
 
Color TextColor
 
MyGuiControlBase Control
 
Row Row
 

Detailed Description

Definition at line 955 of file MyGuiControlTable.cs.

Constructor & Destructor Documentation

Sandbox.Graphics.GUI.MyGuiControlTable.Cell.Cell ( String  text = null,
object  userData = null,
String  toolTip = null,
Color textColor = null,
MyGuiHighlightTexture icon = null,
MyGuiDrawAlignEnum  iconOriginAlign = MyGuiDrawAlignEnum.HORISONTAL_RIGHT_AND_VERTICAL_TOP 
)
inline

Definition at line 969 of file MyGuiControlTable.cs.

Sandbox.Graphics.GUI.MyGuiControlTable.Cell.Cell ( StringBuilder  text,
object  userData = null,
String  toolTip = null,
Color textColor = null,
MyGuiHighlightTexture icon = null,
MyGuiDrawAlignEnum  iconOriginAlign = MyGuiDrawAlignEnum.HORISONTAL_RIGHT_AND_VERTICAL_TOP 
)
inline

Definition at line 982 of file MyGuiControlTable.cs.

Member Function Documentation

virtual void Sandbox.Graphics.GUI.MyGuiControlTable.Cell.Update ( )
inlinevirtual

Definition at line 995 of file MyGuiControlTable.cs.

Member Data Documentation

MyGuiControlBase Sandbox.Graphics.GUI.MyGuiControlTable.Cell.Control

Definition at line 963 of file MyGuiControlTable.cs.

readonly MyGuiHighlightTexture Sandbox.Graphics.GUI.MyGuiControlTable.Cell.Icon

Definition at line 960 of file MyGuiControlTable.cs.

readonly MyGuiDrawAlignEnum Sandbox.Graphics.GUI.MyGuiControlTable.Cell.IconOriginAlign

Definition at line 961 of file MyGuiControlTable.cs.

Row Sandbox.Graphics.GUI.MyGuiControlTable.Cell.Row

Definition at line 965 of file MyGuiControlTable.cs.

readonly StringBuilder Sandbox.Graphics.GUI.MyGuiControlTable.Cell.Text

Definition at line 957 of file MyGuiControlTable.cs.

Color Sandbox.Graphics.GUI.MyGuiControlTable.Cell.TextColor

Definition at line 962 of file MyGuiControlTable.cs.

readonly MyToolTips Sandbox.Graphics.GUI.MyGuiControlTable.Cell.ToolTip

Definition at line 959 of file MyGuiControlTable.cs.

readonly object Sandbox.Graphics.GUI.MyGuiControlTable.Cell.UserData

Definition at line 958 of file MyGuiControlTable.cs.


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