krähemann.com

AgsConnectionEditorCollection

AgsConnectionEditorCollection — Edit audio related aspects

Stability Level

Stable, unless otherwise indicated

Properties

GType * channel-type Read / Write

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkBox
                ╰── AgsConnectionEditorCollection

Implemented Interfaces

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

Includes

#include <ags/app/ags_connection_editor_collection.h>

Description

AgsConnectionEditorCollection is a composite widget to edit all aspects of AgsAudio. It consists of multiple child editor_collections.

Functions

ags_connection_editor_collection_get_bulk ()

GList *
ags_connection_editor_collection_get_bulk
                               (AgsConnectionEditorCollection *connection_editor_collection);

Get bulk.

Parameters

connection_editor_collection

the AgsConnectionEditorCollection

 

Returns

the GList containig AgsConnectionEditorBulk

Since: 4.0.0


ags_connection_editor_collection_add_bulk ()

void
ags_connection_editor_collection_add_bulk
                               (AgsConnectionEditorCollection *connection_editor_collection,
                                AgsConnectionEditorBulk *bulk);

Add bulk to connection_editor_collection .

Parameters

connection_editor_collection

the AgsConnectionEditorCollection

 

bulk

the AgsConnectionEditorBulk

 

Since: 4.0.0


ags_connection_editor_collection_remove_bulk ()

void
ags_connection_editor_collection_remove_bulk
                               (AgsConnectionEditorCollection *connection_editor_collection,
                                AgsConnectionEditorBulk *bulk);

Remove bulk from connection_editor_collection .

Parameters

connection_editor_collection

the AgsConnectionEditorCollection

 

bulk

the AgsConnectionEditorBulk

 

Since: 4.0.0


ags_connection_editor_collection_new ()

AgsConnectionEditorCollection *
ags_connection_editor_collection_new (GType channel_type);

Creates an AgsConnectionEditorCollection

Parameters

channel_type

the channel type

 

Since: 4.0.0


AGS_CONNECTION_EDITOR_COLLECTION()

#define AGS_CONNECTION_EDITOR_COLLECTION(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_CONNECTION_EDITOR_COLLECTION, AgsConnectionEditorCollection))

AGS_CONNECTION_EDITOR_COLLECTION_CLASS()

#define AGS_CONNECTION_EDITOR_COLLECTION_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_CONNECTION_EDITOR_COLLECTION, AgsConnectionEditorCollectionClass))

AGS_CONNECTION_EDITOR_COLLECTION_GET_CLASS()

#define AGS_CONNECTION_EDITOR_COLLECTION_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_CONNECTION_EDITOR_COLLECTION, AgsConnectionEditorCollectionClass))

AGS_IS_CONNECTION_EDITOR_COLLECTION()

#define AGS_IS_CONNECTION_EDITOR_COLLECTION(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_CONNECTION_EDITOR_COLLECTION))

AGS_IS_CONNECTION_EDITOR_COLLECTION_CLASS()

#define AGS_IS_CONNECTION_EDITOR_COLLECTION_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_CONNECTION_EDITOR_COLLECTION))

ags_connection_editor_collection_get_type ()

GType
ags_connection_editor_collection_get_type
                               (void);

Types and Values

AGS_TYPE_CONNECTION_EDITOR_COLLECTION

#define AGS_TYPE_CONNECTION_EDITOR_COLLECTION                (ags_connection_editor_collection_get_type())

struct AgsConnectionEditorCollection

struct AgsConnectionEditorCollection;

struct AgsConnectionEditorCollectionClass

struct AgsConnectionEditorCollectionClass {
  GtkBoxClass box;
};

Property Details

The “channel-type” property

  “channel-type”             GType *

The channel type.

Owner: AgsConnectionEditorCollection

Flags: Read / Write

Allowed values: AgsChannel

Since: 4.0.0