LiVES 1.4.9
|
#include <plugins.h>
Data Fields | |
gchar * | name |
gchar * | desc |
gchar * | label |
gint | flags |
gboolean | use_mnemonic |
gpointer | interp_func |
gpointer | display_func |
gint | hidden |
gdouble | step_size |
gint | copy_to |
gboolean | transition |
gboolean | reinit |
gboolean | wrap |
gint | group |
lives_param_type_t | type |
gint | dp |
decimals, 0 for int and bool | |
void * | value |
current value(s) | |
gdouble | min |
gdouble | max |
for string this is max characters | |
void * | def |
default values | |
GList * | list |
for string list (choices) | |
gshort | multi |
multivalue type - single value, multi value, or per channel | |
GtkWidget * | widgets [MAX_PARAM_WIDGETS] |
TODO - change to GtkWidget **widgets, terminated with a NULL. | |
gboolean | onchange |
is there a trigger ? | |
gboolean | changed |
gboolean | change_blocked |
void * | source |
lives_rfx_source_t | source_type |
gboolean lives_param_t::change_blocked |
gboolean lives_param_t::changed |
void* lives_param_t::def |
default values
gchar* lives_param_t::desc |
gpointer lives_param_t::display_func |
gint lives_param_t::dp |
decimals, 0 for int and bool
gint lives_param_t::flags |
gint lives_param_t::group |
gpointer lives_param_t::interp_func |
gchar* lives_param_t::label |
GList* lives_param_t::list |
for string list (choices)
gdouble lives_param_t::max |
for string this is max characters
gdouble lives_param_t::min |
gshort lives_param_t::multi |
multivalue type - single value, multi value, or per channel
gchar* lives_param_t::name |
gboolean lives_param_t::onchange |
is there a trigger ?
gboolean lives_param_t::reinit |
void* lives_param_t::source |
gdouble lives_param_t::step_size |
gboolean lives_param_t::transition |
gboolean lives_param_t::use_mnemonic |
void* lives_param_t::value |
current value(s)
GtkWidget* lives_param_t::widgets[MAX_PARAM_WIDGETS] |
TODO - change to GtkWidget **widgets, terminated with a NULL.
widgets which hold value/RGBA settings
gboolean lives_param_t::wrap |