LiVES  1.6.4-svn
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
lives_param_t Struct Reference

#include <plugins.h>

Data Fields

gchar * name
gchar * desc
gchar * label
gint flags
gboolean use_mnemonic
fn_ptr interp_func
fn_ptr display_func
gint hidden
gdouble step_size
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

Field Documentation

gboolean lives_param_t::change_blocked
gboolean lives_param_t::changed
void* lives_param_t::def

default values

gchar* lives_param_t::desc
fn_ptr 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
gint lives_param_t::hidden
fn_ptr 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
lives_rfx_source_t lives_param_t::source_type
gdouble lives_param_t::step_size
gboolean lives_param_t::transition
lives_param_type_t lives_param_t::type
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

The documentation for this struct was generated from the following file: