AgsLv2Browser

AgsLv2Browser — A composite to select lv2 uri.

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── GtkVBox
                        ╰── AgsLv2Browser

Implemented Interfaces

AgsLv2Browser implements AtkImplementorIface, GtkBuildable, GtkOrientable, AgsConnectable and AgsApplicable.

Includes

#include <ags/X/ags_lv2_browser.h>

Description

AgsLv2Browser is a composite widget to select lv2 plugin and the desired uri.

Functions

ags_lv2_browser_get_plugin_filename ()

gchar *
ags_lv2_browser_get_plugin_filename (AgsLv2Browser *lv2_browser);

Retrieve selected lv2 plugin filename.

Parameters

lv2_browser

the AgsLv2Browser

 

Returns

the active lv2 filename

Since: 3.0.0


ags_lv2_browser_get_plugin_effect ()

gchar *
ags_lv2_browser_get_plugin_effect (AgsLv2Browser *lv2_browser);

ags_lv2_browser_combo_box_output_boolean_controls_new ()

GtkWidget *
ags_lv2_browser_combo_box_output_boolean_controls_new
                               ();

Creates a GtkComboBox containing suitable widgets as controls.

Returns

a new GtkComboBox

Since: 3.0.0


ags_lv2_browser_combo_box_output_controls_new ()

GtkWidget *
ags_lv2_browser_combo_box_output_controls_new
                               ();

ags_lv2_browser_combo_box_boolean_controls_new ()

GtkWidget *
ags_lv2_browser_combo_box_boolean_controls_new
                               ();

Creates a GtkComboBox containing suitable widgets as controls.

Returns

a new GtkComboBox

Since: 3.0.0


ags_lv2_browser_combo_box_controls_new ()

GtkWidget *
ags_lv2_browser_combo_box_controls_new
                               ();

Creates a GtkComboBox containing suitable widgets as controls.

Returns

a new GtkComboBox

Since: 3.0.0


ags_lv2_browser_preview_new ()

GtkWidget *
ags_lv2_browser_preview_new ();

ags_lv2_browser_new ()

AgsLv2Browser *
ags_lv2_browser_new ();

Create a new instance of AgsLv2Browser

Returns

the new AgsLv2Browser

Since: 3.0.0


AGS_IS_LV2_BROWSER()

#define AGS_IS_LV2_BROWSER(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_LV2_BROWSER))

AGS_IS_LV2_BROWSER_CLASS()

#define AGS_IS_LV2_BROWSER_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_LV2_BROWSER))

AGS_LV2_BROWSER()

#define AGS_LV2_BROWSER(obj)                (G_TYPE_CHECK_INSTANCE_CAST(obj, AGS_TYPE_LV2_BROWSER, AgsLv2Browser))

AGS_LV2_BROWSER_CLASS()

#define AGS_LV2_BROWSER_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST(class, AGS_TYPE_LV2_BROWSER, AgsLv2BrowserClass))

AGS_LV2_BROWSER_GET_CLASS()

#define AGS_LV2_BROWSER_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_LV2_BROWSER, AgsLv2BrowserClass))

ags_lv2_browser_get_type ()

GType
ags_lv2_browser_get_type (void);

Types and Values

enum AgsLv2BrowserFlags

Members

AGS_LV2_BROWSER_CONNECTED

   

AGS_TYPE_LV2_BROWSER

#define AGS_TYPE_LV2_BROWSER                (ags_lv2_browser_get_type())

struct AgsLv2Browser

struct AgsLv2Browser;

struct AgsLv2BrowserClass

struct AgsLv2BrowserClass {
  GtkVBoxClass vbox;
};