Top | ![]() |
![]() |
![]() |
![]() |
void | ags_track_collection_parse () |
void | ags_track_collection_add_mapper () |
AgsTrackCollection * | ags_track_collection_new () |
#define | AGS_IS_TRACK_COLLECTION() |
#define | AGS_TRACK_COLLECTION() |
#define | AGS_TRACK_COLLECTION_CLASS() |
#define | AGS_TRACK_COLLECTION_GET_CLASS() |
GType | ags_track_collection_get_type () |
#define | AGS_TYPE_TRACK_COLLECTION |
struct | AgsTrackCollection |
struct | AgsTrackCollectionClass |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkVBox ╰── AgsTrackCollection
AgsTrackCollection implements AtkImplementorIface, GtkBuildable, GtkOrientable, AgsConnectable and AgsApplicable.
AgsTrackCollection is a composite widget to property. A property editor should be packed by a AgsPropertyCollectionEditor.
void
ags_track_collection_parse (AgsTrackCollection *track_collection
);
void ags_track_collection_add_mapper (AgsTrackCollection *track_collection
,xmlNode *track
,gchar *instrument
,gchar *sequence
);
AgsTrackCollection * ags_track_collection_new (GType child_type
,guint child_parameter_count
,GParameter *child_parameter
);
Creates an AgsTrackCollection
child_type |
the child type |
|
child_parameter_count |
the child parameter count |
|
child_parameter |
the child parameters |
Since: 2.0.0
#define AGS_IS_TRACK_COLLECTION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_TRACK_COLLECTION))
#define AGS_TRACK_COLLECTION(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_TRACK_COLLECTION, AgsTrackCollection))
#define AGS_TRACK_COLLECTION_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_TRACK_COLLECTION, AgsTrackCollectionClass))
#define AGS_TRACK_COLLECTION_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_TRACK_COLLECTION, AgsTrackCollectionClass))
“midi-document”
property“midi-document” gpointer
The assigned midi document.
Flags: Read / Write
Since: 2.0.0