AreaWrangler
Static Method Summary
| Static Public Methods | ||
| public static |
findInstance(): * |
|
| public static |
lock(): * |
|
| public static |
unlock(): * |
|
Constructor Summary
| Public Constructor | ||
| public |
|
|
Member Summary
| Public Members | ||
| public |
|
|
| public |
lastArea: * |
|
| public |
lasts: * |
|
| public |
|
|
| public |
stack: *[] |
|
| public |
stacks: * |
|
| Private Members | ||
| private |
|
|
Method Summary
| Public Methods | ||
| public |
copy(b: *): * |
|
| public |
copyTo(ret: *) |
|
| public |
getLastArea(type: *): * |
|
| public |
lock(): * |
|
| public |
makeSafeContext(ctx: *): * |
|
| public |
pop(type: *, area: *) |
|
| public |
|
|
| public |
reset(): * |
|
| public |
unlock(): * |
|
| public |
updateLastRef(type: *, area: *) |
|
| Private Methods | ||
| private |
_checkWrangler(ctx: *): boolean |
|
Static Public Methods
Public Constructors
public constructor() source
Public Members
public lastArea: * source
public lasts: * source
public stack: *[] source
public stacks: * source
Private Members
private _last_screen_id: * source
Public Methods
public copyTo(ret: *) source
Params:
| Name | Type | Attribute | Description |
| ret | * |
public pop(type: *, area: *) source
Params:
| Name | Type | Attribute | Description |
| type | * | ||
| area | * |
public push(type: *, area: *, pushLastRef: boolean) source
Params:
| Name | Type | Attribute | Description |
| type | * | ||
| area | * | ||
| pushLastRef | boolean |
|
public updateLastRef(type: *, area: *) source
Params:
| Name | Type | Attribute | Description |
| type | * | ||
| area | * |
