LMMS
Loading...
Searching...
No Matches
gui.h File Reference
#include <expat.h>
#include <map>
#include <set>
#include <string>
#include <vector>
#include <gtk/gtk.h>
#include "giface.h"
#include "gui_config.h"
#include "jackhost.h"

Go to the source code of this file.

Classes

class  calf_plugins::window_update_controller
struct  calf_plugins::image_factory
class  calf_plugins::control_base
class  calf_plugins::param_control
struct  calf_plugins::param_control::guard_change
class  calf_plugins::plugin_gui
struct  calf_plugins::plugin_gui::automation_menu_entry
struct  calf_plugins::gui_environment_iface
struct  calf_plugins::session_environment_iface
 An interface that wraps UI-dependent elements of the session. More...
class  calf_plugins::gui_environment
 Trivial implementation of gui_environment_iface. More...
struct  calf_plugins::main_window_iface
 Interface used by the plugin to communicate with the main hosting window. More...
struct  calf_plugins::main_window_owner_iface
struct  calf_plugins::window_state
class  calf_plugins::plugin_gui_widget
class  calf_plugins::plugin_gui_window
struct  calf_plugins::activate_command_params
class  calf_plugins::cairo_impl

Namespaces

namespace  calf_plugins

Macros

#define _GUARD_CHANGE_   if (in_change) return; guard_change __gc__(this);

Functions

void calf_plugins::activate_command (GtkAction *action, activate_command_params *params)

Macro Definition Documentation

◆ _GUARD_CHANGE_

#define _GUARD_CHANGE_   if (in_change) return; guard_change __gc__(this);