AgsMatrixBridge

AgsMatrixBridge — A composite widget to visualize a bunch of AgsChannel

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkObject
            ╰── GtkWidget
                ╰── GtkContainer
                    ╰── GtkBox
                        ╰── GtkVBox
                            ╰── AgsEffectBridge
                                ╰── AgsMatrixBridge

Implemented Interfaces

AgsMatrixBridge implements AtkImplementorIface, GtkBuildable, GtkOrientable, AgsConnectable and AgsPlugin.

Includes

#include <ags/X/machine/ags_matrix_bridge.h>

Description

AgsMatrixBridge is a composite widget to visualize all AgsChannel. It should be packed by an AgsMachine.

Functions

ags_matrix_bridge_new ()

AgsMatrixBridge *
ags_matrix_bridge_new (AgsAudio *audio);

Create a new instance of AgsMatrixBridge

Parameters

audio

the AgsAudio to visualize

 

Returns

the new AgsMatrixBridge

Since: 2.0.0


AGS_IS_MATRIX_BRIDGE()

#define AGS_IS_MATRIX_BRIDGE(obj)             (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_MATRIX_BRIDGE))

AGS_MATRIX_BRIDGE()

#define AGS_MATRIX_BRIDGE(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MATRIX_BRIDGE, AgsMatrixBridge))

AGS_MATRIX_BRIDGE_CLASS()

#define AGS_MATRIX_BRIDGE_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_MATRIX_BRIDGE, AgsMatrixBridgeClass))

AGS_MATRIX_BRIDGE_GET_CLASS()

#define AGS_MATRIX_BRIDGE_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_MATRIX_BRIDGE, AgsMatrixBridgeClass))

ags_matrix_bridge_get_type ()

GType
ags_matrix_bridge_get_type (void);

Types and Values

AGS_TYPE_MATRIX_BRIDGE

#define AGS_TYPE_MATRIX_BRIDGE                (ags_matrix_bridge_get_type())

struct AgsMatrixBridge

struct AgsMatrixBridge;

struct AgsMatrixBridgeClass

struct AgsMatrixBridgeClass {
  AgsEffectBridgeClass effect_bridge;
};