Audacity 3.2.0
|
Immutable description of an LV2 port. More...
#include <LV2Ports.h>
Public Member Functions | |
LV2Port (const LilvPort *port, int index, bool isInput, const wxString &symbol, const wxString &name, const TranslatableString &group) | |
Public Attributes | |
const LilvPort *const | mPort |
const uint32_t | mIndex |
const bool | mIsInput |
const wxString | mSymbol |
const wxString | mName |
const TranslatableString | mGroup |
Immutable description of an LV2 port.
Definition at line 35 of file LV2Ports.h.
|
inline |
Definition at line 37 of file LV2Ports.h.
const TranslatableString LV2Port::mGroup |
Definition at line 48 of file LV2Ports.h.
const uint32_t LV2Port::mIndex |
Definition at line 44 of file LV2Ports.h.
const bool LV2Port::mIsInput |
Definition at line 45 of file LV2Ports.h.
const wxString LV2Port::mName |
Definition at line 47 of file LV2Ports.h.
const LilvPort* const LV2Port::mPort |
Definition at line 43 of file LV2Ports.h.
const wxString LV2Port::mSymbol |
Definition at line 46 of file LV2Ports.h.