Home
last modified time | relevance | path

Searched refs:sheet_editor (Results 1 – 13 of 13) sorted by relevance

/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/
H A Dags_sheet_editor.c124 gobject = (GObjectClass *) sheet_editor; in ags_sheet_editor_class_init()
187 AgsSheetEditor *sheet_editor; in ags_sheet_editor_set_property() local
203 g_object_unref(sheet_editor->soundcard); in ags_sheet_editor_set_property()
225 AgsSheetEditor *sheet_editor; in ags_sheet_editor_get_property() local
244 AgsSheetEditor *sheet_editor; in ags_sheet_editor_connect() local
270 AgsSheetEditor *sheet_editor; in ags_sheet_editor_disconnect() local
287 AgsSheetEditor *sheet_editor; in ags_sheet_editor_finalize() local
291 if(sheet_editor->soundcard != NULL){ in ags_sheet_editor_finalize()
321 g_object_ref((GObject *) sheet_editor); in ags_sheet_editor_machine_changed()
393 AgsSheetEditor *sheet_editor; in ags_sheet_editor_new() local
[all …]
H A Dags_sheet_editor.h95 void (*machine_changed)(AgsSheetEditor *sheet_editor, AgsMachine *machine);
100 void ags_sheet_editor_machine_changed(AgsSheetEditor *sheet_editor,
103 void ags_sheet_editor_add_note(AgsSheetEditor *sheet_editor,
106 void ags_sheet_editor_delete_note(AgsSheetEditor *sheet_editor,
109 void ags_sheet_editor_select_region(AgsSheetEditor *sheet_editor,
113 void ags_sheet_editor_do_feedback(AgsSheetEditor *sheet_editor);
115 void ags_sheet_editor_select_all(AgsSheetEditor *sheet_editor);
117 void ags_sheet_editor_paste(AgsSheetEditor *sheet_editor);
118 void ags_sheet_editor_copy(AgsSheetEditor *sheet_editor);
119 void ags_sheet_editor_cut(AgsSheetEditor *sheet_editor);
H A Dags_sheet_editor_callbacks.c28 AgsSheetEditor *sheet_editor) in ags_sheet_editor_machine_changed_callback() argument
30 ags_sheet_editor_machine_changed(sheet_editor, machine); in ags_sheet_editor_machine_changed_callback()
36 AgsSheetEditor *sheet_editor) in ags_sheet_editor_resize_audio_channels_callback() argument
44 ags_notebook_insert_tab(sheet_editor->notebook, in ags_sheet_editor_resize_audio_channels_callback()
47 tab = sheet_editor->notebook->tab; in ags_sheet_editor_resize_audio_channels_callback()
54 ags_notebook_remove_tab(sheet_editor->notebook, in ags_sheet_editor_resize_audio_channels_callback()
63 AgsSheetEditor *sheet_editor) in ags_sheet_editor_resize_pads_callback() argument
H A Dags_sheet_window.c165 sheet_window->sheet_editor = ags_sheet_editor_new(); in ags_sheet_window_init()
167 (GtkWidget *) sheet_window->sheet_editor); in ags_sheet_window_init()
201 g_object_set(G_OBJECT(sheet_window->sheet_editor), in ags_sheet_window_set_property()
245 if(sheet_window->sheet_editor != NULL){ in ags_sheet_window_connect()
246 ags_connectable_connect(AGS_CONNECTABLE(sheet_window->sheet_editor)); in ags_sheet_window_connect()
263 if(sheet_window->sheet_editor != NULL){ in ags_sheet_window_disconnect()
264 ags_connectable_disconnect(AGS_CONNECTABLE(sheet_window->sheet_editor)); in ags_sheet_window_disconnect()
H A Dags_sheet_editor_callbacks.h34 AgsSheetEditor *sheet_editor);
38 AgsSheetEditor *sheet_editor);
41 AgsSheetEditor *sheet_editor);
H A Dags_sheet_window.h60 AgsSheetEditor *sheet_editor; member
/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/editor/
H A Dags_sheet_edit_callbacks.c43 AgsSheetEditor *sheet_editor; in ags_sheet_edit_drawing_area_button_press_event() local
49 sheet_toolbar = sheet_editor->sheet_toolbar; in ags_sheet_edit_drawing_area_button_press_event()
61 AgsSheetEditor *sheet_editor; in ags_sheet_edit_drawing_area_button_release_event() local
77 AgsSheetEditor *sheet_editor; in ags_sheet_edit_drawing_area_motion_notify_event() local
93 AgsSheetEditor *sheet_editor; in ags_sheet_edit_drawing_area_key_press_event() local
114 machine = sheet_editor->selected_machine; in ags_sheet_edit_drawing_area_key_press_event()
150 ags_sheet_editor_copy(sheet_editor); in ags_sheet_edit_drawing_area_key_press_event()
158 ags_sheet_editor_paste(sheet_editor); in ags_sheet_edit_drawing_area_key_press_event()
166 ags_sheet_editor_cut(sheet_editor); in ags_sheet_edit_drawing_area_key_press_event()
179 AgsSheetEditor *sheet_editor; in ags_sheet_edit_drawing_area_key_release_event() local
[all …]
H A Dags_composite_toolbar_callbacks.c111 sheet_editor = NULL; in ags_composite_toolbar_invert_callback()
134 if(sheet_editor != NULL){ in ags_composite_toolbar_invert_callback()
151 sheet_editor == NULL){ in ags_composite_toolbar_invert_callback()
183 sheet_editor = NULL; in ags_composite_toolbar_copy_callback()
206 if(sheet_editor != NULL){ in ags_composite_toolbar_copy_callback()
223 sheet_editor == NULL){ in ags_composite_toolbar_copy_callback()
255 sheet_editor = NULL; in ags_composite_toolbar_cut_callback()
278 if(sheet_editor != NULL){ in ags_composite_toolbar_cut_callback()
295 sheet_editor == NULL){ in ags_composite_toolbar_cut_callback()
327 sheet_editor = NULL; in ags_composite_toolbar_paste_callback()
[all …]
H A Dags_sheet_edit.c711 AgsSheetEditor *sheet_editor; in ags_sheet_edit_auto_scroll_timeout() local
724 sheet_editor = (AgsSheetEditor *) gtk_widget_get_ancestor((GtkWidget *) sheet_edit, in ags_sheet_edit_auto_scroll_timeout()
727 if(sheet_editor->selected_machine == NULL){ in ags_sheet_edit_auto_scroll_timeout()
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/traffic_annotation/scripts/
H A Dupdate_annotations_sheet.py394 sheet_editor = SheetEditor(
403 if not sheet_editor.GenerateUpdates(file_content):
406 if sheet_editor.required_cell_updates or sheet_editor.required_row_updates:
407 print("%s" % sheet_editor.GiveUpdateSummary())
412 sheet_editor.ApplyUpdates()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/traffic_annotation/scripts/
H A Dupdate_annotations_sheet.py424 sheet_editor = SheetEditor(
433 if not sheet_editor.GenerateUpdates(file_content):
436 if sheet_editor.required_cell_updates or sheet_editor.required_row_updates:
437 print("%s" % sheet_editor.GiveUpdateSummary())
442 sheet_editor.ApplyUpdates()
/dports/x11-toolkits/gtkextra/gtkextra-3.3.4/glade/
H A Dglade-gtksheet-editor.c342 GladeEditable *sheet_editor; in glade_gtk_sheet_launch_editor() local
345 sheet_editor = glade_widget_adaptor_create_editable (widget->adaptor, GLADE_PAGE_GENERAL); in glade_gtk_sheet_launch_editor()
346 sheet_editor = (GladeEditable *) glade_sheet_editor_new (widget->adaptor, sheet_editor); in glade_gtk_sheet_launch_editor()
349 editor = glade_base_editor_new (sheet, sheet_editor, in glade_gtk_sheet_launch_editor()
/dports/x11-toolkits/gtkextra/gtkextra-3.3.4/
H A DChangeLog651 * GtkSheet: fixed sheet_editor size request