Abstraction of host services that a plug-ins native UI needs.
More...
#include <LV2UIFeaturesList.h>
Abstraction of host services that a plug-ins native UI needs.
Definition at line 29 of file LV2UIFeaturesList.h.
◆ ~UIHandler()
LV2UIFeaturesList::UIHandler::~UIHandler |
( |
| ) |
|
|
virtualdefault |
◆ suil_port_index()
virtual uint32_t LV2UIFeaturesList::UIHandler::suil_port_index |
( |
const char * |
port_symbol | ) |
|
|
pure virtual |
◆ suil_port_write()
virtual void LV2UIFeaturesList::UIHandler::suil_port_write |
( |
uint32_t |
port_index, |
|
|
uint32_t |
buffer_size, |
|
|
uint32_t |
protocol, |
|
|
const void * |
buffer |
|
) |
| |
|
pure virtual |
◆ ui_closed()
virtual void LV2UIFeaturesList::UIHandler::ui_closed |
( |
| ) |
|
|
pure virtual |
◆ ui_resize()
virtual int LV2UIFeaturesList::UIHandler::ui_resize |
( |
int |
width, |
|
|
int |
height |
|
) |
| |
|
pure virtual |
The documentation for this struct was generated from the following files: