src/signal.c File Reference src/signal.c events callbacks #include "../include/fsm.h"#include "../include/signal.h"#include "../include/widget.h"#include "../include/graphics.h"#include "../include/util.h"Include dependency graph for signal.c: Functions 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_save_current_model_before_editing (GtkWidget *btt_save_current_model, gpointer data) since 2024-06 void on_discard_current_model_before_editing (GtkWidget *btt_discard_current_model, gpointer data) since 2024-06 void on_write_current_model (GtkWidget *btt_write_current_model, gpointer data) since 2024-06 void on_toggle_exec_edit (GtkWidget *toggled_button, gpointer user_data) since 2024-06 void on_toggle_state_rules_data (GtkWidget *toggled_button, gpointer widget_all_vs_selected_one) since 2024-06 void on_switch_state_rules_data () This function could remain static in src/signal. void on_clicked_topbar_right_search (GtkWidget *btt_menu, gpointer list_box) since 2024-06 void on_clicked_topbar_right_home (GtkWidget *btt_reset, gpointer data) since 2024-06 void on_updating_objects_transparencies (GtkWidget *btt_source, GtkScrollbar *scrollbar) since 2024-06 void on_resetting_XYZ_in_state_page () since 2024-06 void on_situations_box_do_reset (GtkWidget *btt_reset, GtkScrollbar *reset_scrollbar) since 2024-06 void on_topbar_right_measure_clicked (GtkWidget *btt, gpointer button_icon_name) since 2024-06 void on_start_new_measure (GtkWidget *btt, gpointer btt_label) since 2024-06 void on_select_rules_first (GtkWidget *btt, 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_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_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_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 Description events callbacks This file is part of Gem-graph.
Function Documentation
on_axis_value_change() on_axis_value_changesignal.c signal.con_axis_value_change void on_axis_value_change (GtkAdjustment * adjustment, gpointer data) since 2024-06 See also Parameters *adjustment data
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.c signal.con_bind_user_tree_factory void on_bind_user_tree_factory (GtkSignalListItemFactory * factory, GObject * object, gpointer user_data) since 2024-06 See also Parameters *factory *object user_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.c signal.con_clicked_topbar_right_home void on_clicked_topbar_right_home (GtkWidget * btt_reset, gpointer data) since 2024-06 See also Parameters *btt_reset data
Here is the call graph for this function:
on_clicked_topbar_right_search() on_clicked_topbar_right_searchsignal.c signal.con_clicked_topbar_right_search void on_clicked_topbar_right_search (GtkWidget * btt_menu, gpointer list_box) since 2024-06 See also Parameters *btt_menu list_box
Here is the call graph for this function:
on_discard_current_model_before_editing() on_discard_current_model_before_editingsignal.c signal.con_discard_current_model_before_editing void on_discard_current_model_before_editing (GtkWidget * btt_discard_current_model, gpointer data) since 2024-06 See also Parameters *btt_discard_current_model data
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.c signal.con_entry_name_delete_after void on_entry_name_delete_after (GtkWidget * entry, gpointer data) since 2024-06 See also Parameters *entry data
Here is the call graph for this function:
on_entry_name_insert_after() on_entry_name_insert_aftersignal.c signal.con_entry_name_insert_after void on_entry_name_insert_after (GtkWidget * entry, gpointer data) since 2024-06 See also Parameters *entry data
Here is the call graph for this function:
on_glarea_realize() on_glarea_realizesignal.c signal.con_glarea_realize void on_glarea_realize (GtkWidget * widget) We need to set up our state when we realize the GtkGLArea widget. since 2024-06 See also Parameters *widget
Here is the call graph for this function:
on_glarea_render() on_glarea_rendersignal.c signal.con_glarea_render gboolean on_glarea_render (GtkGLArea * area, GdkGLContext * context) since 2024-06 See also Parameters *area *context
Returns bool
Here is the call graph for this function:
on_glarea_unrealize() on_glarea_unrealizesignal.c signal.con_glarea_unrealize void on_glarea_unrealize (GtkWidget * widget) We should tear down the state when unrealizing. since 2024-06 See also Parameters *widget
Here is the call graph for this function:
on_resetting_XYZ_in_state_page() on_resetting_XYZ_in_state_pagesignal.c signal.con_resetting_XYZ_in_state_page void 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.c signal.con_save_current_model_before_editing void on_save_current_model_before_editing (GtkWidget * btt_save_current_model, gpointer data) since 2024-06 See also Parameters *btt_save_current_model data
Here is the call graph for this function: Here is the caller graph for this function:
on_select_rules_first() on_select_rules_firstsignal.c signal.con_select_rules_first void on_select_rules_first (GtkWidget * btt, gpointer data) since 2024-06 See also Parameters *btt data
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.c signal.con_setup_user_tree_factory void on_setup_user_tree_factory (GtkSignalListItemFactory * factory, GObject * object, gpointer user_data) since 2024-06 See also Parameters *factory *object user_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.c signal.con_situations_box_do_reset void 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.c signal.con_start_new_measure void on_start_new_measure (GtkWidget * btt, gpointer btt_label) since 2024-06 See also Parameters *btt btt_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.c signal.con_switch_state_rules_data void 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 also fsm_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 also src/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.c signal.con_toggle_exec_edit void on_toggle_exec_edit (GtkWidget * toggled_button, gpointer user_data) since 2024-06 See also Parameters *toggled_button user_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.c signal.con_toggle_state_rules_data void on_toggle_state_rules_data (GtkWidget * toggled_button, gpointer widget_all_vs_selected_one) since 2024-06 See also Parameters *toggled_button widget_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.c signal.con_topbar_right_measure_clicked void on_topbar_right_measure_clicked (GtkWidget * btt, gpointer button_icon_name) since 2024-06 See also Parameters *btt button_icon_name
Here is the call graph for this function:
on_updating_objects_transparencies() on_updating_objects_transparenciessignal.c signal.con_updating_objects_transparencies void 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_write_current_model() on_write_current_modelsignal.c signal.con_write_current_model void on_write_current_model (GtkWidget * btt_write_current_model, gpointer data) since 2024-06 See also Parameters *btt_write_current_model data
Here is the call graph for this function: Here is the caller graph for this function: