new Matrix(optionsopt)
- Source:
Properties:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
options.indicator_class |
Object |
<optional> |
Indicator
|
The class to derive the indicators inside the Indicators from. |
options.signal_flow |
String |
<optional> |
'left-top'
|
Define the direction of
the signal flow. Can be either |
A patchbay widget for handling connections between sources and sinks with matrix layout. It includes two VirtualTrees on top and left hand side and a Indicators widget displaying and handling the connections.
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
options |
Object |
<optional> |
{ }
|
An object containing initial options. |
Extends
Members
indicators :Indicators
- Source:
The Indicators
widget. Has class .aux-indicators
.
Type:
virtualtree_left :VirtualTree
- Source:
The VirtualTree
on the left hand side. Has class .aux-virtualtreeleft
.
Type:
virtualtree_left :VirtualTree
- Source:
The VirtualTree
on top. Has class .aux-virtualtreetop
.
Type:
Methods
getVirtualTreeViewLeft()
- Source:
Returns the virtual tree view instance of the left tree.
getVirtualTreeViewTop()
- Source:
Returns the virtual tree view instance of the top tree.