krähemann.com

AgsConnectionEditorListing

AgsConnectionEditorListing — Edit audio related aspects

Stability Level

Stable, unless otherwise indicated

Properties

GType * channel-type Read / Write

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkBox
                ╰── AgsConnectionEditorListing

Implemented Interfaces

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

Includes

#include <ags/app/ags_connection_editor_listing.h>

Description

AgsConnectionEditorListing is a composite widget to edit all aspects of AgsAudio. It consists of multiple child editor_listings.

Functions

ags_connection_editor_listing_get_pad ()

GList *
ags_connection_editor_listing_get_pad (AgsConnectionEditorListing *connection_editor_listing);

Get pad.

Parameters

connection_editor_listing

the AgsConnectionEditorListing

 

Returns

the GList containig AgsConnectionEditorPad

Since: 4.0.0


ags_connection_editor_listing_add_pad ()

void
ags_connection_editor_listing_add_pad (AgsConnectionEditorListing *connection_editor_listing,
                                       AgsConnectionEditorPad *pad);

Add pad to connection_editor_listing .

Parameters

connection_editor_listing

the AgsConnectionEditorListing

 

pad

the AgsConnectionEditorPad

 

Since: 4.0.0


ags_connection_editor_listing_remove_pad ()

void
ags_connection_editor_listing_remove_pad
                               (AgsConnectionEditorListing *connection_editor_listing,
                                AgsConnectionEditorPad *pad);

Remove pad from connection_editor_listing .

Parameters

connection_editor_listing

the AgsConnectionEditorListing

 

pad

the AgsConnectionEditorPad

 

Since: 4.0.0


ags_connection_editor_listing_new ()

AgsConnectionEditorListing *
ags_connection_editor_listing_new (GType channel_type);

Creates an AgsConnectionEditorListing

Parameters

channel_type

the channel type

 

Since: 4.0.0


AGS_CONNECTION_EDITOR_LISTING()

#define AGS_CONNECTION_EDITOR_LISTING(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_CONNECTION_EDITOR_LISTING, AgsConnectionEditorListing))

AGS_CONNECTION_EDITOR_LISTING_CLASS()

#define AGS_CONNECTION_EDITOR_LISTING_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_CONNECTION_EDITOR_LISTING, AgsConnectionEditorListingClass))

AGS_CONNECTION_EDITOR_LISTING_GET_CLASS()

#define AGS_CONNECTION_EDITOR_LISTING_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_CONNECTION_EDITOR_LISTING, AgsConnectionEditorListingClass))

AGS_IS_CONNECTION_EDITOR_LISTING()

#define AGS_IS_CONNECTION_EDITOR_LISTING(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_CONNECTION_EDITOR_LISTING))

AGS_IS_CONNECTION_EDITOR_LISTING_CLASS()

#define AGS_IS_CONNECTION_EDITOR_LISTING_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_CONNECTION_EDITOR_LISTING))

ags_connection_editor_listing_get_type ()

GType
ags_connection_editor_listing_get_type
                               (void);

Types and Values

AGS_TYPE_CONNECTION_EDITOR_LISTING

#define AGS_TYPE_CONNECTION_EDITOR_LISTING                (ags_connection_editor_listing_get_type())

struct AgsConnectionEditorListing

struct AgsConnectionEditorListing;

struct AgsConnectionEditorListingClass

struct AgsConnectionEditorListingClass {
  GtkBoxClass box;
};

Property Details

The “channel-type” property

  “channel-type”             GType *

The channel type.

Owner: AgsConnectionEditorListing

Flags: Read / Write

Allowed values: AgsChannel

Since: 4.0.0