| Top |
| void | ags_output_collection_editor_check () |
| AgsOutputCollectionEditor * | ags_output_collection_editor_new () |
| #define | AGS_IS_OUTPUT_COLLECTION_EDITOR() |
| #define | AGS_OUTPUT_COLLECTION_EDITOR() |
| #define | AGS_OUTPUT_COLLECTION_EDITOR_CLASS() |
| #define | AGS_OUTPUT_COLLECTION_EDITOR_GET_CLASS() |
| GType | ags_output_collection_editor_get_type () |
| #define | AGS_TYPE_OUTPUT_COLLECTION_EDITOR |
| struct | AgsOutputCollectionEditor |
| struct | AgsOutputCollectionEditorClass |
GObject
╰── GInitiallyUnowned
╰── GtkObject
╰── GtkWidget
╰── GtkContainer
╰── GtkTable
╰── AgsOutputCollectionEditor
AgsOutputCollectionEditor implements AtkImplementorIface, GtkBuildable, AgsConnectable and AgsApplicable.
AgsOutputCollectionEditor is a composite widget to modify audio connections. A output collection editor should be packed by a AgsConnectionEditor.
void
ags_output_collection_editor_check (AgsOutputCollectionEditor *output_collection_editor);
Checks for possible channels to output. And modifies its ranges.
Since: 1.0.0
AgsOutputCollectionEditor *
ags_output_collection_editor_new (GType channel_type);
Creates an AgsOutputCollectionEditor
Since: 1.0.0
#define AGS_IS_OUTPUT_COLLECTION_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_OUTPUT_COLLECTION_EDITOR))
#define AGS_OUTPUT_COLLECTION_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_OUTPUT_COLLECTION_EDITOR, AgsOutputCollectionEditor))
#define AGS_OUTPUT_COLLECTION_EDITOR_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_OUTPUT_COLLECTION_EDITOR, AgsOutputCollectionEditorClass))
#define AGS_OUTPUT_COLLECTION_EDITOR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_OUTPUT_COLLECTION_EDITOR, AgsOutputCollectionEditorClass))
#define AGS_TYPE_OUTPUT_COLLECTION_EDITOR (ags_output_collection_editor_get_type())
“channel-type” property “channel-type” GType *
The channel type to apply to. Either AGS_TYPE_INPUT or AGS_TYPE_OUTPUT.
Flags: Read / Write
Allowed values: void
Since: 1.0.0