#include <ui.h>
Public Member Functions | |
| MuanUI () | |
| void | show_all_windows () |
| Fl_Double_Window * | make_menu_window () |
| My_Fl_Double_Window * | make_image_window () |
| My_Fl_Double_Window * | make_tool_window () |
| My_Fl_Double_Window * | make_imgtool_window () |
| My_Fl_Double_Window * | make_info_window () |
| Fl_Double_Window * | make_preferences_subwindow () |
| Fl_Double_Window * | make_about_window () |
| void | quit_muan () |
| void | close_window (My_Fl_Double_Window *w) |
| Boolean | validate_range (int inicio, int fim, int total) |
| void | redraw_file_name () |
| void | fullscr (int _fullscr) |
| int | file_exists (char *fname) |
| void | swap_mode () |
| void | set_memory_mode () |
| int | load () |
| int | insert () |
| int | load_file (char *fname) |
| int | check_file (Boolean _quit) |
| int | save (Boolean _quit) |
| int | save_as (Boolean _quit) |
| void | save_file (char *_fname, Boolean _quit) |
| void | cb_export () |
| void | export_file (char *fname) |
| int | import_jpg_list () |
| void | capture () |
| void | play () |
| void | go_to_first () |
| void | go_to_next () |
| void | go_to_prev () |
| void | go_to_last () |
| void | go_to () |
| void | remove () |
| void | clear () |
| void | remove_direct () |
| void | flip (int _flip) |
| Fl_Double_Window * | make_window () |
| Fl_Double_Window * | make_preferences_subwindow () |
| Fl_Double_Window * | make_about_window () |
| Fl_Double_Window * | make_splash_window () |
| void | quit_muan () |
| Boolean | validate_range (int inicio, int fim, int total) |
| void | redraw_file_name () |
| void | fullscr () |
| int | file_exists (char *fname) |
| void | swap_mode () |
| void | set_memory_mode () |
| int | load () |
| int | insert () |
| int | load_file (char *fname) |
| int | check_file (Boolean _quit) |
| int | saveOLD (Boolean _quit) |
| int | save (Boolean _quit) |
| int | save_asOLD () |
| int | save_as (Boolean _quit) |
| void | save_file (char *_fname, Boolean _quit) |
| void | cb_export () |
| void | export_file (char *fname) |
| int | import_jpg_list () |
Public Attributes | |
| Boolean | redraw_message |
| int | camera_connection |
| Boolean | camera_on |
| Boolean | file_changed |
| int | duration_default |
| int | load_mode |
| char * | first_frame_file |
| char * | save_path |
| int | auto_save |
| char * | auto_save_file |
| int | auto_save_time |
| int | play_sound |
| char * | fw_device |
| char * | v4l_device |
| int | v4l_channel |
| int | v4l_mode |
| Fl_Double_Window * | win_menu |
| My_Fl_Double_Window * | win_image |
| ImageViewer * | imgv |
| My_Fl_Double_Window * | win_tool |
| Fl_Button * | btn_capture |
| Fl_Input * | edt_duration |
| Fl_Button * | btn_range |
| Fl_Group * | gb_trecho |
| Fl_Button * | btn_begin |
| Fl_Input * | edt_begin |
| Fl_Button * | btn_end |
| Fl_Input * | edt_end |
| Fl_Button * | btn_flick |
| Fl_Slider * | sl_flick |
| Fl_Button * | btn_fullscr |
| Fl_Button * | btn_loop |
| My_Fl_Double_Window * | win_imgtool |
| Fl_Button * | btn_first |
| Fl_Button * | btn_rew |
| Fl_Button * | btn_pause |
| Fl_Button * | btn_play |
| Fl_Button * | btn_fwd |
| Fl_Button * | btn_last |
| My_Fl_Double_Window * | win_info |
| Fl_Group * | gb_current |
| Fl_Output * | out_frame_number |
| Fl_Input * | out_current_frame_duration |
| Fl_Output * | out_frame_pos |
| Fl_Group * | gb_total |
| Fl_Output * | out_tot_img_cap |
| Fl_Output * | out_tot_frames |
| Fl_Text_Display * | pn_message |
| Fl_Output * | out_message |
| Fl_Double_Window * | win_preferences |
| Fl_Choice * | cmb_load_mode |
| Fl_Input * | edt_first_frame_file |
| Fl_Repeat_Button * | btn_first_frame_file |
| Fl_Input * | edt_save_path |
| Fl_Repeat_Button * | btn_save_path |
| Fl_Value_Input * | edt_duration_default |
| Fl_Check_Button * | ck_auto_save |
| Fl_Group * | gb_auto_save |
| Fl_Input * | edt_auto_save_file |
| Fl_Repeat_Button * | btn_auto_save_file |
| Fl_Value_Input * | edt_auto_save_time |
| Fl_Output * | out_seconds |
| Fl_Group * | gb_camera_connection |
| Fl_Round_Button * | btn_camera_firewire |
| Fl_Round_Button * | btn_camera_v4l |
| Fl_Group * | gb_v4l_conf |
| Fl_Input * | edt_v4l_device_name |
| Fl_Group * | gb_v4l_channel |
| Fl_Round_Button * | btn_v4l_tv |
| Fl_Round_Button * | btn_v4l_cp1 |
| Fl_Round_Button * | btn_v4l_svideo |
| Fl_Round_Button * | btn_v4l_cp3 |
| Fl_Group * | gb_v4l_mode |
| Fl_Round_Button * | btn_v4l_pal |
| Fl_Round_Button * | btn_v4l_ntsc |
| Fl_Group * | gb_fw_conf |
| Fl_Input * | edt_fw_device_name |
| Fl_Return_Button * | btn_save_pref |
| Fl_Button * | btn_cancel_pref |
| Fl_Double_Window * | win_about |
| Fl_Group * | gb_img_about |
| Fl_Group * | gb_nomes_visgraf |
| Fl_Group * | gb_nomes_animamundi |
| Fl_Group * | gb_nomes_ibm |
| Fl_Group * | lbl_muan_about |
| Fl_Group * | lbl_equipe_visgraf |
| Fl_Group * | lbl_equipe_animamundi |
| Fl_Group * | lbl_equipe_ibm |
| Fl_Button * | btn_close_about |
| char * | first_frame_file |
| char * | save_path |
| char * | auto_save_file |
| char * | fw_device |
| char * | v4l_device |
| Fl_Double_Window * | win_principal |
| ImageViewer * | imgv |
| Fl_Button * | btn_new |
| Fl_Button * | btn_load |
| Fl_Button * | btn_insert |
| Fl_Button * | btn_save |
| Fl_Button * | btn_save_as |
| Fl_Button * | btn_export |
| Fl_Button * | btn_import |
| Fl_Button * | btn_mode |
| Fl_Light_Button * | btn_range |
| Fl_Group * | gb_trecho |
| Fl_Input * | edt_begin |
| Fl_Input * | edt_end |
| Fl_Button * | btn_begin |
| Fl_Button * | btn_end |
| Fl_Light_Button * | btn_loop |
| Fl_Light_Button * | btn_flick |
| Fl_Slider * | sl_flick |
| Fl_Button * | btn_first |
| Fl_Button * | btn_rew |
| Fl_Button * | btn_pause |
| Fl_Button * | btn_play |
| Fl_Button * | btn_fwd |
| Fl_Button * | btn_last |
| Fl_Input * | edt_go_to_frame |
| Fl_Input * | edt_duration |
| Fl_Button * | btn_capture |
| Fl_Output * | lbl_version |
| Fl_Button * | btn_exit |
| Fl_Button * | btn_about |
| Fl_Button * | btn_manual |
| Fl_Button * | btn_preferences |
| Fl_Button * | btn_clear |
| Fl_Button * | btn_remove |
| Fl_Button * | btn_remove_direct |
| Fl_Button * | btn_clear_range |
| Fl_Group * | gb_current |
| Fl_Output * | out_frame_number |
| Fl_Input * | out_current_frame_duration |
| Fl_Output * | out_frame_pos |
| Fl_Group * | gb_total |
| Fl_Output * | out_tot_img_cap |
| Fl_Output * | out_tot_frames |
| Fl_Text_Display * | pn_message |
| Fl_Output * | out_message |
| Fl_Text_Display * | pn_file_name |
| Fl_Output * | out_file_name |
| Fl_Light_Button * | btn_fullscr |
| Fl_Double_Window * | win_preferences |
| Fl_Choice * | cmb_load_mode |
| Fl_Input * | edt_first_frame_file |
| Fl_Repeat_Button * | btn_first_frame_file |
| Fl_Input * | edt_save_path |
| Fl_Repeat_Button * | btn_save_path |
| Fl_Value_Input * | edt_duration_default |
| Fl_Check_Button * | ck_auto_save |
| Fl_Group * | gb_auto_save |
| Fl_Input * | edt_auto_save_file |
| Fl_Repeat_Button * | btn_auto_save_file |
| Fl_Value_Input * | edt_auto_save_time |
| Fl_Output * | out_seconds |
| Fl_Group * | gb_camera_connection |
| Fl_Round_Button * | btn_camera_firewire |
| Fl_Round_Button * | btn_camera_v4l |
| Fl_Group * | gb_v4l_conf |
| Fl_Input * | edt_v4l_device_name |
| Fl_Group * | gb_v4l_channel |
| Fl_Round_Button * | btn_v4l_tv |
| Fl_Round_Button * | btn_v4l_cp1 |
| Fl_Round_Button * | btn_v4l_svideo |
| Fl_Round_Button * | btn_v4l_cp3 |
| Fl_Group * | gb_v4l_mode |
| Fl_Round_Button * | btn_v4l_pal |
| Fl_Round_Button * | btn_v4l_ntsc |
| Fl_Group * | gb_fw_conf |
| Fl_Input * | edt_fw_device_name |
| Fl_Return_Button * | btn_save_pref |
| Fl_Button * | btn_cancel_pref |
| Fl_Double_Window * | win_about |
| Fl_Group * | gb_img_about |
| Fl_Group * | gb_nomes_visgraf |
| Fl_Group * | gb_nomes_animamundi |
| Fl_Group * | gb_nomes_ibm |
| Fl_Group * | lbl_muan_about |
| Fl_Group * | lbl_equipe_visgraf |
| Fl_Group * | lbl_equipe_animamundi |
| Fl_Group * | lbl_equipe_ibm |
| Fl_Button * | btn_close_about |
| Fl_Double_Window * | win_splash |
| Fl_Group * | gb_img_splash |
| Fl_Group * | lbl_muan_splash |
| Fl_Group * | lbl_coord |
| Fl_Group * | lbl_desenvolvimento |
| Fl_Group * | lbl_parceria |
| Fl_Button * | btn_iniciar |
Static Public Attributes | |
| static Fl_Menu_Item * | mn_system |
| static Fl_Menu_Item * | mn_mode |
| static Fl_Menu_Item * | mn_preferences |
| static Fl_Menu_Item * | mn_exit |
| static Fl_Menu_Item * | mn_file |
| static Fl_Menu_Item * | mn_new |
| static Fl_Menu_Item * | mn_load |
| static Fl_Menu_Item * | mn_insert |
| static Fl_Menu_Item * | mn_save |
| static Fl_Menu_Item * | mn_save_as |
| static Fl_Menu_Item * | mn_export |
| static Fl_Menu_Item * | mn_import |
| static Fl_Menu_Item * | mn_view |
| static Fl_Menu_Item * | mn_toolbars |
| static Fl_Menu_Item * | mn_view_tool |
| static Fl_Menu_Item * | mn_view_imgtool |
| static Fl_Menu_Item * | mn_view_image |
| static Fl_Menu_Item * | mn_view_info |
| static Fl_Menu_Item * | mn_fullscr |
| static Fl_Menu_Item * | mn_animation |
| static Fl_Menu_Item * | mn_capture |
| static Fl_Menu_Item * | mn_play |
| static Fl_Menu_Item * | mn_pause |
| static Fl_Menu_Item * | mn_go |
| static Fl_Menu_Item * | mn_first |
| static Fl_Menu_Item * | mn_rew |
| static Fl_Menu_Item * | mn_fwd |
| static Fl_Menu_Item * | mn_last |
| static Fl_Menu_Item * | mn_goto |
| static Fl_Menu_Item * | mn_remove |
| static Fl_Menu_Item * | mn_clear |
| static Fl_Menu_Item * | mn_help |
| static Fl_Menu_Item * | mn_manual |
| static Fl_Menu_Item * | mn_about |
Private Member Functions | |
| void | cb_win_menu_i (Fl_Double_Window *, void *) |
| void | cb_mn_mode_i (Fl_Menu_ *, void *) |
| void | cb_mn_preferences_i (Fl_Menu_ *, void *) |
| void | cb_mn_exit_i (Fl_Menu_ *, void *) |
| void | cb_mn_new_i (Fl_Menu_ *, void *) |
| void | cb_mn_load_i (Fl_Menu_ *, void *) |
| void | cb_mn_insert_i (Fl_Menu_ *, void *) |
| void | cb_mn_save_i (Fl_Menu_ *, void *) |
| void | cb_mn_save_as_i (Fl_Menu_ *, void *) |
| void | cb_mn_export_i (Fl_Menu_ *, void *) |
| void | cb_mn_import_i (Fl_Menu_ *, void *) |
| void | cb_mn_view_tool_i (Fl_Menu_ *, void *) |
| void | cb_mn_view_imgtool_i (Fl_Menu_ *, void *) |
| void | cb_mn_view_image_i (Fl_Menu_ *, void *) |
| void | cb_mn_view_info_i (Fl_Menu_ *, void *) |
| void | cb_mn_fullscr_i (Fl_Menu_ *, void *) |
| void | cb_mn_capture_i (Fl_Menu_ *, void *) |
| void | cb_mn_play_i (Fl_Menu_ *, void *) |
| void | cb_mn_pause_i (Fl_Menu_ *, void *) |
| void | cb_mn_first_i (Fl_Menu_ *, void *) |
| void | cb_mn_rew_i (Fl_Menu_ *, void *) |
| void | cb_mn_fwd_i (Fl_Menu_ *, void *) |
| void | cb_mn_last_i (Fl_Menu_ *, void *) |
| void | cb_mn_goto_i (Fl_Menu_ *, void *) |
| void | cb_mn_remove_i (Fl_Menu_ *, void *) |
| void | cb_mn_clear_i (Fl_Menu_ *, void *) |
| void | cb_mn_manual_i (Fl_Menu_ *, void *) |
| void | cb_mn_about_i (Fl_Menu_ *, void *) |
| void | cb_win_image_i (My_Fl_Double_Window *, void *) |
| void | cb_win_tool_i (My_Fl_Double_Window *, void *) |
| void | cb_btn_capture_i (Fl_Button *, void *) |
| void | cb_edt_duration_i (Fl_Input *, void *) |
| void | cb_btn_range_i (Fl_Button *, void *) |
| void | cb_btn_begin_i (Fl_Button *, void *) |
| void | cb_edt_begin_i (Fl_Input *, void *) |
| void | cb_btn_end_i (Fl_Button *, void *) |
| void | cb_edt_end_i (Fl_Input *, void *) |
| void | cb_btn_flick_i (Fl_Button *, void *) |
| void | cb_sl_flick_i (Fl_Slider *, void *) |
| void | cb_btn_fullscr_i (Fl_Button *, void *) |
| void | cb_btn_loop_i (Fl_Button *, void *) |
| void | cb_win_imgtool_i (My_Fl_Double_Window *, void *) |
| void | cb_btn_first_i (Fl_Button *, void *) |
| void | cb_btn_rew_i (Fl_Button *, void *) |
| void | cb_btn_pause_i (Fl_Button *, void *) |
| void | cb_btn_play_i (Fl_Button *, void *) |
| void | cb_btn_fwd_i (Fl_Button *, void *) |
| void | cb_btn_last_i (Fl_Button *, void *) |
| void | cb_win_info_i (My_Fl_Double_Window *, void *) |
| void | cb_btn_first_frame_file_i (Fl_Repeat_Button *, void *) |
| void | cb_btn_save_path_i (Fl_Repeat_Button *, void *) |
| void | cb_ck_auto_save_i (Fl_Check_Button *, void *) |
| void | cb_btn_auto_save_file_i (Fl_Repeat_Button *, void *) |
| void | cb_btn_save_pref_i (Fl_Return_Button *, void *) |
| void | cb_btn_cancel_pref_i (Fl_Button *, void *) |
| void | cb_btn_close_about_i (Fl_Button *, void *) |
| void | cb_win_principal_i (Fl_Double_Window *, void *) |
| void | cb_btn_new_i (Fl_Button *, void *) |
| void | cb_btn_load_i (Fl_Button *, void *) |
| void | cb_btn_insert_i (Fl_Button *, void *) |
| void | cb_btn_save_i (Fl_Button *, void *) |
| void | cb_btn_save_as_i (Fl_Button *, void *) |
| void | cb_btn_export_i (Fl_Button *, void *) |
| void | cb_btn_import_i (Fl_Button *, void *) |
| void | cb_btn_mode_i (Fl_Button *, void *) |
| void | cb_btn_range_i (Fl_Light_Button *, void *) |
| void | cb_edt_begin_i (Fl_Input *, void *) |
| void | cb_edt_end_i (Fl_Input *, void *) |
| void | cb_btn_begin_i (Fl_Button *, void *) |
| void | cb_btn_end_i (Fl_Button *, void *) |
| void | cb_btn_loop_i (Fl_Light_Button *, void *) |
| void | cb_btn_flick_i (Fl_Light_Button *, void *) |
| void | cb_sl_flick_i (Fl_Slider *, void *) |
| void | cb_btn_first_i (Fl_Button *, void *) |
| void | cb_btn_rew_i (Fl_Button *, void *) |
| void | cb_btn_pause_i (Fl_Button *, void *) |
| void | cb_btn_play_i (Fl_Button *, void *) |
| void | cb_btn_fwd_i (Fl_Button *, void *) |
| void | cb_btn_last_i (Fl_Button *, void *) |
| void | cb_edt_go_to_frame_i (Fl_Input *, void *) |
| void | cb_edt_duration_i (Fl_Input *, void *) |
| void | cb_btn_capture_i (Fl_Button *, void *) |
| void | cb_btn_exit_i (Fl_Button *, void *) |
| void | cb_btn_about_i (Fl_Button *, void *) |
| void | cb_btn_manual_i (Fl_Button *, void *) |
| void | cb_btn_preferences_i (Fl_Button *, void *) |
| void | cb_btn_clear_i (Fl_Button *, void *) |
| void | cb_btn_remove_i (Fl_Button *, void *) |
| void | cb_btn_remove_direct_i (Fl_Button *, void *) |
| void | cb_btn_clear_range_i (Fl_Button *, void *) |
| void | cb_btn_fullscr_i (Fl_Light_Button *, void *) |
| void | cb_btn_first_frame_file_i (Fl_Repeat_Button *, void *) |
| void | cb_btn_save_path_i (Fl_Repeat_Button *, void *) |
| void | cb_ck_auto_save_i (Fl_Check_Button *, void *) |
| void | cb_btn_auto_save_file_i (Fl_Repeat_Button *, void *) |
| void | cb_btn_save_pref_i (Fl_Return_Button *, void *) |
| void | cb_btn_cancel_pref_i (Fl_Button *, void *) |
| void | cb_btn_close_about_i (Fl_Button *, void *) |
| void | cb_btn_iniciar_i (Fl_Button *, void *) |
Static Private Member Functions | |
| static void | cb_win_menu (Fl_Double_Window *, void *) |
| static void | cb_mn_mode (Fl_Menu_ *, void *) |
| static void | cb_mn_preferences (Fl_Menu_ *, void *) |
| static void | cb_mn_exit (Fl_Menu_ *, void *) |
| static void | cb_mn_new (Fl_Menu_ *, void *) |
| static void | cb_mn_load (Fl_Menu_ *, void *) |
| static void | cb_mn_insert (Fl_Menu_ *, void *) |
| static void | cb_mn_save (Fl_Menu_ *, void *) |
| static void | cb_mn_save_as (Fl_Menu_ *, void *) |
| static void | cb_mn_export (Fl_Menu_ *, void *) |
| static void | cb_mn_import (Fl_Menu_ *, void *) |
| static void | cb_mn_view_tool (Fl_Menu_ *, void *) |
| static void | cb_mn_view_imgtool (Fl_Menu_ *, void *) |
| static void | cb_mn_view_image (Fl_Menu_ *, void *) |
| static void | cb_mn_view_info (Fl_Menu_ *, void *) |
| static void | cb_mn_fullscr (Fl_Menu_ *, void *) |
| static void | cb_mn_capture (Fl_Menu_ *, void *) |
| static void | cb_mn_play (Fl_Menu_ *, void *) |
| static void | cb_mn_pause (Fl_Menu_ *, void *) |
| static void | cb_mn_first (Fl_Menu_ *, void *) |
| static void | cb_mn_rew (Fl_Menu_ *, void *) |
| static void | cb_mn_fwd (Fl_Menu_ *, void *) |
| static void | cb_mn_last (Fl_Menu_ *, void *) |
| static void | cb_mn_goto (Fl_Menu_ *, void *) |
| static void | cb_mn_remove (Fl_Menu_ *, void *) |
| static void | cb_mn_clear (Fl_Menu_ *, void *) |
| static void | cb_mn_manual (Fl_Menu_ *, void *) |
| static void | cb_mn_about (Fl_Menu_ *, void *) |
| static void | cb_win_image (My_Fl_Double_Window *, void *) |
| static void | cb_win_tool (My_Fl_Double_Window *, void *) |
| static void | cb_btn_capture (Fl_Button *, void *) |
| static void | cb_edt_duration (Fl_Input *, void *) |
| static void | cb_btn_range (Fl_Button *, void *) |
| static void | cb_btn_begin (Fl_Button *, void *) |
| static void | cb_edt_begin (Fl_Input *, void *) |
| static void | cb_btn_end (Fl_Button *, void *) |
| static void | cb_edt_end (Fl_Input *, void *) |
| static void | cb_btn_flick (Fl_Button *, void *) |
| static void | cb_sl_flick (Fl_Slider *, void *) |
| static void | cb_btn_fullscr (Fl_Button *, void *) |
| static void | cb_btn_loop (Fl_Button *, void *) |
| static void | cb_win_imgtool (My_Fl_Double_Window *, void *) |
| static void | cb_btn_first (Fl_Button *, void *) |
| static void | cb_btn_rew (Fl_Button *, void *) |
| static void | cb_btn_pause (Fl_Button *, void *) |
| static void | cb_btn_play (Fl_Button *, void *) |
| static void | cb_btn_fwd (Fl_Button *, void *) |
| static void | cb_btn_last (Fl_Button *, void *) |
| static void | cb_win_info (My_Fl_Double_Window *, void *) |
| static void | cb_btn_first_frame_file (Fl_Repeat_Button *, void *) |
| static void | cb_btn_save_path (Fl_Repeat_Button *, void *) |
| static void | cb_ck_auto_save (Fl_Check_Button *, void *) |
| static void | cb_btn_auto_save_file (Fl_Repeat_Button *, void *) |
| static void | cb_btn_save_pref (Fl_Return_Button *, void *) |
| static void | cb_btn_cancel_pref (Fl_Button *, void *) |
| static void | cb_btn_close_about (Fl_Button *, void *) |
| static void | cb_win_principal (Fl_Double_Window *, void *) |
| static void | cb_btn_new (Fl_Button *, void *) |
| static void | cb_btn_load (Fl_Button *, void *) |
| static void | cb_btn_insert (Fl_Button *, void *) |
| static void | cb_btn_save (Fl_Button *, void *) |
| static void | cb_btn_save_as (Fl_Button *, void *) |
| static void | cb_btn_export (Fl_Button *, void *) |
| static void | cb_btn_import (Fl_Button *, void *) |
| static void | cb_btn_mode (Fl_Button *, void *) |
| static void | cb_btn_range (Fl_Light_Button *, void *) |
| static void | cb_edt_begin (Fl_Input *, void *) |
| static void | cb_edt_end (Fl_Input *, void *) |
| static void | cb_btn_begin (Fl_Button *, void *) |
| static void | cb_btn_end (Fl_Button *, void *) |
| static void | cb_btn_loop (Fl_Light_Button *, void *) |
| static void | cb_btn_flick (Fl_Light_Button *, void *) |
| static void | cb_sl_flick (Fl_Slider *, void *) |
| static void | cb_btn_first (Fl_Button *, void *) |
| static void | cb_btn_rew (Fl_Button *, void *) |
| static void | cb_btn_pause (Fl_Button *, void *) |
| static void | cb_btn_play (Fl_Button *, void *) |
| static void | cb_btn_fwd (Fl_Button *, void *) |
| static void | cb_btn_last (Fl_Button *, void *) |
| static void | cb_edt_go_to_frame (Fl_Input *, void *) |
| static void | cb_edt_duration (Fl_Input *, void *) |
| static void | cb_btn_capture (Fl_Button *, void *) |
| static void | cb_btn_exit (Fl_Button *, void *) |
| static void | cb_btn_about (Fl_Button *, void *) |
| static void | cb_btn_manual (Fl_Button *, void *) |
| static void | cb_btn_preferences (Fl_Button *, void *) |
| static void | cb_btn_clear (Fl_Button *, void *) |
| static void | cb_btn_remove (Fl_Button *, void *) |
| static void | cb_btn_remove_direct (Fl_Button *, void *) |
| static void | cb_btn_clear_range (Fl_Button *, void *) |
| static void | cb_btn_fullscr (Fl_Light_Button *, void *) |
| static void | cb_btn_first_frame_file (Fl_Repeat_Button *, void *) |
| static void | cb_btn_save_path (Fl_Repeat_Button *, void *) |
| static void | cb_ck_auto_save (Fl_Check_Button *, void *) |
| static void | cb_btn_auto_save_file (Fl_Repeat_Button *, void *) |
| static void | cb_btn_save_pref (Fl_Return_Button *, void *) |
| static void | cb_btn_cancel_pref (Fl_Button *, void *) |
| static void | cb_btn_close_about (Fl_Button *, void *) |
| static void | cb_btn_iniciar (Fl_Button *, void *) |
Private Attributes | |
| Boolean | insert_on |
| char | file_name [150] |
Static Private Attributes | |
| static Fl_Menu_Item | menu_ [] |
| MuanUI::MuanUI | ( | ) |
| void MuanUI::capture | ( | ) |
| static void MuanUI::cb_btn_about | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_btn_about_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_btn_auto_save_file | ( | Fl_Repeat_Button * | , | |
| void * | ||||
| ) | [static, private] |
| static void MuanUI::cb_btn_auto_save_file | ( | Fl_Repeat_Button * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_btn_auto_save_file_i | ( | Fl_Repeat_Button * | , | |
| void * | ||||
| ) | [private] |
| void MuanUI::cb_btn_auto_save_file_i | ( | Fl_Repeat_Button * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_btn_begin | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| static void MuanUI::cb_btn_begin | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_btn_begin_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| void MuanUI::cb_btn_begin_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_btn_cancel_pref | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| static void MuanUI::cb_btn_cancel_pref | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_btn_cancel_pref_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| void MuanUI::cb_btn_cancel_pref_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_btn_capture | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| static void MuanUI::cb_btn_capture | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_btn_capture_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| void MuanUI::cb_btn_capture_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_btn_clear | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_btn_clear_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_btn_clear_range | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_btn_clear_range_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_btn_close_about | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| static void MuanUI::cb_btn_close_about | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_btn_close_about_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| void MuanUI::cb_btn_close_about_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_btn_end | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| static void MuanUI::cb_btn_end | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_btn_end_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| void MuanUI::cb_btn_end_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_btn_exit | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_btn_exit_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_btn_export | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_btn_export_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_btn_first | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| static void MuanUI::cb_btn_first | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| static void MuanUI::cb_btn_first_frame_file | ( | Fl_Repeat_Button * | , | |
| void * | ||||
| ) | [static, private] |
| static void MuanUI::cb_btn_first_frame_file | ( | Fl_Repeat_Button * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_btn_first_frame_file_i | ( | Fl_Repeat_Button * | , | |
| void * | ||||
| ) | [private] |
| void MuanUI::cb_btn_first_frame_file_i | ( | Fl_Repeat_Button * | , | |
| void * | ||||
| ) | [private] |
| void MuanUI::cb_btn_first_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| void MuanUI::cb_btn_first_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_btn_flick | ( | Fl_Light_Button * | , | |
| void * | ||||
| ) | [static, private] |
| static void MuanUI::cb_btn_flick | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_btn_flick_i | ( | Fl_Light_Button * | , | |
| void * | ||||
| ) | [private] |
| void MuanUI::cb_btn_flick_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_btn_fullscr | ( | Fl_Light_Button * | , | |
| void * | ||||
| ) | [static, private] |
| static void MuanUI::cb_btn_fullscr | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_btn_fullscr_i | ( | Fl_Light_Button * | , | |
| void * | ||||
| ) | [private] |
| void MuanUI::cb_btn_fullscr_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_btn_fwd | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| static void MuanUI::cb_btn_fwd | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_btn_fwd_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| void MuanUI::cb_btn_fwd_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_btn_import | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_btn_import_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_btn_iniciar | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_btn_iniciar_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_btn_insert | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_btn_insert_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_btn_last | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| static void MuanUI::cb_btn_last | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_btn_last_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| void MuanUI::cb_btn_last_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_btn_load | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_btn_load_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_btn_loop | ( | Fl_Light_Button * | , | |
| void * | ||||
| ) | [static, private] |
| static void MuanUI::cb_btn_loop | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_btn_loop_i | ( | Fl_Light_Button * | , | |
| void * | ||||
| ) | [private] |
| void MuanUI::cb_btn_loop_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_btn_manual | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_btn_manual_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_btn_mode | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_btn_mode_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_btn_new | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_btn_new_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_btn_pause | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| static void MuanUI::cb_btn_pause | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_btn_pause_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| void MuanUI::cb_btn_pause_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_btn_play | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| static void MuanUI::cb_btn_play | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_btn_play_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| void MuanUI::cb_btn_play_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_btn_preferences | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_btn_preferences_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_btn_range | ( | Fl_Light_Button * | , | |
| void * | ||||
| ) | [static, private] |
| static void MuanUI::cb_btn_range | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_btn_range_i | ( | Fl_Light_Button * | , | |
| void * | ||||
| ) | [private] |
| void MuanUI::cb_btn_range_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_btn_remove | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| static void MuanUI::cb_btn_remove_direct | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_btn_remove_direct_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| void MuanUI::cb_btn_remove_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_btn_rew | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| static void MuanUI::cb_btn_rew | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_btn_rew_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| void MuanUI::cb_btn_rew_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_btn_save | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| static void MuanUI::cb_btn_save_as | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_btn_save_as_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| void MuanUI::cb_btn_save_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_btn_save_path | ( | Fl_Repeat_Button * | , | |
| void * | ||||
| ) | [static, private] |
| static void MuanUI::cb_btn_save_path | ( | Fl_Repeat_Button * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_btn_save_path_i | ( | Fl_Repeat_Button * | , | |
| void * | ||||
| ) | [private] |
| void MuanUI::cb_btn_save_path_i | ( | Fl_Repeat_Button * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_btn_save_pref | ( | Fl_Return_Button * | , | |
| void * | ||||
| ) | [static, private] |
| static void MuanUI::cb_btn_save_pref | ( | Fl_Return_Button * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_btn_save_pref_i | ( | Fl_Return_Button * | , | |
| void * | ||||
| ) | [private] |
| void MuanUI::cb_btn_save_pref_i | ( | Fl_Return_Button * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_ck_auto_save | ( | Fl_Check_Button * | , | |
| void * | ||||
| ) | [static, private] |
| static void MuanUI::cb_ck_auto_save | ( | Fl_Check_Button * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_ck_auto_save_i | ( | Fl_Check_Button * | , | |
| void * | ||||
| ) | [private] |
| void MuanUI::cb_ck_auto_save_i | ( | Fl_Check_Button * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_edt_begin | ( | Fl_Input * | , | |
| void * | ||||
| ) | [static, private] |
| static void MuanUI::cb_edt_begin | ( | Fl_Input * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_edt_begin_i | ( | Fl_Input * | , | |
| void * | ||||
| ) | [private] |
| void MuanUI::cb_edt_begin_i | ( | Fl_Input * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_edt_duration | ( | Fl_Input * | , | |
| void * | ||||
| ) | [static, private] |
| static void MuanUI::cb_edt_duration | ( | Fl_Input * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_edt_duration_i | ( | Fl_Input * | , | |
| void * | ||||
| ) | [private] |
| void MuanUI::cb_edt_duration_i | ( | Fl_Input * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_edt_end | ( | Fl_Input * | , | |
| void * | ||||
| ) | [static, private] |
| static void MuanUI::cb_edt_end | ( | Fl_Input * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_edt_end_i | ( | Fl_Input * | , | |
| void * | ||||
| ) | [private] |
| void MuanUI::cb_edt_end_i | ( | Fl_Input * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_edt_go_to_frame | ( | Fl_Input * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_edt_go_to_frame_i | ( | Fl_Input * | , | |
| void * | ||||
| ) | [private] |
| void MuanUI::cb_export | ( | ) |
| void MuanUI::cb_export | ( | ) |
| static void MuanUI::cb_mn_about | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_mn_about_i | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_mn_capture | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_mn_capture_i | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_mn_clear | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_mn_clear_i | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_mn_exit | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_mn_exit_i | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_mn_export | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_mn_export_i | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_mn_first | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_mn_first_i | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_mn_fullscr | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_mn_fullscr_i | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_mn_fwd | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_mn_fwd_i | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_mn_goto | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_mn_goto_i | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_mn_import | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_mn_import_i | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_mn_insert | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_mn_insert_i | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_mn_last | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_mn_last_i | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_mn_load | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_mn_load_i | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_mn_manual | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_mn_manual_i | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_mn_mode | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_mn_mode_i | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_mn_new | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_mn_new_i | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_mn_pause | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_mn_pause_i | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_mn_play | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_mn_play_i | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_mn_preferences | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_mn_preferences_i | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_mn_remove | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_mn_remove_i | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_mn_rew | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_mn_rew_i | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_mn_save | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [static, private] |
| static void MuanUI::cb_mn_save_as | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_mn_save_as_i | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [private] |
| void MuanUI::cb_mn_save_i | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_mn_view_image | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_mn_view_image_i | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_mn_view_imgtool | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_mn_view_imgtool_i | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_mn_view_info | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_mn_view_info_i | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_mn_view_tool | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_mn_view_tool_i | ( | Fl_Menu_ * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_sl_flick | ( | Fl_Slider * | , | |
| void * | ||||
| ) | [static, private] |
| static void MuanUI::cb_sl_flick | ( | Fl_Slider * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_sl_flick_i | ( | Fl_Slider * | , | |
| void * | ||||
| ) | [private] |
| void MuanUI::cb_sl_flick_i | ( | Fl_Slider * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_win_image | ( | My_Fl_Double_Window * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_win_image_i | ( | My_Fl_Double_Window * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_win_imgtool | ( | My_Fl_Double_Window * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_win_imgtool_i | ( | My_Fl_Double_Window * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_win_info | ( | My_Fl_Double_Window * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_win_info_i | ( | My_Fl_Double_Window * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_win_menu | ( | Fl_Double_Window * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_win_menu_i | ( | Fl_Double_Window * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_win_principal | ( | Fl_Double_Window * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_win_principal_i | ( | Fl_Double_Window * | , | |
| void * | ||||
| ) | [private] |
| static void MuanUI::cb_win_tool | ( | My_Fl_Double_Window * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanUI::cb_win_tool_i | ( | My_Fl_Double_Window * | , | |
| void * | ||||
| ) | [private] |
| int MuanUI::check_file | ( | Boolean | _quit | ) |
| int MuanUI::check_file | ( | Boolean | _quit | ) |
| void MuanUI::clear | ( | ) |
| void MuanUI::close_window | ( | My_Fl_Double_Window * | w | ) |
| void MuanUI::export_file | ( | char * | fname | ) |
| void MuanUI::export_file | ( | char * | fname | ) |
| int MuanUI::file_exists | ( | char * | fname | ) |
| int MuanUI::file_exists | ( | char * | fname | ) |
| void MuanUI::flip | ( | int | _flip | ) |
| void MuanUI::fullscr | ( | ) |
| void MuanUI::fullscr | ( | int | _fullscr | ) |
| void MuanUI::go_to | ( | ) |
| void MuanUI::go_to_first | ( | ) |
| void MuanUI::go_to_last | ( | ) |
| void MuanUI::go_to_next | ( | ) |
| void MuanUI::go_to_prev | ( | ) |
| int MuanUI::import_jpg_list | ( | ) |
| int MuanUI::import_jpg_list | ( | ) |
| int MuanUI::insert | ( | ) |
| int MuanUI::insert | ( | ) |
| int MuanUI::load | ( | ) |
| int MuanUI::load | ( | ) |
| int MuanUI::load_file | ( | char * | fname | ) |
| int MuanUI::load_file | ( | char * | fname | ) |
| Fl_Double_Window* MuanUI::make_about_window | ( | ) |
| Fl_Double_Window* MuanUI::make_about_window | ( | ) |
| My_Fl_Double_Window* MuanUI::make_image_window | ( | ) |
| My_Fl_Double_Window* MuanUI::make_imgtool_window | ( | ) |
| My_Fl_Double_Window* MuanUI::make_info_window | ( | ) |
| Fl_Double_Window* MuanUI::make_menu_window | ( | ) |
| Fl_Double_Window* MuanUI::make_preferences_subwindow | ( | ) |
| Fl_Double_Window* MuanUI::make_preferences_subwindow | ( | ) |
| Fl_Double_Window* MuanUI::make_splash_window | ( | ) |
| My_Fl_Double_Window* MuanUI::make_tool_window | ( | ) |
| Fl_Double_Window* MuanUI::make_window | ( | ) |
| void MuanUI::play | ( | ) |
| void MuanUI::quit_muan | ( | ) |
| void MuanUI::quit_muan | ( | ) |
| void MuanUI::redraw_file_name | ( | ) |
| void MuanUI::redraw_file_name | ( | ) |
| void MuanUI::remove | ( | ) |
| void MuanUI::remove_direct | ( | ) |
| int MuanUI::save | ( | Boolean | _quit | ) |
| int MuanUI::save | ( | Boolean | _quit | ) |
| int MuanUI::save_as | ( | Boolean | _quit | ) |
| int MuanUI::save_as | ( | Boolean | _quit | ) |
| int MuanUI::save_asOLD | ( | ) |
| void MuanUI::save_file | ( | char * | _fname, | |
| Boolean | _quit | |||
| ) |
| void MuanUI::save_file | ( | char * | _fname, | |
| Boolean | _quit | |||
| ) |
| int MuanUI::saveOLD | ( | Boolean | _quit | ) |
| void MuanUI::set_memory_mode | ( | ) |
| void MuanUI::set_memory_mode | ( | ) |
| void MuanUI::show_all_windows | ( | ) |
| void MuanUI::swap_mode | ( | ) |
| void MuanUI::swap_mode | ( | ) |
| Boolean MuanUI::validate_range | ( | int | inicio, | |
| int | fim, | |||
| int | total | |||
| ) |
| Boolean MuanUI::validate_range | ( | int | inicio, | |
| int | fim, | |||
| int | total | |||
| ) |
| char* MuanUI::auto_save_file |
| char* MuanUI::auto_save_file |
| Fl_Button* MuanUI::btn_about |
| Fl_Repeat_Button* MuanUI::btn_auto_save_file |
| Fl_Repeat_Button* MuanUI::btn_auto_save_file |
| Fl_Button* MuanUI::btn_begin |
| Fl_Button* MuanUI::btn_begin |
| Fl_Round_Button* MuanUI::btn_camera_firewire |
| Fl_Round_Button* MuanUI::btn_camera_firewire |
| Fl_Round_Button* MuanUI::btn_camera_v4l |
| Fl_Round_Button* MuanUI::btn_camera_v4l |
| Fl_Button* MuanUI::btn_cancel_pref |
| Fl_Button* MuanUI::btn_cancel_pref |
| Fl_Button* MuanUI::btn_capture |
| Fl_Button* MuanUI::btn_capture |
| Fl_Button* MuanUI::btn_clear |
| Fl_Button* MuanUI::btn_clear_range |
| Fl_Button* MuanUI::btn_close_about |
| Fl_Button* MuanUI::btn_close_about |
| Fl_Button* MuanUI::btn_end |
| Fl_Button* MuanUI::btn_end |
| Fl_Button* MuanUI::btn_exit |
| Fl_Button* MuanUI::btn_export |
| Fl_Button* MuanUI::btn_first |
| Fl_Button* MuanUI::btn_first |
| Fl_Repeat_Button* MuanUI::btn_first_frame_file |
| Fl_Repeat_Button* MuanUI::btn_first_frame_file |
| Fl_Light_Button* MuanUI::btn_flick |
| Fl_Button* MuanUI::btn_flick |
| Fl_Light_Button* MuanUI::btn_fullscr |
| Fl_Button* MuanUI::btn_fullscr |
| Fl_Button* MuanUI::btn_fwd |
| Fl_Button* MuanUI::btn_fwd |
| Fl_Button* MuanUI::btn_import |
| Fl_Button* MuanUI::btn_iniciar |
| Fl_Button* MuanUI::btn_insert |
| Fl_Button* MuanUI::btn_last |
| Fl_Button* MuanUI::btn_last |
| Fl_Button* MuanUI::btn_load |
| Fl_Light_Button* MuanUI::btn_loop |
| Fl_Button* MuanUI::btn_loop |
| Fl_Button* MuanUI::btn_manual |
| Fl_Button* MuanUI::btn_mode |
| Fl_Button* MuanUI::btn_new |
| Fl_Button* MuanUI::btn_pause |
| Fl_Button* MuanUI::btn_pause |
| Fl_Button* MuanUI::btn_play |
| Fl_Button* MuanUI::btn_play |
| Fl_Button* MuanUI::btn_preferences |
| Fl_Light_Button* MuanUI::btn_range |
| Fl_Button* MuanUI::btn_range |
| Fl_Button* MuanUI::btn_remove |
| Fl_Button* MuanUI::btn_remove_direct |
| Fl_Button* MuanUI::btn_rew |
| Fl_Button* MuanUI::btn_rew |
| Fl_Button* MuanUI::btn_save |
| Fl_Button* MuanUI::btn_save_as |
| Fl_Repeat_Button* MuanUI::btn_save_path |
| Fl_Repeat_Button* MuanUI::btn_save_path |
| Fl_Return_Button* MuanUI::btn_save_pref |
| Fl_Return_Button* MuanUI::btn_save_pref |
| Fl_Round_Button* MuanUI::btn_v4l_cp1 |
| Fl_Round_Button* MuanUI::btn_v4l_cp1 |
| Fl_Round_Button* MuanUI::btn_v4l_cp3 |
| Fl_Round_Button* MuanUI::btn_v4l_cp3 |
| Fl_Round_Button* MuanUI::btn_v4l_ntsc |
| Fl_Round_Button* MuanUI::btn_v4l_ntsc |
| Fl_Round_Button* MuanUI::btn_v4l_pal |
| Fl_Round_Button* MuanUI::btn_v4l_pal |
| Fl_Round_Button* MuanUI::btn_v4l_svideo |
| Fl_Round_Button* MuanUI::btn_v4l_svideo |
| Fl_Round_Button* MuanUI::btn_v4l_tv |
| Fl_Round_Button* MuanUI::btn_v4l_tv |
| Boolean MuanUI::camera_on |
| Fl_Check_Button* MuanUI::ck_auto_save |
| Fl_Check_Button* MuanUI::ck_auto_save |
| Fl_Choice* MuanUI::cmb_load_mode |
| Fl_Choice* MuanUI::cmb_load_mode |
| Fl_Input* MuanUI::edt_auto_save_file |
| Fl_Input* MuanUI::edt_auto_save_file |
| Fl_Value_Input* MuanUI::edt_auto_save_time |
| Fl_Value_Input* MuanUI::edt_auto_save_time |
| Fl_Input* MuanUI::edt_begin |
| Fl_Input* MuanUI::edt_begin |
| Fl_Input* MuanUI::edt_duration |
| Fl_Input* MuanUI::edt_duration |
| Fl_Value_Input* MuanUI::edt_duration_default |
| Fl_Value_Input* MuanUI::edt_duration_default |
| Fl_Input* MuanUI::edt_end |
| Fl_Input* MuanUI::edt_end |
| Fl_Input* MuanUI::edt_first_frame_file |
| Fl_Input* MuanUI::edt_first_frame_file |
| Fl_Input* MuanUI::edt_fw_device_name |
| Fl_Input* MuanUI::edt_fw_device_name |
| Fl_Input* MuanUI::edt_go_to_frame |
| Fl_Input* MuanUI::edt_save_path |
| Fl_Input* MuanUI::edt_save_path |
| Fl_Input* MuanUI::edt_v4l_device_name |
| Fl_Input* MuanUI::edt_v4l_device_name |
| Boolean MuanUI::file_changed |
char MuanUI::file_name [private] |
| char* MuanUI::first_frame_file |
| char* MuanUI::first_frame_file |
| char* MuanUI::fw_device |
| char* MuanUI::fw_device |
| Fl_Group* MuanUI::gb_auto_save |
| Fl_Group* MuanUI::gb_auto_save |
| Fl_Group* MuanUI::gb_camera_connection |
| Fl_Group* MuanUI::gb_camera_connection |
| Fl_Group* MuanUI::gb_current |
| Fl_Group* MuanUI::gb_current |
| Fl_Group* MuanUI::gb_fw_conf |
| Fl_Group* MuanUI::gb_fw_conf |
| Fl_Group* MuanUI::gb_img_about |
| Fl_Group* MuanUI::gb_img_about |
| Fl_Group* MuanUI::gb_img_splash |
| Fl_Group* MuanUI::gb_nomes_animamundi |
| Fl_Group* MuanUI::gb_nomes_animamundi |
| Fl_Group* MuanUI::gb_nomes_ibm |
| Fl_Group* MuanUI::gb_nomes_ibm |
| Fl_Group* MuanUI::gb_nomes_visgraf |
| Fl_Group* MuanUI::gb_nomes_visgraf |
| Fl_Group* MuanUI::gb_total |
| Fl_Group* MuanUI::gb_total |
| Fl_Group* MuanUI::gb_trecho |
| Fl_Group* MuanUI::gb_trecho |
| Fl_Group* MuanUI::gb_v4l_channel |
| Fl_Group* MuanUI::gb_v4l_channel |
| Fl_Group* MuanUI::gb_v4l_conf |
| Fl_Group* MuanUI::gb_v4l_conf |
| Fl_Group* MuanUI::gb_v4l_mode |
| Fl_Group* MuanUI::gb_v4l_mode |
Boolean MuanUI::insert_on [private] |
| Fl_Group* MuanUI::lbl_coord |
| Fl_Group* MuanUI::lbl_desenvolvimento |
| Fl_Group* MuanUI::lbl_equipe_animamundi |
| Fl_Group* MuanUI::lbl_equipe_animamundi |
| Fl_Group* MuanUI::lbl_equipe_ibm |
| Fl_Group* MuanUI::lbl_equipe_ibm |
| Fl_Group* MuanUI::lbl_equipe_visgraf |
| Fl_Group* MuanUI::lbl_equipe_visgraf |
| Fl_Group* MuanUI::lbl_muan_about |
| Fl_Group* MuanUI::lbl_muan_about |
| Fl_Group* MuanUI::lbl_muan_splash |
| Fl_Group* MuanUI::lbl_parceria |
| Fl_Output* MuanUI::lbl_version |
Fl_Menu_Item MuanUI::menu_[] [static, private] |
Fl_Menu_Item* MuanUI::mn_about [static] |
Fl_Menu_Item* MuanUI::mn_animation [static] |
Fl_Menu_Item* MuanUI::mn_capture [static] |
Fl_Menu_Item* MuanUI::mn_clear [static] |
Fl_Menu_Item* MuanUI::mn_exit [static] |
Fl_Menu_Item* MuanUI::mn_export [static] |
Fl_Menu_Item* MuanUI::mn_file [static] |
Fl_Menu_Item* MuanUI::mn_first [static] |
Fl_Menu_Item* MuanUI::mn_fullscr [static] |
Fl_Menu_Item* MuanUI::mn_fwd [static] |
Fl_Menu_Item* MuanUI::mn_go [static] |
Fl_Menu_Item* MuanUI::mn_goto [static] |
Fl_Menu_Item* MuanUI::mn_help [static] |
Fl_Menu_Item* MuanUI::mn_import [static] |
Fl_Menu_Item* MuanUI::mn_insert [static] |
Fl_Menu_Item* MuanUI::mn_last [static] |
Fl_Menu_Item* MuanUI::mn_load [static] |
Fl_Menu_Item* MuanUI::mn_manual [static] |
Fl_Menu_Item* MuanUI::mn_mode [static] |
Fl_Menu_Item* MuanUI::mn_new [static] |
Fl_Menu_Item* MuanUI::mn_pause [static] |
Fl_Menu_Item* MuanUI::mn_play [static] |
Fl_Menu_Item* MuanUI::mn_preferences [static] |
Fl_Menu_Item* MuanUI::mn_remove [static] |
Fl_Menu_Item* MuanUI::mn_rew [static] |
Fl_Menu_Item* MuanUI::mn_save [static] |
Fl_Menu_Item* MuanUI::mn_save_as [static] |
Fl_Menu_Item* MuanUI::mn_system [static] |
Fl_Menu_Item* MuanUI::mn_toolbars [static] |
Fl_Menu_Item* MuanUI::mn_view [static] |
Fl_Menu_Item* MuanUI::mn_view_image [static] |
Fl_Menu_Item* MuanUI::mn_view_imgtool [static] |
Fl_Menu_Item* MuanUI::mn_view_info [static] |
Fl_Menu_Item* MuanUI::mn_view_tool [static] |
| Fl_Input* MuanUI::out_current_frame_duration |
| Fl_Input* MuanUI::out_current_frame_duration |
| Fl_Output* MuanUI::out_file_name |
| Fl_Output* MuanUI::out_frame_number |
| Fl_Output* MuanUI::out_frame_number |
| Fl_Output* MuanUI::out_frame_pos |
| Fl_Output* MuanUI::out_frame_pos |
| Fl_Output* MuanUI::out_message |
| Fl_Output* MuanUI::out_message |
| Fl_Output* MuanUI::out_seconds |
| Fl_Output* MuanUI::out_seconds |
| Fl_Output* MuanUI::out_tot_frames |
| Fl_Output* MuanUI::out_tot_frames |
| Fl_Output* MuanUI::out_tot_img_cap |
| Fl_Output* MuanUI::out_tot_img_cap |
| Fl_Text_Display* MuanUI::pn_file_name |
| Fl_Text_Display* MuanUI::pn_message |
| Fl_Text_Display* MuanUI::pn_message |
| Boolean MuanUI::redraw_message |
| char* MuanUI::save_path |
| char* MuanUI::save_path |
| Fl_Slider* MuanUI::sl_flick |
| Fl_Slider* MuanUI::sl_flick |
| char* MuanUI::v4l_device |
| char* MuanUI::v4l_device |
| int MuanUI::v4l_mode |
| Fl_Double_Window* MuanUI::win_about |
| Fl_Double_Window* MuanUI::win_about |
| Fl_Double_Window* MuanUI::win_menu |
| Fl_Double_Window* MuanUI::win_preferences |
| Fl_Double_Window* MuanUI::win_preferences |
| Fl_Double_Window* MuanUI::win_principal |
| Fl_Double_Window* MuanUI::win_splash |
1.4.7