LiVES
2.4.1-svn
|
#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>
Functions | |
void | get_pref (const char *key, char *val, int maxlen) |
void | get_pref_utf8 (const char *key, char *val, int maxlen) |
LiVESList * | get_list_pref (const char *key) |
void | get_pref_default (const char *key, char *val, int maxlen) |
boolean | get_boolean_pref (const char *key) |
int | get_int_pref (const char *key) |
double | get_double_pref (const char *key) |
void | delete_pref (const char *key) |
void | set_pref (const char *key, const char *value) |
void | set_int_pref (const char *key, int value) |
void | set_int64_pref (const char *key, int64_t value) |
void | set_double_pref (const char *key, double value) |
void | set_boolean_pref (const char *key, boolean value) |
void | set_list_pref (const char *key, LiVESList *values) |
void | set_vpp (boolean set_in_prefs) |
void | pref_factory_bool (int prefidx, boolean newval) |
void | pref_factory_int (int prefidx, int newval) |
void | pref_factory_bitmapped (int prefidx, int bitfield, boolean newval) |
boolean | apply_prefs (boolean skip_warn) |
void | save_future_prefs (void) |
void | rdet_acodec_changed (LiVESCombo *acodec_combo, livespointer user_data) |
void | set_acodec_list_from_allowed (_prefsw *prefsw, render_details *rdet) |
void | after_vpp_changed (LiVESWidget *vpp_combo, livespointer advbutton) |
void | prefsw_set_astream_settings (_vid_playback_plugin *vpp) |
void | prefsw_set_rec_after_settings (_vid_playback_plugin *vpp) |
void | on_prefDomainChanged (LiVESTreeSelection *widget, livespointer dummy) |
void | apply_button_set_enabled (LiVESWidget *widget, livespointer func_data) |
_prefsw * | create_prefs_dialog (void) |
void | on_preferences_activate (LiVESMenuItem *menuitem, livespointer user_data) |
void | on_prefs_close_clicked (LiVESButton *button, livespointer user_data) |
void | on_prefs_apply_clicked (LiVESButton *button, livespointer user_data) |
void | on_prefs_revert_clicked (LiVESButton *button, livespointer user_data) |
boolean | lives_ask_permission (int what) |
void after_vpp_changed | ( | LiVESWidget * | vpp_combo, |
livespointer | advbutton | ||
) |
void apply_button_set_enabled | ( | LiVESWidget * | widget, |
livespointer | func_data | ||
) |
_prefsw* create_prefs_dialog | ( | void | ) |
void delete_pref | ( | const char * | key | ) |
boolean get_boolean_pref | ( | const char * | key | ) |
double get_double_pref | ( | const char * | key | ) |
int get_int_pref | ( | const char * | key | ) |
LiVESList* get_list_pref | ( | const char * | key | ) |
void get_pref | ( | const char * | key, |
char * | val, | ||
int | maxlen | ||
) |
void get_pref_default | ( | const char * | key, |
char * | val, | ||
int | maxlen | ||
) |
void get_pref_utf8 | ( | const char * | key, |
char * | val, | ||
int | maxlen | ||
) |
boolean lives_ask_permission | ( | int | what | ) |
void on_prefDomainChanged | ( | LiVESTreeSelection * | widget, |
livespointer | dummy | ||
) |
void on_preferences_activate | ( | LiVESMenuItem * | menuitem, |
livespointer | user_data | ||
) |
void on_prefs_apply_clicked | ( | LiVESButton * | button, |
livespointer | user_data | ||
) |
void on_prefs_close_clicked | ( | LiVESButton * | button, |
livespointer | user_data | ||
) |
Closes preferences dialog window
void on_prefs_revert_clicked | ( | LiVESButton * | button, |
livespointer | user_data | ||
) |
void pref_factory_bitmapped | ( | int | prefidx, |
int | bitfield, | ||
boolean | newval | ||
) |
void pref_factory_bool | ( | int | prefidx, |
boolean | newval | ||
) |
void pref_factory_int | ( | int | prefidx, |
int | newval | ||
) |
void prefsw_set_astream_settings | ( | _vid_playback_plugin * | vpp | ) |
void prefsw_set_rec_after_settings | ( | _vid_playback_plugin * | vpp | ) |
void rdet_acodec_changed | ( | LiVESCombo * | acodec_combo, |
livespointer | user_data | ||
) |
void save_future_prefs | ( | void | ) |
void set_acodec_list_from_allowed | ( | _prefsw * | prefsw, |
render_details * | rdet | ||
) |
void set_boolean_pref | ( | const char * | key, |
boolean | value | ||
) |
void set_double_pref | ( | const char * | key, |
double | value | ||
) |
void set_int64_pref | ( | const char * | key, |
int64_t | value | ||
) |
void set_int_pref | ( | const char * | key, |
int | value | ||
) |
void set_list_pref | ( | const char * | key, |
LiVESList * | values | ||
) |
void set_pref | ( | const char * | key, |
const char * | value | ||
) |
void set_vpp | ( | boolean | set_in_prefs | ) |