Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/RNA_enum_types.h
| Context not available. | |||||
| extern const EnumPropertyItem rna_enum_object_mode_items[]; | extern const EnumPropertyItem rna_enum_object_mode_items[]; | ||||
| extern const EnumPropertyItem rna_enum_object_empty_drawtype_items[]; | extern const EnumPropertyItem rna_enum_object_empty_drawtype_items[]; | ||||
| extern const EnumPropertyItem rna_enum_object_gpencil_type_items[]; | |||||
| extern const EnumPropertyItem rna_enum_metaelem_type_items[]; | extern const EnumPropertyItem rna_enum_metaelem_type_items[]; | ||||
| extern const EnumPropertyItem rna_enum_proportional_falloff_items[]; | extern const EnumPropertyItem rna_enum_proportional_falloff_items[]; | ||||
| Context not available. | |||||
| struct bContext; | struct bContext; | ||||
| struct PointerRNA; | struct PointerRNA; | ||||
| struct PropertyRNA; | struct PropertyRNA; | ||||
| const EnumPropertyItem *rna_TransformOrientation_itemf(struct bContext *C, struct PointerRNA *ptr, struct PropertyRNA *prop, bool *r_free); | const EnumPropertyItem *rna_TransformOrientation_itemf(struct bContext *C, struct PointerRNA *ptr, struct PropertyRNA *prop, bool *r_free); | ||||
| const EnumPropertyItem *rna_Sensor_type_itemf(struct bContext *C, struct PointerRNA *ptr, struct PropertyRNA *prop, bool *r_free); | const EnumPropertyItem *rna_Sensor_type_itemf(struct bContext *C, struct PointerRNA *ptr, struct PropertyRNA *prop, bool *r_free); | ||||
| const EnumPropertyItem *rna_Actuator_type_itemf(struct bContext *C, struct PointerRNA *ptr, struct PropertyRNA *prop, bool *r_free); | const EnumPropertyItem *rna_Actuator_type_itemf(struct bContext *C, struct PointerRNA *ptr, struct PropertyRNA *prop, bool *r_free); | ||||
| const EnumPropertyItem *rna_GPencilBrush_enum_itemf(struct bContext *C, struct PointerRNA *ptr, struct PropertyRNA *prop, bool *r_free); | |||||
| /* Generic functions, return an enum from library data, index is the position | /* Generic functions, return an enum from library data, index is the position | ||||
| * in the linked list can add more for different types as needed */ | * in the linked list can add more for different types as needed */ | ||||
| const EnumPropertyItem *RNA_action_itemf(struct bContext *C, struct PointerRNA *ptr, struct PropertyRNA *prop, bool *r_free); | const EnumPropertyItem *RNA_action_itemf(struct bContext *C, struct PointerRNA *ptr, struct PropertyRNA *prop, bool *r_free); | ||||
| Context not available. | |||||