Blender
V3.3
|
#include <DNA_ID.h>
Public Attributes | |
IDPropertyUIData | base |
int * | default_array |
int | default_array_len |
char | _pad [4] |
int | min |
int | max |
int | soft_min |
int | soft_max |
int | step |
int | default_value |
IDPropertyUIData IDPropertyUIDataInt::base |
Definition at line 58 of file DNA_ID.h.
Referenced by id_property_create_from_socket(), and idprop_ui_data_update_int().
int* IDPropertyUIDataInt::default_array |
Definition at line 59 of file DNA_ID.h.
Referenced by IDP_ui_data_free(), IDP_ui_data_free_unique_contents(), idprop_ui_data_to_dict_int(), idprop_ui_data_update_int_default(), read_ui_data(), RNA_property_int_get_default_array(), version_idproperty_move_data_int(), and write_ui_data().
int IDPropertyUIDataInt::default_array_len |
Definition at line 60 of file DNA_ID.h.
Referenced by idprop_ui_data_to_dict_int(), idprop_ui_data_update_int_default(), read_ui_data(), RNA_property_int_get_default_array(), version_idproperty_move_data_int(), and write_ui_data().
int IDPropertyUIDataInt::default_value |
Definition at line 68 of file DNA_ID.h.
Referenced by id_property_create_from_socket(), idprop_ui_data_to_dict_int(), idprop_ui_data_update_int_default(), RNA_property_int_get_default(), RNA_property_int_get_default_array(), RNA_property_int_set_default(), and version_idproperty_move_data_int().
int IDPropertyUIDataInt::max |
Definition at line 64 of file DNA_ID.h.
Referenced by id_property_create_from_socket(), IDP_ui_data_ensure(), idprop_ui_data_to_dict_int(), RNA_property_int_range(), and version_idproperty_move_data_int().
int IDPropertyUIDataInt::min |
Definition at line 63 of file DNA_ID.h.
Referenced by id_property_create_from_socket(), IDP_ui_data_ensure(), idprop_ui_data_to_dict_int(), RNA_property_int_range(), and version_idproperty_move_data_int().
int IDPropertyUIDataInt::soft_max |
Definition at line 66 of file DNA_ID.h.
Referenced by id_property_create_from_socket(), IDP_ui_data_ensure(), idprop_ui_data_to_dict_int(), RNA_property_int_ui_range(), and version_idproperty_move_data_int().
int IDPropertyUIDataInt::soft_min |
Definition at line 65 of file DNA_ID.h.
Referenced by id_property_create_from_socket(), IDP_ui_data_ensure(), idprop_ui_data_to_dict_int(), RNA_property_int_ui_range(), and version_idproperty_move_data_int().
int IDPropertyUIDataInt::step |
Definition at line 67 of file DNA_ID.h.
Referenced by IDP_ui_data_ensure(), idprop_ui_data_to_dict_int(), RNA_property_int_ui_range(), and version_idproperty_move_data_int().