This is the complete list of members for WtConnection, including all inherited members.
| _connectionGeometry | WtConnection | private |
| _connectionGraphicsObject | WtConnection | private |
| _connectionState | WtConnection | private |
| _converter | WtConnection | private |
| _inNode | WtConnection | private |
| _inPortIndex | WtConnection | private |
| _outNode | WtConnection | private |
| _outPortIndex | WtConnection | private |
| _uid | WtConnection | private |
| clearNode(PortType portType) | WtConnection | |
| complete() const | WtConnection | |
| connectionGeometry() | WtConnection | |
| connectionGeometry() const | WtConnection | |
| connectionState() const | WtConnection | |
| connectionState() | WtConnection | |
| dataType(PortType portType) const | WtConnection | |
| getConnectionGraphicsObject() const | WtConnection | |
| getNode(PortType portType) const | WtConnection | |
| getNode(PortType portType) | WtConnection | |
| getPortIndex(PortType portType) const | WtConnection | |
| id() const | WtConnection | |
| operator=(const WtConnection &)=delete | WtConnection | |
| propagateData(std::shared_ptr< WtNodeData > nodeData) const | WtConnection | |
| propagateDisconnectedData() const | WtConnection | |
| propagateEmptyData() const | WtConnection | |
| removeFromNodes() const | WtConnection | |
| requiredPort() const | WtConnection | |
| setGraphicsObject(std::unique_ptr< WtConnectionGraphicsObject > &&graphics) | WtConnection | |
| setNodeToPort(WtNode &node, PortType portType, PortIndex portIndex) | WtConnection | |
| setRequiredPort(PortType portType) | WtConnection | |
| setTypeConverter(TypeConverter converter) | WtConnection | |
| WtConnection(PortType portType, WtNode &node, PortIndex portIndex) | WtConnection | |
| WtConnection(WtNode &nodeIn, PortIndex portIndexIn, WtNode &nodeOut, PortIndex portIndexOut, TypeConverter converter=TypeConverter{}) | WtConnection | |
| WtConnection(WtNode &nodeIn, PortIndex portIndexIn, WtNode &nodeOut, PortIndex portIndexOut) | WtConnection | |
| WtConnection(const WtConnection &)=delete | WtConnection | |
| ~WtConnection() | WtConnection | |