LiVES 1.4.9
|
#include "../libweed/weed-palettes.h"
#include "main.h"
#include "paramwindow.h"
#include "callbacks.h"
#include "support.h"
#include "resample.h"
#include "plugins.h"
#include <dlfcn.h>
Defines | |
#define | PREFS_TIMEOUT 10000000 |
Functions | |
void | get_pref (const gchar *key, gchar *val, gint maxlen) |
void | get_pref_utf8 (const gchar *key, gchar *val, gint maxlen) |
GList * | get_list_pref (const gchar *key) |
void | get_pref_default (const gchar *key, gchar *val, gint maxlen) |
gboolean | get_boolean_pref (const gchar *key) |
gint | get_int_pref (const gchar *key) |
gdouble | get_double_pref (const gchar *key) |
void | delete_pref (const gchar *key) |
void | set_pref (const gchar *key, const gchar *value) |
void | set_int_pref (const gchar *key, gint value) |
void | set_double_pref (const gchar *key, gdouble value) |
void | set_boolean_pref (const gchar *key, gboolean value) |
void | set_list_pref (const char *key, GList *values) |
void | set_vpp (gboolean set_in_prefs) |
gboolean | apply_prefs (gboolean skip_warn) |
void | save_future_prefs (void) |
void | rdet_acodec_changed (GtkComboBox *acodec_combo, gpointer user_data) |
void | set_acodec_list_from_allowed (_prefsw *prefsw, render_details *rdet) |
void | after_vpp_changed (GtkWidget *vpp_combo, gpointer advbutton) |
void | prefsw_set_astream_settings (_vid_playback_plugin *vpp) |
void | on_prefDomainChanged (GtkTreeSelection *widget, gpointer dummy) |
void | apply_button_set_enabled (GtkWidget *widget, gpointer func_data) |
void | populate_combo_box (GtkComboBox *combo, GList *data) |
void | set_combo_box_active_string (GtkComboBox *combo, gchar *active_str) |
_prefsw * | create_prefs_dialog (void) |
void | on_preferences_activate (GtkMenuItem *menuitem, gpointer user_data) |
void | on_prefs_close_clicked (GtkButton *button, gpointer user_data) |
void | on_prefs_apply_clicked (GtkButton *button, gpointer user_data) |
void | select_pref_list_row (guint selected_idx) |
void | on_prefs_revert_clicked (GtkButton *button, gpointer user_data) |
gboolean | on_prefs_delete_event (GtkWidget *widget, GdkEvent *event, gpointer user_data) |
#define PREFS_TIMEOUT 10000000 |
void after_vpp_changed | ( | GtkWidget * | vpp_combo, |
gpointer | advbutton | ||
) |
void apply_button_set_enabled | ( | GtkWidget * | widget, |
gpointer | func_data | ||
) |
gboolean apply_prefs | ( | gboolean | skip_warn | ) |
_prefsw* create_prefs_dialog | ( | void | ) |
< number of screen monitors
void delete_pref | ( | const gchar * | key | ) |
gboolean get_boolean_pref | ( | const gchar * | key | ) |
gdouble get_double_pref | ( | const gchar * | key | ) |
gint get_int_pref | ( | const gchar * | key | ) |
GList* get_list_pref | ( | const gchar * | key | ) |
void get_pref | ( | const gchar * | key, |
gchar * | val, | ||
gint | maxlen | ||
) |
void get_pref_default | ( | const gchar * | key, |
gchar * | val, | ||
gint | maxlen | ||
) |
void get_pref_utf8 | ( | const gchar * | key, |
gchar * | val, | ||
gint | maxlen | ||
) |
void on_prefDomainChanged | ( | GtkTreeSelection * | widget, |
gpointer | dummy | ||
) |
void on_preferences_activate | ( | GtkMenuItem * | menuitem, |
gpointer | user_data | ||
) |
void on_prefs_apply_clicked | ( | GtkButton * | button, |
gpointer | user_data | ||
) |
void on_prefs_close_clicked | ( | GtkButton * | button, |
gpointer | user_data | ||
) |
Closes preferences dialog window
gboolean on_prefs_delete_event | ( | GtkWidget * | widget, |
GdkEvent * | event, | ||
gpointer | user_data | ||
) |
void on_prefs_revert_clicked | ( | GtkButton * | button, |
gpointer | user_data | ||
) |
void populate_combo_box | ( | GtkComboBox * | combo, |
GList * | data | ||
) |
void prefsw_set_astream_settings | ( | _vid_playback_plugin * | vpp | ) |
void rdet_acodec_changed | ( | GtkComboBox * | acodec_combo, |
gpointer | user_data | ||
) |
void save_future_prefs | ( | void | ) |
void select_pref_list_row | ( | guint | selected_idx | ) |
void set_acodec_list_from_allowed | ( | _prefsw * | prefsw, |
render_details * | rdet | ||
) |
void set_boolean_pref | ( | const gchar * | key, |
gboolean | value | ||
) |
void set_combo_box_active_string | ( | GtkComboBox * | combo, |
gchar * | active_str | ||
) |
void set_double_pref | ( | const gchar * | key, |
gdouble | value | ||
) |
void set_int_pref | ( | const gchar * | key, |
gint | value | ||
) |
void set_list_pref | ( | const char * | key, |
GList * | values | ||
) |
void set_pref | ( | const gchar * | key, |
const gchar * | value | ||
) |
void set_vpp | ( | gboolean | set_in_prefs | ) |