|
BEAST/BSE - Better Audio System and Sound Engine
0.8.2
|
#include "bstparamview.hh"Go to the source code of this file.
Classes | |
| struct | BstProcedureShell |
| struct | BstProcedureShellClass |
Defines | |
| #define | BST_TYPE_PROCEDURE_SHELL |
| #define | BST_PROCEDURE_SHELL(object) |
| #define | BST_PROCEDURE_SHELL_CLASS(klass) |
| #define | BST_IS_PROCEDURE_SHELL(object) |
| #define | BST_IS_PROCEDURE_SHELL_CLASS(klass) |
| #define | BST_PROCEDURE_SHELL_GET_CLASS(obj) |
Functions | |
| GtkType | bst_procedure_shell_get_type (void) |
| GtkWidget * | bst_procedure_shell_new (SfiGlueProc *proc) |
| void | bst_procedure_shell_update (BstProcedureShell *procedure_shell) |
| void | bst_procedure_shell_rebuild (BstProcedureShell *procedure_shell) |
| void | bst_procedure_shell_execute (BstProcedureShell *procedure_shell) |
| void | bst_procedure_shell_set_proc (BstProcedureShell *procedure_shell, SfiGlueProc *proc) |
| void | bst_procedure_shell_reset (BstProcedureShell *procedure_shell) |
| void | bst_procedure_shell_unpreset (BstProcedureShell *procedure_shell) |
| gboolean | bst_procedure_shell_preset (BstProcedureShell *procedure_shell, const gchar *name, const GValue *value, gboolean lock_preset) |
| BstProcedureShell * | bst_procedure_shell_global (void) |
| void | bst_procedure_exec (const gchar *procedure_name, const gchar *preset_param,...) G_GNUC_NULL_TERMINATED |
| void | bst_procedure_exec_auto (const gchar *procedure_name, const gchar *preset_param,...) G_GNUC_NULL_TERMINATED |
| void | bst_procedure_exec_modal (const gchar *procedure_name, const gchar *preset_param,...) G_GNUC_NULL_TERMINATED |
| GParamSpec * | bst_procedure_ref_pspec (const gchar *procedure_name, const gchar *parameter) |
1.7.6.1