Top | ![]() |
![]() |
![]() |
![]() |
Functions
|
ags_machine_collection_get_machine_mapper () |
|
ags_machine_collection_add_machine_mapper () |
|
ags_machine_collection_remove_machine_mapper () |
|
ags_machine_collection_reload () |
|
ags_machine_collection_add_entry () |
AgsMachineCollection * | ags_machine_collection_new () |
#define | AGS_IS_MACHINE_COLLECTION() |
#define | AGS_IS_MACHINE_COLLECTION_CLASS() |
#define | AGS_MACHINE_COLLECTION() |
#define | AGS_MACHINE_COLLECTION_CLASS() |
#define | AGS_MACHINE_COLLECTION_GET_CLASS() |
|
ags_machine_collection_get_type () |
Types and Values
enum | AgsMachineCollectionFlags |
#define | AGS_TYPE_MACHINE_COLLECTION |
struct | AgsMachineCollection |
struct | AgsMachineCollectionClass |
Implemented Interfaces
AgsMachineCollection implements
Description
AgsMachineCollection is a composite widget which packs
several
Functions
ags_machine_collection_get_machine_mapper ()
GList * ags_machine_collection_get_machine_mapper (AgsMachineCollection *machine_collection
);
Get effect pad output.
Since:
ags_machine_collection_add_machine_mapper ()
void ags_machine_collection_add_machine_mapper (AgsMachineCollection *machine_collection
,);
AgsMachineMapper *machine_mapper
Add machine_mapper
to output.
Since:
ags_machine_collection_remove_machine_mapper ()
void ags_machine_collection_remove_machine_mapper (AgsMachineCollection *machine_collection
,);
AgsMachineMapper *machine_mapper
Remove machine_mapper
from output.
Since:
ags_machine_collection_reload ()
void ags_machine_collection_reload (AgsMachineCollection *machine_collection
);
ags_machine_collection_add_entry ()
void ags_machine_collection_add_entry (AgsMachineCollection *machine_collection
,);
GtkWidget *machine
ags_machine_collection_new ()
AgsMachineCollection * ags_machine_collection_new (,
GType machine_mapper_type,
guint machine_mapper_n_properties,
gchar **machine_mapper_strv);
GValue *machine_mapper_value
Creates an AgsMachineCollection
Parameters
machine_mapper_type |
the machine mapper type |
|
machine_mapper_n_properties |
the machine mapper properties count |
|
machine_mapper_strv |
the machine mapper string vector |
|
machine_mapper_value |
the machine mapper value array |
Since:
AGS_IS_MACHINE_COLLECTION()
#define AGS_IS_MACHINE_COLLECTION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_MACHINE_COLLECTION))
AGS_IS_MACHINE_COLLECTION_CLASS()
#define AGS_IS_MACHINE_COLLECTION_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_MACHINE_COLLECTION))
AGS_MACHINE_COLLECTION()
#define AGS_MACHINE_COLLECTION(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MACHINE_COLLECTION, AgsMachineCollection))
AGS_MACHINE_COLLECTION_CLASS()
#define AGS_MACHINE_COLLECTION_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_MACHINE_COLLECTION, AgsMachineCollectionClass))
AGS_MACHINE_COLLECTION_GET_CLASS()
#define AGS_MACHINE_COLLECTION_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_MACHINE_COLLECTION, AgsMachineCollectionClass))