Home
last modified time | relevance | path

Searched refs:line_editor (Results 1 – 25 of 114) sorted by relevance

12345

/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/
H A Dags_line_editor.c172 line_editor->flags = 0; in ags_line_editor_init()
177 line_editor->channel = NULL; in ags_line_editor_init()
189 AgsLineEditor *line_editor; in ags_line_editor_set_property() local
215 AgsLineEditor *line_editor; in ags_line_editor_get_property() local
234 AgsLineEditor *line_editor; in ags_line_editor_finalize() local
249 AgsLineEditor *line_editor; in ags_line_editor_connect() local
282 AgsLineEditor *line_editor; in ags_line_editor_disconnect() local
318 AgsLineEditor *line_editor; in ags_line_editor_set_update() local
330 AgsLineEditor *line_editor; in ags_line_editor_apply() local
350 AgsLineEditor *line_editor; in ags_line_editor_reset() local
[all …]
H A Dags_pad_editor.c287 line_editor = gtk_container_get_children(GTK_CONTAINER(pad_editor->line_editor)); in ags_pad_editor_connect()
292 line_editor = line_editor->next; in ags_pad_editor_connect()
341 line_editor = gtk_container_get_children(GTK_CONTAINER(pad_editor->line_editor)); in ags_pad_editor_disconnect()
346 line_editor = line_editor->next; in ags_pad_editor_disconnect()
361 line_editor = gtk_container_get_children(GTK_CONTAINER(pad_editor->line_editor)); in ags_pad_editor_set_update()
366 line_editor = line_editor->next; in ags_pad_editor_set_update()
381 line_editor = gtk_container_get_children(GTK_CONTAINER(pad_editor->line_editor)); in ags_pad_editor_apply()
386 line_editor = line_editor->next; in ags_pad_editor_apply()
401 line_editor = gtk_container_get_children(GTK_CONTAINER(pad_editor->line_editor)); in ags_pad_editor_reset()
406 line_editor = line_editor->next; in ags_pad_editor_reset()
[all …]
H A Dags_line_editor_callbacks.c35 if(line_editor->link_editor != NULL){ in ags_line_editor_parent_set_callback()
36 gtk_box_pack_start((GtkBox *) line_editor, in ags_line_editor_parent_set_callback()
37 (GtkWidget *) line_editor->link_editor, in ags_line_editor_parent_set_callback()
42 if(line_editor->output_editor != NULL){ in ags_line_editor_parent_set_callback()
43 gtk_box_pack_start((GtkBox *) line_editor, in ags_line_editor_parent_set_callback()
49 if(line_editor->input_editor != NULL){ in ags_line_editor_parent_set_callback()
50 gtk_box_pack_start((GtkBox *) line_editor, in ags_line_editor_parent_set_callback()
60 if(line_editor->link_editor != NULL){ in ags_line_editor_show_callback()
64 if(line_editor->output_editor != NULL){ in ags_line_editor_show_callback()
68 if(line_editor->input_editor != NULL){ in ags_line_editor_show_callback()
[all …]
H A Dags_pad_editor_callbacks.c31 AgsLineEditor *line_editor; in ags_pad_editor_resize_audio_channels_callback() local
50 line_editor = ags_line_editor_new(channel); in ags_pad_editor_resize_audio_channels_callback()
51 line_editor->editor_type_count = pad_editor->editor_type_count; in ags_pad_editor_resize_audio_channels_callback()
52 line_editor->editor_type = (GType *) malloc(line_editor->editor_type_count * sizeof(GType)); in ags_pad_editor_resize_audio_channels_callback()
54 for(i = 0; i < line_editor->editor_type_count; i++){ in ags_pad_editor_resize_audio_channels_callback()
55 line_editor->editor_type[i] = pad_editor->editor_type[i]; in ags_pad_editor_resize_audio_channels_callback()
58 gtk_box_pack_start(GTK_BOX(pad_editor->line_editor), in ags_pad_editor_resize_audio_channels_callback()
59 GTK_WIDGET(line_editor), in ags_pad_editor_resize_audio_channels_callback()
62 ags_connectable_connect(AGS_CONNECTABLE(line_editor)); in ags_pad_editor_resize_audio_channels_callback()
63 gtk_widget_show_all(GTK_WIDGET(line_editor)); in ags_pad_editor_resize_audio_channels_callback()
[all …]
H A Dags_line_member_editor_callbacks.c108 AgsLineEditor *line_editor; in ags_line_member_editor_plugin_browser_response_callback() local
144 if(AGS_IS_OUTPUT(line_editor->channel)){ in ags_line_member_editor_plugin_browser_response_callback()
278 line_editor->channel->pad); in ags_line_member_editor_plugin_browser_response_callback()
285 if(AGS_LINE(list->data)->channel == line_editor->channel){ in ags_line_member_editor_plugin_browser_response_callback()
342 line_editor->channel->pad); in ags_line_member_editor_plugin_browser_response_callback()
414 AgsLineEditor *line_editor; in ags_line_member_editor_remove_callback() local
439 if(AGS_IS_OUTPUT(line_editor->channel)){ in ags_line_member_editor_remove_callback()
457 if(AGS_IS_OUTPUT(line_editor->channel)){ in ags_line_member_editor_remove_callback()
466 line_editor->channel->pad); in ags_line_member_editor_remove_callback()
473 if(AGS_LINE(list->data)->channel == line_editor->channel){ in ags_line_member_editor_remove_callback()
[all …]
H A Dags_input_editor_callbacks.c33 AgsLineEditor *line_editor; in ags_input_editor_parent_set_callback() local
43 line_editor = (AgsLineEditor *) gtk_widget_get_ancestor(widget, AGS_TYPE_LINE_EDITOR); in ags_input_editor_parent_set_callback()
45 if(line_editor != NULL){ in ags_input_editor_parent_set_callback()
46 channel = line_editor->channel; in ags_input_editor_parent_set_callback()
H A Dags_output_editor_callbacks.c30 AgsLineEditor *line_editor; in ags_output_editor_parent_set_callback() local
40 line_editor = (AgsLineEditor *) gtk_widget_get_ancestor(widget, AGS_TYPE_LINE_EDITOR); in ags_output_editor_parent_set_callback()
42 if(line_editor != NULL){ in ags_output_editor_parent_set_callback()
43 channel = line_editor->channel; in ags_output_editor_parent_set_callback()
H A Dags_link_editor_callbacks.c37 AgsLineEditor *line_editor; in ags_link_editor_parent_set_callback() local
49 line_editor = (AgsLineEditor *) gtk_widget_get_ancestor(widget, AGS_TYPE_LINE_EDITOR); in ags_link_editor_parent_set_callback()
51 if(line_editor != NULL){ in ags_link_editor_parent_set_callback()
52 channel = line_editor->channel; in ags_link_editor_parent_set_callback()
67 if(AGS_IS_INPUT(line_editor->channel) && in ags_link_editor_parent_set_callback()
124 AgsLineEditor *line_editor; in ags_link_editor_combo_callback() local
131 line_editor = AGS_LINE_EDITOR(gtk_widget_get_ancestor(GTK_WIDGET(link_editor), in ags_link_editor_combo_callback()
134 channel = line_editor->channel; in ags_link_editor_combo_callback()
H A Dags_link_editor.c226 AgsLineEditor *line_editor; in ags_link_editor_apply() local
239 line_editor = AGS_LINE_EDITOR(gtk_widget_get_ancestor(GTK_WIDGET(link_editor), in ags_link_editor_apply()
242 machine_editor = AGS_MACHINE_EDITOR(gtk_widget_get_ancestor(GTK_WIDGET(line_editor), in ags_link_editor_apply()
248 channel = line_editor->channel; in ags_link_editor_apply()
363 AgsLineEditor *line_editor; in ags_link_editor_reset() local
371 line_editor = AGS_LINE_EDITOR(gtk_widget_get_ancestor(GTK_WIDGET(link_editor), in ags_link_editor_reset()
374 machine_editor = AGS_MACHINE_EDITOR(gtk_widget_get_ancestor(GTK_WIDGET(line_editor), in ags_link_editor_reset()
379 channel = line_editor->channel; in ags_link_editor_reset()
H A Dags_output_editor.c198 AgsLineEditor *line_editor; in ags_output_editor_apply() local
215 line_editor = AGS_LINE_EDITOR(gtk_widget_get_ancestor(GTK_WIDGET(output_editor), in ags_output_editor_apply()
218 channel = line_editor->channel; in ags_output_editor_apply()
258 AgsLineEditor *line_editor; in ags_output_editor_reset() local
268 line_editor = AGS_LINE_EDITOR(gtk_widget_get_ancestor(GTK_WIDGET(output_editor), in ags_output_editor_reset()
273 channel = line_editor->channel; in ags_output_editor_reset()
H A Dags_input_editor.c203 AgsLineEditor *line_editor; in ags_input_editor_apply() local
220 line_editor = AGS_LINE_EDITOR(gtk_widget_get_ancestor(GTK_WIDGET(input_editor), in ags_input_editor_apply()
223 channel = line_editor->channel; in ags_input_editor_apply()
263 AgsLineEditor *line_editor; in ags_input_editor_reset() local
273 line_editor = AGS_LINE_EDITOR(gtk_widget_get_ancestor(GTK_WIDGET(input_editor), in ags_input_editor_reset()
278 channel = line_editor->channel; in ags_input_editor_reset()
H A Dags_line_editor_callbacks.h36 …e_editor_parent_set_callback(GtkWidget *widget, GtkWidget *old_parent, AgsLineEditor *line_editor);
37 int ags_line_editor_show_callback(GtkWidget *widget, AgsLineEditor *line_editor);
H A Dags_line_member_editor.c236 AgsLineEditor *line_editor; in ags_line_member_editor_reset() local
261 line_editor = (AgsLineEditor *) gtk_widget_get_ancestor((GtkWidget *) line_member_editor, in ags_line_member_editor_reset()
264 g_object_get(line_editor->channel, in ags_line_member_editor_reset()
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/scripter/python/sceditor/
H A Dindenter.py12 self.line_editor = editor.line_editor()
36 last_line = self.line_editor.get_line(lineno - 1)
49 self.line_editor.indent_line(lineno, indent_diffs)
52 contents = self.line_editor.get_line(lineno)
94 prev_line = self.line_editor.get_line(prev_lineno)
97 current_line = self.line_editor.get_line(lineno)
103 self.line_editor, self._last_non_blank(lineno))
111 parens_line = self.line_editor.get_line(open_parens[0])
119 start_line = self.line_editor.get_line(start)
136 first_line = self.line_editor.get_line(stmt_range[0])
[all …]
/dports/graphics/krita/krita-4.4.8/plugins/extensions/pykrita/plugin/krita/sceditor/
H A Dindenter.py13 self.line_editor = editor.line_editor()
37 last_line = self.line_editor.get_line(lineno - 1)
50 self.line_editor.indent_line(lineno, indent_diffs)
53 contents = self.line_editor.get_line(lineno)
95 prev_line = self.line_editor.get_line(prev_lineno)
98 current_line = self.line_editor.get_line(lineno)
104 self.line_editor, self._last_non_blank(lineno))
112 parens_line = self.line_editor.get_line(open_parens[0])
120 start_line = self.line_editor.get_line(start)
137 first_line = self.line_editor.get_line(stmt_range[0])
[all …]
/dports/audio/gsequencer/gsequencer-3.10.4/ags/test/X/
H A Dags_functional_line_member_add_and_destroy_test.c149 AgsLineEditor *line_editor; in ags_functional_line_member_add_and_destroy_test_panel() local
247 plugin_browser = line_editor->member_editor->plugin_browser; in ags_functional_line_member_add_and_destroy_test_panel()
293 plugin_browser = line_editor->member_editor->plugin_browser; in ags_functional_line_member_add_and_destroy_test_panel()
358 plugin_browser = line_editor->member_editor->plugin_browser; in ags_functional_line_member_add_and_destroy_test_panel()
434 AgsLineEditor *line_editor; in ags_functional_line_member_add_and_destroy_test_mixer() local
532 plugin_browser = line_editor->member_editor->plugin_browser; in ags_functional_line_member_add_and_destroy_test_mixer()
578 plugin_browser = line_editor->member_editor->plugin_browser; in ags_functional_line_member_add_and_destroy_test_mixer()
643 plugin_browser = line_editor->member_editor->plugin_browser; in ags_functional_line_member_add_and_destroy_test_mixer()
719 AgsLineEditor *line_editor; in ags_functional_line_member_add_and_destroy_test_drum() local
818 plugin_browser = line_editor->member_editor->plugin_browser; in ags_functional_line_member_add_and_destroy_test_drum()
[all …]
H A Dags_functional_test_util.c3458 line_editor = list->data; in ags_functional_test_util_get_line_editor()
3469 return(line_editor); in ags_functional_test_util_get_line_editor()
3668 AgsLineEditor *line_editor; in ags_functional_test_util_machine_properties_link_set() local
3759 line_editor = list->data; in ags_functional_test_util_machine_properties_link_set()
3833 AgsLineEditor *line_editor; in ags_functional_test_util_machine_properties_effect_add() local
3926 line_editor = list->data; in ags_functional_test_util_machine_properties_effect_add()
3967 AgsLineEditor *line_editor; in ags_functional_test_util_machine_properties_effect_remove() local
4063 line_editor = list->data; in ags_functional_test_util_machine_properties_effect_remove()
4135 AgsLineEditor *line_editor; in ags_functional_test_util_machine_properties_effect_plugin_type() local
4218 line_editor = list->data; in ags_functional_test_util_machine_properties_effect_plugin_type()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/include/lldb/Host/
H A DEditline.h63 namespace line_editor {
149 using namespace line_editor; variable
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/include/lldb/Host/
H A DEditline.h61 namespace line_editor {
147 using namespace line_editor; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/include/lldb/Host/
H A DEditline.h61 namespace line_editor {
150 using namespace line_editor; variable
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/include/lldb/Host/
H A DEditline.h61 namespace line_editor {
150 using namespace line_editor; variable
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/include/lldb/Host/
H A DEditline.h61 namespace line_editor {
150 using namespace line_editor; variable
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/include/lldb/Host/
H A DEditline.h61 namespace line_editor {
149 using namespace line_editor; variable
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/include/lldb/Host/
H A DEditline.h61 namespace line_editor {
149 using namespace line_editor; variable
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/include/lldb/Host/
H A DEditline.h61 namespace line_editor {
149 using namespace line_editor; variable

12345