Package | org.flixel.system.debug |
Class | public class Watch |
Inheritance | Watch ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
![]() | _bg : Bitmap | FlxWindow | |
![]() | _bounds : Rectangle | FlxWindow | |
![]() | _drag : Point | FlxWindow | |
![]() | _dragging : Boolean | FlxWindow | |
![]() | _handle : Bitmap | FlxWindow | |
![]() | _header : Bitmap | FlxWindow | |
![]() | _height : uint | FlxWindow | |
![]() | ImgHandle : Class | FlxWindow | |
_names : TextField | Watch | ||
![]() | _overHandle : Boolean | FlxWindow | |
![]() | _overHeader : Boolean | FlxWindow | |
![]() | _resizable : Boolean | FlxWindow | |
![]() | _resizing : Boolean | FlxWindow | |
![]() | _shadow : Bitmap | FlxWindow | |
![]() | _title : TextField | FlxWindow | |
_values : TextField | Watch | ||
_watching : Array | Watch | ||
![]() | _width : uint | FlxWindow |
Method | Defined 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 | ||
![]() | reposition(X:Number, Y:Number):void | FlxWindow | |
![]() | resize(Width:Number, Height:Number):void | FlxWindow | |
update():void | Watch |
Method | Defined By | ||
---|---|---|---|
![]() | bound():void | FlxWindow | |
![]() | init(E:Event = null):void | FlxWindow | |
![]() | onMouseDown(E:MouseEvent = null):void | FlxWindow | |
![]() | onMouseMove(E:MouseEvent = null):void | FlxWindow | |
![]() | onMouseUp(E:MouseEvent = null):void | FlxWindow | |
![]() | updateGUI():void | FlxWindow | |
updateNames():void | Watch | ||
updateSize():void [override] | Watch |
Constant | Defined By | ||
---|---|---|---|
MAX_LOG_LINES : uint = 1024 [static] | Watch |
_names | property |
protected var _names:TextField
_values | property |
protected var _values:TextField
_watching | property |
protected var _watching:Array
Watch | () | Constructor |
public function Watch(Title:String, Width:Number, Height:Number, Resizable:Boolean = true, Bounds:Rectangle = null, BGColor:uint = 0xdfBABCBF, TopColor:uint = 0xff4E5359)
Title:String | |
Width:Number | |
Height:Number | |
Resizable:Boolean (default = true )
| |
Bounds:Rectangle (default = null )
| |
BGColor:uint (default = 0xdfBABCBF )
| |
TopColor:uint (default = 0xff4E5359 )
|
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
MAX_LOG_LINES | Constant |
protected static const MAX_LOG_LINES:uint = 1024