Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Attributes | List of all members
KSP.UI.AppUI_InputDateTime Class Reference

A DateTime input More...

Inheritance diagram for KSP.UI.AppUI_InputDateTime:
KSP.UI.AppUI_Control

Public Attributes

AppUIMemberDateTime.DateTimeModes datetimeMode = AppUIMemberDateTime.DateTimeModes.timespan
 Whether the input is a date or a timespan. eg does it start at 1y, 1d, 00:00:00 or 0y, 0d, 00:00:00 More...
 
AppUIMemberDateTime.DisplayModes displayMode = AppUIMemberDateTime.DisplayModes.datetime
 Whether the initial display is date/time fields or a single UT input More...
 
- Public Attributes inherited from KSP.UI.AppUI_Control
string guiName
 The name display text of the control More...
 
HorizontalAlignment guiNameHorizAlignment = HorizontalAlignment.Left
 The horizontal alignment for the guiName text. More...
 
VerticalAlignment guiNameVertAlignment = VerticalAlignment.Midline
 The vertical alignment for the guiName text. More...
 
bool hideOnError = false
 Whether to hide this control during error states. More...
 
string hoverText
 hovertext to be set on any configured hovertext elements - this only shows on XSelectable controls (eg not labels) More...
 
int order
 Sort order index for this parameter in the panel More...
 
bool showGuiName = true
 Whether the guiName is shown alongside the value/input More...
 

Additional Inherited Members

- Public Types inherited from KSP.UI.AppUI_Control
enum  HorizontalAlignment { HorizontalAlignment.None, HorizontalAlignment.Left, HorizontalAlignment.Middle, HorizontalAlignment.Right }
 Limited set of alignment values for horizontal TMP More...
 
enum  VerticalAlignment { VerticalAlignment.Top, VerticalAlignment.Bottom, VerticalAlignment.Midline, VerticalAlignment.Capline }
 Limited set of alignment values for vertical TMP More...
 
- Public Member Functions inherited from KSP.UI.AppUI_Control
 AppUI_Control ()
 

Detailed Description

A DateTime input

Member Data Documentation

AppUIMemberDateTime.DateTimeModes KSP.UI.AppUI_InputDateTime.datetimeMode = AppUIMemberDateTime.DateTimeModes.timespan

Whether the input is a date or a timespan. eg does it start at 1y, 1d, 00:00:00 or 0y, 0d, 00:00:00

AppUIMemberDateTime.DisplayModes KSP.UI.AppUI_InputDateTime.displayMode = AppUIMemberDateTime.DisplayModes.datetime

Whether the initial display is date/time fields or a single UT input


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