gwymoduleutils-synth

gwymoduleutils-synth

Functions

Types and Values

Includes

#include <app/gwyapp.h>

Description

Functions

gwy_synth_define_dimensions_params ()

void
gwy_synth_define_dimensions_params (GwyParamDef *paramdef,
                                    gint first_id);

gwy_synth_sanitise_params ()

void
gwy_synth_sanitise_params (GwyParams *params,
                           gint first_id,
                           GwyDataField *template_);

gwy_synth_append_dimensions_to_param_table ()

void
gwy_synth_append_dimensions_to_param_table
                               (GwyParamTable *partable,
                                GwySynthDimsFlags flags);

gwy_synth_use_dimensions_template ()

void
gwy_synth_use_dimensions_template (GwyParamTable *partable);

gwy_synth_update_value_unitstrs ()

void
gwy_synth_update_value_unitstrs (GwyParamTable *partable,
                                 const gint *ids,
                                 guint nids);

gwy_synth_update_lateral_alts ()

void
gwy_synth_update_lateral_alts (GwyParamTable *partable,
                               const gint *ids,
                               guint nids);

gwy_synth_update_like_current_button_sensitivity ()

void
gwy_synth_update_like_current_button_sensitivity
                               (GwyParamTable *partable,
                                gint id);

gwy_synth_handle_param_changed ()

gboolean
gwy_synth_handle_param_changed (GwyParamTable *partable,
                                gint id);

gwy_synth_add_result_to_file ()

GwyAppDataId
gwy_synth_add_result_to_file (GwyDataField *result,
                              GwyContainer *data,
                              gint id,
                              GwyParams *params);

gwy_synth_make_result_data_field ()

GwyDataField *
gwy_synth_make_result_data_field (GwyDataField *data_field,
                                  GwyParams *params,
                                  gboolean always_use_template);

gwy_synth_make_preview_data_field ()

GwyDataField *
gwy_synth_make_preview_data_field (GwyDataField *data_field,
                                   gint size);

gwy_synth_update_progress ()

GwySynthUpdateType
gwy_synth_update_progress (GTimer *timer,
                           gdouble preview_time,
                           gulong i,
                           gulong niters);

Types and Values

enum GwySynthResponseType

Members

GWY_RESPONSE_SYNTH_TAKE_DIMS

   

GWY_RESPONSE_SYNTH_INIT_Z

   

enum GwySynthDimsParam

Members

GWY_DIMS_PARAM_XRES

   

GWY_DIMS_PARAM_YRES

   

GWY_DIMS_PARAM_SQUARE_IMAGE

   

GWY_DIMS_PARAM_XREAL

   

GWY_DIMS_PARAM_YREAL

   

GWY_DIMS_PARAM_SQUARE_PIXELS

   

GWY_DIMS_PARAM_XYUNIT

   

GWY_DIMS_PARAM_ZUNIT

   

GWY_DIMS_PARAM_REPLACE

   

GWY_DIMS_PARAM_INITIALIZE

   

GWY_DIMS_BUTTON_TAKE

   

GWY_DIMS_HEADER_PIXEL

   

GWY_DIMS_HEADER_PHYSICAL

   

GWY_DIMS_HEADER_UNITS

   

GWY_DIMS_HEADER_CURRENT_IMAGE

   

enum GwySynthDimsFlags

Members

GWY_SYNTH_FIXED_XYUNIT

   

GWY_SYNTH_FIXED_ZUNIT

   

GWY_SYNTH_FIXED_UNITS

   

enum GwySynthUpdateType

Members

GWY_SYNTH_UPDATE_CANCELLED

   

GWY_SYNTH_UPDATE_NOTHING

   

GWY_SYNTH_UPDATE_DO_PREVIEW