Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dt_introspection_field_t Union Reference

#include <introspection.h>

+ Collaboration diagram for dt_introspection_field_t:

Data Fields

dt_introspection_type_header_t header
 
dt_introspection_type_opaque_t Opaque
 
dt_introspection_type_float_t Float
 
dt_introspection_type_double_t Double
 
dt_introspection_type_float_complex_t FloatComplex
 
dt_introspection_type_char_t Char
 
dt_introspection_type_int8_t Int8
 
dt_introspection_type_uint8_t UInt8
 
dt_introspection_type_short_t Short
 
dt_introspection_type_ushort_t UShort
 
dt_introspection_type_int_t Int
 
dt_introspection_type_uint_t UInt
 
dt_introspection_type_long_t Long
 
dt_introspection_type_ulong_t ULong
 
dt_introspection_type_bool_t Bool
 
dt_introspection_type_array_t Array
 
dt_introspection_type_enum_t Enum
 
dt_introspection_type_struct_t Struct
 
dt_introspection_type_union_t Union
 

Detailed Description

Definition at line 217 of file introspection.h.

Field Documentation

◆ Array

dt_introspection_type_array_t dt_introspection_field_t::Array

◆ Bool

dt_introspection_type_bool_t dt_introspection_field_t::Bool

Definition at line 233 of file introspection.h.

◆ Char

dt_introspection_type_char_t dt_introspection_field_t::Char

Definition at line 224 of file introspection.h.

Referenced by _iop_validate_params().

◆ Double

dt_introspection_type_double_t dt_introspection_field_t::Double

Definition at line 222 of file introspection.h.

◆ Enum

◆ Float

dt_introspection_type_float_t dt_introspection_field_t::Float

Definition at line 221 of file introspection.h.

Referenced by _iop_validate_params().

◆ FloatComplex

dt_introspection_type_float_complex_t dt_introspection_field_t::FloatComplex

Definition at line 223 of file introspection.h.

Referenced by _iop_validate_params().

◆ header

◆ Int

dt_introspection_type_int_t dt_introspection_field_t::Int

Definition at line 229 of file introspection.h.

Referenced by _iop_validate_params().

◆ Int8

dt_introspection_type_int8_t dt_introspection_field_t::Int8

Definition at line 225 of file introspection.h.

Referenced by _iop_validate_params().

◆ Long

dt_introspection_type_long_t dt_introspection_field_t::Long

Definition at line 231 of file introspection.h.

◆ Opaque

dt_introspection_type_opaque_t dt_introspection_field_t::Opaque

Definition at line 220 of file introspection.h.

◆ Short

dt_introspection_type_short_t dt_introspection_field_t::Short

Definition at line 227 of file introspection.h.

◆ Struct

dt_introspection_type_struct_t dt_introspection_field_t::Struct

◆ UInt

dt_introspection_type_uint_t dt_introspection_field_t::UInt

Definition at line 230 of file introspection.h.

Referenced by _iop_validate_params().

◆ UInt8

dt_introspection_type_uint8_t dt_introspection_field_t::UInt8

Definition at line 226 of file introspection.h.

◆ ULong

dt_introspection_type_ulong_t dt_introspection_field_t::ULong

Definition at line 232 of file introspection.h.

◆ Union

dt_introspection_type_union_t dt_introspection_field_t::Union

Definition at line 237 of file introspection.h.

Referenced by _iop_validate_params(), and dt_introspection_get_child().

◆ UShort

dt_introspection_type_ushort_t dt_introspection_field_t::UShort

Definition at line 228 of file introspection.h.

Referenced by _iop_validate_params().


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