Blender V4.5
PropertyDefRNA Struct Reference

#include <rna_internal.hh>

Public Attributes

PropertyDefRNAnext
 
PropertyDefRNAprev
 
ContainerRNAcont
 
PropertyRNAprop
 
const char * dnastructname
 
const char * dnastructfromname
 
const char * dnastructfromprop
 
const char * dnaname
 
const char * dnatype
 
int dnaarraylength
 
int dnapointerlevel
 
int dnaoffset
 
int dnasize
 
const char * dnalengthstructname
 
const char * dnalengthname
 
int dnalengthfixed
 
int64_t booleanbit
 
bool booleannegative
 
int enumbitflags
 

Detailed Description

Definition at line 51 of file rna_internal.hh.

Member Data Documentation

◆ booleanbit

◆ booleannegative

bool PropertyDefRNA::booleannegative

◆ cont

ContainerRNA* PropertyDefRNA::cont

◆ dnaarraylength

◆ dnalengthfixed

◆ dnalengthname

◆ dnalengthstructname

const char* PropertyDefRNA::dnalengthstructname

Definition at line 74 of file rna_internal.hh.

Referenced by RNA_def_property_collection_sdna().

◆ dnaname

◆ dnaoffset

int PropertyDefRNA::dnaoffset

Offset in bytes within dnastructname. -1 when unusable (follows pointer for example).

Definition at line 70 of file rna_internal.hh.

Referenced by print_default_info(), rna_def_property_boolean_sdna(), RNA_def_property_enum_sdna(), RNA_def_property_float_sdna(), RNA_def_property_int_sdna(), rna_def_property_sdna(), and RNA_def_property_string_sdna().

◆ dnapointerlevel

◆ dnasize

int PropertyDefRNA::dnasize

◆ dnastructfromname

const char* PropertyDefRNA::dnastructfromname

Definition at line 59 of file rna_internal.hh.

Referenced by rna_def_property_sdna(), and rna_print_data_get().

◆ dnastructfromprop

const char* PropertyDefRNA::dnastructfromprop

Definition at line 60 of file rna_internal.hh.

Referenced by rna_def_property_sdna(), and rna_print_data_get().

◆ dnastructname

◆ dnatype

◆ enumbitflags

int PropertyDefRNA::enumbitflags

◆ next

◆ prev

PropertyDefRNA * PropertyDefRNA::prev

Definition at line 52 of file rna_internal.hh.

Referenced by rna_find_parameter_def(), and rna_find_struct_property_def().

◆ prop


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