LiVES  2.4.1-svn
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
rfx_build_window_t Struct Reference

#include <rfx-builder.h>

Data Fields

lives_rfx_build_type_t type
 
LiVESWidget * dialog
 
LiVESWidget * name_entry
 
LiVESWidget * spinbutton_version
 
LiVESWidget * author_entry
 
LiVESWidget * url_entry
 
LiVESWidget * menu_text_entry
 
LiVESWidget * action_desc_hbox
 
LiVESWidget * action_desc_entry
 
LiVESWidget * action_desc_hsep
 
LiVESWidget * spinbutton_min_frames
 
LiVESWidget * type_effect1_radiobutton
 
LiVESWidget * type_effect2_radiobutton
 
LiVESWidget * type_effect0_radiobutton
 
LiVESWidget * type_tool_radiobutton
 
LiVESWidget * type_utility_radiobutton
 
LiVESWidget * langc_combo
 
LiVESWidget * table
 
LiVESWidget * requirements_button
 
LiVESWidget * properties_button
 
LiVESWidget * params_button
 
LiVESWidget * param_window_button
 
LiVESWidget * pre_button
 
LiVESWidget * loop_button
 
LiVESWidget * post_button
 
LiVESWidget * trigger_button
 
LiVESWidget * prop_slow
 
LiVESWidget * prop_batchg
 
LiVESWidget * hbox_batchg
 
LiVESWidget * min_frames_label
 
lives_rfx_table_type_t table_type
 
int table_rows
 
lives_rfx_code_type_t codetype
 
LiVESWidget * entry [RFXBUILD_MAX_TROWS]
 
LiVESWidget * entry2 [RFXBUILD_MAX_TROWS]
 
LiVESWidget * entry3 [RFXBUILD_MAX_TROWS]
 
LiVESWidget * param_dialog
 
LiVESWidget * param_name_entry
 
LiVESWidget * param_label_entry
 
LiVESWidget * param_type_combo
 
LiVESWidget * param_dp_label
 
LiVESWidget * param_def_label
 
LiVESWidget * param_min_label
 
LiVESWidget * param_max_label
 
LiVESWidget * param_step_label
 
LiVESWidget * param_wrap_hbox
 
LiVESWidget * param_wrap_checkbutton
 
LiVESWidget * param_strlist_hbox
 
LiVESWidget * param_def_combo
 
LiVESWidget * paramw_rest_entry
 
LiVESWidget * paramw_kw_combo
 
LiVESWidget * paramw_sp_combo
 
LiVESWidget * paramw_spsub_combo
 
LiVESWidget * paramw_rest_label
 
LiVESWidget * hbox_bg
 
LiVESWidget * param_strdef_button
 
LiVESWidget * param_strdef_hbox
 
LiVESWidget * trigger_when_entry
 
LiVESWidget * spinbutton_param_dp
 
LiVESWidget * spinbutton_param_group
 
LiVESWidget * spinbutton_param_def
 
LiVESWidget * spinbutton_param_min
 
LiVESWidget * spinbutton_param_max
 
LiVESWidget * spinbutton_param_step
 
LiVESWidget * code_textview
 
LiVESWidget * new_entry_button
 
LiVESWidget * edit_entry_button
 
LiVESWidget * remove_entry_button
 
LiVESWidget * move_up_button
 
LiVESWidget * move_down_button
 
uint32_t props
 
char * pre_code
 
char * loop_code
 
char * post_code
 
int edit_param
 
char * reqs [RFXBUILD_MAX_REQ]
 
int num_reqs
 
int onum_reqs
 
lives_param_tparams
 store our parameters More...
 
lives_param_tcopy_params
 store our parameters while editing More...
 
int num_params
 upper limit is RFXBUILD_MAX_PARAMS-1 More...
 
int onum_params
 
char * paramw_hints [RFXBUILD_MAX_PARAMS]
 
int num_paramw_hints
 upper limit is RFXBUILD_MAX_PARAMW_HINTS-1 More...
 
int onum_paramw_hints
 
rfx_trigger_ttriggers
 
rfx_trigger_tcopy_triggers
 store triggers while editing More...
 
int num_triggers
 upper limit is RFXBUILD_MAX_PARAMS, 0 == init More...
 
int onum_triggers
 
boolean has_init_trigger
 
char * field_delim
 
lives_rfx_builder_mode_t mode
 
int table_swap_row1
 
int table_swap_row2
 
char * script_name
 
char * oname
 
ulong min_spin_f
 
ulong max_spin_f
 
ulong def_spin_f
 
ulong step_spin_f
 
char * rfx_version
 
int plugin_version
 

Field Documentation

LiVESWidget* rfx_build_window_t::action_desc_entry
LiVESWidget* rfx_build_window_t::action_desc_hbox
LiVESWidget* rfx_build_window_t::action_desc_hsep
LiVESWidget* rfx_build_window_t::author_entry
LiVESWidget* rfx_build_window_t::code_textview
lives_rfx_code_type_t rfx_build_window_t::codetype
lives_param_t* rfx_build_window_t::copy_params

store our parameters while editing

rfx_trigger_t* rfx_build_window_t::copy_triggers

store triggers while editing

ulong rfx_build_window_t::def_spin_f
LiVESWidget* rfx_build_window_t::dialog
LiVESWidget* rfx_build_window_t::edit_entry_button
int rfx_build_window_t::edit_param
LiVESWidget* rfx_build_window_t::entry[RFXBUILD_MAX_TROWS]
LiVESWidget* rfx_build_window_t::entry2[RFXBUILD_MAX_TROWS]
LiVESWidget* rfx_build_window_t::entry3[RFXBUILD_MAX_TROWS]
char* rfx_build_window_t::field_delim
boolean rfx_build_window_t::has_init_trigger
LiVESWidget* rfx_build_window_t::hbox_batchg
LiVESWidget* rfx_build_window_t::hbox_bg
LiVESWidget* rfx_build_window_t::langc_combo
LiVESWidget* rfx_build_window_t::loop_button
char* rfx_build_window_t::loop_code
ulong rfx_build_window_t::max_spin_f
LiVESWidget* rfx_build_window_t::menu_text_entry
LiVESWidget* rfx_build_window_t::min_frames_label
ulong rfx_build_window_t::min_spin_f
lives_rfx_builder_mode_t rfx_build_window_t::mode
LiVESWidget* rfx_build_window_t::move_down_button
LiVESWidget* rfx_build_window_t::move_up_button
LiVESWidget* rfx_build_window_t::name_entry
LiVESWidget* rfx_build_window_t::new_entry_button
int rfx_build_window_t::num_params

upper limit is RFXBUILD_MAX_PARAMS-1

int rfx_build_window_t::num_paramw_hints

upper limit is RFXBUILD_MAX_PARAMW_HINTS-1

int rfx_build_window_t::num_reqs
int rfx_build_window_t::num_triggers

upper limit is RFXBUILD_MAX_PARAMS, 0 == init

char* rfx_build_window_t::oname
int rfx_build_window_t::onum_params
int rfx_build_window_t::onum_paramw_hints
int rfx_build_window_t::onum_reqs
int rfx_build_window_t::onum_triggers
LiVESWidget* rfx_build_window_t::param_def_combo
LiVESWidget* rfx_build_window_t::param_def_label
LiVESWidget* rfx_build_window_t::param_dialog
LiVESWidget* rfx_build_window_t::param_dp_label
LiVESWidget* rfx_build_window_t::param_label_entry
LiVESWidget* rfx_build_window_t::param_max_label
LiVESWidget* rfx_build_window_t::param_min_label
LiVESWidget* rfx_build_window_t::param_name_entry
LiVESWidget* rfx_build_window_t::param_step_label
LiVESWidget* rfx_build_window_t::param_strdef_button
LiVESWidget* rfx_build_window_t::param_strdef_hbox
LiVESWidget* rfx_build_window_t::param_strlist_hbox
LiVESWidget* rfx_build_window_t::param_type_combo
LiVESWidget* rfx_build_window_t::param_window_button
LiVESWidget* rfx_build_window_t::param_wrap_checkbutton
LiVESWidget* rfx_build_window_t::param_wrap_hbox
lives_param_t* rfx_build_window_t::params

store our parameters

LiVESWidget* rfx_build_window_t::params_button
char* rfx_build_window_t::paramw_hints[RFXBUILD_MAX_PARAMS]
LiVESWidget* rfx_build_window_t::paramw_kw_combo
LiVESWidget* rfx_build_window_t::paramw_rest_entry
LiVESWidget* rfx_build_window_t::paramw_rest_label
LiVESWidget* rfx_build_window_t::paramw_sp_combo
LiVESWidget* rfx_build_window_t::paramw_spsub_combo
int rfx_build_window_t::plugin_version
LiVESWidget* rfx_build_window_t::post_button
char* rfx_build_window_t::post_code
LiVESWidget* rfx_build_window_t::pre_button
char* rfx_build_window_t::pre_code
LiVESWidget* rfx_build_window_t::prop_batchg
LiVESWidget* rfx_build_window_t::prop_slow
LiVESWidget* rfx_build_window_t::properties_button
uint32_t rfx_build_window_t::props
LiVESWidget* rfx_build_window_t::remove_entry_button
char* rfx_build_window_t::reqs[RFXBUILD_MAX_REQ]
LiVESWidget* rfx_build_window_t::requirements_button
char* rfx_build_window_t::rfx_version
char* rfx_build_window_t::script_name
LiVESWidget* rfx_build_window_t::spinbutton_min_frames
LiVESWidget* rfx_build_window_t::spinbutton_param_def
LiVESWidget* rfx_build_window_t::spinbutton_param_dp
LiVESWidget* rfx_build_window_t::spinbutton_param_group
LiVESWidget* rfx_build_window_t::spinbutton_param_max
LiVESWidget* rfx_build_window_t::spinbutton_param_min
LiVESWidget* rfx_build_window_t::spinbutton_param_step
LiVESWidget* rfx_build_window_t::spinbutton_version
ulong rfx_build_window_t::step_spin_f
LiVESWidget* rfx_build_window_t::table
int rfx_build_window_t::table_rows
int rfx_build_window_t::table_swap_row1
int rfx_build_window_t::table_swap_row2
lives_rfx_table_type_t rfx_build_window_t::table_type
LiVESWidget* rfx_build_window_t::trigger_button
LiVESWidget* rfx_build_window_t::trigger_when_entry
rfx_trigger_t* rfx_build_window_t::triggers
lives_rfx_build_type_t rfx_build_window_t::type
LiVESWidget* rfx_build_window_t::type_effect0_radiobutton
LiVESWidget* rfx_build_window_t::type_effect1_radiobutton
LiVESWidget* rfx_build_window_t::type_effect2_radiobutton
LiVESWidget* rfx_build_window_t::type_tool_radiobutton
LiVESWidget* rfx_build_window_t::type_utility_radiobutton
LiVESWidget* rfx_build_window_t::url_entry

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