#include <ui_player.h>
Public Member Functions | |
| Fl_Double_Window * | make_window () |
| void | redraw_file_name (char *file_name) |
| void | load_file (char *fname) |
| void | cb_export () |
| void | export_file (char *fname) |
| void | fullscr () |
| void | set_language_ui () |
Public Attributes | |
| int | load_mode |
| Fl_Double_Window * | win_principal |
| Fl_Group * | gb_top |
| Fl_Input * | edt_file_name |
| Fl_Button * | btn_load |
| ImageViewer * | imgv |
| Fl_Group * | gb_bottom |
| Fl_Slider * | sl_play |
| 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_Button * | btn_manual |
| Fl_Button * | btn_exit |
| Fl_Button * | btn_export |
| Fl_Button * | btn_import |
| Fl_Button * | btn_fullscr |
Private Member Functions | |
| void | cb_win_principal_i (Fl_Double_Window *, void *) |
| void | cb_edt_file_name_i (Fl_Input *, void *) |
| void | cb_btn_load_i (Fl_Button *, void *) |
| void | cb_imgv_i (ImageViewer *, void *) |
| void | cb_sl_play_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_btn_manual_i (Fl_Button *, void *) |
| void | cb_btn_exit_i (Fl_Button *, void *) |
| void | cb_btn_export_i (Fl_Button *, void *) |
| void | cb_btn_import_i (Fl_Button *, void *) |
| void | cb_btn_fullscr_i (Fl_Button *, void *) |
Static Private Member Functions | |
| static void | cb_win_principal (Fl_Double_Window *, void *) |
| static void | cb_edt_file_name (Fl_Input *, void *) |
| static void | cb_btn_load (Fl_Button *, void *) |
| static void | cb_imgv (ImageViewer *, void *) |
| static void | cb_sl_play (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_btn_manual (Fl_Button *, void *) |
| static void | cb_btn_exit (Fl_Button *, void *) |
| static void | cb_btn_export (Fl_Button *, void *) |
| static void | cb_btn_import (Fl_Button *, void *) |
| static void | cb_btn_fullscr (Fl_Button *, void *) |
Private Attributes | |
| int | play_position |
| static void MuanPlayerUI::cb_btn_exit | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanPlayerUI::cb_btn_exit_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| static void MuanPlayerUI::cb_btn_export | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanPlayerUI::cb_btn_export_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| static void MuanPlayerUI::cb_btn_first | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanPlayerUI::cb_btn_first_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| static void MuanPlayerUI::cb_btn_fullscr | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanPlayerUI::cb_btn_fullscr_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| static void MuanPlayerUI::cb_btn_fwd | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanPlayerUI::cb_btn_fwd_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| static void MuanPlayerUI::cb_btn_import | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanPlayerUI::cb_btn_import_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| static void MuanPlayerUI::cb_btn_last | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanPlayerUI::cb_btn_last_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| static void MuanPlayerUI::cb_btn_load | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanPlayerUI::cb_btn_load_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| static void MuanPlayerUI::cb_btn_manual | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanPlayerUI::cb_btn_manual_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| static void MuanPlayerUI::cb_btn_pause | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanPlayerUI::cb_btn_pause_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| static void MuanPlayerUI::cb_btn_play | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanPlayerUI::cb_btn_play_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| static void MuanPlayerUI::cb_btn_rew | ( | Fl_Button * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanPlayerUI::cb_btn_rew_i | ( | Fl_Button * | , | |
| void * | ||||
| ) | [private] |
| static void MuanPlayerUI::cb_edt_file_name | ( | Fl_Input * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanPlayerUI::cb_edt_file_name_i | ( | Fl_Input * | , | |
| void * | ||||
| ) | [private] |
| void MuanPlayerUI::cb_export | ( | ) |
| static void MuanPlayerUI::cb_imgv | ( | ImageViewer * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanPlayerUI::cb_imgv_i | ( | ImageViewer * | , | |
| void * | ||||
| ) | [private] |
| static void MuanPlayerUI::cb_sl_play | ( | Fl_Slider * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanPlayerUI::cb_sl_play_i | ( | Fl_Slider * | , | |
| void * | ||||
| ) | [private] |
| static void MuanPlayerUI::cb_win_principal | ( | Fl_Double_Window * | , | |
| void * | ||||
| ) | [static, private] |
| void MuanPlayerUI::cb_win_principal_i | ( | Fl_Double_Window * | , | |
| void * | ||||
| ) | [private] |
| void MuanPlayerUI::export_file | ( | char * | fname | ) |
| void MuanPlayerUI::fullscr | ( | ) |
| void MuanPlayerUI::load_file | ( | char * | fname | ) |
| Fl_Double_Window* MuanPlayerUI::make_window | ( | ) |
| void MuanPlayerUI::redraw_file_name | ( | char * | file_name | ) |
| void MuanPlayerUI::set_language_ui | ( | ) |
| Fl_Button* MuanPlayerUI::btn_exit |
| Fl_Button* MuanPlayerUI::btn_export |
| Fl_Button* MuanPlayerUI::btn_first |
| Fl_Button* MuanPlayerUI::btn_fullscr |
| Fl_Button* MuanPlayerUI::btn_fwd |
| Fl_Button* MuanPlayerUI::btn_import |
| Fl_Button* MuanPlayerUI::btn_last |
| Fl_Button* MuanPlayerUI::btn_load |
| Fl_Button* MuanPlayerUI::btn_manual |
| Fl_Button* MuanPlayerUI::btn_pause |
| Fl_Button* MuanPlayerUI::btn_play |
| Fl_Button* MuanPlayerUI::btn_rew |
| Fl_Input* MuanPlayerUI::edt_file_name |
| Fl_Group* MuanPlayerUI::gb_bottom |
| Fl_Group* MuanPlayerUI::gb_top |
int MuanPlayerUI::play_position [private] |
| Fl_Slider* MuanPlayerUI::sl_play |
| Fl_Double_Window* MuanPlayerUI::win_principal |
1.4.7