Class QueueDestroyEvent
Queue destroy event.
This event allows delayed widget destruction and is used internally by Window.queueWidgetDestroy().
Constructors
| Name | Description |
|---|---|
this
(widgetToDestroy)
|
Fields
| Name | Type | Description |
|---|---|---|
_action
|
void delegate() | |
_destinationWidget
|
Widget | |
_id
|
int | |
_intParam
|
int | |
_objectParam
|
Object | |
_uniqueId
|
uint | |
_uniqueIdGenerator
|
uint |
Properties
| Name | Type | Description |
|---|---|---|
destinationWidget[get]
|
Widget | |
id[get]
|
int | |
intParam[set]
|
CustomEvent | |
intParam[get]
|
int | |
objectParam[get]
|
Object | |
objectParam[set]
|
CustomEvent | |
uniqueId[get]
|
uint |
Methods
| Name | Description |
|---|---|
run
()
|