| Top |
AgsLineAgsLine — A composite widget to visualize AgsChannel |
| void | ags_line_set_channel () |
| void | ags_line_group_changed () |
| GList * | ags_line_add_effect () |
| void | ags_line_remove_effect () |
| void | ags_line_map_recall () |
| GList * | ags_line_find_port () |
| GList * | ags_line_find_next_grouped () |
| gboolean | ags_line_indicator_queue_draw () |
| AgsLine * | ags_line_new () |
| gpointer | add-effect | Run Last |
| void | find-port | Run Last |
| void | group-changed | Run Last |
| void | map-recall | Run Last |
| void | remove-effect | Run Last |
| void | set-channel | Run Last |
| #define | AGS_LINE_DEFAULT_VERSION |
| #define | AGS_LINE_DEFAULT_BUILD_ID |
| #define | AGS_LINE_COLUMNS_COUNT |
| enum | AgsLineFlags |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkVBox ╰── AgsLine ├── AgsDrumInputLine ├── AgsDrumOutputLine ├── AgsMixerInputLine ├── AgsPanelInputLine ╰── AgsSynthInputLine
AgsLine implements AtkImplementorIface, GtkBuildable, GtkOrientable, AgsConnectable and AgsPlugin.
AgsLine is a composite widget to visualize AgsChannel. It should be packed by an AgsPad. It may contain AgsLineMember to modify ports of AgsRecall.
void ags_line_set_channel (AgsLine *line,AgsChannel *channel);
Is emitted as channel gets modified.
Since: 0.3
void
ags_line_group_changed (AgsLine *line);
Is emitted as group is changed.
Since: 0.4
GList * ags_line_add_effect (AgsLine *line,GList *control_type_name,gchar *filename,gchar *effect);
Add a line member.
Since: 0.4.3
void ags_line_remove_effect (AgsLine *line,guint nth);
Remove a line member.
Since: 0.4.3
void ags_line_map_recall (AgsLine *line,guint output_pad_start);
Is emitted as group is changed.
Since: 0.4
GList *
ags_line_find_port (AgsLine *line);
Lookup ports of assigned recalls.
Since: 0.4
GList *
ags_line_find_next_grouped (GList *line);
Retrieve next grouped line.
Since: 0.4
AgsLine * ags_line_new (GtkWidget *pad,AgsChannel *channel);
Creates an AgsLine
Since: 0.3
“channel” property“channel” AgsChannel *
The channel it is assigned with.
Flags: Read / Write
Since: 0.4
“add-effect” signalgpointer user_function (AgsLine *line, gpointer control_type_name, gchar *filename, gchar *effect, gpointer user_data)
Flags: Run Last
Since: 0.4.3
“find-port” signalvoid user_function (AgsLine *line, gpointer user_data)
Flags: Run Last
Since: 0.4.3
“group-changed” signalvoid user_function (AgsLine *line, gpointer user_data)
Flags: Run Last
Since: 0.4.3
“map-recall” signalvoid user_function (AgsLine *line, guint output_pad_start, gpointer user_data)
Flags: Run Last
Since: 0.4.3
“remove-effect” signalvoid user_function (AgsLine *line, guint nth, gpointer user_data)
Flags: Run Last
Since: 0.4.3