AgsConnectionEditorPad

AgsConnectionEditorPad — Edit audio related aspects

Stability Level

Stable, unless otherwise indicated

Functions

Properties

AgsChannel * channel Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkBox
                ╰── AgsConnectionEditorPad

Implemented Interfaces

AgsConnectionEditorPad implements GtkAccessible, GtkBuildable, GtkConstraintTarget, GtkOrientable, AgsConnectable and AgsApplicable.

Includes

#include <ags/app/ags_connection_editor_pad.h>

Description

AgsConnectionEditorPad is a composite widget to edit all aspects of AgsAudio. It consists of multiple child editor_pads.

Functions

ags_connection_editor_pad_get_line ()

GList *
ags_connection_editor_pad_get_line (AgsConnectionEditorPad *connection_editor_pad);

Get line.

Parameters

connection_editor_pad

the AgsConnectionEditorPad

 

Returns

the GList containig AgsConnectionEditorLine

Since: 4.0.0


ags_connection_editor_pad_add_line ()

void
ags_connection_editor_pad_add_line (AgsConnectionEditorPad *connection_editor_pad,
                                    AgsConnectionEditorLine *line);

Add line to connection_editor_pad .

Parameters

connection_editor_pad

the AgsConnectionEditorPad

 

line

the AgsConnectionEditorLine

 

Since: 4.0.0


ags_connection_editor_pad_remove_line ()

void
ags_connection_editor_pad_remove_line (AgsConnectionEditorPad *connection_editor_pad,
                                       AgsConnectionEditorLine *line);

Remove line from connection_editor_pad .

Parameters

connection_editor_pad

the AgsConnectionEditorPad

 

line

the AgsConnectionEditorLine

 

Since: 4.0.0


ags_connection_editor_pad_new ()

AgsConnectionEditorPad *
ags_connection_editor_pad_new (AgsChannel *channel);

Creates an AgsConnectionEditorPad

Parameters

channel

the AgsChannel

 

Returns

a new AgsConnectionEditorPad

Since: 4.0.0


AGS_CONNECTION_EDITOR_PAD()

#define AGS_CONNECTION_EDITOR_PAD(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_CONNECTION_EDITOR_PAD, AgsConnectionEditorPad))

AGS_CONNECTION_EDITOR_PAD_CLASS()

#define AGS_CONNECTION_EDITOR_PAD_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_CONNECTION_EDITOR_PAD, AgsConnectionEditorPadClass))

AGS_CONNECTION_EDITOR_PAD_GET_CLASS()

#define AGS_CONNECTION_EDITOR_PAD_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_CONNECTION_EDITOR_PAD, AgsConnectionEditorPadClass))

AGS_IS_CONNECTION_EDITOR_PAD()

#define AGS_IS_CONNECTION_EDITOR_PAD(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_CONNECTION_EDITOR_PAD))

AGS_IS_CONNECTION_EDITOR_PAD_CLASS()

#define AGS_IS_CONNECTION_EDITOR_PAD_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_CONNECTION_EDITOR_PAD))

ags_connection_editor_pad_get_type ()

GType
ags_connection_editor_pad_get_type (void);

Types and Values

AGS_TYPE_CONNECTION_EDITOR_PAD

#define AGS_TYPE_CONNECTION_EDITOR_PAD                (ags_connection_editor_pad_get_type())

struct AgsConnectionEditorPad

struct AgsConnectionEditorPad;

struct AgsConnectionEditorPadClass

struct AgsConnectionEditorPadClass {
  GtkBoxClass box;
};

Property Details

The “channel” property

  “channel”                  AgsChannel *

The channel.

Owner: AgsConnectionEditorPad

Flags: Read / Write

Since: 4.0.0