Top | ![]() |
![]() |
![]() |
![]() |
enum | GwySynthResponseType |
enum | GwySynthDimsParam |
enum | GwySynthDimsFlags |
enum | GwySynthUpdateType |
void gwy_synth_define_dimensions_params (GwyParamDef *paramdef
,gint first_id
);
void gwy_synth_sanitise_params (GwyParams *params
,gint first_id
,GwyDataField *template_
);
void gwy_synth_append_dimensions_to_param_table (GwyParamTable *partable
,GwySynthDimsFlags flags
);
void
gwy_synth_use_dimensions_template (GwyParamTable *partable
);
void gwy_synth_update_value_unitstrs (GwyParamTable *partable
,const gint *ids
,guint nids
);
void gwy_synth_update_lateral_alts (GwyParamTable *partable
,const gint *ids
,guint nids
);
void gwy_synth_update_like_current_button_sensitivity (GwyParamTable *partable
,gint id
);
gboolean gwy_synth_handle_param_changed (GwyParamTable *partable
,gint id
);
GwyAppDataId gwy_synth_add_result_to_file (GwyDataField *result
,GwyContainer *data
,gint id
,GwyParams *params
);
GwyDataField * gwy_synth_make_result_data_field (GwyDataField *data_field
,GwyParams *params
,gboolean always_use_template
);
GwyDataField * gwy_synth_make_preview_data_field (GwyDataField *data_field
,gint size
);
GwySynthUpdateType gwy_synth_update_progress (GTimer *timer
,gdouble preview_time
,gulong i
,gulong niters
);