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:
(p_signal, …args)
_Broadcast- Inherited From:
Methods
()
_Init- Inherited From:
()
_PostInit- Inherited From:
Methods
(p_func)
_Bind- Inherited From:
Members
:boolean
isReleasing- Inherited From:
Methods
Release()
- Inherited From:
()
_CleanUp- Inherited From:
Members
id :data.core.ID
TODO
:boolean
isDirtyTrue if the DataBlock is dirty, otherwise false
:boolean
isTempTrue if the DataBlock is meant to be a temporary one, otherwise false.
:data.core.Metadata
metadataTODO
:string
nameTODO
:boolean
readyTODO
:string
uriTODO
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 |
()
_OnMetadataCleanedTODO