AgsTrackCollection

AgsTrackCollection — Pack track mapper

Stability Level

Stable, unless otherwise indicated

Functions

Properties

gpointer midi-document Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── AgsTrackCollection

Implemented Interfaces

AgsTrackCollection implements AtkImplementorIface, GtkBuildable, GtkOrientable, AgsConnectable and AgsApplicable.

Includes

#include <ags/X/ags_track_collection.h>

Description

AgsTrackCollection is a composite widget to property. A property editor should be packed by a AgsPropertyCollectionEditor.

Functions

ags_track_collection_parse ()

void
ags_track_collection_parse (AgsTrackCollection *track_collection);

ags_track_collection_add_mapper ()

void
ags_track_collection_add_mapper (AgsTrackCollection *track_collection,
                                 xmlNode *track,
                                 gchar *instrument,
                                 gchar *sequence);

ags_track_collection_new ()

AgsTrackCollection *
ags_track_collection_new (GType child_type,
                          guint child_n_properties,
                          gchar **child_strv,
                          GValue *child_value);

Creates an AgsTrackCollection

Parameters

child_type

the child type

 

child_n_properties

the child properties count

 

child_strv

the child string vector

 

child_value

the child value array

 

Returns

a new AgsTrackCollection

Since: 3.0.0


AGS_IS_TRACK_COLLECTION()

#define AGS_IS_TRACK_COLLECTION(obj)             (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_TRACK_COLLECTION))

AGS_IS_TRACK_COLLECTION_CLASS()

#define AGS_IS_TRACK_COLLECTION_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_TRACK_COLLECTION))

AGS_TRACK_COLLECTION()

#define AGS_TRACK_COLLECTION(obj)                (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_TRACK_COLLECTION, AgsTrackCollection))

AGS_TRACK_COLLECTION_CLASS()

#define AGS_TRACK_COLLECTION_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_TRACK_COLLECTION, AgsTrackCollectionClass))

AGS_TRACK_COLLECTION_GET_CLASS()

#define AGS_TRACK_COLLECTION_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_TRACK_COLLECTION, AgsTrackCollectionClass))

ags_track_collection_get_type ()

GType
ags_track_collection_get_type ();

Types and Values

AGS_TYPE_TRACK_COLLECTION

#define AGS_TYPE_TRACK_COLLECTION                (ags_track_collection_get_type())

struct AgsTrackCollection

struct AgsTrackCollection;

struct AgsTrackCollectionClass

struct AgsTrackCollectionClass {
  GtkBoxClass box;
};

Property Details

The “midi-document” property

  “midi-document”            gpointer

The assigned midi document.

Owner: AgsTrackCollection

Flags: Read / Write

Since: 3.0.0