krähemann.com

AgsMachineEditorCollection

AgsMachineEditorCollection — Edit audio related aspects

Stability Level

Stable, unless otherwise indicated

Properties

GType * channel-type Read / Write

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkBox
                ╰── AgsMachineEditorCollection

Implemented Interfaces

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

Includes

#include <ags/app/ags_machine_editor_collection.h>

Description

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

Functions

ags_machine_editor_collection_get_bulk ()

GList *
ags_machine_editor_collection_get_bulk
                               (AgsMachineEditorCollection *machine_editor_collection);

Get bulk.

Parameters

machine_editor_collection

the AgsMachineEditorCollection

 

Returns

the GList containig AgsMachineEditorBulk

Since: 4.0.0


ags_machine_editor_collection_add_bulk ()

void
ags_machine_editor_collection_add_bulk
                               (AgsMachineEditorCollection *machine_editor_collection,
                                AgsMachineEditorBulk *bulk);

Add bulk to machine_editor_collection .

Parameters

machine_editor_collection

the AgsMachineEditorCollection

 

bulk

the AgsMachineEditorBulk

 

Since: 4.0.0


ags_machine_editor_collection_remove_bulk ()

void
ags_machine_editor_collection_remove_bulk
                               (AgsMachineEditorCollection *machine_editor_collection,
                                AgsMachineEditorBulk *bulk);

Remove bulk from machine_editor_collection .

Parameters

machine_editor_collection

the AgsMachineEditorCollection

 

bulk

the AgsMachineEditorBulk

 

Since: 4.0.0


ags_machine_editor_collection_new ()

AgsMachineEditorCollection *
ags_machine_editor_collection_new (GType channel_type);

Creates an AgsMachineEditorCollection

Parameters

channel_type

the channel type

 

Since: 4.0.0


AGS_IS_MACHINE_EDITOR_COLLECTION()

#define AGS_IS_MACHINE_EDITOR_COLLECTION(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_MACHINE_EDITOR_COLLECTION))

AGS_IS_MACHINE_EDITOR_COLLECTION_CLASS()

#define AGS_IS_MACHINE_EDITOR_COLLECTION_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_MACHINE_EDITOR_COLLECTION))

AGS_MACHINE_EDITOR_COLLECTION()

#define AGS_MACHINE_EDITOR_COLLECTION(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MACHINE_EDITOR_COLLECTION, AgsMachineEditorCollection))

AGS_MACHINE_EDITOR_COLLECTION_CLASS()

#define AGS_MACHINE_EDITOR_COLLECTION_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_MACHINE_EDITOR_COLLECTION, AgsMachineEditorCollectionClass))

AGS_MACHINE_EDITOR_COLLECTION_GET_CLASS()

#define AGS_MACHINE_EDITOR_COLLECTION_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_MACHINE_EDITOR_COLLECTION, AgsMachineEditorCollectionClass))

ags_machine_editor_collection_get_type ()

GType
ags_machine_editor_collection_get_type
                               (void);

Types and Values

AGS_TYPE_MACHINE_EDITOR_COLLECTION

#define AGS_TYPE_MACHINE_EDITOR_COLLECTION                (ags_machine_editor_collection_get_type())

struct AgsMachineEditorCollection

struct AgsMachineEditorCollection;

struct AgsMachineEditorCollectionClass

struct AgsMachineEditorCollectionClass {
  GtkBoxClass box;
};

Property Details

The “channel-type” property

  “channel-type”             GType *

The channel type.

Owner: AgsMachineEditorCollection

Flags: Read / Write

Allowed values: AgsChannel

Since: 4.0.0