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

◆ DropReceivedFromBackground()

void Icon::DropReceivedFromBackground ( Widget w,
int x,
int y,
Widget reciever )
inlineprotected

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

1183 {
1184 Pos pa;
1185 if (reciever)
1186 {
1187 reciever.GetUserData(pa);
1188 if (m_Parent)
1189 {
1190 ContainerWithCargo item = ContainerWithCargo.Cast(m_Parent.m_Parent);
1191 if (item)
1192 {
1193 item.DropReceived(w, m_PosY + pa.y, m_PosX + pa.x);
1194 }
1195 }
1196 }
1197 }
void Pos(int _x, int _y)
Определения Icon.c:1775
Widget m_Parent
Определения SizeToChild.c:92
int m_PosX
Определения Icon.c:5
int m_PosY
Определения Icon.c:6

Перекрестные ссылки m_Parent, m_PosX, m_PosY, Pos(), x и y.