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
:number
countTODO
:data.core.IDDispenser
idDispenserTODO
:collections.List
itemListTODO
:collections.Dictionary
itemMapTODO
Methods
Clear()
TODO
ContainsID(p_id) → {boolean}
Return whether or not the repertoire contains the given ID
Parameters:
Name | Type | Description |
---|---|---|
p_id |
string | ID |
GetID(p_stringID) → {ID}
Return the ID associated with a given string, if any
Parameters:
Name | Type | Description |
---|---|---|
p_stringID |
string |
IsIDAvailable(p_stringID) → {boolean}
Return whether a given string is available to be used to create a new ID
Parameters:
Name | Type | Description |
---|---|---|
p_stringID |
string |
PreventRelease()
- Inherited From:
Register(p_item, p_idopt)
Register an item with a given ID. If no ID is provided, creates and assign a randomly generated one.
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
p_item |
data.core.DataBlock | |||
p_id |
string | data.core.ID |
<optional> |
null
|
ReserveID(p_stringID)
Create and return new ID with a given string.
Parameters:
Name | Type | Description |
---|---|---|
p_stringID |
string |
Unregister(p_item)
Unregister an item and releases its ID.
Parameters:
Name | Type | Description |
---|---|---|
p_item |
data.core.DataBlock |
(p_id, p_oldName)
_OnIDRenamedTODO
Parameters:
Name | Type | Description |
---|---|---|
p_id |
string | |
p_oldName |
string |