A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
abort() — method, class weavejs.util.AsyncSort |
|
Aborts the current async sort operation. |
addCallback(relevantContext:Object, callback:Function, triggerCallbackNow:Boolean, immediateMode:Boolean, delayWhileBusy:Boolean) — method, class weavejs.path.WeavePath |
|
Adds a callback to the object at the current path. |
addDisposeCallback(relevantContext:Object, callback:Function, allowDelay:Boolean) — method, interface weavejs.api.core.ICallbackCollection |
|
This will add a callback that will only be called once, when this callback collection is disposed. |
addDisposeCallback(relevantContext:Object, callback:Function, allowDelay:Boolean) — method, class weavejs.core.CallbackCollection |
| |
addDisposeCallback(relevantContext:Object, callback:Function, allowDelay:Boolean) — method, class weavejs.core.LinkableDynamicObject |
| |
addGroupedCallback(relevantContext:Object, groupedCallback:Function, triggerCallbackNow:Boolean, delayWhileBusy:Boolean) — method, interface weavejs.api.core.ICallbackCollection |
|
Adds a callback that will only be called during a scheduled time each frame. |
addGroupedCallback(relevantContext:Object, groupedCallback:Function, triggerCallbackNow:Boolean, delayWhileBusy:Boolean) — method, class weavejs.core.CallbackCollection |
| |
addGroupedCallback(relevantContext:Object, groupedCallback:Function, triggerCallbackNow:Boolean, delayWhileBusy:Boolean) — method, class weavejs.core.LinkableDynamicObject |
| |
addImmediateCallback(relevantContext:Object, callback:Function, runCallbackNow:Boolean, alwaysCallLast:Boolean) — method, interface weavejs.api.core.ICallbackCollection |
|
This adds the given function as a callback. |
addImmediateCallback(relevantContext:Object, callback:Function, runCallbackNow:Boolean, alwaysCallLast:Boolean) — method, class weavejs.core.CallbackCollection |
| |
addImmediateCallback(relevantContext:Object, callback:Function, runCallbackNow:Boolean, alwaysCallLast:Boolean) — method, class weavejs.core.LinkableDynamicObject |
| |
addKeys(... rest) — method, class weavejs.path.WeavePathData |
|
Adds the specified keys to the KeySet at this path. |
addKeySetCallback(callback:Function, triggerCallbackNow:Boolean) — method, class weavejs.path.WeavePathData |
|
Adds a callback to the KeySet specified by this path which will return information about which keys were added or removed to/from the set. |
addTask(taskToken:Object, busyObject:weavejs.api.core:ILinkableObject, description:String) — method, interface weavejs.api.core.IProgressIndicator |
|
This function will register a background task. |
addTask(taskToken:Object, busyObject:weavejs.api.core:ILinkableObject, description:String) — method, class weavejs.core.ProgressIndicator |
| |
addTreeCallback(relevantContext:Object, groupedCallback:Function, triggerCallbackNow:Boolean) — method, class weavejs.core.SessionManager |
|
Adds a grouped callback that will be triggered when the session state tree changes. |
allColorRamps — Constant Static Property, class weavejs.util.ColorRamp |
| |
alterSessionStateToBypassDiff(object:Object) — Static Method , class weavejs.api.core.DynamicState |
|
Alters a session state object to bypass special diff logic for dynamic state arrays. |
apply(thisArg:any, argArray:Array) — method, class weavejs.core.LinkableFunction |
|
This will evaluate the function with the specified parameters. |
ArrayBuffer — Constant Static Property, class weavejs.util.JS |
|
AS->JS Language helper for ArrayBuffer
|
arrayIsType(a:Array, type:Class) — Static Method , class weavejs.util.StandardLib |
|
Checks if all items in an Array are instances of a given type. |
ArrayUtils — class, package weavejs.util |
|
This class contains static functions that manipulate Arrays. |
AS(object:Object, type:Class) — Static Method , class Weave |
| |
asBoolean(value:any) — Static Method , class weavejs.util.StandardLib |
|
This function attempts to derive a boolean value from different types of objects. |
asClass(classDef:any) — Static Method , class weavejs.util.JS |
|
Implementation of "classDef as Class"
|
asNumber(value:any) — Static Method , class weavejs.util.StandardLib |
|
This function will cast a value of any type to a Number,
interpreting the empty string ("") and null as NaN. |
asPromise(obj:Object) — Static Method , class weavejs.util.WeavePromise |
| |
_assertParams(methodName:String, args:Array, minLength:int) — Static Method , class weavejs.path.WeavePath |
| |
assignBusyTask(taskToken:Object, busyObject:weavejs.api.core:ILinkableObject) — method, interface weavejs.api.core.ISessionManager |
|
This will assign an asynchronous task to a linkable object so that linkableObjectIsBusy(busyObject)
will return true until all assigned tasks are unassigned using unassignBusyTask(taskToken). |
assignBusyTask(taskToken:Object, busyObject:weavejs.api.core:ILinkableObject) — method, class weavejs.core.SessionManager |
| |
asString(value:any) — Static Method , class weavejs.util.StandardLib |
|
Converts a value to a non-null String
|
AsyncSort — class, package weavejs.util |
|
Asynchronous merge sort. |
AttributeColumnCache — Static Property, class weavejs.WeaveAPI |
|
This is the singleton instance of the registered IAttributeColumnCache implementation. |
averageFrameTime — Property, class weavejs.core.Scheduler |
| |
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |