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

◆ UnfocusAll()

void LayoutHolder::UnfocusAll ( )
inlineprotected

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

902 {
903 for ( int i = 0; i < Count(); i++ )
904 {
905 for ( int j = 0; j < ITEMS_IN_ROW; j++ )
906 {
907 SlotsIcon icon;
908 if (Get(i) && Get(i).GetMainWidget())
909 Get( i ).GetMainWidget().GetUserData(icon);
910
911 if (icon)
912 icon.GetCursorWidget().Show( false );
913 }
914 }
915 }
override float Get()
Определения PlayerStatBase.c:134
int Count()
Определения Container.c:338
const int ITEMS_IN_ROW
Определения Container.c:10
Widget GetCursorWidget()
Определения SlotsIcon.c:210

Перекрестные ссылки Count, Get(), SlotsIcon::GetCursorWidget() и ITEMS_IN_ROW.