Home
last modified time | relevance | path

Searched refs:input_editor (Results 1 – 20 of 20) sorted by relevance

/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/
H A Dags_input_editor.c136 input_editor->flags = 0; in ags_input_editor_init()
143 gtk_box_pack_start(GTK_BOX(input_editor), in ags_input_editor_init()
144 GTK_WIDGET(input_editor->soundcard), in ags_input_editor_init()
150 gtk_box_pack_start(GTK_BOX(input_editor), in ags_input_editor_init()
159 AgsInputEditor *input_editor; in ags_input_editor_connect() local
176 AgsInputEditor *input_editor; in ags_input_editor_disconnect() local
189 input_editor, in ags_input_editor_disconnect()
202 AgsInputEditor *input_editor; in ags_input_editor_apply() local
251 AgsInputEditor *input_editor; in ags_input_editor_reset() local
390 AgsInputEditor *input_editor; in ags_input_editor_new() local
[all …]
H A Dags_input_editor_callbacks.c30 …_editor_parent_set_callback(GtkWidget *widget, GtkWidget *old_parent, AgsInputEditor *input_editor) in ags_input_editor_parent_set_callback() argument
54 gtk_combo_box_set_model(GTK_COMBO_BOX(input_editor->soundcard), in ags_input_editor_parent_set_callback()
57 ags_input_editor_check(input_editor); in ags_input_editor_parent_set_callback()
64 ags_input_editor_soundcard_callback(GtkComboBoxText *combo_text, AgsInputEditor *input_editor) in ags_input_editor_soundcard_callback() argument
66 ags_input_editor_check(input_editor); in ags_input_editor_soundcard_callback()
H A Dags_line_editor.c270 if(line_editor->input_editor != NULL){ in ags_line_editor_connect()
271 ags_connectable_connect(AGS_CONNECTABLE(line_editor->input_editor)); in ags_line_editor_connect()
306 if(line_editor->input_editor != NULL){ in ags_line_editor_disconnect()
307 ags_connectable_connect(AGS_CONNECTABLE(line_editor->input_editor)); in ags_line_editor_disconnect()
342 if(line_editor->input_editor != NULL){ in ags_line_editor_apply()
343 ags_applicable_apply(AGS_APPLICABLE(line_editor->input_editor)); in ags_line_editor_apply()
362 if(line_editor->input_editor != NULL){ in ags_line_editor_reset()
363 ags_applicable_reset(AGS_APPLICABLE(line_editor->input_editor)); in ags_line_editor_reset()
388 gtk_widget_destroy(GTK_WIDGET(line_editor->input_editor)); in ags_line_editor_set_channel()
428 line_editor->input_editor = ags_input_editor_new(); in ags_line_editor_set_channel()
[all …]
H A Dags_line_editor_callbacks.c49 if(line_editor->input_editor != NULL){ in ags_line_editor_parent_set_callback()
51 (GtkWidget *) line_editor->input_editor, in ags_line_editor_parent_set_callback()
68 if(line_editor->input_editor != NULL){ in ags_line_editor_show_callback()
69 gtk_widget_show((GtkWidget *) line_editor->input_editor); in ags_line_editor_show_callback()
H A Dags_machine_editor.c332 ags_connectable_connect(AGS_CONNECTABLE(machine_editor->input_editor)); in ags_machine_editor_connect()
365 ags_connectable_disconnect(AGS_CONNECTABLE(machine_editor->input_editor)); in ags_machine_editor_disconnect()
381 ags_applicable_set_update(AGS_APPLICABLE(machine_editor->input_editor), update); in ags_machine_editor_set_update()
397 ags_applicable_apply(AGS_APPLICABLE(machine_editor->input_editor)); in ags_machine_editor_apply()
413 ags_applicable_reset(AGS_APPLICABLE(machine_editor->input_editor)); in ags_machine_editor_reset()
474 machine_editor->input_editor = ags_listing_editor_new(AGS_TYPE_INPUT); in ags_machine_editor_add_children()
476 (GtkWidget *) machine_editor->input_editor); in ags_machine_editor_add_children()
478 ags_listing_editor_add_children(machine_editor->input_editor, in ags_machine_editor_add_children()
507 gtk_widget_destroy(GTK_WIDGET(machine_editor->input_editor)); in ags_machine_editor_real_set_machine()
H A Dags_input_editor_callbacks.h36 …editor_parent_set_callback(GtkWidget *widget, GtkWidget *old_parent, AgsInputEditor *input_editor);
38 void ags_input_editor_soundcard_callback(GtkComboBoxText *combo_box, AgsInputEditor *input_editor);
H A Dags_input_editor.h72 void ags_input_editor_check(AgsInputEditor *input_editor);
H A Dags_line_editor.h73 AgsInputEditor *input_editor; member
H A Dags_machine_editor.h75 AgsListingEditor *input_editor; member
/dports/devel/godot/godot-3.2.3-stable/editor/
H A Dproject_settings_editor.cpp407 TreeItem *r = input_editor->get_root(); in _show_last_added()
653 input_editor->edit_selected(); in _action_button_pressed()
684 if (input_editor->get_root() && input_editor->get_root()->get_children()) { in _update_actions()
690 input_editor->clear(); in _update_actions()
692 input_editor->set_hide_root(true); in _update_actions()
965 TreeItem *r = input_editor->get_root(); in _action_add()
976 input_editor->ensure_cursor_is_visible(); in _action_add()
1934 input_editor = memnew(Tree); in ProjectSettingsEditor()
1935 vbc->add_child(input_editor); in ProjectSettingsEditor()
1937 input_editor->set_columns(3); in ProjectSettingsEditor()
[all …]
H A Dproject_settings_editor.h90 Tree *input_editor; variable
/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Dproject_settings_editor.cpp407 TreeItem *r = input_editor->get_root(); in _show_last_added()
653 input_editor->edit_selected(); in _action_button_pressed()
684 if (input_editor->get_root() && input_editor->get_root()->get_children()) { in _update_actions()
690 input_editor->clear(); in _update_actions()
692 input_editor->set_hide_root(true); in _update_actions()
965 TreeItem *r = input_editor->get_root(); in _action_add()
976 input_editor->ensure_cursor_is_visible(); in _action_add()
1934 input_editor = memnew(Tree); in ProjectSettingsEditor()
1935 vbc->add_child(input_editor); in ProjectSettingsEditor()
1937 input_editor->set_columns(3); in ProjectSettingsEditor()
[all …]
H A Dproject_settings_editor.h90 Tree *input_editor; variable
/dports/devel/godot2/godot-2.1.6-stable/editor/
H A Dproject_settings.cpp109 TreeItem *ti = input_editor->get_selected(); in _action_selected()
118 TreeItem *ti = input_editor->get_selected(); in _action_edited()
282 TreeItem *r = input_editor->get_root(); in _show_last_added()
401 Rect2 ir = input_editor->get_item_rect(ti); in _action_button_pressed()
402 ir.pos.y -= input_editor->get_scroll().y; in _action_button_pressed()
465 input_editor->clear(); in _update_actions()
467 input_editor->set_hide_root(true); in _update_actions()
700 TreeItem *r = input_editor->get_root(); in _action_add()
713 input_editor->ensure_cursor_is_visible(); in _action_add()
1373 input_editor = memnew(Tree); in ProjectSettings()
[all …]
H A Dproject_settings.h76 Tree *input_editor; variable
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/
H A Dproject_settings.cpp109 TreeItem *ti = input_editor->get_selected(); in _action_selected()
118 TreeItem *ti = input_editor->get_selected(); in _action_edited()
282 TreeItem *r = input_editor->get_root(); in _show_last_added()
401 Rect2 ir = input_editor->get_item_rect(ti); in _action_button_pressed()
402 ir.pos.y -= input_editor->get_scroll().y; in _action_button_pressed()
465 input_editor->clear(); in _update_actions()
467 input_editor->set_hide_root(true); in _update_actions()
700 TreeItem *r = input_editor->get_root(); in _action_add()
713 input_editor->ensure_cursor_is_visible(); in _action_add()
1373 input_editor = memnew(Tree); in ProjectSettings()
[all …]
H A Dproject_settings.h76 Tree *input_editor; variable
/dports/audio/gsequencer/gsequencer-3.10.4/ags/test/X/
H A Dags_functional_test_util.c3433 listing_editor = AGS_LISTING_EDITOR(AGS_MACHINE_EDITOR(machine_editor)->input_editor); in ags_functional_test_util_get_line_editor()
3629 enable_button = AGS_PROPERTY_EDITOR(machine_editor->input_editor)->enabled; in ags_functional_test_util_machine_properties_click_enable()
3716 listing_editor = AGS_LISTING_EDITOR(machine_editor->input_editor); in ags_functional_test_util_machine_properties_link_set()
3883 listing_editor = AGS_LISTING_EDITOR(machine_editor->input_editor); in ags_functional_test_util_machine_properties_effect_add()
4020 listing_editor = AGS_LISTING_EDITOR(machine_editor->input_editor); in ags_functional_test_util_machine_properties_effect_remove()
4184 listing_editor = AGS_LISTING_EDITOR(machine_editor->input_editor); in ags_functional_test_util_machine_properties_effect_plugin_type()
4317 listing_editor = AGS_LISTING_EDITOR(machine_editor->input_editor); in ags_functional_test_util_machine_properties_ladspa_filename()
4461 listing_editor = AGS_LISTING_EDITOR(machine_editor->input_editor); in ags_functional_test_util_machine_properties_ladspa_effect()
4603 listing_editor = AGS_LISTING_EDITOR(machine_editor->input_editor); in ags_functional_test_util_machine_properties_lv2_filename()
4745 listing_editor = AGS_LISTING_EDITOR(machine_editor->input_editor); in ags_functional_test_util_machine_properties_lv2_effect()
/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Dvisual_shader_editor_plugin.cpp3017 VisualShaderNodePluginInputEditor *input_editor = memnew(VisualShaderNodePluginInputEditor); in create_editor() local
3018 input_editor->setup(p_node); in create_editor()
3019 return input_editor; in create_editor()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Dvisual_shader_editor_plugin.cpp3017 VisualShaderNodePluginInputEditor *input_editor = memnew(VisualShaderNodePluginInputEditor); in create_editor() local
3018 input_editor->setup(p_node); in create_editor()
3019 return input_editor; in create_editor()