AgsMachineEditorBulk

AgsMachineEditorBulk — Edit audio related aspects

Stability Level

Stable, unless otherwise indicated

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkBox
                ╰── AgsMachineEditorBulk

Implemented Interfaces

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

Includes

#include <ags/app/ags_machine_editor_bulk.h>

Description

AgsMachineEditorBulk is a composite widget to edit all aspects of AgsAudio. It consists of multiple child editor bulks.

Functions

ags_machine_editor_bulk_to_xml_node ()

xmlNode *
ags_machine_editor_bulk_to_xml_node (AgsMachineEditorBulk *machine_editor_bulk);

Serialize machine_editor_bulk to xmlNode.

Parameters

machine_editor_bulk

the AgsMachineEditorBulk

 

Returns

the serialized xmlNode

Since: 4.0.0


ags_machine_editor_bulk_from_xml_node ()

void
ags_machine_editor_bulk_from_xml_node (AgsMachineEditorBulk *machine_editor_bulk,
                                       xmlNode *node);

Parse node and apply to machine_editor_bulk .

Parameters

machine_editor_bulk

the AgsMachineEditorBulk

 

node

the xmlNode

 

Since: 4.0.0


ags_machine_editor_bulk_new ()

AgsMachineEditorBulk *
ags_machine_editor_bulk_new ();

Creates an AgsMachineEditorBulk

Returns

a new AgsMachineEditorBulk

Since: 4.0.0


AGS_IS_MACHINE_EDITOR_BULK()

#define AGS_IS_MACHINE_EDITOR_BULK(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_MACHINE_EDITOR_BULK))

AGS_IS_MACHINE_EDITOR_BULK_CLASS()

#define AGS_IS_MACHINE_EDITOR_BULK_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_MACHINE_EDITOR_BULK))

AGS_MACHINE_EDITOR_BULK()

#define AGS_MACHINE_EDITOR_BULK(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MACHINE_EDITOR_BULK, AgsMachineEditorBulk))

AGS_MACHINE_EDITOR_BULK_CLASS()

#define AGS_MACHINE_EDITOR_BULK_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_MACHINE_EDITOR_BULK, AgsMachineEditorBulkClass))

AGS_MACHINE_EDITOR_BULK_GET_CLASS()

#define AGS_MACHINE_EDITOR_BULK_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_MACHINE_EDITOR_BULK, AgsMachineEditorBulkClass))

ags_machine_editor_bulk_get_type ()

GType
ags_machine_editor_bulk_get_type (void);

Types and Values

AGS_TYPE_MACHINE_EDITOR_BULK

#define AGS_TYPE_MACHINE_EDITOR_BULK                (ags_machine_editor_bulk_get_type())

struct AgsMachineEditorBulk

struct AgsMachineEditorBulk;

struct AgsMachineEditorBulkClass

struct AgsMachineEditorBulkClass {
  GtkBoxClass box;
};