DayZ 1.24
|
Protected Member Functions | |
void | SlotsContainer (LayoutHolder parent, EntityAI slot_parent) |
override void | SetDefaultFocus (bool while_micromanagment_mode=false) |
override void | SetLastFocus () |
void | SetFocus (int index) |
void | SetVisibleFocus (int index) |
int | GetVisibleFocus () |
override void | SetNextRightActive () |
override void | SetNextLeftActive () |
void | UpdateIcon () |
override void | UnfocusAll () |
override void | Unfocus () |
override bool | SelectItem () |
override bool | IsEmpty () |
override bool | IsDisplayable () |
SlotsIcon | GetSlotIcon (int index) |
override SlotsIcon | GetFocusedSlotsIcon () |
override EntityAI | GetFocusedItem () |
override void | SetLayoutName () |
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.
Definition at line 202 of file SlotsContainer.c.
References GetFocusedSlotsIcon().
Referenced by SelectItem(), and UpdateIcon().
Definition at line 195 of file SlotsContainer.c.
References m_Icons.
Referenced by GetFocusedItem(), and SelectItem().
Definition at line 187 of file SlotsContainer.c.
References m_Icons.
Referenced by ZombieContainer::GetSlotsIcon(), Attachments::InitAttachmentGrid(), IsDisplayable(), and UpdateIcon().
|
inlineprotected |
Definition at line 71 of file SlotsContainer.c.
References m_Icons.
Definition at line 175 of file SlotsContainer.c.
References GetSlotIcon(), and IsVisible().
Definition at line 170 of file SlotsContainer.c.
Definition at line 157 of file SlotsContainer.c.
References GetFocusedItem(), GetFocusedSlotsIcon(), and ItemManager::GetInstance().
|
inlineprotected |
Definition at line 22 of file SlotsContainer.c.
References m_Icons, and SetFocus().
Referenced by SetLastFocus().
Definition at line 43 of file SlotsContainer.c.
References m_Icons, and UpdateIcon().
Referenced by SetDefaultFocus(), and SetVisibleFocus().
Definition at line 38 of file SlotsContainer.c.
References SetDefaultFocus().
Definition at line 212 of file SlotsContainer.c.
References InventoryMenu(), WidgetLayoutName::InventorySlotsContainerMedium, WidgetLayoutName::InventorySlotsContainerNarrow, WidgetLayoutName::InventorySlotsContainerWide, and WidgetLayoutName::InventorySlotsContainerXbox.
Definition at line 106 of file SlotsContainer.c.
References m_Icons, Unfocus(), and UpdateIcon().
Definition at line 85 of file SlotsContainer.c.
References m_Icons, Unfocus(), and UpdateIcon().
Definition at line 50 of file SlotsContainer.c.
References m_Icons, SetFocus(), and Unfocus().
Definition at line 150 of file SlotsContainer.c.
References m_Icons.
Referenced by SetNextLeftActive(), SetNextRightActive(), and SetVisibleFocus().
|
inlineprotected |
Definition at line 127 of file SlotsContainer.c.
References GetFocusedItem(), 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 240 of file SlotsContainer.c.
References IsVisible(), and m_Icons.
Definition at line 3 of file SlotsContainer.c.
Referenced by GetFocusedSlotsIcon(), GetSlotIcon(), GetVisibleFocus(), SetDefaultFocus(), SetFocus(), SetNextLeftActive(), SetNextRightActive(), SetVisibleFocus(), SlotsContainer(), Unfocus(), UnfocusAll(), and VerifySlotsIconVisibility().
|
protected |
Definition at line 4 of file SlotsContainer.c.