![]() | ![]() |


Definition at line 15 of file XMLLoader.as.
Public Member Functions | |
| function | XMLLoader () |
| function get | Xml () |
| function get | ContentPath () |
| function set | ContentPath (aValue:String) |
| function | releaseXML () |
| function | start () |
| function | isImmediatelyInterruptable () |
| function | interrupt () |
| function | load (pContentPath:String) |
| function | getProgress () |
| function | isRunning () |
Private Member Functions | |
| function | onUpdateProgress () |
| function | onXmlLoaded (success:Boolean) |
Private Attributes | |
| var | UPDATE_PROGRESS_TIME:Number = 0.2 |
| var | mUpdateProgressInterval:Number |
| var | mIsRunning:Boolean |
| var | mInterrupted:Boolean |
| var | mPercentsLoaded:Number |
| var | mXml:XML |
| var | mContentPath:String |
| function gugga.components.XMLLoader.XMLLoader | ( | ) |
Definition at line 28 of file XMLLoader.as.
| function get gugga.components.XMLLoader.Xml | ( | ) |
Definition at line 36 of file XMLLoader.as.
| function get gugga.components.XMLLoader.ContentPath | ( | ) |
Definition at line 41 of file XMLLoader.as.
| function set gugga.components.XMLLoader.ContentPath | ( | aValue:String | ) |
Definition at line 46 of file XMLLoader.as.
| function gugga.components.XMLLoader.releaseXML | ( | ) |
Definition at line 51 of file XMLLoader.as.
| function gugga.components.XMLLoader.start | ( | ) |
Definition at line 58 of file XMLLoader.as.
| function gugga.components.XMLLoader.isImmediatelyInterruptable | ( | ) |
Definition at line 66 of file XMLLoader.as.
| function gugga.components.XMLLoader.interrupt | ( | ) |
Definition at line 71 of file XMLLoader.as.
| function gugga.components.XMLLoader.load | ( | pContentPath:String | ) |
Definition at line 76 of file XMLLoader.as.
References gugga.events.EventDispatcher.dispatchEvent().
Here is the call graph for this function:

| function gugga.components.XMLLoader.onUpdateProgress | ( | ) | [private] |
Definition at line 91 of file XMLLoader.as.
References gugga.events.EventDispatcher.dispatchEvent().
Here is the call graph for this function:

| function gugga.components.XMLLoader.onXmlLoaded | ( | success:Boolean | ) | [private] |
Definition at line 108 of file XMLLoader.as.
References gugga.events.EventDispatcher.dispatchEvent().
Here is the call graph for this function:

| function gugga.components.XMLLoader.getProgress | ( | ) |
Definition at line 132 of file XMLLoader.as.
| function gugga.components.XMLLoader.isRunning | ( | ) |
Definition at line 137 of file XMLLoader.as.
var gugga.components.XMLLoader.UPDATE_PROGRESS_TIME [private] |
Definition at line 17 of file XMLLoader.as.
var gugga.components.XMLLoader.mUpdateProgressInterval [private] |
Definition at line 18 of file XMLLoader.as.
var gugga.components.XMLLoader.mIsRunning [private] |
Definition at line 20 of file XMLLoader.as.
var gugga.components.XMLLoader.mInterrupted [private] |
Definition at line 21 of file XMLLoader.as.
var gugga.components.XMLLoader.mPercentsLoaded [private] |
Definition at line 23 of file XMLLoader.as.
var gugga.components.XMLLoader.mXml [private] |
Definition at line 25 of file XMLLoader.as.
var gugga.components.XMLLoader.mContentPath [private] |
Definition at line 26 of file XMLLoader.as.
1.5.2