LMMS
Loading...
Searching...
No Matches
lv2_external_ui Struct Reference

#include <lv2_external_ui.h>

Public Attributes

void(* run )(struct lv2_external_ui *_this_)
void(* show )(struct lv2_external_ui *_this_)
void(* hide )(struct lv2_external_ui *_this_)

Detailed Description

When LV2_EXTERNAL_UI_URI UI is instantiated, the returned LV2UI_Widget handle must be cast to pointer to struct lv2_external_ui. UI is created in invisible state.

Member Data Documentation

◆ hide

void(* lv2_external_ui::hide) (struct lv2_external_ui *_this_)

Host calls this function to make the plugin UI invisible again.

Parameters
_this_the UI context

◆ run

void(* lv2_external_ui::run) (struct lv2_external_ui *_this_)

Host calls this function regularly. UI library implementing the callback may do IPC or redraw the UI.

Parameters
_this_the UI context

◆ show

void(* lv2_external_ui::show) (struct lv2_external_ui *_this_)

Host calls this function to make the plugin UI visible.

Parameters
_this_the UI context

The documentation for this struct was generated from the following file: