| Top |
| GList * | ags_machine_editor_collection_get_bulk () |
| void | ags_machine_editor_collection_add_bulk () |
| void | ags_machine_editor_collection_remove_bulk () |
| AgsMachineEditorCollection * | ags_machine_editor_collection_new () |
| #define | AGS_IS_MACHINE_EDITOR_COLLECTION() |
| #define | AGS_IS_MACHINE_EDITOR_COLLECTION_CLASS() |
| #define | AGS_MACHINE_EDITOR_COLLECTION() |
| #define | AGS_MACHINE_EDITOR_COLLECTION_CLASS() |
| #define | AGS_MACHINE_EDITOR_COLLECTION_GET_CLASS() |
| GType | ags_machine_editor_collection_get_type () |
| #define | AGS_TYPE_MACHINE_EDITOR_COLLECTION |
| struct | AgsMachineEditorCollection |
| struct | AgsMachineEditorCollectionClass |
GObject
╰── GInitiallyUnowned
╰── GtkWidget
╰── GtkBox
╰── AgsMachineEditorCollection
AgsMachineEditorCollection implements GtkAccessible, GtkBuildable, GtkConstraintTarget, GtkOrientable, AgsConnectable and AgsApplicable.
AgsMachineEditorCollection is a composite widget to edit all aspects of AgsAudio. It consists of multiple child editor_collections.
GList *
ags_machine_editor_collection_get_bulk
(AgsMachineEditorCollection *machine_editor_collection);
Get bulk.
Since: 4.0.0
void ags_machine_editor_collection_add_bulk (AgsMachineEditorCollection *machine_editor_collection,AgsMachineEditorBulk *bulk);
Add bulk
to machine_editor_collection
.
Since: 4.0.0
void ags_machine_editor_collection_remove_bulk (AgsMachineEditorCollection *machine_editor_collection,AgsMachineEditorBulk *bulk);
Remove bulk
from machine_editor_collection
.
Since: 4.0.0
AgsMachineEditorCollection *
ags_machine_editor_collection_new (GType channel_type);
Creates an AgsMachineEditorCollection
Since: 4.0.0
#define AGS_IS_MACHINE_EDITOR_COLLECTION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_MACHINE_EDITOR_COLLECTION))
#define AGS_IS_MACHINE_EDITOR_COLLECTION_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_MACHINE_EDITOR_COLLECTION))
#define AGS_MACHINE_EDITOR_COLLECTION(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MACHINE_EDITOR_COLLECTION, AgsMachineEditorCollection))
#define AGS_MACHINE_EDITOR_COLLECTION_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_MACHINE_EDITOR_COLLECTION, AgsMachineEditorCollectionClass))
#define AGS_MACHINE_EDITOR_COLLECTION_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_MACHINE_EDITOR_COLLECTION, AgsMachineEditorCollectionClass))