
Go to the source code of this file.
Functions | |
| 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 *, GtkTreePath *, GtkTreeViewColumn *, gpointer) |
| 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) |
| 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.
| 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().
| gboolean key_cb | ( | GtkWidget * | widget, | |
| GdkEventKey * | event, | |||
| gpointer | user_data | |||
| ) |
| 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 * | , | |
| GtkTreePath * | , | |||
| GtkTreeViewColumn * | , | |||
| gpointer | ||||
| ) |
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