LMMS
Loading...
Searching...
No Matches
gui.h File Reference
#include "../plugin.h"

Go to the source code of this file.

Classes

struct  clap_window
struct  clap_gui_resize_hints
struct  clap_plugin_gui
struct  clap_host_gui

Typedefs

typedef voidclap_hwnd
typedef voidclap_nsview
typedef unsigned long clap_xwnd
typedef struct clap_window clap_window_t
typedef struct clap_gui_resize_hints clap_gui_resize_hints_t
typedef struct clap_plugin_gui clap_plugin_gui_t
typedef struct clap_host_gui clap_host_gui_t

Variables

static CLAP_CONSTEXPR const char CLAP_EXT_GUI [] = "clap.gui"
static const CLAP_CONSTEXPR char CLAP_WINDOW_API_WIN32 [] = "win32"
static const CLAP_CONSTEXPR char CLAP_WINDOW_API_COCOA [] = "cocoa"
static const CLAP_CONSTEXPR char CLAP_WINDOW_API_X11 [] = "x11"
static const CLAP_CONSTEXPR char CLAP_WINDOW_API_WAYLAND [] = "wayland"

Typedef Documentation

◆ clap_gui_resize_hints_t

◆ clap_host_gui_t

◆ clap_hwnd

typedef void* clap_hwnd

◆ clap_nsview

typedef void* clap_nsview

◆ clap_plugin_gui_t

◆ clap_window_t

typedef struct clap_window clap_window_t

◆ clap_xwnd

typedef unsigned long clap_xwnd

Variable Documentation

◆ CLAP_EXT_GUI

CLAP_CONSTEXPR const char CLAP_EXT_GUI[] = "clap.gui"
static

◆ CLAP_WINDOW_API_COCOA

const CLAP_CONSTEXPR char CLAP_WINDOW_API_COCOA[] = "cocoa"
static

◆ CLAP_WINDOW_API_WAYLAND

const CLAP_CONSTEXPR char CLAP_WINDOW_API_WAYLAND[] = "wayland"
static

◆ CLAP_WINDOW_API_WIN32

const CLAP_CONSTEXPR char CLAP_WINDOW_API_WIN32[] = "win32"
static

◆ CLAP_WINDOW_API_X11

const CLAP_CONSTEXPR char CLAP_WINDOW_API_X11[] = "x11"
static