GlPatchAPI
Constructor Summary
| Public Constructor | ||
| public |
constructor(patch: Patch, glpatch: GlPatch) |
|
Member Summary
| Private Members | ||
| private |
|
|
| private |
_flowvisStartFrame: number |
|
| private |
_glPatch: * |
|
| private |
_log: * |
|
| private |
_patch: Patch |
|
| private |
_updateCounter: number |
|
Method Summary
| Public Methods | ||
| public |
deleteOp(id: *) |
|
| public |
removeLink(opIdIn: string, opIdOut: string, portIdIn: string, portIdOut: string) |
|
| public |
reset() |
|
| public |
setOpUiAttribs(opid: *, attrName: *, val: *) |
|
| public |
showOpParams(opid: string) |
|
| public |
|
|
| public |
updateFlowModeActivity(flowMode: number) |
|
| Private Methods | ||
| private |
|
|
| private |
_onAddOp(op: Op, fromDeserialize: boolean) |
|
| private |
_onDeleteOp(op: UiOp) |
|
| private |
_onLink(p1: *, p2: *, link: *, fromDeserialize: *) |
|
| private |
_onUnLink(a: *, b: *, link: *) |
|
| private |
_watchOp(op: *) |
|
Public Constructors
Private Members
private _currentFlowMode: * source
private _flowvisStartFrame: number source
private _glPatch: * source
private _log: * source
private _patch: Patch source
private _updateCounter: number source
Public Methods
public deleteOp(id: *) source
Params:
| Name | Type | Attribute | Description |
| id | * |
public removeLink(opIdIn: string, opIdOut: string, portIdIn: string, portIdOut: string) source
Params:
| Name | Type | Attribute | Description |
| opIdIn | string | ||
| opIdOut | string | ||
| portIdIn | string | ||
| portIdOut | string |
public reset() source
public setOpUiAttribs(opid: *, attrName: *, val: *) source
Params:
| Name | Type | Attribute | Description |
| opid | * | ||
| attrName | * | ||
| val | * |
public showOpParams(opid: string) source
Params:
| Name | Type | Attribute | Description |
| opid | string |
public stopFlowModeActivity() source
public updateFlowModeActivity(flowMode: number) source
Params:
| Name | Type | Attribute | Description |
| flowMode | number |
Private Methods
private _initPatch() source
private _onAddOp(op: Op, fromDeserialize: boolean) source
Params:
| Name | Type | Attribute | Description |
| op | Op | ||
| fromDeserialize | boolean |
private _onLink(p1: *, p2: *, link: *, fromDeserialize: *) source
Params:
| Name | Type | Attribute | Description |
| p1 | * | ||
| p2 | * | ||
| link | * | ||
| fromDeserialize | * |
private _onUnLink(a: *, b: *, link: *) source
Params:
| Name | Type | Attribute | Description |
| a | * | ||
| b | * | ||
| link | * |
private _watchOp(op: *) source
Params:
| Name | Type | Attribute | Description |
| op | * |