|
LMMS
|
Go to the source code of this file.
Classes | |
| struct | _LV2UI_Descriptor |
| struct | _LV2UI_Resize |
| struct | _LV2UI_Port_Map |
| struct | _LV2UI_Port_Subscribe |
| struct | _LV2UI_Touch |
| struct | LV2UI_Request_Value |
| struct | _LV2UI_Idle_Interface |
| struct | _LV2UI_Show_Interface |
| struct | _LV2UI_Peak_Data |
Typedefs | |
| typedef void * | LV2UI_Widget |
| typedef void * | LV2UI_Handle |
| typedef void * | LV2UI_Controller |
| typedef void * | LV2UI_Feature_Handle |
| typedef void(* | LV2UI_Write_Function) (LV2UI_Controller controller, uint32_t port_index, uint32_t buffer_size, uint32_t port_protocol, const void *buffer) |
| typedef struct _LV2UI_Descriptor | LV2UI_Descriptor |
| typedef struct _LV2UI_Resize | LV2UI_Resize |
| typedef struct _LV2UI_Port_Map | LV2UI_Port_Map |
| typedef struct _LV2UI_Port_Subscribe | LV2UI_Port_Subscribe |
| typedef struct _LV2UI_Touch | LV2UI_Touch |
| typedef struct _LV2UI_Idle_Interface | LV2UI_Idle_Interface |
| typedef struct _LV2UI_Show_Interface | LV2UI_Show_Interface |
| typedef struct _LV2UI_Peak_Data | LV2UI_Peak_Data |
| typedef const LV2UI_Descriptor *(* | LV2UI_DescriptorFunction) (uint32_t index) |
Enumerations | |
| enum | LV2UI_Request_Value_Status { LV2UI_REQUEST_VALUE_SUCCESS , LV2UI_REQUEST_VALUE_BUSY , LV2UI_REQUEST_VALUE_ERR_UNKNOWN , LV2UI_REQUEST_VALUE_ERR_UNSUPPORTED } |
Functions | |
| LV2_SYMBOL_EXPORT const LV2UI_Descriptor * | lv2ui_descriptor (uint32_t index) |