DayZ 1.24
|
Protected Member Functions | |
void | AttachmentsWrapper (LayoutHolder parent) |
void | SetParent (Attachments atts) |
override bool | Select () |
override bool | SelectItem () |
override bool | Combine () |
override bool | TransferItemToVicinity () |
override bool | TransferItem () |
override bool | InspectItem () |
override bool | SplitItem () |
override bool | EquipItem () |
override bool | CanEquip () |
override bool | CanCombine () |
override bool | CanCombineAmmo () |
override bool | IsDisplayable () |
override bool | IsItemActive () |
override bool | IsItemWithQuantityActive () |
override void | UpdateInterval () |
int | GetFocusedSlot () |
void | ShowFalseAttachmentsHeader (bool show) |
void | SetFalseAttachmentsHeaderText (string text) |
TextWidget | GetFalseHeaderTextWidget () |
Protected Attributes | |
Widget | m_AttachmentsFalseHeader |
RichTextWidget | m_AttachmentsFalseHeaderText |
Private Attributes | |
Attachments | m_Attachments |
Definition at line 1 of file AttachmentsWrapper.c.
|
inlineprotected |
Definition at line 7 of file AttachmentsWrapper.c.
References m_AttachmentsFalseHeader, m_AttachmentsFalseHeaderText, and m_RootWidget.
Definition at line 68 of file AttachmentsWrapper.c.
References Attachments::CanCombine(), and m_Attachments.
Definition at line 73 of file AttachmentsWrapper.c.
References Attachments::CanCombineAmmo(), and m_Attachments.
Definition at line 63 of file AttachmentsWrapper.c.
References Attachments::CanEquip(), and m_Attachments.
Definition at line 29 of file AttachmentsWrapper.c.
References Attachments::Combine(), and m_Attachments.
Definition at line 58 of file AttachmentsWrapper.c.
References Attachments::EquipItem(), and m_Attachments.
|
inlineprotected |
Definition at line 114 of file AttachmentsWrapper.c.
References m_AttachmentsFalseHeaderText.
|
inlineprotected |
Definition at line 99 of file AttachmentsWrapper.c.
References Attachments::GetFocusedSlot(), and m_Attachments.
Definition at line 48 of file AttachmentsWrapper.c.
References Attachments::InspectItem(), and m_Attachments.
Definition at line 83 of file AttachmentsWrapper.c.
References Attachments::IsItemActive(), and m_Attachments.
Definition at line 88 of file AttachmentsWrapper.c.
References Attachments::IsItemWithQuantityActive(), and m_Attachments.
Definition at line 19 of file AttachmentsWrapper.c.
References m_Attachments, and Attachments::Select().
Definition at line 24 of file AttachmentsWrapper.c.
References m_Attachments, and Attachments::SelectItem().
Definition at line 109 of file AttachmentsWrapper.c.
References m_AttachmentsFalseHeaderText.
|
inlineprotected |
Definition at line 14 of file AttachmentsWrapper.c.
References m_Attachments.
Definition at line 104 of file AttachmentsWrapper.c.
References m_AttachmentsFalseHeader.
Definition at line 53 of file AttachmentsWrapper.c.
References m_Attachments, and Attachments::SplitItem().
Definition at line 41 of file AttachmentsWrapper.c.
References m_Attachments, and Attachments::TransferItem().
Definition at line 34 of file AttachmentsWrapper.c.
References m_Attachments, and Attachments::TransferItemToVicinity().
Definition at line 93 of file AttachmentsWrapper.c.
References m_Attachments, and Attachments::UpdateInterval().
|
private |
Definition at line 3 of file AttachmentsWrapper.c.
Referenced by CanCombine(), CanCombineAmmo(), CanEquip(), Combine(), EquipItem(), GetFocusedSlot(), InspectItem(), IsItemActive(), IsItemWithQuantityActive(), Select(), SelectItem(), SetParent(), SplitItem(), TransferItem(), TransferItemToVicinity(), and UpdateInterval().
|
protected |
Definition at line 4 of file AttachmentsWrapper.c.
Referenced by AttachmentsWrapper(), and ShowFalseAttachmentsHeader().
|
protected |
Definition at line 5 of file AttachmentsWrapper.c.
Referenced by AttachmentsWrapper(), GetFalseHeaderTextWidget(), and SetFalseAttachmentsHeaderText().