
Functions | |
| static intf_thread_t * | get_intf_from_widget (GtkWidget *widget) |
| void | play_cb (GtkButton *button, gpointer user_data) |
| void | stop_cb (GtkButton *button, gpointer user_data) |
| void | prev_cb (GtkButton *button, gpointer user_data) |
| void | next_cb (GtkButton *button, gpointer user_data) |
| void | playlist_cb (GtkButton *button, gpointer user_data) |
| void | seekbar_changed_cb (GtkRange *range, GtkScrollType scroll, gdouble value, gpointer data) |
| void | pl_row_activated_cb (GtkTreeView *tree_view, GtkTreePath *path, GtkTreeViewColumn *column, gpointer user_data) |
| void | open_cb (GtkMenuItem *menuitem, gpointer user_data) |
| void | open_address_cb (GtkMenuItem *menuitem, gpointer user_data) |
| void | open_webcam_cb (GtkMenuItem *menuitem, gpointer user_data) |
| void | snapshot_cb (GtkMenuItem *menuitem, gpointer user_data) |
| void | dropframe_cb (GtkMenuItem *menuitem, gpointer user_data) |
| static int | keyModifiersToVLC (GdkEventKey *event) |
| static int | eventToVLCKey (GdkEventKey *event) |
| gboolean | key_cb (GtkWidget *widget, GdkEventKey *event, gpointer user_data) |
| gboolean | fullscreen_cb (gpointer user_data) |
| void dropframe_cb | ( | GtkMenuItem * | menuitem, | |
| gpointer | user_data | |||
| ) |
References config_PutInt.
| static int eventToVLCKey | ( | GdkEventKey * | event | ) | [static] |
References KEY_DELETE, KEY_DOWN, KEY_END, KEY_ENTER, KEY_ESC, KEY_F1, KEY_F10, KEY_F11, KEY_F12, KEY_F2, KEY_F3, KEY_F4, KEY_F5, KEY_F6, KEY_F7, KEY_F8, KEY_F9, KEY_HOME, KEY_INSERT, KEY_LEFT, KEY_MEDIA_NEXT_TRACK, KEY_MEDIA_PLAY_PAUSE, KEY_MEDIA_PREV_TRACK, KEY_MEDIA_STOP, KEY_PAGEDOWN, KEY_PAGEUP, KEY_RIGHT, KEY_UP, KEY_VOLUME_DOWN, KEY_VOLUME_MUTE, KEY_VOLUME_UP, and keyModifiersToVLC().
Referenced by key_cb().
| gboolean fullscreen_cb | ( | gpointer | user_data | ) |
References intf_sys_t::b_fullscreen, intf_sys_t::p_control_window, intf_sys_t::p_main_window, and intf_thread_t::p_sys.
Referenced by CloseWindow(), and ControlWindow().
| static intf_thread_t* get_intf_from_widget | ( | GtkWidget * | widget | ) | [static] |
Referenced by next_cb(), pl_row_activated_cb(), play_cb(), playlist_cb(), prev_cb(), seekbar_changed_cb(), and stop_cb().
| gboolean key_cb | ( | GtkWidget * | widget, | |
| GdkEventKey * | event, | |||
| gpointer | user_data | |||
| ) |
| static int keyModifiersToVLC | ( | GdkEventKey * | event | ) | [static] |
References KEY_MODIFIER_ALT, KEY_MODIFIER_CTRL, KEY_MODIFIER_META, and KEY_MODIFIER_SHIFT.
Referenced by eventToVLCKey().
| void next_cb | ( | GtkButton * | button, | |
| gpointer | user_data | |||
| ) |
References get_intf_from_widget(), intf_sys_t::p_playlist, intf_thread_t::p_sys, and playlist_Next.
Referenced by Thread().
| void open_address_cb | ( | GtkMenuItem * | menuitem, | |
| gpointer | user_data | |||
| ) |
References input_item_New, intf_sys_t::p_main_window, intf_sys_t::p_playlist, intf_thread_t::p_sys, playlist_AddInput(), PLAYLIST_APPEND, PLAYLIST_END, PLAYLIST_GO, and vlc_gc_decref.
Referenced by create_menu().
| void open_cb | ( | GtkMenuItem * | menuitem, | |
| gpointer | user_data | |||
| ) |
References input_item_New, intf_sys_t::p_main_window, intf_sys_t::p_playlist, intf_thread_t::p_sys, playlist_AddInput(), PLAYLIST_APPEND, PLAYLIST_END, PLAYLIST_GO, and vlc_gc_decref.
Referenced by create_menu().
| void open_webcam_cb | ( | GtkMenuItem * | menuitem, | |
| gpointer | user_data | |||
| ) |
References input_item_New, intf_sys_t::p_playlist, intf_thread_t::p_sys, playlist_AddInput(), PLAYLIST_APPEND, PLAYLIST_END, PLAYLIST_GO, and vlc_gc_decref.
Referenced by create_menu().
| void pl_row_activated_cb | ( | GtkTreeView * | tree_view, | |
| GtkTreePath * | path, | |||
| GtkTreeViewColumn * | column, | |||
| gpointer | user_data | |||
| ) |
References get_intf_from_widget(), input_item_New, intf_sys_t::p_playlist, intf_thread_t::p_sys, playlist_AddInput(), PLAYLIST_APPEND, PLAYLIST_END, PLAYLIST_GO, and vlc_gc_decref.
Referenced by create_playlist().
| void play_cb | ( | GtkButton * | button, | |
| gpointer | user_data | |||
| ) |
References get_intf_from_widget(), vlc_value_t::i_int, intf_sys_t::p_input, intf_sys_t::p_playlist, intf_thread_t::p_sys, PAUSE_S, PLAYING_S, playlist_Play, var_Get, and var_Set.
Referenced by Thread().
| void playlist_cb | ( | GtkButton * | button, | |
| gpointer | user_data | |||
| ) |
References get_intf_from_widget(), intf_sys_t::p_playlist_window, intf_thread_t::p_sys, and intf_sys_t::p_video_window.
Referenced by Thread().
| void prev_cb | ( | GtkButton * | button, | |
| gpointer | user_data | |||
| ) |
References get_intf_from_widget(), intf_sys_t::p_playlist, intf_thread_t::p_sys, and playlist_Prev.
Referenced by Thread().
| void seekbar_changed_cb | ( | GtkRange * | range, | |
| GtkScrollType | scroll, | |||
| gdouble | value, | |||
| gpointer | data | |||
| ) |
References get_intf_from_widget(), intf_sys_t::p_input, intf_sys_t::p_seekbar, intf_thread_t::p_sys, and var_SetFloat.
Referenced by Thread().
| void snapshot_cb | ( | GtkMenuItem * | menuitem, | |
| gpointer | user_data | |||
| ) |
| void stop_cb | ( | GtkButton * | button, | |
| gpointer | user_data | |||
| ) |
References get_intf_from_widget(), intf_sys_t::p_playlist, intf_thread_t::p_sys, and playlist_Stop.
Referenced by Thread().
1.5.6