AgsConnectionEditor

AgsConnectionEditor — pack pad editors.

Functions

Properties

AgsMachine * machine Read / Write

Signals

void set-machine Run Last

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkObject
            ╰── GtkWidget
                ╰── GtkContainer
                    ╰── GtkBin
                        ╰── GtkWindow
                            ╰── GtkDialog
                                ╰── AgsConnectionEditor

Includes

#include <ags/X/ags_connection_editor.h>

Description

AgsConnectionEditor is a composite widget to edit all aspects of AgsAudio. It consists of multiple child editors.

Functions

ags_connection_editor_set_machine ()

void
ags_connection_editor_set_machine (AgsConnectionEditor *connection_editor,
                                   AgsMachine *machine);

Is emitted as machine gets modified.

Parameters

connection_editor

an AgsConnectionEditor

 

machine

the new AgsMachine

 

Since: 0.7.65


ags_connection_editor_new ()

AgsConnectionEditor *
ags_connection_editor_new (AgsMachine *machine);

Creates an AgsConnectionEditor

Parameters

machine

the assigned machine.

 

Returns

a new AgsConnectionEditor

Since: 0.7.65

Types and Values

AGS_CONNECTION_EDITOR_DEFAULT_VERSION

#define AGS_CONNECTION_EDITOR_DEFAULT_VERSION "0.7.65\0"


AGS_CONNECTION_EDITOR_DEFAULT_BUILD_ID

#define AGS_CONNECTION_EDITOR_DEFAULT_BUILD_ID "Sat Sep 10 07:49:08 CEST 2016\0"


enum AgsConnectionEditorFlags

Members

AGS_CONNECTION_EDITOR_CLOSING

   

Property Details

The “machine” property

  “machine”                  AgsMachine *

The machine which this machine editor is assigned with.

Flags: Read / Write

Signal Details

The “set-machine” signal

void
user_function (AgsConnectionEditor *agsconnectioneditor,
               GObject             *arg1,
               gpointer             user_data)

Flags: Run Last