![]() |
Audacity 3.2.0
|
#include <LV2Ports.h>
Public Member Functions | |
LV2PortUIStates (const LV2PortStates &states, const LV2Ports &ports) | |
Public Attributes | |
LV2AtomPortStatePtr | mControlIn |
LV2AtomPortStatePtr | mControlOut |
LV2ControlPortStateArray | mControlPortStates |
Definition at line 299 of file LV2Ports.h.
LV2PortUIStates::LV2PortUIStates | ( | const LV2PortStates & | states, |
const LV2Ports & | ports | ||
) |
Definition at line 429 of file LV2Ports.cpp.
References LV2PortStates::mAtomPortStates, mControlIn, LV2Ports::mControlInIdx, mControlOut, LV2Ports::mControlOutIdx, LV2Ports::mControlPorts, and mControlPortStates.
LV2AtomPortStatePtr LV2PortUIStates::mControlIn |
Definition at line 302 of file LV2Ports.h.
Referenced by LV2PortUIStates(), and LV2Validator::suil_port_write().
LV2AtomPortStatePtr LV2PortUIStates::mControlOut |
Definition at line 303 of file LV2Ports.h.
Referenced by LV2PortUIStates().
LV2ControlPortStateArray LV2PortUIStates::mControlPortStates |
Definition at line 304 of file LV2Ports.h.
Referenced by LV2PortUIStates(), LV2Validator::OnSlider(), LV2Validator::OnText(), and LV2Validator::UpdateUI().