callbacks.h File Reference

#include <gnome.h>

Include dependency graph for callbacks.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

gboolean on_MainWindow_delete_event (GtkWidget *widget, GdkEvent *event, gpointer user_data)
void on_exit1_activate (GtkMenuItem *menuitem, gpointer user_data)
void on_statistics_activate (GtkMenuItem *menuitem, gpointer user_data)
void on_preferences_activate (GtkMenuItem *menuitem, gpointer user_data)
void on_icons_and_or_text_activate (GtkMenuItem *menuitem, gpointer user_data)
void on_filter_bw_activate (GtkMenuItem *menuitem, gpointer user_data)
void on_startbutton_clicked (GtkToolButton *toolbutton, gpointer user_data)
void on_stop_button_clicked (GtkToolButton *toolbutton, gpointer user_data)
void on_clear_txt_button_clicked (GtkToolButton *toolbutton, gpointer user_data)
void on_scope_fft_button_clicked (GtkToolButton *toolbutton, gpointer user_data)
void on_agc_apply_btn_toggled (GtkToggleToolButton *toggletoolbutton, gpointer user_data)
void on_enable_fir_button_toggled (GtkToggleToolButton *toggletoolbutton, gpointer user_data)
void on_exit_button_clicked (GtkToolButton *toolbutton, gpointer user_data)
void on_adjustment_release_event (GtkAdjustment *widget, gpointer user_data)


Function Documentation

void on_adjustment_release_event ( GtkAdjustment *  widget,
gpointer  user_data 
)

Definition at line 242 of file callbacks.c.

References morse_set_cw_frequency().

Referenced by create_MainWindow().

Here is the call graph for this function:

void on_agc_apply_btn_toggled ( GtkToggleToolButton *  toggletoolbutton,
gpointer  user_data 
)

Definition at line 204 of file callbacks.c.

References MORSE_DISABLE_AGC, MORSE_ENABLE_AGC, morse_set_agc_apply(), and TRUE.

Referenced by create_MainWindow().

Here is the call graph for this function:

void on_clear_txt_button_clicked ( GtkToolButton *  toolbutton,
gpointer  user_data 
)

Definition at line 173 of file callbacks.c.

References main_widgets::decoded_text_v, and main_gui.

Referenced by create_MainWindow().

void on_enable_fir_button_toggled ( GtkToggleToolButton *  toggletoolbutton,
gpointer  user_data 
)

Definition at line 218 of file callbacks.c.

References MORSE_DISABLE_FILTER, MORSE_ENABLE_FILTER, morse_set_filter_apply(), and TRUE.

Referenced by create_MainWindow().

Here is the call graph for this function:

void on_exit1_activate ( GtkMenuItem *  menuitem,
gpointer  user_data 
)

Definition at line 30 of file callbacks.c.

References read_main_gui_user_preferences(), and threads_stop().

Here is the call graph for this function:

void on_exit_button_clicked ( GtkToolButton *  toolbutton,
gpointer  user_data 
)

Definition at line 232 of file callbacks.c.

References read_main_gui_user_preferences(), and threads_stop().

Referenced by create_MainWindow().

Here is the call graph for this function:

void on_filter_bw_activate ( GtkMenuItem *  menuitem,
gpointer  user_data 
)

Workaround for multiple callbacks.

Definition at line 69 of file callbacks.c.

References morse_set_filter_bandwidth().

Here is the call graph for this function:

void on_icons_and_or_text_activate ( GtkMenuItem *  menuitem,
gpointer  user_data 
)

Workaround for multiple callbacks.

Definition at line 114 of file callbacks.c.

References main_gui, main_widgets::toolbar1_v, and main_widgets::toolbar_style.

gboolean on_MainWindow_delete_event ( GtkWidget *  widget,
GdkEvent *  event,
gpointer  user_data 
)

Definition at line 18 of file callbacks.c.

References FALSE, read_main_gui_user_preferences(), and threads_stop().

Referenced by create_MainWindow().

Here is the call graph for this function:

void on_preferences_activate ( GtkMenuItem *  menuitem,
gpointer  user_data 
)

Definition at line 61 of file callbacks.c.

References create_morse2txt_properties(), main_gui, and main_widgets::properties_v.

Here is the call graph for this function:

void on_scope_fft_button_clicked ( GtkToolButton *  toolbutton,
gpointer  user_data 
)

void on_startbutton_clicked ( GtkToolButton *  toolbutton,
gpointer  user_data 
)

Definition at line 147 of file callbacks.c.

References FALSE, get_tone_packet_size(), morse_get_thread_state(), morse_start_threads(), plot_fft_data_array_create(), preferences_enabled(), THREADS_NOT_RUNNING, and TRUE.

Referenced by create_MainWindow().

Here is the call graph for this function:

void on_statistics_activate ( GtkMenuItem *  menuitem,
gpointer  user_data 
)

Definition at line 40 of file callbacks.c.

References create_stats_window(), FALSE, morse_stats, and TRUE.

Here is the call graph for this function:

void on_stop_button_clicked ( GtkToolButton *  toolbutton,
gpointer  user_data 
)

Definition at line 166 of file callbacks.c.

References threads_stop().

Referenced by create_MainWindow().

Here is the call graph for this function:


Generated on Mon Jun 22 21:39:02 2009 for morse2txt by  doxygen 1.5.6