Package | hud |
Class | public dynamic class InventoryItemIcon |
Inheritance | InventoryItemIcon ![]() ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
![]() | m_children : Array | MenuElementBase | |
m_itemCount : int = 0 | InventoryItemIcon | ||
m_itemName : String | InventoryItemIcon | ||
![]() | m_name : String | MenuElementBase | |
![]() | m_parent : MenuElementBase | MenuElementBase | |
m_uniqueId : int | InventoryItemIcon |
Property | Defined By | ||
---|---|---|---|
![]() | m_isSelected : Boolean = false | MenuElementTileBase | |
![]() | m_loading : Boolean = false | MenuElementTileBase | |
![]() | m_mouseMode : int = 0 | MenuElementBase | |
![]() | m_mouseWheelMode : int = 0 | MenuElementBase | |
m_rotationBase : Sprite | InventoryItemIcon | ||
m_view : InventoryItemIconMC | InventoryItemIcon |
Method | Defined By | ||
---|---|---|---|
handleSelectionChange():void [override] | InventoryItemIcon | ||
![]() | setPopOutScale(viewElement:Object, active:Boolean, animate:Boolean = true):void | MenuElementBase |
Constant | Defined By | ||
---|---|---|---|
ITEM_SIZE_HEIGHT : int = 80 [static] | InventoryItemIcon | ||
ITEM_SIZE_WIDTH : int = 140 [static] | InventoryItemIcon |
m_itemCount | property |
public var m_itemCount:int = 0
m_itemName | property |
public var m_itemName:String
m_rotationBase | property |
protected var m_rotationBase:Sprite
m_uniqueId | property |
public var m_uniqueId:int
m_view | property |
protected var m_view:InventoryItemIconMC
InventoryItemIcon | () | Constructor |
public function InventoryItemIcon(_arg_1:Object)
_arg_1:Object |
getView | () | method |
override public function getView():Sprite
ReturnsSprite |
handleSelectionChange | () | method |
override protected function handleSelectionChange():void
onSetData | () | method |
override public function onSetData(_arg_1:Object):void
Parameters
_arg_1:Object |
onSetHighlighted | () | method |
public function onSetHighlighted(_arg_1:Boolean):void
Parameters
_arg_1:Boolean |
onUnregister | () | method |
override public function onUnregister():void
ITEM_SIZE_HEIGHT | Constant |
public static const ITEM_SIZE_HEIGHT:int = 80
ITEM_SIZE_WIDTH | Constant |
public static const ITEM_SIZE_WIDTH:int = 140