|
| void | CargoContainer (LayoutHolder parent, bool is_attachment=false) |
| |
| void | ~CargoContainer () |
| |
| int | GetCargoIndex () |
| |
| void | AddedToCargoEx (EntityAI item, bool refresh=true) |
| |
| void | AddedToCargo (EntityAI item) |
| |
| void | RemovedFromCargo (EntityAI item) |
| |
| void | MovedInCargo (EntityAI item) |
| |
| void | SetLock (EntityAI item) |
| |
| void | ReleaseLock (EntityAI item) |
| |
| override void | SetLayoutName () |
| |
| void | SetEntity (EntityAI item, int cargo_index=0, bool immedUpdate=true) |
| |
| EntityAI | GetEntity () |
| |
| void | UpdateHeaderText () |
| |
| void | InitGridHeight () |
| |
| void | UpdateSize () |
| |
| float | GetIconSize () |
| |
| float | GetSpaceSize () |
| |
| int | GetCargoCapacity () |
| |
| int | GetMaxCargoCapacity () |
| |
| Icon | GetIcon (EntityAI item) |
| |
| Icon | GetIcon (int index) |
| |
| Icon | GetFocusedIcon () |
| |
| override float | GetFocusedContainerHeight (bool contents=false) |
| |
| override float | GetFocusedContainerYPos (bool contents=false) |
| |
| override float | GetFocusedContainerYScreenPos (bool contents=false) |
| |
| void | UpdateSelection () |
| |
| void | UpdateRowVisibility (int count) |
| |
| override void | Refresh () |
| |
| void | RefreshImpl () |
| |
| override void | UpdateInterval () |
| |
| Icon | InitIconEx (Icon icon, EntityAI item, int pos_x, int pos_y, bool refresh=true) |
| |
| Icon | InitIcon (Icon icon, EntityAI item, int pos_x, int pos_y) |
| |
| bool | HasItem (EntityAI item) |
| |
| override bool | TransferItemToVicinity () |
| |
| override void | SetDefaultFocus (bool while_micromanagment_mode=false) |
| |
| override void | SetLastFocus () |
| |
| override void | Unfocus () |
| |
| override void | UnfocusAll () |
| |
| override void | SetNextActive () |
| |
| override void | SetPreviousActive (bool force=false) |
| |
| override void | SetNextRightActive () |
| |
| override void | SetNextLeftActive () |
| |
| override EntityAI | GetFocusedItem () |
| |
| override void | SetLastActive () |
| |
| override void | SetActive (bool active) |
| |
| override bool | IsItemActive () |
| |
| override bool | IsItemWithQuantityActive () |
| |
| override bool | IsEmpty () |
| |
| int | GetRecipeCount (bool recipe_anywhere, ItemBase entity1, ItemBase entity2, PlayerBase player) |
| |
| override bool | CanCombineAmmo () |
| |
| override bool | TransferItem () |
| |
| override bool | SelectItem () |
| |
| override bool | Select () |
| |
| override bool | Combine () |
| |
| void | ShowFalseCargoHeader (bool show) |
| |
| void | SetAlternateFalseTextHeaderWidget (TextWidget w) |
| |
| void | SetAttachmentSlotID (int slotID) |
| |
| int | GetAttachmentSlotID () |
| |
| int | GetIconsCount () |
| |
| void | ClosableContainer (LayoutHolder parent, int sort=-1) |
| |
| override bool | IsDisplayable () |
| |
| override void | UpdateRadialIcon () |
| |
| void | SetOpenState (bool state) |
| |
| override Header | GetHeader () |
| |
| override void | Open () |
| |
| override void | Close () |
| |
| override void | SetLayoutName () |
| |
| override void | OnShow () |
| |
| override LayoutHolder | Get (int x) |
| |
| override void | Refresh () |
| |
| void | CloseButtonOnMouseButtonDown () |
| |
| override float | GetFocusedContainerHeight (bool contents=false) |
| |
| override float | GetFocusedContainerYPos (bool contents=false) |
| |
| override float | GetFocusedContainerYScreenPos (bool contents=false) |
| |
| void | MoveContainerUp (Widget cont) |
| |
| void | MoveContainerDown (Widget cont) |
| |
| override void | CheckHeaderDragability () |
| |
Definition at line 2 of file cargocontainer.c.
◆ ~CargoContainer()
| void Container::~CargoContainer |
( |
| ) |
|
|
protected |
◆ AddedToCargo()
| void Container::AddedToCargo |
( |
EntityAI | item | ) |
|
|
protected |
◆ AddedToCargoEx()
◆ CanCombineAmmo()
| override bool Container::CanCombineAmmo |
( |
| ) |
|
|
protected |
◆ CargoContainer()
◆ CheckHeaderDragability()
| override void Container::CheckHeaderDragability |
( |
| ) |
|
|
protected |
◆ ClosableContainer()
◆ Close()
| override void Container::Close |
( |
| ) |
|
|
protected |
◆ CloseButtonOnMouseButtonDown()
| void Container::CloseButtonOnMouseButtonDown |
( |
| ) |
|
|
protected |
◆ Combine()
| override bool Container::Combine |
( |
| ) |
|
|
protected |
◆ Get()
◆ GetAttachmentSlotID()
| int Container::GetAttachmentSlotID |
( |
| ) |
|
|
protected |
◆ GetCargoCapacity()
| int Container::GetCargoCapacity |
( |
| ) |
|
|
protected |
◆ GetCargoIndex()
| int Container::GetCargoIndex |
( |
| ) |
|
|
protected |
◆ GetEntity()
◆ GetFocusedContainerHeight() [1/2]
| override float Container::GetFocusedContainerHeight |
( |
bool | contents = false | ) |
|
|
protected |
◆ GetFocusedContainerHeight() [2/2]
| override float Container::GetFocusedContainerHeight |
( |
bool | contents = false | ) |
|
|
protected |
◆ GetFocusedContainerYPos() [1/2]
| override float Container::GetFocusedContainerYPos |
( |
bool | contents = false | ) |
|
|
protected |
◆ GetFocusedContainerYPos() [2/2]
| override float Container::GetFocusedContainerYPos |
( |
bool | contents = false | ) |
|
|
protected |
◆ GetFocusedContainerYScreenPos() [1/2]
| override float Container::GetFocusedContainerYScreenPos |
( |
bool | contents = false | ) |
|
|
protected |
◆ GetFocusedContainerYScreenPos() [2/2]
| override float Container::GetFocusedContainerYScreenPos |
( |
bool | contents = false | ) |
|
|
protected |
◆ GetFocusedIcon()
| Icon Container::GetFocusedIcon |
( |
| ) |
|
|
protected |
◆ GetFocusedItem()
| override EntityAI Container::GetFocusedItem |
( |
| ) |
|
|
protected |
◆ GetHeader()
| override Header Container::GetHeader |
( |
| ) |
|
|
protected |
◆ GetIcon() [1/2]
◆ GetIcon() [2/2]
| Icon Container::GetIcon |
( |
int | index | ) |
|
|
protected |
◆ GetIconsCount()
| int Container::GetIconsCount |
( |
| ) |
|
|
protected |
◆ GetIconSize()
| float Container::GetIconSize |
( |
| ) |
|
|
protected |
◆ GetMaxCargoCapacity()
| int Container::GetMaxCargoCapacity |
( |
| ) |
|
|
protected |
◆ GetRecipeCount()
◆ GetSpaceSize()
| float Container::GetSpaceSize |
( |
| ) |
|
|
protected |
◆ HasItem()
◆ InitGridHeight()
| void Container::InitGridHeight |
( |
| ) |
|
|
protected |
◆ InitIcon()
◆ InitIconEx()
◆ IsDisplayable()
| override bool Container::IsDisplayable |
( |
| ) |
|
|
protected |
◆ IsEmpty()
| override bool Container::IsEmpty |
( |
| ) |
|
|
protected |
◆ IsItemActive()
| override bool Container::IsItemActive |
( |
| ) |
|
|
protected |
◆ IsItemWithQuantityActive()
| override bool Container::IsItemWithQuantityActive |
( |
| ) |
|
|
protected |
◆ MoveContainerDown()
| void Container::MoveContainerDown |
( |
Widget | cont | ) |
|
|
protected |
◆ MoveContainerUp()
| void Container::MoveContainerUp |
( |
Widget | cont | ) |
|
|
protected |
◆ MovedInCargo()
| void Container::MovedInCargo |
( |
EntityAI | item | ) |
|
|
protected |
◆ OnShow()
| override void Container::OnShow |
( |
| ) |
|
|
protected |
◆ Open()
| override void Container::Open |
( |
| ) |
|
|
protected |
◆ Refresh() [1/2]
| override void Container::Refresh |
( |
| ) |
|
|
protected |
◆ Refresh() [2/2]
| override void Container::Refresh |
( |
| ) |
|
|
protected |
◆ RefreshImpl()
| void Container::RefreshImpl |
( |
| ) |
|
|
protected |
◆ ReleaseLock()
| void Container::ReleaseLock |
( |
EntityAI | item | ) |
|
|
protected |
◆ RemovedFromCargo()
| void Container::RemovedFromCargo |
( |
EntityAI | item | ) |
|
|
protected |
◆ Select()
| override bool Container::Select |
( |
| ) |
|
|
protected |
◆ SelectItem()
| override bool Container::SelectItem |
( |
| ) |
|
|
protected |
◆ SetActive()
| override void Container::SetActive |
( |
bool | active | ) |
|
|
protected |
◆ SetAlternateFalseTextHeaderWidget()
| void Container::SetAlternateFalseTextHeaderWidget |
( |
TextWidget | w | ) |
|
|
protected |
◆ SetAttachmentSlotID()
| void Container::SetAttachmentSlotID |
( |
int | slotID | ) |
|
|
protected |
◆ SetDefaultFocus()
| override void Container::SetDefaultFocus |
( |
bool | while_micromanagment_mode = false | ) |
|
|
protected |
◆ SetEntity()
◆ SetLastActive()
| override void Container::SetLastActive |
( |
| ) |
|
|
protected |
◆ SetLastFocus()
| override void Container::SetLastFocus |
( |
| ) |
|
|
protected |
◆ SetLayoutName() [1/2]
| override void Container::SetLayoutName |
( |
| ) |
|
|
protected |
◆ SetLayoutName() [2/2]
| override void Container::SetLayoutName |
( |
| ) |
|
|
protected |
◆ SetLock()
| void Container::SetLock |
( |
EntityAI | item | ) |
|
|
protected |
◆ SetNextActive()
| override void Container::SetNextActive |
( |
| ) |
|
|
protected |
◆ SetNextLeftActive()
| override void Container::SetNextLeftActive |
( |
| ) |
|
|
protected |
◆ SetNextRightActive()
| override void Container::SetNextRightActive |
( |
| ) |
|
|
protected |
◆ SetOpenState()
| void Container::SetOpenState |
( |
bool | state | ) |
|
|
protected |
◆ SetPreviousActive()
| override void Container::SetPreviousActive |
( |
bool | force = false | ) |
|
|
protected |
◆ ShowFalseCargoHeader()
| void Container::ShowFalseCargoHeader |
( |
bool | show | ) |
|
|
protected |
◆ TransferItem()
| override bool Container::TransferItem |
( |
| ) |
|
|
protected |
◆ TransferItemToVicinity()
| override bool Container::TransferItemToVicinity |
( |
| ) |
|
|
protected |
◆ Unfocus()
| override void Container::Unfocus |
( |
| ) |
|
|
protected |
◆ UnfocusAll()
| override void Container::UnfocusAll |
( |
| ) |
|
|
protected |
◆ UpdateHeaderText()
| void Container::UpdateHeaderText |
( |
| ) |
|
|
protected |
◆ UpdateInterval()
| override void Container::UpdateInterval |
( |
| ) |
|
|
protected |
◆ UpdateRadialIcon()
| override void Container::UpdateRadialIcon |
( |
| ) |
|
|
protected |
◆ UpdateRowVisibility()
| void Container::UpdateRowVisibility |
( |
int | count | ) |
|
|
protected |
◆ UpdateSelection()
| void Container::UpdateSelection |
( |
| ) |
|
|
protected |
◆ UpdateSize()
| void Container::UpdateSize |
( |
| ) |
|
|
protected |
◆ m_AlternateFalseHeaderTextWidget
| TextWidget Container::m_AlternateFalseHeaderTextWidget |
|
protected |
◆ m_AttachmentSlotID
| int Container::m_AttachmentSlotID = -1 |
|
protected |
◆ m_Cargo
◆ m_CargoContainer
| Widget Container::m_CargoContainer |
|
protected |
◆ m_CargoHeader
| Widget Container::m_CargoHeader |
|
protected |
◆ m_CargoIndex
| int Container::m_CargoIndex = -1 |
|
protected |
◆ m_ClosableHeader
◆ m_FalseHeaderTextWidget
| TextWidget Container::m_FalseHeaderTextWidget |
|
protected |
◆ m_FocusedItemPosition
| int Container::m_FocusedItemPosition = -1 |
|
protected |
◆ m_Icons
◆ m_IconSize
| float Container::m_IconSize |
|
protected |
◆ m_IsAttachment
| bool Container::m_IsAttachment |
|
protected |
◆ m_ItemsContainer
| Widget Container::m_ItemsContainer |
|
protected |
◆ m_LockCargo
| bool Container::m_LockCargo |
|
protected |
◆ m_Resizer1
| ref SizeToChild Container::m_Resizer1 |
|
protected |
◆ m_Resizer2
| ref SizeToChild Container::m_Resizer2 |
|
protected |
◆ m_ResizeTimer
| ref Timer Container::m_ResizeTimer |
|
protected |
◆ m_Rows
◆ m_ShowedItemPositions
◆ m_ShowedLockPositions
◆ m_SpaceSize
| float Container::m_SpaceSize |
|
protected |
◆ ROWS_NUMBER_XBOX
| const int Container::ROWS_NUMBER_XBOX = 5 |
|
protected |
The documentation for this class was generated from the following files: