Audacity 3.2.0
|
Immutable description of an LV2 Atom port. More...
#include <LV2Ports.h>
Public Member Functions | |
LV2AtomPort (const LilvPort *port, int index, bool isInput, const wxString &symbol, const wxString &name, const TranslatableString &group, uint32_t minimumSize, bool isMidi, bool wantsPosition) | |
Public Member Functions inherited from LV2Port | |
LV2Port (const LilvPort *port, int index, bool isInput, const wxString &symbol, const wxString &name, const TranslatableString &group) | |
Public Attributes | |
const uint32_t | mMinimumSize |
const bool | mIsMidi |
const bool | mWantsPosition |
Public Attributes inherited from LV2Port | |
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 Atom port.
Definition at line 60 of file LV2Ports.h.
|
inline |
Definition at line 62 of file LV2Ports.h.
const bool LV2AtomPort::mIsMidi |
Definition at line 72 of file LV2Ports.h.
const uint32_t LV2AtomPort::mMinimumSize |
Definition at line 71 of file LV2Ports.h.
const bool LV2AtomPort::mWantsPosition |
Definition at line 73 of file LV2Ports.h.