AgsConnectionEditorBulk

AgsConnectionEditorBulk — Edit audio related aspects

Stability Level

Stable, unless otherwise indicated

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkBox
                ╰── AgsConnectionEditorBulk

Implemented Interfaces

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

Includes

#include <ags/app/ags_connection_editor_bulk.h>

Description

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

Functions

ags_connection_editor_bulk_to_xml_node ()

xmlNode *
ags_connection_editor_bulk_to_xml_node
                               (AgsConnectionEditorBulk *connection_editor_bulk);

Serialize connection_editor_bulk to xmlNode.

Parameters

connection_editor_bulk

the AgsConnectionEditorBulk

 

Returns

the serialized xmlNode

Since: 4.0.0


ags_connection_editor_bulk_from_xml_node ()

void
ags_connection_editor_bulk_from_xml_node
                               (AgsConnectionEditorBulk *connection_editor_bulk,
                                xmlNode *node);

Parse node and apply to connection_editor_bulk .

Parameters

connection_editor_bulk

the AgsConnectionEditorBulk

 

node

the xmlNode

 

Since: 4.0.0


ags_connection_editor_bulk_new ()

AgsConnectionEditorBulk *
ags_connection_editor_bulk_new ();

Creates an AgsConnectionEditorBulk

Returns

a new AgsConnectionEditorBulk

Since: 4.0.0


AGS_CONNECTION_EDITOR_BULK()

#define AGS_CONNECTION_EDITOR_BULK(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_CONNECTION_EDITOR_BULK, AgsConnectionEditorBulk))

AGS_CONNECTION_EDITOR_BULK_CLASS()

#define AGS_CONNECTION_EDITOR_BULK_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_CONNECTION_EDITOR_BULK, AgsConnectionEditorBulkClass))

AGS_CONNECTION_EDITOR_BULK_GET_CLASS()

#define AGS_CONNECTION_EDITOR_BULK_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_CONNECTION_EDITOR_BULK, AgsConnectionEditorBulkClass))

AGS_IS_CONNECTION_EDITOR_BULK()

#define AGS_IS_CONNECTION_EDITOR_BULK(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_CONNECTION_EDITOR_BULK))

AGS_IS_CONNECTION_EDITOR_BULK_CLASS()

#define AGS_IS_CONNECTION_EDITOR_BULK_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_CONNECTION_EDITOR_BULK))

ags_connection_editor_bulk_get_type ()

GType
ags_connection_editor_bulk_get_type (void);

Types and Values

AGS_TYPE_CONNECTION_EDITOR_BULK

#define AGS_TYPE_CONNECTION_EDITOR_BULK                (ags_connection_editor_bulk_get_type())

struct AgsConnectionEditorBulk

struct AgsConnectionEditorBulk;

struct AgsConnectionEditorBulkClass

struct AgsConnectionEditorBulkClass {
  GtkBoxClass box;
};