include/signal.h File Referenceinclude/signal.hevents callbacks header #include <gtk-4.0/gtk/gtk.h>Include dependency graph for signal.h:
This graph shows which files directly or indirectly include this file:Functions void on_windows_activation (GtkApplication *app)void on_windows_startup (GtkApplication *app)void on_toggle_exec_edit (GtkWidget *btt_XOR_EXEC_EDIT, gpointer user_data)since 2024-06 void on_toggle_state_rules_data (GtkWidget *btt_STATE_RULES_DATA, gpointer user_data)since 2024-06 void on_switch_state_rules_data ()This function could remain static in src/signal. void on_save_current_model_before_editing (GtkWidget *btt_SAVE_CURRENT_MODEL, gpointer data)since 2024-06 void on_discard_current_model_before_editing (GtkWidget *btt_SAVE_CURRENT_MODEL, gpointer data)since 2024-06 void on_write_current_model (GtkWidget *btt_WRITE_CURRENT_MODEL, gpointer data)since 2024-06 void on_setup_user_tree_factory (GtkSignalListItemFactory *factory, GObject *object, gpointer user_data)since 2024-06 void on_bind_user_tree_factory (GtkSignalListItemFactory *factory, GObject *object, gpointer user_data)since 2024-06 gboolean on_glarea_render (GtkGLArea *area, GdkGLContext *context)since 2024-06 void on_glarea_realize (GtkWidget *widget)We need to set up our state when we realize the GtkGLArea widget. void on_glarea_unrealize (GtkWidget *widget)We should tear down the state when unrealizing. void on_axis_value_change (GtkAdjustment *adjustment, gpointer data)since 2024-06 void on_updating_objects_transparencies (GtkWidget *btt_reset, GtkScrollbar *reset_scrollbar)since 2024-06 void on_situations_box_do_reset (GtkWidget *btt_reset, GtkScrollbar *reset_scrollbar)since 2024-06 void on_resetting_XYZ_in_state_page ()since 2024-06 void on_clicked_topbar_right_home (GtkWidget *btt_reset, gpointer data)since 2024-06 void on_clicked_topbar_right_search (GtkWidget *btt_menu, gpointer list_box)since 2024-06 void on_topbar_right_measure_clicked (GtkWidget *btt_measure, gpointer data)since 2024-06 void on_start_new_measure (GtkWidget *btt_new_measure, gpointer data)since 2024-06 void on_select_rules_first (GtkWidget *btt_new_measure, gpointer data)since 2024-06 void on_measure_depends_on_a_single_event (GtkWidget *btt, gpointer data)phantom documentation used to test the functioning of doxygen void on_measure_depends_on_two_events (GtkWidget *btt, gpointer data)phantom documentation used to test the functioning of doxygen void on_select_a_second_rules_set (GtkWidget *btt, gpointer data)phantom documentation used to test the functioning of doxygen void on_measure_single_event_occurences_nb (GtkWidget *btt, gpointer data)phantom documentation used to test the functioning of doxygen void on_measure_single_event_occurences_dates (GtkWidget *btt, gpointer data)phantom documentation used to test the functioning of doxygen void on_measure_single_event_occurences_situations (GtkWidget *btt, gpointer data)phantom documentation used to test the functioning of doxygen void on_measure_time_elapsed_between_two_events (GtkWidget *btt, gpointer data)phantom documentation used to test the functioning of doxygen void on_measure_third_event_occurences_in_between (GtkWidget *btt, gpointer data)phantom documentation used to test the functioning of doxygen void on_select_a_second_measurement (GtkWidget *btt, gpointer data)phantom documentation used to test the functioning of doxygen void on_skip_this_step (GtkWidget *btt, gpointer data)phantom documentation used to test the functioning of doxygen void on_something_else (GtkWidget *btt, gpointer data)phantom documentation used to test the functioning of doxygen void on_closing_page (GtkWidget *btt, gpointer data)phantom documentation used to test the functioning of doxygen void on_start_new_engine (GtkWidget *btt, gpointer data)phantom documentation void on_entry_name_insert_after (GtkWidget *entry, gpointer data)since 2024-06 void on_entry_name_delete_after (GtkWidget *entry, gpointer data)since 2024-06 Detailed Descriptionevents callbacks header This file is part of Gem-graph. Function Documentationon_axis_value_change()on_axis_value_changesignal.hsignal.hon_axis_value_changevoid on_axis_value_change (GtkAdjustment * adjustment, gpointer data)since 2024-06 See also
Parameters
*adjustmentdata
Here is the call graph for this function:
Here is the caller graph for this function:on_bind_user_tree_factory()on_bind_user_tree_factorysignal.hsignal.hon_bind_user_tree_factoryvoid on_bind_user_tree_factory (GtkSignalListItemFactory * factory, GObject * object, gpointer user_data)since 2024-06 See also
Parameters
*factory*objectuser_data
Here is the call graph for this function:
Here is the caller graph for this function:on_clicked_topbar_right_home()on_clicked_topbar_right_homesignal.hsignal.hon_clicked_topbar_right_homevoid on_clicked_topbar_right_home (GtkWidget * btt_reset, gpointer data)since 2024-06 See also
Parameters
*btt_resetdata
Here is the call graph for this function:on_clicked_topbar_right_search()on_clicked_topbar_right_searchsignal.hsignal.hon_clicked_topbar_right_searchvoid on_clicked_topbar_right_search (GtkWidget * btt_menu, gpointer list_box)since 2024-06 See also
Parameters
*btt_menulist_box
Here is the call graph for this function:on_discard_current_model_before_editing()on_discard_current_model_before_editingsignal.hsignal.hon_discard_current_model_before_editingvoid on_discard_current_model_before_editing (GtkWidget * btt_discard_current_model, gpointer data)since 2024-06 See also
Parameters
*btt_discard_current_modeldata
Here is the call graph for this function:
Here is the caller graph for this function:on_entry_name_delete_after()on_entry_name_delete_aftersignal.hsignal.hon_entry_name_delete_aftervoid on_entry_name_delete_after (GtkWidget * entry, gpointer data)since 2024-06 See also
Parameters
*entrydata
Here is the call graph for this function:on_entry_name_insert_after()on_entry_name_insert_aftersignal.hsignal.hon_entry_name_insert_aftervoid on_entry_name_insert_after (GtkWidget * entry, gpointer data)since 2024-06 See also
Parameters
*entrydata
Here is the call graph for this function:on_glarea_realize()on_glarea_realizesignal.hsignal.hon_glarea_realizevoid on_glarea_realize (GtkWidget * widget)We need to set up our state when we realize the GtkGLArea widget. since 2024-06See also
Parameters
*widget
Here is the call graph for this function:on_glarea_render()on_glarea_rendersignal.hsignal.hon_glarea_rendergboolean on_glarea_render (GtkGLArea * area, GdkGLContext * context)since 2024-06 See also
Parameters
*area*context
Returnsbool
Here is the call graph for this function:on_glarea_unrealize()on_glarea_unrealizesignal.hsignal.hon_glarea_unrealizevoid on_glarea_unrealize (GtkWidget * widget)We should tear down the state when unrealizing. since 2024-06See also
Parameters
*widget
Here is the call graph for this function:on_resetting_XYZ_in_state_page()on_resetting_XYZ_in_state_pagesignal.hsignal.hon_resetting_XYZ_in_state_pagevoid on_resetting_XYZ_in_state_page ( )since 2024-06 See also
Here is the call graph for this function:on_save_current_model_before_editing()on_save_current_model_before_editingsignal.hsignal.hon_save_current_model_before_editingvoid on_save_current_model_before_editing (GtkWidget * btt_save_current_model, gpointer data)since 2024-06 See also
Parameters
*btt_save_current_modeldata
Here is the call graph for this function:
Here is the caller graph for this function:on_select_rules_first()on_select_rules_firstsignal.hsignal.hon_select_rules_firstvoid on_select_rules_first (GtkWidget * btt, gpointer data)since 2024-06 See also
Parameters
*bttdata
Here is the call graph for this function:
Here is the caller graph for this function:on_setup_user_tree_factory()on_setup_user_tree_factorysignal.hsignal.hon_setup_user_tree_factoryvoid on_setup_user_tree_factory (GtkSignalListItemFactory * factory, GObject * object, gpointer user_data)since 2024-06 See also
Parameters
*factory*objectuser_data
Here is the call graph for this function:
Here is the caller graph for this function:on_situations_box_do_reset()on_situations_box_do_resetsignal.hsignal.hon_situations_box_do_resetvoid on_situations_box_do_reset (GtkWidget * btt_reset, GtkScrollbar * reset_scrollbar)since 2024-06 See also
Parameters
*btt_reset*reset_scrollbar
Here is the call graph for this function:on_start_new_measure()on_start_new_measuresignal.hsignal.hon_start_new_measurevoid on_start_new_measure (GtkWidget * btt, gpointer btt_label)since 2024-06 See also
Parameters
*bttbtt_label
Here is the call graph for this function:
Here is the caller graph for this function:on_switch_state_rules_data()on_switch_state_rules_datasignal.hsignal.hon_switch_state_rules_datavoid on_switch_state_rules_data ( )This function could remain static in src/signal. It is provisionally non static to be visible from the documentation (2024-10)See alsofsm_get_state_rules_data() widget_get_main_window() widget_get_page_synth() widget_get_page_state() widget_get_pane_all_rules_left() widget_get_pane_selected_rule_right()
? see src/widget/main_window/measure/widget_get_page_measure()See alsosrc/widget/main_window/widget_get_page_data()on_toggle_exec_edit() on_toggle_state_rules_data()
The rules page consists of two half-pages in a GtkPaned widget :on the left, widgets for controlling or editing all the rules.on the right, widgets for controlling or editing the selected rule.Instead of having a: "widget_get_rules_page()" function, this distribution is moved here. (see also widget/topbar/left design) window_design_topbar_left()
Here is the call graph for this function:
Here is the caller graph for this function:on_toggle_exec_edit()on_toggle_exec_editsignal.hsignal.hon_toggle_exec_editvoid on_toggle_exec_edit (GtkWidget * toggled_button, gpointer user_data)since 2024-06 See also
Parameters
*toggled_buttonuser_data
Here is the call graph for this function:
Here is the caller graph for this function:on_toggle_state_rules_data()on_toggle_state_rules_datasignal.hsignal.hon_toggle_state_rules_datavoid on_toggle_state_rules_data (GtkWidget * toggled_button, gpointer widget_all_vs_selected_one)since 2024-06 See also
Parameters
*toggled_buttonwidget_all_vs_selected_one
Here is the call graph for this function:
Here is the caller graph for this function:on_topbar_right_measure_clicked()on_topbar_right_measure_clickedsignal.hsignal.hon_topbar_right_measure_clickedvoid on_topbar_right_measure_clicked (GtkWidget * btt, gpointer button_icon_name)since 2024-06 See also
Parameters
*bttbutton_icon_name
Here is the call graph for this function:on_updating_objects_transparencies()on_updating_objects_transparenciessignal.hsignal.hon_updating_objects_transparenciesvoid on_updating_objects_transparencies (GtkWidget * btt_source, GtkScrollbar * scrollbar)since 2024-06 See also
Parameters
*btt_source*scrollbar
Here is the call graph for this function:on_windows_activation()on_windows_activationsignal.hsignal.hon_windows_activationvoid on_windows_activation (GtkApplication * app)Since2024-06See alsowidget_design_main_window() widget_design_dialog_window() widget_design_text_window() util_trigger_test() fsm_add_log()main()
Parameters
*app
Here is the call graph for this function:
Here is the caller graph for this function:on_windows_startup()on_windows_startupsignal.hsignal.hon_windows_startupvoid on_windows_startup (GtkApplication * app)Since2024-08See alsofsm_add_log()main()
Parameters
*app
Here is the call graph for this function:
Here is the caller graph for this function:on_write_current_model()on_write_current_modelsignal.hsignal.hon_write_current_modelvoid on_write_current_model (GtkWidget * btt_write_current_model, gpointer data)since 2024-06 See also
Parameters
*btt_write_current_modeldata
Here is the call graph for this function:
Here is the caller graph for this function: