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

◆ ToggleVideoSelection()

void ScriptedWidgetEventHandler::ToggleVideoSelection ( )
inlineprotected

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

214 {
215 if (!m_LoadVideo.IsVisible())
216 {
218 }
219 else
220 {
221 Widget child = m_LoadVideo.GetChildren();
222
223 while (child)
224 {
225 Widget c = child;
226 child = child.GetSibling();
227 c.Unlink();
228 }
229 }
230
231 m_LoadVideo.Show(!m_LoadVideo.IsVisible());
232 }
GridSpacerWidget m_LoadVideo
Определения VideoPlayer.c:14
void InitVideoLoading()
Определения VideoPlayer.c:74
WorkspaceWidget Widget
Defined in code.

Перекрестные ссылки InitVideoLoading() и m_LoadVideo.

Используется в OnClick().