Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
InventoryGridController Class Reference

Protected Member Functions

void InventoryQuickbar (Widget quickbarGridWidget)
 
void ~InventoryQuickbar ()
 
void UpdateItems (Widget quickbarGridWidget)
 
void Remove (InventoryItem itemToRemove)
 
override void OnItemEnter (InventoryGrid grid, Widget w, int row, int col)
 
override void OnItemLeave (InventoryGrid grid, Widget w)
 
override void OnItemDraggingOver (InventoryGrid grid, Widget w, int row, int col)
 
override void OnItemDropReceived (InventoryGrid grid, Widget w, int row, int col)
 
override void OnItemDrop (InventoryGrid grid, Widget w, int row, int col)
 
override void OnItemDrag (InventoryGrid grid, Widget w, int row, int col)
 
override int GetQuickbarItemColor (InventoryGrid grid, InventoryItem item)
 
override int HasItemQuantity (InventoryItem item)
 
override string GetItemQuantityText (InventoryItem item)
 
override float GetItemQuantity (InventoryItem item)
 
override int GetItemQuantityMax (InventoryItem item)
 
override int GetItemCount (InventoryItem item)
 
override bool CanAddItemInHandToInventory ()
 

Protected Attributes

ref TItemsMap m_Items
 
InventoryGrid m_Grid
 
int m_DraggingIndex
 

Detailed Description

Definition at line 1 of file inventoryquickbar.c.

Constructor & Destructor Documentation

◆ ~InventoryQuickbar()

void InventoryGridController::~InventoryQuickbar ( )
protected

Definition at line 15 of file inventoryquickbar.c.

Member Function Documentation

◆ CanAddItemInHandToInventory()

override bool InventoryGridController::CanAddItemInHandToInventory ( )
protected

Definition at line 283 of file inventoryquickbar.c.

◆ GetItemCount()

override int InventoryGridController::GetItemCount ( InventoryItem item)
protected

Definition at line 277 of file inventoryquickbar.c.

◆ GetItemQuantity()

override float InventoryGridController::GetItemQuantity ( InventoryItem item)
protected

Definition at line 266 of file inventoryquickbar.c.

◆ GetItemQuantityMax()

override int InventoryGridController::GetItemQuantityMax ( InventoryItem item)
protected

Definition at line 271 of file inventoryquickbar.c.

◆ GetItemQuantityText()

override string InventoryGridController::GetItemQuantityText ( InventoryItem item)
protected

Definition at line 261 of file inventoryquickbar.c.

◆ GetQuickbarItemColor()

override int InventoryGridController::GetQuickbarItemColor ( InventoryGrid grid,
InventoryItem item )
protected

Definition at line 235 of file inventoryquickbar.c.

◆ HasItemQuantity()

override int InventoryGridController::HasItemQuantity ( InventoryItem item)
protected

Definition at line 256 of file inventoryquickbar.c.

◆ InventoryQuickbar()

void InventoryGridController::InventoryQuickbar ( Widget quickbarGridWidget)
protected

Definition at line 8 of file inventoryquickbar.c.

◆ OnItemDrag()

override void InventoryGridController::OnItemDrag ( InventoryGrid grid,
Widget w,
int row,
int col )
protected

Definition at line 224 of file inventoryquickbar.c.

◆ OnItemDraggingOver()

override void InventoryGridController::OnItemDraggingOver ( InventoryGrid grid,
Widget w,
int row,
int col )
protected

Definition at line 99 of file inventoryquickbar.c.

◆ OnItemDrop()

override void InventoryGridController::OnItemDrop ( InventoryGrid grid,
Widget w,
int row,
int col )
protected

Definition at line 206 of file inventoryquickbar.c.

◆ OnItemDropReceived()

override void InventoryGridController::OnItemDropReceived ( InventoryGrid grid,
Widget w,
int row,
int col )
protected

Definition at line 162 of file inventoryquickbar.c.

◆ OnItemEnter()

override void InventoryGridController::OnItemEnter ( InventoryGrid grid,
Widget w,
int row,
int col )
protected

Definition at line 81 of file inventoryquickbar.c.

◆ OnItemLeave()

override void InventoryGridController::OnItemLeave ( InventoryGrid grid,
Widget w )
protected

Definition at line 90 of file inventoryquickbar.c.

◆ Remove()

void InventoryGridController::Remove ( InventoryItem itemToRemove)
protected

Definition at line 66 of file inventoryquickbar.c.

◆ UpdateItems()

void InventoryGridController::UpdateItems ( Widget quickbarGridWidget)
protected

Definition at line 19 of file inventoryquickbar.c.

Member Data Documentation

◆ m_DraggingIndex

int InventoryGridController::m_DraggingIndex
protected

Definition at line 6 of file inventoryquickbar.c.

◆ m_Grid

InventoryGrid InventoryGridController::m_Grid
protected

Definition at line 5 of file inventoryquickbar.c.

◆ m_Items

ref TItemsMap InventoryGridController::m_Items
protected

Definition at line 4 of file inventoryquickbar.c.


The documentation for this class was generated from the following file: