Extends
Broadcasting
This section list the main methods used to watch/unwatch signals on this object. For more info on signals, see signals
This section list the main methods used to watch/unwatch signals on this object. For more info on signals, see signals
Methods
Unwatch(p_signal, p_fn, p_listener) → {common.pool.DisposableObjectEx}
- Inherited From:
Watch(p_signal, p_fn, p_listener) → {common.pool.DisposableObjectEx}
- Inherited From:
WatchOnce(p_signalId, p_fn, p_listener) → {common.pool.DisposableObjectEx}
- Inherited From:
_Broadcast(p_signal, …args)
- Inherited From:
Methods
_Init()
- Inherited From:
_PostInit()
- Inherited From:
Methods
_Bind(p_func)
- Inherited From:
Members
isReleasing :boolean
- Inherited From:
Methods
Release()
- Inherited From:
_CleanUp()
- Inherited From:
Members
id :data.core.ID
TODO
isDirty :boolean
True if the DataBlock is dirty, otherwise false
isTemp :boolean
True if the DataBlock is meant to be a temporary one, otherwise false.
metadata :data.core.Metadata
TODO
name :string
TODO
ready :boolean
TODO
uri :string
TODO
Methods
ClearDirty()
TODO
CommitUpdate()
Make this DataBlock dirty and broadcast an 'UPDATED' signal.
Dirty()
TODO
Pack() → {object}
Packs the object's data into a writable format. The result of Pack is what is meant to be provided to Unpack().
PreventRelease()
- Inherited From:
Unpack(p_object)
Unpack data contained in the provided p_object. p_object should have been created by the Pack() method.
Parameters:
| Name | Type | Description |
|---|---|---|
p_object |
object | packaged data |
_OnMetadataCleaned()
TODO