class com.asual.enflash.EnFlashObject

com.asual.enflash.EnFlashObject
    com.asual.enflash.data.Composition
    com.asual.enflash.data.List
    com.asual.enflash.EnFlash
    com.asual.enflash.managers.FocusManager
    com.asual.enflash.managers.LoadManager
    com.asual.enflash.managers.ShortcutManager
    com.asual.enflash.managers.ThemeManager
    com.asual.enflash.managers.ZoomManager
    com.asual.enflash.ui.UIObject
    com.asual.enflash.ui.UITheme

Description

EnFlash - ActionScript Application Framework
Copyright (C) 2004-2005 Rostislav Hristov, Asual DZZD
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

Field index

_enflash - _id - _instance - _listeners - _parent - _ref - oninit - onremove

Method index

(constructor) EnFlashObject

_createEvent - _dispatchDelegate - _dispatchEvent - _dispatchEventOnce - _getEvent - _getRecursiveEvent - _setEvent - addEventListener - createDelegate - debug - getListeners - getXML - id - main - parent - ref - remove - removeDelegate - removeEventListener - setXML - toString

Field details

com\asual\enflash\EnFlashObject.as(22)
private static var _enflash:Object

com\asual\enflash\EnFlashObject.as(28)
private var _id:String

com\asual\enflash\EnFlashObject.as(25)
private var _instance:String

com\asual\enflash\EnFlashObject.as(27)
private var _listeners:Object

com\asual\enflash\EnFlashObject.as(26)
private var _parent:Number

com\asual\enflash\EnFlashObject.as(24)
private var _ref:Number

com\asual\enflash\EnFlashObject.as(30)
public var oninit:Function

com\asual\enflash\EnFlashObject.as(31)
public var onremove:Function

Constructor details

com\asual\enflash\EnFlashObject.as(33)
public function EnFlashObject(id:String)

Method details

com\asual\enflash\EnFlashObject.as(220)
private function _createEvent(target:Object, type:String, args:Array):Object

com\asual\enflash\EnFlashObject.as(325)
private function _dispatchDelegate(target, object, method, args, func, funcargs):Function

com\asual\enflash\EnFlashObject.as(280)
private function _dispatchEvent():Void

com\asual\enflash\EnFlashObject.as(265)
private function _dispatchEventOnce(event:Object, type:String, item:Object):Void

com\asual\enflash\EnFlashObject.as(195)
private function _getEvent(type:String, index:Number):String

com\asual\enflash\EnFlashObject.as(175)
private function _getRecursiveEvent(o, m)

com\asual\enflash\EnFlashObject.as(207)
private function _setEvent(type:String, event:String, obj):Void

com\asual\enflash\EnFlashObject.as(89)
public function addEventListener(type:String, object:Object, method:Function, args:Object):Void

com\asual\enflash\EnFlashObject.as(142)
public function createDelegate(object:Object, method:Function, args:Object):Function

com\asual\enflash\EnFlashObject.as(154)
public function debug():Void

com\asual\enflash\EnFlashObject.as(124)
public function getListeners(type:String):Array

com\asual\enflash\EnFlashObject.as(66)
public function getXML():XMLNode

com\asual\enflash\EnFlashObject.as(62)
public function get id():String

com\asual\enflash\EnFlashObject.as(49)
public function main(parent:Number):Void

com\asual\enflash\EnFlashObject.as(54)
public function get parent():Object

com\asual\enflash\EnFlashObject.as(58)
public function get ref():Number

com\asual\enflash\EnFlashObject.as(158)
public function remove():Void

com\asual\enflash\EnFlashObject.as(150)
public function removeDelegate():Function

com\asual\enflash\EnFlashObject.as(98)
public function removeEventListener(type:String, object:Object, method:Function):Void

com\asual\enflash\EnFlashObject.as(82)
public function setXML(xml:XMLNode)

com\asual\enflash\EnFlashObject.as(45)
public function toString():String