DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ Unselect() [2/2]

void ScriptedWidgetEventHandler::Unselect ( )
inlineprotected

См. определение в файле CTKeyframe.c строка 128

129 {
130 m_Root.FindAnyWidget( "spacer" ).SetAlpha( 0.625 );
131 m_IndexWidget.SetColor( ARGBF( 1, 1, 1, 1 ) );
132 m_InterpTimeWidget.SetColor( ARGBF( 1, 1, 1, 1 ) );
133 m_TotalTimeWidget.SetColor( ARGBF( 1, 1, 1, 1 ) );
134 }
Widget m_Root
Определения SizeToChild.c:9
TextWidget m_TotalTimeWidget
Определения CTKeyframe.c:17
EditBoxWidget m_InterpTimeWidget
Определения CTKeyframe.c:13
TextWidget m_IndexWidget
Определения CTEvent.c:11
int ARGBF(float fa, float fr, float fg, float fb)
Converts <0.0, 1.0> ARGB into color.
Определения proto.c:332

Перекрестные ссылки ARGBF(), m_IndexWidget, m_InterpTimeWidget, m_Root и m_TotalTimeWidget.