Loading...
Searching...
No Matches
PortAddressComboBox.hpp
Definition DeviceInterface.hpp:107
Address picker for the audio / midi / texture / geometry ports.
Definition PortAddressComboBox.hpp:58
Definition Port.hpp:104
std::vector< State::Address > listPortAddresses(Device::DeviceInterface &dev, PortType type, bool inlet)
The addresses of a device that a port of that type can bind to.
Definition PortAddressComboBox.cpp:124
QComboBox * makePortAddressCombo(const Process::Port &port, const score::DocumentContext &ctx, QWidget *parent)
A PortAddressComboBox bound to a port: follows the port's address and submits a ChangePortAddress com...
Definition PortAddressComboBox.cpp:312
Device::NodeKind nodeKindOf(PortType type, bool inlet) noexcept
The kind of device node a port of that type binds to.
Definition PortAddressComboBox.cpp:34
Definition Address.hpp:108
Definition DocumentContext.hpp:18