|
| 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 () |
| |
Definition at line 1 of file inventoryquickbar.c.
◆ ~InventoryQuickbar()
| void InventoryGridController::~InventoryQuickbar |
( |
| ) |
|
|
protected |
◆ CanAddItemInHandToInventory()
| override bool InventoryGridController::CanAddItemInHandToInventory |
( |
| ) |
|
|
protected |
◆ GetItemCount()
◆ GetItemQuantity()
◆ GetItemQuantityMax()
◆ GetItemQuantityText()
◆ GetQuickbarItemColor()
| override int InventoryGridController::GetQuickbarItemColor |
( |
InventoryGrid | grid, |
|
|
InventoryItem | item ) |
|
protected |
◆ HasItemQuantity()
◆ InventoryQuickbar()
| void InventoryGridController::InventoryQuickbar |
( |
Widget | quickbarGridWidget | ) |
|
|
protected |
◆ OnItemDrag()
| override void InventoryGridController::OnItemDrag |
( |
InventoryGrid | grid, |
|
|
Widget | w, |
|
|
int | row, |
|
|
int | col ) |
|
protected |
◆ OnItemDraggingOver()
| override void InventoryGridController::OnItemDraggingOver |
( |
InventoryGrid | grid, |
|
|
Widget | w, |
|
|
int | row, |
|
|
int | col ) |
|
protected |
◆ OnItemDrop()
| override void InventoryGridController::OnItemDrop |
( |
InventoryGrid | grid, |
|
|
Widget | w, |
|
|
int | row, |
|
|
int | col ) |
|
protected |
◆ OnItemDropReceived()
| override void InventoryGridController::OnItemDropReceived |
( |
InventoryGrid | grid, |
|
|
Widget | w, |
|
|
int | row, |
|
|
int | col ) |
|
protected |
◆ OnItemEnter()
| override void InventoryGridController::OnItemEnter |
( |
InventoryGrid | grid, |
|
|
Widget | w, |
|
|
int | row, |
|
|
int | col ) |
|
protected |
◆ OnItemLeave()
| override void InventoryGridController::OnItemLeave |
( |
InventoryGrid | grid, |
|
|
Widget | w ) |
|
protected |
◆ Remove()
| void InventoryGridController::Remove |
( |
InventoryItem | itemToRemove | ) |
|
|
protected |
◆ UpdateItems()
| void InventoryGridController::UpdateItems |
( |
Widget | quickbarGridWidget | ) |
|
|
protected |
◆ m_DraggingIndex
| int InventoryGridController::m_DraggingIndex |
|
protected |
◆ m_Grid
| InventoryGrid InventoryGridController::m_Grid |
|
protected |
◆ m_Items
| ref TItemsMap InventoryGridController::m_Items |
|
protected |
The documentation for this class was generated from the following file: