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

#include <lv2_external_ui.h>

Public Attributes

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

Detailed Description

When LV2_EXTERNAL_UI__Widget UI is instantiated, the returned LV2UI_Widget handle must be cast to pointer to LV2_External_UI_Widget. UI is created in invisible state.

Member Data Documentation

◆ hide

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

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

Parameters
_this_the UI context

◆ run

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

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

Parameters
_this_the UI context

◆ show

void(* _LV2_External_UI_Widget::show) (struct _LV2_External_UI_Widget *_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: