![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Protected Member Functions | |
| void | SlotsContainer (LayoutHolder parent, EntityAI slot_parent) |
| override EntityAI | GetFocusedItem () |
| override SlotsIcon | GetFocusedSlotsIcon () |
| SlotsIcon | GetSlotIcon (int index) |
| int | GetVisibleFocus () |
| override bool | IsDisplayable () |
| override bool | IsEmpty () |
| override bool | SelectItem () |
| override void | SetDefaultFocus (bool while_micromanagment_mode=false) |
| void | SetFocus (int index) |
| override void | SetLastFocus () |
| override void | SetLayoutName () |
| override void | SetNextLeftActive () |
| override void | SetNextRightActive () |
| void | SetVisibleFocus (int index) |
| override void | Unfocus () |
| override void | UnfocusAll () |
| void | UpdateIcon () |
| bool | VerifySlotsIconVisibility (int idx=-1) |
| Returns 'true' if radial icon is VISIBLE and also OPEN (individual icon or any icon, use parameter..). | |
Protected Attributes | |
| ref array< ref SlotsIcon > | m_Icons |
| int | m_VisibleColumnCount |
Definition at line 1 of file slotscontainer.c.
|
inlineprotected |
Definition at line 6 of file slotscontainer.c.
References FindAnyWidget(), ITEMS_IN_ROW, and m_Icons.
|
inlineprotected |
Definition at line 226 of file slotscontainer.c.
References GetFocusedSlotsIcon(), SlotsIcon::GetObject(), and SlotsIcon::IsReserved().
Referenced by SelectItem(), and UpdateIcon().
|
inlineprotected |
Definition at line 217 of file slotscontainer.c.
References m_Icons.
Referenced by GetFocusedItem(), and SelectItem().
Definition at line 207 of file slotscontainer.c.
References m_Icons.
Referenced by AttachmentsGroupContainer::GetSlotsIcon(), ZombieContainer::GetSlotsIcon(), AttachmentCategoriesRow::Init(), Attachments::InitAttachmentGrid(), AttachmentCategoriesContainer::InitGhostSlots(), IsDisplayable(), AttachmentCategoriesContainer::LoadAttachmentCategoriesIcon(), VicinitySlotsContainer::RecomputeNumberOfContainers(), AttachmentCategoriesContainer::ShowInSlots(), VicinitySlotsContainer::ShowItemsInContainers(), and UpdateIcon().
|
inlineprotected |
Definition at line 75 of file slotscontainer.c.
References SlotsIcon::IsVisible(), and m_Icons.
Referenced by AttachmentsGroupContainer::SetNextActive(), and AttachmentsGroupContainer::SetPreviousActive().
|
inlineprotected |
Definition at line 193 of file slotscontainer.c.
References GetSlotIcon(), and IsVisible().
|
inlineprotected |
Definition at line 188 of file slotscontainer.c.
|
inlineprotected |
Definition at line 175 of file slotscontainer.c.
References ItemBase::CanPutIntoHands(), GetFocusedItem(), GetFocusedSlotsIcon(), ItemManager::GetInstance(), SlotsIcon::IsOutOfReach(), SlotsIcon::IsReserved(), ItemBase::IsTakeable(), and ItemManager::SetSelectedItemEx().
|
inlineprotected |
Definition at line 24 of file slotscontainer.c.
References SlotsIcon::IsVisible(), m_Icons, and SetFocus().
Referenced by SetLastFocus().
|
inlineprotected |
Definition at line 45 of file slotscontainer.c.
References m_Icons, and UpdateIcon().
Referenced by SetDefaultFocus(), and SetVisibleFocus().
|
inlineprotected |
Definition at line 40 of file slotscontainer.c.
References SetDefaultFocus().
|
inlineprotected |
|
inlineprotected |
Definition at line 116 of file slotscontainer.c.
References SlotsIcon::IsVisible(), m_Icons, Unfocus(), and UpdateIcon().
|
inlineprotected |
Definition at line 93 of file slotscontainer.c.
References SlotsIcon::IsVisible(), m_Icons, Unfocus(), and UpdateIcon().
|
inlineprotected |
Definition at line 54 of file slotscontainer.c.
References SlotsIcon::IsVisible(), m_Icons, SetFocus(), and Unfocus().
Referenced by AttachmentsGroupContainer::SetNextActive(), and AttachmentsGroupContainer::SetPreviousActive().
|
inlineprotected |
Definition at line 166 of file slotscontainer.c.
References m_Icons.
Referenced by SetNextLeftActive(), SetNextRightActive(), and SetVisibleFocus().
|
inlineprotected |
Definition at line 158 of file slotscontainer.c.
References m_Icons.
|
inlineprotected |
Definition at line 139 of file slotscontainer.c.
References GetFocusedItem(), SlotsIcon::GetSelectedPanel(), SlotsIcon::GetSlotDesc(), SlotsIcon::GetSlotDisplayName(), GetSlotIcon(), x, and y.
Referenced by SetFocus(), SetNextLeftActive(), and SetNextRightActive().
Returns 'true' if radial icon is VISIBLE and also OPEN (individual icon or any icon, use parameter..).
Definition at line 266 of file slotscontainer.c.
References IsVisible(), and m_Icons.
Definition at line 3 of file slotscontainer.c.
Referenced by SlotsContainer(), GetFocusedSlotsIcon(), GetSlotIcon(), GetVisibleFocus(), SetDefaultFocus(), SetFocus(), SetNextLeftActive(), SetNextRightActive(), SetVisibleFocus(), Unfocus(), UnfocusAll(), and VerifySlotsIconVisibility().
|
protected |
Definition at line 4 of file slotscontainer.c.