Packageorg.flixel.system.debug
Classpublic class Watch
InheritanceWatch Inheritance FlxWindow Inheritance flash.display.Sprite



Public Properties
 PropertyDefined By
 InheritedmaxSize : Point
FlxWindow
 InheritedminSize : Point
FlxWindow
Protected Properties
 PropertyDefined By
 Inherited_bg : Bitmap
FlxWindow
 Inherited_bounds : Rectangle
FlxWindow
 Inherited_drag : Point
FlxWindow
 Inherited_dragging : Boolean
FlxWindow
 Inherited_handle : Bitmap
FlxWindow
 Inherited_header : Bitmap
FlxWindow
 Inherited_height : uint
FlxWindow
 InheritedImgHandle : Class
FlxWindow
  _names : TextField
Watch
 Inherited_overHandle : Boolean
FlxWindow
 Inherited_overHeader : Boolean
FlxWindow
 Inherited_resizable : Boolean
FlxWindow
 Inherited_resizing : Boolean
FlxWindow
 Inherited_shadow : Bitmap
FlxWindow
 Inherited_title : TextField
FlxWindow
  _values : TextField
Watch
  _watching : Array
Watch
 Inherited_width : uint
FlxWindow
Public Methods
 MethodDefined By
  
Watch(Title:String, Width:Number, Height:Number, Resizable:Boolean = true, Bounds:Rectangle = null, BGColor:uint = 0xdfBABCBF, TopColor:uint = 0xff4E5359)
Watch
  
add(AnyObject:Object, VariableName:String, DisplayName:String):void
Watch
  
destroy():void
[override]
Watch
  
remove(AnyObject:Object, VariableName:String = null):void
Watch
  
removeAll():void
Watch
 Inherited
reposition(X:Number, Y:Number):void
FlxWindow
 Inherited
resize(Width:Number, Height:Number):void
FlxWindow
  
update():void
Watch
Protected Methods
 MethodDefined By
 Inherited
bound():void
FlxWindow
 Inherited
init(E:Event = null):void
FlxWindow
 Inherited
onMouseDown(E:MouseEvent = null):void
FlxWindow
 Inherited
onMouseMove(E:MouseEvent = null):void
FlxWindow
 Inherited
onMouseUp(E:MouseEvent = null):void
FlxWindow
 Inherited
updateGUI():void
FlxWindow
  
Watch
  
updateSize():void
[override]
Watch
Protected Constants
 ConstantDefined By
  MAX_LOG_LINES : uint = 1024
[static]
Watch
Property Detail
_namesproperty
protected var _names:TextField

_valuesproperty 
protected var _values:TextField

_watchingproperty 
protected var _watching:Array

Constructor Detail
Watch()Constructor
public function Watch(Title:String, Width:Number, Height:Number, Resizable:Boolean = true, Bounds:Rectangle = null, BGColor:uint = 0xdfBABCBF, TopColor:uint = 0xff4E5359)



Parameters
Title:String
 
Width:Number
 
Height:Number
 
Resizable:Boolean (default = true)
 
Bounds:Rectangle (default = null)
 
BGColor:uint (default = 0xdfBABCBF)
 
TopColor:uint (default = 0xff4E5359)
Method Detail
add()method
public function add(AnyObject:Object, VariableName:String, DisplayName:String):void

Parameters

AnyObject:Object
 
VariableName:String
 
DisplayName:String

destroy()method 
override public function destroy():void

remove()method 
public function remove(AnyObject:Object, VariableName:String = null):void

Parameters

AnyObject:Object
 
VariableName:String (default = null)

removeAll()method 
public function removeAll():void

update()method 
public function update():void

updateNames()method 
protected function updateNames():void

updateSize()method 
override protected function updateSize():void

Constant Detail
MAX_LOG_LINESConstant
protected static const MAX_LOG_LINES:uint = 1024