![]() |
Audacity 3.2.0
|
#include <LV2Ports.h>
Public Member Functions | |
| LV2PortUIStates (const LV2PortStates &states, const LV2Ports &ports) | |
| LV2PortUIStates (const LV2PortUIStates &)=delete | |
| LV2PortUIStates & | operator= (const LV2PortUIStates &)=delete |
Public Attributes | |
| LV2AtomPortStatePtr | mControlIn |
| LV2AtomPortStatePtr | mControlOut |
| LV2ControlPortStateArray | mControlPortStates |
Definition at line 302 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.
|
delete |
|
delete |
| LV2AtomPortStatePtr LV2PortUIStates::mControlIn |
Definition at line 308 of file LV2Ports.h.
Referenced by LV2PortUIStates(), and LV2Editor::suil_port_write().
| LV2AtomPortStatePtr LV2PortUIStates::mControlOut |
Definition at line 309 of file LV2Ports.h.
Referenced by LV2PortUIStates().
| LV2ControlPortStateArray LV2PortUIStates::mControlPortStates |
Definition at line 310 of file LV2Ports.h.
Referenced by LV2PortUIStates(), LV2Editor::OnSlider(), LV2Editor::OnText(), and LV2Editor::UpdateUI().