AgsMachineEditor

AgsMachineEditor — pack pad editors.

Functions

Properties

AgsMachine * machine Read / Write

Signals

Types and Values

Object Hierarchy

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

Implemented Interfaces

AgsMachineEditor implements AtkImplementorIface, GtkBuildable, AgsConnectable and AgsApplicable.

Includes

#include <ags/X/ags_machine_editor.h>

Description

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

Functions

ags_machine_editor_add_children ()

void
ags_machine_editor_add_children (AgsMachineEditor *machine_editor);

Add all child editors.

Parameters

machine_editor

the AgsMachineEditor

 

Since: 0.3


ags_machine_editor_set_machine ()

void
ags_machine_editor_set_machine (AgsMachineEditor *machine_editor,
                                AgsMachine *machine);

Is emitted as machine gets modified.

Parameters

machine_editor

an AgsMachineEditor

 

machine

the new AgsMachine

 

Since: 0.3


ags_machine_editor_add_input ()

void
ags_machine_editor_add_input (AgsMachineEditor *machine_editor);


ags_machine_editor_add_output ()

void
ags_machine_editor_add_output (AgsMachineEditor *machine_editor);


ags_machine_editor_remove_input ()

void
ags_machine_editor_remove_input (AgsMachineEditor *machine_editor);


ags_machine_editor_remove_output ()

void
ags_machine_editor_remove_output (AgsMachineEditor *machine_editor);


ags_machine_editor_new ()

AgsMachineEditor *
ags_machine_editor_new (AgsMachine *machine);

Creates an AgsMachineEditor

Parameters

machine

the assigned machine.

 

Returns

a new AgsMachineEditor

Since: 0.3

Types and Values

AGS_MACHINE_EDITOR_DEFAULT_VERSION

#define AGS_MACHINE_EDITOR_DEFAULT_VERSION "0.4.2\0"


AGS_MACHINE_EDITOR_DEFAULT_BUILD_ID

#define AGS_MACHINE_EDITOR_DEFAULT_BUILD_ID "CEST 02-10-2014 19:36\0"


enum AgsMachineEditorFlags

Members

AGS_MACHINE_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 (AgsMachineEditor *agsmachineeditor,
               GObject          *arg1,
               gpointer          user_data)

Flags: Run Last