Class CustomEvent
base class for custom events
class CustomEvent;
Constructors
| Name | Description |
|---|---|
this
(ID)
|
Fields
| Name | Type | Description |
|---|---|---|
_destinationWidget
|
Widget | |
_id
|
int | |
_intParam
|
int | |
_objectParam
|
Object | |
_uniqueId
|
uint | |
_uniqueIdGenerator
|
uint |
Properties
| Name | Type | Description |
|---|---|---|
destinationWidget[get]
|
Widget | |
id[get]
|
int | |
intParam[get]
|
int | |
intParam[set]
|
CustomEvent | |
objectParam[get]
|
Object | |
objectParam[set]
|
CustomEvent | |
uniqueId[get]
|
uint |