Packagehud
Classpublic dynamic class InventoryItemIcon
InheritanceInventoryItemIcon Inheritance MenuElementTileBase Inheritance MenuElementBase Inheritance flash.display.Sprite



Public Properties
 PropertyDefined By
 Inheritedm_children : Array
MenuElementBase
  m_itemCount : int = 0
InventoryItemIcon
  m_itemName : String
InventoryItemIcon
 Inheritedm_name : String
MenuElementBase
 Inheritedm_parent : MenuElementBase
MenuElementBase
  m_uniqueId : int
InventoryItemIcon
Protected Properties
 PropertyDefined By
 Inheritedm_isSelected : Boolean = false
MenuElementTileBase
 Inheritedm_loading : Boolean = false
MenuElementTileBase
 Inheritedm_mouseMode : int = 0
MenuElementBase
 Inheritedm_mouseWheelMode : int = 0
MenuElementBase
  m_rotationBase : Sprite
InventoryItemIcon
  m_view : InventoryItemIconMC
InventoryItemIcon
Public Methods
 MethodDefined By
  
InventoryItemIcon(_arg_1:Object)
InventoryItemIcon
 Inherited
addChild2(_arg_1:Sprite, _arg_2:int = -1):void
MenuElementBase
 Inherited
bubbleEvent(_arg_1:String, _arg_2:MenuElementBase):void
MenuElementBase
 Inherited
MenuElementBase
 Inherited
MenuElementBase
 Inherited
MenuElementBase
 Inherited
getContainer():Sprite
MenuElementBase
 Inherited
getData():Object
MenuElementBase
 Inherited
getHeight():Number
MenuElementBase
 Inherited
getId(_arg_1:Sprite):int
[static]
MenuElementBase
 Inherited
getMenuElementBounds(_arg_1:MenuElementBase, _arg_2:MenuElementBase, _arg_3:Function = null):Rectangle
MenuElementBase
 Inherited
getNodeProp(_arg_1:Sprite, _arg_2:String):*
[static]
MenuElementBase
 Inherited
MenuElementBase
  
getView():Sprite
[override]
InventoryItemIcon
 Inherited
MenuElementBase
 Inherited
getWidth():Number
MenuElementBase
 Inherited
handleEvent(_arg_1:String, _arg_2:Sprite):Boolean
MenuElementBase
 Inherited
handleMouseDown(_arg_1:Function, _arg_2:MouseEvent):void
MenuElementBase
 Inherited
handleMouseOut(_arg_1:Function, _arg_2:MouseEvent):void
MenuElementBase
 Inherited
handleMouseOver(_arg_1:Function, _arg_2:MouseEvent):void
MenuElementBase
 Inherited
handleMouseRollOut(_arg_1:Function, _arg_2:MouseEvent):void
MenuElementBase
 Inherited
handleMouseRollOver(_arg_1:Function, _arg_2:MouseEvent):void
MenuElementBase
 Inherited
handleMouseUp(_arg_1:Function, _arg_2:MouseEvent):void
MenuElementBase
 Inherited
handleMouseWheel(_arg_1:Function, _arg_2:MouseEvent):void
MenuElementBase
 Inherited
hasChildren():Boolean
MenuElementBase
 Inherited
isSelected():Boolean
MenuElementTileBase
 Inherited
MenuElementTileBase
 Inherited
MenuElementBase
 Inherited
MenuElementBase
 Inherited
MenuElementBase
 Inherited
MenuElementBase
 Inherited
onItemLoadingStateChanged(_arg_1:Boolean):void
MenuElementTileBase
 Inherited
onPersistentReloadData(_arg_1:Object):void
MenuElementBase
  
onSetData(_arg_1:Object):void
[override]
InventoryItemIcon
  
onSetHighlighted(_arg_1:Boolean):void
InventoryItemIcon
  
[override]
InventoryItemIcon
 Inherited
MenuElementBase
 Inherited
removeChild2(_arg_1:Sprite):void
MenuElementBase
 Inherited
reorderChildren(_arg_1:Array):void
MenuElementBase
 Inherited
replaceChild2(_arg_1:Sprite, _arg_2:Sprite):void
MenuElementBase
 Inherited
MenuElementBase
 Inherited
setCol(_arg_1:Number):void
MenuElementBase
 Inherited
setEngineCallbacks(_arg_1:Function, _arg_2:Function):void
MenuElementBase
 Inherited
setFocus(_arg_1:Boolean):void
MenuElementBase
 Inherited
setFocusChildElement(_arg_1:Sprite):void
MenuElementBase
 Inherited
setHeight(_arg_1:Number):void
MenuElementBase
 Inherited
setItemSelected(_arg_1:Boolean):void
MenuElementTileBase
 Inherited
setRow(_arg_1:Number):void
MenuElementBase
 Inherited
setVisible(_arg_1:Object):void
MenuElementBase
 Inherited
setWheelDelayActive(_arg_1:Boolean):void
MenuElementTileBase
 Inherited
setWidth(_arg_1:Number):void
MenuElementBase
 Inherited
setX(_arg_1:Number):void
MenuElementBase
 Inherited
setY(_arg_1:Number):void
MenuElementBase
 Inherited
MenuElementBase
 Inherited
unsetFocusChildElement(_arg_1:Sprite):void
MenuElementBase
Protected Methods
 MethodDefined By
  
[override]
InventoryItemIcon
 Inherited
setPopOutScale(viewElement:Object, active:Boolean, animate:Boolean = true):void
MenuElementBase
Public Constants
 ConstantDefined By
  ITEM_SIZE_HEIGHT : int = 80
[static]
InventoryItemIcon
  ITEM_SIZE_WIDTH : int = 140
[static]
InventoryItemIcon
Property Detail
m_itemCountproperty
public var m_itemCount:int = 0

m_itemNameproperty 
public var m_itemName:String

m_rotationBaseproperty 
protected var m_rotationBase:Sprite

m_uniqueIdproperty 
public var m_uniqueId:int

m_viewproperty 
protected var m_view:InventoryItemIconMC

Constructor Detail
InventoryItemIcon()Constructor
public function InventoryItemIcon(_arg_1:Object)



Parameters
_arg_1:Object
Method Detail
getView()method
override public function getView():Sprite

Returns
Sprite
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

Constant Detail
ITEM_SIZE_HEIGHTConstant
public static const ITEM_SIZE_HEIGHT:int = 80

ITEM_SIZE_WIDTHConstant 
public static const ITEM_SIZE_WIDTH:int = 140