krähemann.com

AgsConnectionEditorLine

AgsConnectionEditorLine — Edit audio related aspects

Stability Level

Stable, unless otherwise indicated

Properties

AgsChannel * channel Read / Write

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkBox
                ╰── AgsConnectionEditorLine

Implemented Interfaces

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

Includes

#include <ags/app/ags_connection_editor_line.h>

Description

AgsConnectionEditorLine is a composite widget to edit all aspects of AgsAudio. It consists of multiple child editor_lines.

Functions

ags_connection_editor_line_new ()

AgsConnectionEditorLine *
ags_connection_editor_line_new (AgsChannel *channel);

Creates an AgsConnectionEditorLine

Parameters

channel_type

the channel type

 

Returns

a new AgsConnectionEditorLine

Since: 4.0.0


AGS_CONNECTION_EDITOR_LINE()

#define AGS_CONNECTION_EDITOR_LINE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_CONNECTION_EDITOR_LINE, AgsConnectionEditorLine))

AGS_CONNECTION_EDITOR_LINE_CLASS()

#define AGS_CONNECTION_EDITOR_LINE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_CONNECTION_EDITOR_LINE, AgsConnectionEditorLineClass))

AGS_CONNECTION_EDITOR_LINE_GET_CLASS()

#define AGS_CONNECTION_EDITOR_LINE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_CONNECTION_EDITOR_LINE, AgsConnectionEditorLineClass))

AGS_IS_CONNECTION_EDITOR_LINE()

#define AGS_IS_CONNECTION_EDITOR_LINE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_CONNECTION_EDITOR_LINE))

AGS_IS_CONNECTION_EDITOR_LINE_CLASS()

#define AGS_IS_CONNECTION_EDITOR_LINE_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_CONNECTION_EDITOR_LINE))

ags_connection_editor_line_get_type ()

GType
ags_connection_editor_line_get_type (void);

Types and Values

AGS_TYPE_CONNECTION_EDITOR_LINE

#define AGS_TYPE_CONNECTION_EDITOR_LINE                (ags_connection_editor_line_get_type())

struct AgsConnectionEditorLine

struct AgsConnectionEditorLine;

struct AgsConnectionEditorLineClass

struct AgsConnectionEditorLineClass {
  GtkBoxClass box;
};

Property Details

The “channel” property

  “channel”                  AgsChannel *

The channel.

Owner: AgsConnectionEditorLine

Flags: Read / Write

Since: 4.0.0