Top | ![]() |
![]() |
![]() |
![]() |
void | ags_machine_editor_add_children () |
void | ags_machine_editor_set_machine () |
void | ags_machine_editor_add_input () |
void | ags_machine_editor_add_output () |
void | ags_machine_editor_remove_input () |
void | ags_machine_editor_remove_output () |
AgsMachineEditor * | ags_machine_editor_new () |
#define | AGS_IS_MACHINE_EDITOR() |
#define | AGS_MACHINE_EDITOR() |
#define | AGS_MACHINE_EDITOR_CLASS() |
#define | AGS_MACHINE_EDITOR_GET_CLASS() |
GType | ags_machine_editor_get_type () |
#define | AGS_MACHINE_EDITOR_DEFAULT_VERSION |
#define | AGS_MACHINE_EDITOR_DEFAULT_BUILD_ID |
enum | AgsMachineEditorFlags |
#define | AGS_TYPE_MACHINE_EDITOR |
struct | AgsMachineEditor |
struct | AgsMachineEditorClass |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkWindow ╰── GtkDialog ╰── AgsMachineEditor
AgsMachineEditor implements AtkImplementorIface, GtkBuildable, AgsConnectable and AgsApplicable.
AgsMachineEditor is a composite widget to edit all aspects of AgsAudio. It consists of multiple child editors.
void
ags_machine_editor_add_children (AgsMachineEditor *machine_editor
);
Add all child editors.
Since: 2.0.0
void ags_machine_editor_set_machine (AgsMachineEditor *machine_editor
,AgsMachine *machine
);
Is emitted as machine gets modified.
Since: 2.0.0
void
ags_machine_editor_add_input (AgsMachineEditor *machine_editor
);
void
ags_machine_editor_add_output (AgsMachineEditor *machine_editor
);
void
ags_machine_editor_remove_input (AgsMachineEditor *machine_editor
);
void
ags_machine_editor_remove_output (AgsMachineEditor *machine_editor
);
AgsMachineEditor *
ags_machine_editor_new (AgsMachine *machine
);
Creates an AgsMachineEditor
Since: 2.0.0
#define AGS_IS_MACHINE_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_MACHINE_EDITOR))
#define AGS_MACHINE_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MACHINE_EDITOR, AgsMachineEditor))
#define AGS_MACHINE_EDITOR_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_MACHINE_EDITOR, AgsMachineEditorClass))
#define AGS_MACHINE_EDITOR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_MACHINE_EDITOR, AgsMachineEditorClass))
#define AGS_MACHINE_EDITOR_DEFAULT_BUILD_ID "CEST 02-10-2014 19:36"
“machine”
property“machine” AgsMachine *
The AgsMachine to edit.
Flags: Read / Write
Since: 2.0.0
“set-machine”
signalvoid user_function (AgsMachineEditor *machine_editor, GObject *machine, gpointer user_data)
The ::set-machine notify about modified machine.
machine_editor |
the AgsMachineEditor |
|
machine |
the AgsMachine to set |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
Since: 2.0.0