Loading...
Searching...
No Matches
Process::PortAddressComboBox Class Referencefinal
Address picker for the audio / midi / texture / geometry ports. More...
Inheritance diagram for Process::PortAddressComboBox:
Detailed Description
Address picker for the audio / midi / texture / geometry ports.
An editable combo box: the drop-down lists the addresses of listPortAddresses(), kept up to date with the devices; an address that is not listed (device not connected yet, node created at run time...) can be typed or dropped from the device explorer.
Public Member Functions | |
| PortAddressComboBox (Device::DeviceList &devices, PortType type, bool inlet, QWidget *parent) | |
| void | setAddress (const State::AddressAccessor &addr) |
| const State::AddressAccessor & | address () const noexcept |
| void | reload () |
| Rebuilds the drop-down from the devices. | |
| void | addressChanged (const State::AddressAccessor &arg_1) |
The documentation for this class was generated from the following files:
- PortAddressComboBox.hpp
- PortAddressComboBox.cpp