#include <interface_il.h>
Data Fields | |
gint16 | x |
Position x of main gui (unused). | |
gint16 | y |
Position y of main gui (unused). | |
guint | width |
Width of main gui (unused). | |
guint | height |
Height of main gui (unused). | |
gint | toolbar_style |
Toolbar Style. | |
gint | pane_position |
Position of splitter on the main gui. | |
gpointer | main_window_v |
Pointer to main gui widget, handy when creating modal message boxes. | |
gpointer | decoded_text_v |
Widget on main gui that conatains the decoded text. | |
gpointer | samples_statusbar_v |
Displays the number of audio samples processed. | |
gpointer | ffts_statusbar_v |
Displays the number of fft packets processed. | |
gpointer | wpm_statusbar_v |
Displays the current morse code speed in Words per Minute. | |
gpointer | scope_v |
Widget that displays the fft processed or raw audio packets. | |
gpointer | hscale1_v |
Widget containing adjustment frequency widget. | |
gpointer | adjustment_frequency_v |
Widget used to select audio frequency to decode. | |
gpointer | label1_v |
gpointer | toolbar1_v |
Main gui toolbar. | |
gpointer | properties_v |
Properties main gui. |
Definition at line 31 of file interface_il.h.
gint16 main_widgets::x |
Position x of main gui (unused).
Definition at line 33 of file interface_il.h.
Referenced by read_main_gui_user_preferences(), and save_config_file().
gint16 main_widgets::y |
Position y of main gui (unused).
Definition at line 35 of file interface_il.h.
Referenced by read_main_gui_user_preferences(), and save_config_file().
guint main_widgets::width |
Width of main gui (unused).
Definition at line 37 of file interface_il.h.
Referenced by create_MainWindow(), load_config_file(), read_main_gui_user_preferences(), and save_config_file().
guint main_widgets::height |
Height of main gui (unused).
Definition at line 39 of file interface_il.h.
Referenced by create_MainWindow(), load_config_file(), read_main_gui_user_preferences(), and save_config_file().
Toolbar Style.
Icons only Icons & Text Text only
Definition at line 45 of file interface_il.h.
Referenced by create_MainWindow(), load_config_file(), on_icons_and_or_text_activate(), and save_config_file().
Position of splitter on the main gui.
Definition at line 47 of file interface_il.h.
Referenced by create_MainWindow(), load_config_file(), read_main_gui_user_preferences(), and save_config_file().
gpointer main_widgets::main_window_v |
Pointer to main gui widget, handy when creating modal message boxes.
Definition at line 49 of file interface_il.h.
Referenced by create_MainWindow(), dialog_box(), interface_activate_bw_chk_item(), preferences_enabled(), read_main_gui_user_preferences(), and statistics_window_deleted_handler().
gpointer main_widgets::decoded_text_v |
Widget on main gui that conatains the decoded text.
Definition at line 51 of file interface_il.h.
Referenced by create_MainWindow(), gui_append_character_2_morse_text(), and on_clear_txt_button_clicked().
gpointer main_widgets::samples_statusbar_v |
Displays the number of audio samples processed.
Definition at line 53 of file interface_il.h.
Referenced by create_MainWindow(), and update_status_bar().
gpointer main_widgets::ffts_statusbar_v |
Displays the number of fft packets processed.
Definition at line 55 of file interface_il.h.
Referenced by create_MainWindow(), and update_status_bar().
gpointer main_widgets::wpm_statusbar_v |
Displays the current morse code speed in Words per Minute.
Definition at line 57 of file interface_il.h.
Referenced by create_MainWindow(), and update_status_bar().
gpointer main_widgets::scope_v |
Widget that displays the fft processed or raw audio packets.
Definition at line 59 of file interface_il.h.
Referenced by create_MainWindow(), on_morse2txt_properties_apply(), on_scope_fft_button_clicked(), plot_fft_data_array_create(), and scope_fft_plot().
gpointer main_widgets::hscale1_v |
Widget containing adjustment frequency widget.
Definition at line 63 of file interface_il.h.
Referenced by create_MainWindow(), and on_scope_fft_button_clicked().
gpointer main_widgets::adjustment_frequency_v |
Widget used to select audio frequency to decode.
Definition at line 67 of file interface_il.h.
Referenced by create_MainWindow(), and on_morse2txt_properties_apply().
gpointer main_widgets::label1_v |
Definition at line 68 of file interface_il.h.
Referenced by create_MainWindow(), and on_scope_fft_button_clicked().
gpointer main_widgets::toolbar1_v |
Main gui toolbar.
Definition at line 70 of file interface_il.h.
Referenced by create_MainWindow(), and on_icons_and_or_text_activate().
gpointer main_widgets::properties_v |
Properties main gui.
Definition at line 72 of file interface_il.h.
Referenced by on_morse2txt_properties_apply(), on_morse2txt_properties_show(), on_preferences_activate(), and widget_in_property_box_changed().