|
| void | VicinityContainer (LayoutHolder parent, int sort=-1) |
| |
| bool | IsVicinityContainerIconsActive () |
| |
| VicinitySlotsContainer | GetVicinityIconsContainer () |
| |
| bool | IsContainerWithCargoActive () |
| |
| bool | IsItemWithAttachmentsActive () |
| |
| bool | IsItemWithCategoriesActive () |
| |
| void | TraverseShowedItems () |
| |
| override void | DraggingOverHeader (Widget w, int x, int y, Widget receiver) |
| |
| void | DraggingOverIcon (Widget w, int x, int y, Widget receiver) |
| |
| void | OnDropReceivedFromIcon (Widget w, int x, int y, Widget receiver) |
| |
| void | OnLeftPanelDropReceived (Widget w, int x, int y, Widget receiver) |
| |
| void | OnDropReceivedFromEmptySpace (Widget w, int x, int y, Widget receiver) |
| |
| override void | OnDropReceivedFromHeader (Widget w, int x, int y, Widget receiver) |
| |
| override void | UpdateInterval () |
| |
| void | ToggleContainer (Widget w, EntityAI item) |
| |
| override bool | CanOpenCloseContainerEx (EntityAI focusedEntity) |
| |
| void | ToggleContainer (notnull Container conta) |
| |
| override void | ExpandCollapseContainer () |
| |
| override bool | OnChildRemove (Widget w, Widget child) |
| |
| override bool | OnChildAdd (Widget w, Widget child) |
| |
| override void | CollapseButtonOnMouseButtonDown (Widget w) |
| |
| void | UpdateHeader (EntityAI entity, Container cont, PlayerBase player) |
| | Updates header dragability to be consistent with current 'icon' behaviour.
|
| |
Definition at line 1 of file vicinitycontainer.c.
◆ VicinityContainer()
| void VicinityContainer::VicinityContainer |
( |
LayoutHolder | parent, |
|
|
int | sort = -1 ) |
|
protected |
◆ CanOpenCloseContainerEx()
| override bool VicinityContainer::CanOpenCloseContainerEx |
( |
EntityAI | focusedEntity | ) |
|
|
protected |
◆ CollapseButtonOnMouseButtonDown()
| override void VicinityContainer::CollapseButtonOnMouseButtonDown |
( |
Widget | w | ) |
|
|
protected |
◆ DraggingOverHeader()
| override void VicinityContainer::DraggingOverHeader |
( |
Widget | w, |
|
|
int | x, |
|
|
int | y, |
|
|
Widget | receiver ) |
|
protected |
◆ DraggingOverIcon()
| void VicinityContainer::DraggingOverIcon |
( |
Widget | w, |
|
|
int | x, |
|
|
int | y, |
|
|
Widget | receiver ) |
|
protected |
◆ ExpandCollapseContainer()
| override void VicinityContainer::ExpandCollapseContainer |
( |
| ) |
|
|
protected |
◆ GetVicinityIconsContainer()
◆ IsContainerWithCargoActive()
| bool VicinityContainer::IsContainerWithCargoActive |
( |
| ) |
|
|
protected |
◆ IsItemWithAttachmentsActive()
| bool VicinityContainer::IsItemWithAttachmentsActive |
( |
| ) |
|
|
protected |
◆ IsItemWithCategoriesActive()
| bool VicinityContainer::IsItemWithCategoriesActive |
( |
| ) |
|
|
protected |
◆ IsVicinityContainerIconsActive()
| bool VicinityContainer::IsVicinityContainerIconsActive |
( |
| ) |
|
|
protected |
◆ OnChildAdd()
| override bool VicinityContainer::OnChildAdd |
( |
Widget | w, |
|
|
Widget | child ) |
|
protected |
◆ OnChildRemove()
| override bool VicinityContainer::OnChildRemove |
( |
Widget | w, |
|
|
Widget | child ) |
|
protected |
◆ OnDropReceivedFromEmptySpace()
| void VicinityContainer::OnDropReceivedFromEmptySpace |
( |
Widget | w, |
|
|
int | x, |
|
|
int | y, |
|
|
Widget | receiver ) |
|
protected |
◆ OnDropReceivedFromHeader()
| override void VicinityContainer::OnDropReceivedFromHeader |
( |
Widget | w, |
|
|
int | x, |
|
|
int | y, |
|
|
Widget | receiver ) |
|
protected |
◆ OnDropReceivedFromIcon()
| void VicinityContainer::OnDropReceivedFromIcon |
( |
Widget | w, |
|
|
int | x, |
|
|
int | y, |
|
|
Widget | receiver ) |
|
protected |
◆ OnLeftPanelDropReceived()
| void VicinityContainer::OnLeftPanelDropReceived |
( |
Widget | w, |
|
|
int | x, |
|
|
int | y, |
|
|
Widget | receiver ) |
|
protected |
◆ ToggleContainer() [1/2]
| void VicinityContainer::ToggleContainer |
( |
notnull Container | conta | ) |
|
|
protected |
◆ ToggleContainer() [2/2]
| void VicinityContainer::ToggleContainer |
( |
Widget | w, |
|
|
EntityAI | item ) |
|
protected |
◆ TraverseShowedItems()
| void VicinityContainer::TraverseShowedItems |
( |
| ) |
|
|
protected |
◆ UpdateHeader()
Updates header dragability to be consistent with current 'icon' behaviour.
Definition at line 690 of file vicinitycontainer.c.
◆ UpdateInterval()
| override void VicinityContainer::UpdateInterval |
( |
| ) |
|
|
protected |
Allow view access of inventory if in free camera. Write access is elsewhere
Allow view access of inventory if in free camera. Write access is elsewhere
Definition at line 322 of file vicinitycontainer.c.
◆ DISTANCE_TO_ENTITIES
| const float VicinityContainer::DISTANCE_TO_ENTITIES = 1.0 |
|
protected |
◆ DISTANCE_TO_THE_REST
| const float VicinityContainer::DISTANCE_TO_THE_REST = 0.5 |
|
protected |
◆ m_IsProcessing
| bool VicinityContainer::m_IsProcessing = false |
|
protected |
The documentation for this class was generated from the following file: