Public Member Functions | |
| string | name (void) |
| TerminalList * | connectedList (void) |
| bool | connect (Terminal &connectTo) |
| void | disconnect (Terminal &disconnectFrom) |
| void | disconnectAll (void) |
| unsigned int | inConnectFlags (void) |
| unsigned int | outConnectFlags (void) |
The Terminal class represents an input or output Terminal of a Node. Terminals can be connected to other Terminals of other Nodes, thus specifying the properties of the NodeGraph.
| bool Terminal::connect | ( | Terminal & | connectTo) |
| TerminalList* Terminal::connectedList | ( | void | ) |
| void Terminal::disconnect | ( | Terminal & | disconnectFrom) |
| void Terminal::disconnectAll | ( | void | ) |
Disconnects all connections of the Terminal.
| unsigned int Terminal::inConnectFlags | ( | void | ) |
1.8.4