DayZ 1.24
|
Private Member Functions | |
void | UIPropertyAttachment (Widget root) |
void | ~UIPropertyAttachment () |
bool | OnClick (Widget w, int x, int y, int button) |
void | SetPos (float x, float y) |
void | SetSize (float width, float height) |
void | Show (EntityAI e, string slot_name, TStringArray att_items) |
void | Hide () |
bool | IsVisible () |
Private Attributes | |
Widget | m_WgtRoot |
Widget | m_WgtThis |
XComboBoxWidget | m_WgtComboBox |
TextWidget | m_WgtSlotName |
ref TStringArray | m_ComboItems |
int | m_PrevIndex |
EntityAI | m_Obj |
int | m_SlotID |
Definition at line 1 of file UIPropertyAttachment.c.
Definition at line 13 of file UIPropertyAttachment.c.
References GetGame(), m_ComboItems, m_WgtComboBox, m_WgtRoot, m_WgtSlotName, and m_WgtThis.
|
inlineprivate |
Definition at line 24 of file UIPropertyAttachment.c.
References m_WgtComboBox, m_WgtRoot, and m_WgtThis.
|
inlineprivate |
Definition at line 100 of file UIPropertyAttachment.c.
|
inlineprivate |
Definition at line 108 of file UIPropertyAttachment.c.
References m_WgtThis.
Definition at line 32 of file UIPropertyAttachment.c.
References GetGame(), GetPlugin(), m_ComboItems, m_Obj, m_PrevIndex, m_SlotID, and m_WgtComboBox.
|
inlineprivate |
Definition at line 69 of file UIPropertyAttachment.c.
References InventorySlots::GetSlotIdFromString(), m_ComboItems, m_Obj, m_PrevIndex, m_SlotID, m_WgtComboBox, m_WgtSlotName, and m_WgtThis.
|
private |
Definition at line 7 of file UIPropertyAttachment.c.
Referenced by OnClick(), Show(), and UIPropertyAttachment().
|
private |
Definition at line 9 of file UIPropertyAttachment.c.
|
private |
Definition at line 8 of file UIPropertyAttachment.c.
|
private |
Definition at line 10 of file UIPropertyAttachment.c.
|
private |
Definition at line 5 of file UIPropertyAttachment.c.
Referenced by OnClick(), Show(), UIPropertyAttachment(), and ~UIPropertyAttachment().
|
private |
Definition at line 3 of file UIPropertyAttachment.c.
Referenced by UIPropertyAttachment(), and ~UIPropertyAttachment().
|
private |
Definition at line 6 of file UIPropertyAttachment.c.
Referenced by Show(), and UIPropertyAttachment().
|
private |
Definition at line 4 of file UIPropertyAttachment.c.
Referenced by Hide(), IsVisible(), SetPos(), SetSize(), Show(), UIPropertyAttachment(), and ~UIPropertyAttachment().