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

◆ SetParentWidget()

override void Icon::SetParentWidget ( )
inlineprotected

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

121 {
122 #ifndef PLATFORM_CONSOLE
123 if (m_Parent.IsInherited(HandsPreview))
124 {
125 super.SetParentWidget();
126 }
127 else
128 {
129 if (m_Parent != null)
130 {
131 CargoContainer gridContainer = CargoContainer.Cast(m_Parent);
132 if (gridContainer)
133 {
134 m_ParentWidget = gridContainer.GetMainWidget();
135 }
136 }
137 }
138 #else
139 super.SetParentWidget();
140 #endif
141 }
Widget m_Parent
Определения SizeToChild.c:92
Widget m_ParentWidget
Определения UiHintPanel.c:318

Перекрестные ссылки m_Parent и m_ParentWidget.