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

A row to display the alarm in the main App window More...

Inheritance diagram for AlarmClockUIAlarmRow:

Public Member Functions

void Setup (AlarmClockUIFrame appFrame, AlarmTypeBase alarm, bool selected, Transform parent, ToggleGroup toggleGroup, Action< AlarmTypeBase, bool > onToggleChanged)
 

Public Attributes

Image alarmType
 
Button deleteButton
 
Color futureAlarmTextColor = Color.white
 
TextMeshProUGUI nameLabel
 
Color pastAlarmTextColor = new Color32(103, 113, 125,255)
 
TextMeshProUGUI timeLabel
 
Toggle toggle
 

Detailed Description

A row to display the alarm in the main App window

Member Function Documentation

void AlarmClockUIAlarmRow.Setup ( AlarmClockUIFrame  appFrame,
AlarmTypeBase  alarm,
bool  selected,
Transform  parent,
ToggleGroup  toggleGroup,
Action< AlarmTypeBase, bool >  onToggleChanged 
)
inline

Member Data Documentation

Image AlarmClockUIAlarmRow.alarmType
Button AlarmClockUIAlarmRow.deleteButton
Color AlarmClockUIAlarmRow.futureAlarmTextColor = Color.white
TextMeshProUGUI AlarmClockUIAlarmRow.nameLabel
Color AlarmClockUIAlarmRow.pastAlarmTextColor = new Color32(103, 113, 125,255)
TextMeshProUGUI AlarmClockUIAlarmRow.timeLabel
Toggle AlarmClockUIAlarmRow.toggle

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