|
/opt/src/beast/sfi/sfiparams.h
SYNOPSIS
| struct
| SfiChoiceValue; |
| struct
| SfiChoiceValues; |
| struct
| SfiParamSpecBBlock; |
| struct
| SfiParamSpecChoice; |
| struct
| SfiParamSpecFBlock; |
| struct
| SfiParamSpecNote; |
| struct
| SfiParamSpecProxy; |
| struct
| SfiParamSpecRec; |
| struct
| SfiParamSpecSeq; |
| |
| void
| _sfi_init_params
| (); |
| SfiRecFields
| sfi_boxed_type_get_rec_fields
| (boxed_type); |
| GParamSpec*
| sfi_boxed_type_get_seq_element
| (boxed_type); |
| void
| sfi_boxed_type_set_rec_fields
| (boxed_type, static_const_fields); |
| void
| sfi_boxed_type_set_seq_element
| (boxed_type, element); |
| SfiSCategory
| sfi_categorize_pspec
| (pspec); |
| SfiSCategory
| sfi_categorize_type
| (value_type); |
| GType
| sfi_category_param_type
| (pspec_cat); |
| GType
| sfi_category_type
| (pspec_cat); |
| void
| sfi_enum_type_set_choice_value_getter
| (gtype, cvgetter); |
| gboolean
| sfi_pspec_allows_void_note
| (pspec); |
| GParamSpec*
| sfi_pspec_bblock
| (name, nick, blurb, hints); |
| GParamSpec*
| sfi_pspec_bool
| (name, nick, blurb, default_value, hints); |
| GParamSpec*
| sfi_pspec_choice
| (name, nick, blurb, default_value, static_const_evalues, hints); |
| GParamSpec*
| sfi_pspec_choice_from_enum
| (enum_pspec); |
| GParamSpec*
| sfi_pspec_fblock
| (name, nick, blurb, hints); |
| GParamSpec*
| sfi_pspec_from_rec
| (prec); |
| SfiBool
| sfi_pspec_get_bool_default
| (pspec); |
| const gchar*
| sfi_pspec_get_choice_default
| (pspec); |
| guint64
| sfi_pspec_get_choice_hash
| (pspec); |
| SfiChoiceValues
| sfi_pspec_get_choice_values
| (pspec); |
| const gchar*
| sfi_pspec_get_group
| (pspec); |
| SfiInt
| sfi_pspec_get_int_default
| (pspec); |
| void
| sfi_pspec_get_int_range
| (pspec, minimum_value, maximum_value, stepping); |
| SfiNum
| sfi_pspec_get_num_default
| (pspec); |
| void
| sfi_pspec_get_num_range
| (pspec, minimum_value, maximum_value, stepping); |
| const gchar*
| sfi_pspec_get_owner
| (pspec); |
| SfiReal
| sfi_pspec_get_real_default
| (pspec); |
| void
| sfi_pspec_get_real_range
| (pspec, minimum_value, maximum_value, stepping); |
| GParamSpec*
| sfi_pspec_get_rec_field
| (pspec, field_name); |
| SfiRecFields
| sfi_pspec_get_rec_fields
| (pspec); |
| GParamSpec*
| sfi_pspec_get_seq_element
| (pspec); |
| const gchar*
| sfi_pspec_get_string_default
| (pspec); |
| GParamSpec*
| sfi_pspec_int
| (name, nick, blurb, default_value, minimum_value, maximum_value, stepping, hints); |
| GParamSpec*
| sfi_pspec_log_scale
| (name, nick, blurb, default_value, minimum_value, maximum_value, stepping, center, base, n_steps, hints); |
| GParamSpec*
| sfi_pspec_note
| (name, nick, blurb, default_value, min_note, max_note, allow_void, hints); |
| GParamSpec*
| sfi_pspec_num
| (name, nick, blurb, default_value, minimum_value, maximum_value, stepping, hints); |
| GParamSpec*
| sfi_pspec_proxy
| (name, nick, blurb, hints); |
| GParamSpec*
| sfi_pspec_proxy_from_object
| (object_pspec); |
| GParamSpec*
| sfi_pspec_pspec
| (name, nick, blurb, hints); |
| GParamSpec*
| sfi_pspec_real
| (name, nick, blurb, default_value, minimum_value, maximum_value, stepping, hints); |
| GParamSpec*
| sfi_pspec_rec
| (name, nick, blurb, static_const_fields, hints); |
| GParamSpec*
| sfi_pspec_rec_generic
| (name, nick, blurb, hints); |
| GParamSpec*
| sfi_pspec_seq
| (name, nick, blurb, element_spec, hints); |
| GParamSpec*
| sfi_pspec_set_group
| (pspec, group); |
| void
| sfi_pspec_set_owner
| (pspec, owner); |
| GParamSpec*
| sfi_pspec_string
| (name, nick, blurb, default_value, hints); |
| GParamSpec*
| sfi_pspec_time
| (name, nick, blurb, hints); |
| SfiRec*
| sfi_pspec_to_rec
| (pspec); |
| GParamSpec*
| sfi_pspec_to_serializable
| (pspec); |
DESCRIPTION
SfiChoiceValue | | /opt/src/beast/sfi/sfiparams.h:78 |
SfiChoiceValues | | /opt/src/beast/sfi/sfiparams.h:83 |
SfiParamSpecBBlock | | /opt/src/beast/sfi/sfiparams.h:91 |
SfiParamSpecChoice | | /opt/src/beast/sfi/sfiparams.h:87 |
SfiParamSpecFBlock | | /opt/src/beast/sfi/sfiparams.h:94 |
SfiParamSpecNote | | /opt/src/beast/sfi/sfiparams.h:108 |
SfiParamSpecProxy | | /opt/src/beast/sfi/sfiparams.h:105 |
SfiParamSpecRec | | /opt/src/beast/sfi/sfiparams.h:101 |
SfiParamSpecSeq | | /opt/src/beast/sfi/sfiparams.h:97 |
_sfi_init_params | | /opt/src/beast/sfi/sfiparams.h:324 |
sfi_boxed_type_get_rec_fields | | /opt/src/beast/sfi/sfiparams.h:220 |
sfi_boxed_type_get_seq_element | | /opt/src/beast/sfi/sfiparams.h:223 |
sfi_boxed_type_set_rec_fields | | /opt/src/beast/sfi/sfiparams.h:219 |
sfi_boxed_type_set_seq_element | | /opt/src/beast/sfi/sfiparams.h:222 |
sfi_categorize_pspec | | /opt/src/beast/sfi/sfiparams.h:259 |
sfi_categorize_type | | /opt/src/beast/sfi/sfiparams.h:258 |
sfi_category_param_type | | /opt/src/beast/sfi/sfiparams.h:261 |
sfi_category_type | | /opt/src/beast/sfi/sfiparams.h:260 |
sfi_enum_type_set_choice_value_getter | | /opt/src/beast/sfi/sfiparams.h:217 |
sfi_pspec_allows_void_note | | /opt/src/beast/sfi/sfiparams.h:298 |
sfi_pspec_bblock | | /opt/src/beast/sfi/sfiparams.h:169 |
sfi_pspec_bool | | /opt/src/beast/sfi/sfiparams.h:119 |
sfi_pspec_choice | | /opt/src/beast/sfi/sfiparams.h:165 |
sfi_pspec_choice_from_enum | | /opt/src/beast/sfi/sfiparams.h:214 |
sfi_pspec_fblock | | /opt/src/beast/sfi/sfiparams.h:173 |
sfi_pspec_from_rec | | /opt/src/beast/sfi/sfiparams.h:327 |
sfi_pspec_get_bool_default | | /opt/src/beast/sfi/sfiparams.h:292 |
sfi_pspec_get_choice_default | | /opt/src/beast/sfi/sfiparams.h:314 |
sfi_pspec_get_choice_hash | | /opt/src/beast/sfi/sfiparams.h:316 |
sfi_pspec_get_choice_values | | /opt/src/beast/sfi/sfiparams.h:315 |
sfi_pspec_get_group | | /opt/src/beast/sfi/sfiparams.h:283 |
sfi_pspec_get_int_default | | /opt/src/beast/sfi/sfiparams.h:293 |
sfi_pspec_get_int_range | | /opt/src/beast/sfi/sfiparams.h:297 |
sfi_pspec_get_num_default | | /opt/src/beast/sfi/sfiparams.h:301 |
sfi_pspec_get_num_range | | /opt/src/beast/sfi/sfiparams.h:305 |
sfi_pspec_get_owner | | /opt/src/beast/sfi/sfiparams.h:286 |
sfi_pspec_get_real_default | | /opt/src/beast/sfi/sfiparams.h:306 |
sfi_pspec_get_real_range | | /opt/src/beast/sfi/sfiparams.h:310 |
sfi_pspec_get_rec_field | | /opt/src/beast/sfi/sfiparams.h:320 |
sfi_pspec_get_rec_fields | | /opt/src/beast/sfi/sfiparams.h:318 |
sfi_pspec_get_seq_element | | /opt/src/beast/sfi/sfiparams.h:317 |
sfi_pspec_get_string_default | | /opt/src/beast/sfi/sfiparams.h:313 |
sfi_pspec_int | | /opt/src/beast/sfi/sfiparams.h:127 |
sfi_pspec_log_scale | | /opt/src/beast/sfi/sfiparams.h:154 |
| GParamSpec*
| sfi_pspec_log_scale
| (const gchar *name,
const gchar *nick,
const gchar *blurb,
SfiReal default_value,
SfiReal minimum_value,
SfiReal maximum_value,
SfiReal stepping,
SfiReal center,
SfiReal base,
SfiReal n_steps,
const gchar *hints); |
sfi_pspec_note | | /opt/src/beast/sfi/sfiparams.h:272 |
sfi_pspec_num | | /opt/src/beast/sfi/sfiparams.h:135 |
sfi_pspec_proxy | | /opt/src/beast/sfi/sfiparams.h:195 |
sfi_pspec_proxy_from_object | | /opt/src/beast/sfi/sfiparams.h:215 |
sfi_pspec_pspec | | /opt/src/beast/sfi/sfiparams.h:177 |
sfi_pspec_real | | /opt/src/beast/sfi/sfiparams.h:143 |
sfi_pspec_rec | | /opt/src/beast/sfi/sfiparams.h:187 |
sfi_pspec_rec_generic | | /opt/src/beast/sfi/sfiparams.h:191 |
sfi_pspec_seq | | /opt/src/beast/sfi/sfiparams.h:182 |
sfi_pspec_set_group | | /opt/src/beast/sfi/sfiparams.h:282 |
sfi_pspec_set_owner | | /opt/src/beast/sfi/sfiparams.h:285 |
sfi_pspec_string | | /opt/src/beast/sfi/sfiparams.h:159 |
sfi_pspec_time | | /opt/src/beast/sfi/sfiparams.h:277 |
sfi_pspec_to_rec | | /opt/src/beast/sfi/sfiparams.h:326 |
sfi_pspec_to_serializable | | /opt/src/beast/sfi/sfiparams.h:213 |
|
|