Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/RNA_enum_types.h
| Show First 20 Lines • Show All 57 Lines • ▼ Show 20 Lines | |||||
| extern const EnumPropertyItem rna_enum_space_type_items[]; | extern const EnumPropertyItem rna_enum_space_type_items[]; | ||||
| extern const EnumPropertyItem rna_enum_space_image_mode_items[]; | extern const EnumPropertyItem rna_enum_space_image_mode_items[]; | ||||
| extern const EnumPropertyItem rna_enum_region_type_items[]; | extern const EnumPropertyItem rna_enum_region_type_items[]; | ||||
| extern const EnumPropertyItem rna_enum_object_modifier_type_items[]; | extern const EnumPropertyItem rna_enum_object_modifier_type_items[]; | ||||
| extern const EnumPropertyItem rna_enum_constraint_type_items[]; | extern const EnumPropertyItem rna_enum_constraint_type_items[]; | ||||
| extern const EnumPropertyItem rna_enum_boidrule_type_items[]; | extern const EnumPropertyItem rna_enum_boidrule_type_items[]; | ||||
| extern const EnumPropertyItem rna_enum_sequence_modifier_type_items[]; | extern const EnumPropertyItem rna_enum_sequence_modifier_type_items[]; | ||||
| extern const EnumPropertyItem rna_enum_collection_type_items[]; | |||||
| extern const EnumPropertyItem rna_enum_layer_collection_mode_settings_type_items[]; | |||||
| extern const EnumPropertyItem rna_enum_modifier_triangulate_quad_method_items[]; | extern const EnumPropertyItem rna_enum_modifier_triangulate_quad_method_items[]; | ||||
| extern const EnumPropertyItem rna_enum_modifier_triangulate_ngon_method_items[]; | extern const EnumPropertyItem rna_enum_modifier_triangulate_ngon_method_items[]; | ||||
| extern const EnumPropertyItem rna_enum_image_type_items[]; | extern const EnumPropertyItem rna_enum_image_type_items[]; | ||||
| extern const EnumPropertyItem rna_enum_image_color_mode_items[]; | extern const EnumPropertyItem rna_enum_image_color_mode_items[]; | ||||
| extern const EnumPropertyItem rna_enum_image_color_depth_items[]; | extern const EnumPropertyItem rna_enum_image_color_depth_items[]; | ||||
| extern const EnumPropertyItem rna_enum_image_generated_type_items[]; | extern const EnumPropertyItem rna_enum_image_generated_type_items[]; | ||||
| ▲ Show 20 Lines • Show All 154 Lines • ▼ Show 20 Lines | |||||
| 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); | ||||
| /* 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); | ||||
| // EnumPropertyItem *RNA_action_local_itemf(struct bContext *C, struct PointerRNA *ptr, struct PropertyRNA *prop, bool *r_free); | // EnumPropertyItem *RNA_action_local_itemf(struct bContext *C, struct PointerRNA *ptr, struct PropertyRNA *prop, bool *r_free); | ||||
| const EnumPropertyItem *RNA_group_itemf(struct bContext *C, struct PointerRNA *ptr, struct PropertyRNA *prop, bool *r_free); | const EnumPropertyItem *RNA_collection_itemf(struct bContext *C, struct PointerRNA *ptr, struct PropertyRNA *prop, bool *r_free); | ||||
| const EnumPropertyItem *RNA_group_local_itemf(struct bContext *C, struct PointerRNA *ptr, struct PropertyRNA *prop, bool *r_free); | const EnumPropertyItem *RNA_collection_local_itemf(struct bContext *C, struct PointerRNA *ptr, struct PropertyRNA *prop, bool *r_free); | ||||
| const EnumPropertyItem *RNA_image_itemf(struct bContext *C, struct PointerRNA *ptr, struct PropertyRNA *prop, bool *r_free); | const EnumPropertyItem *RNA_image_itemf(struct bContext *C, struct PointerRNA *ptr, struct PropertyRNA *prop, bool *r_free); | ||||
| const EnumPropertyItem *RNA_image_local_itemf(struct bContext *C, struct PointerRNA *ptr, struct PropertyRNA *prop, bool *r_free); | const EnumPropertyItem *RNA_image_local_itemf(struct bContext *C, struct PointerRNA *ptr, struct PropertyRNA *prop, bool *r_free); | ||||
| const EnumPropertyItem *RNA_scene_itemf(struct bContext *C, struct PointerRNA *ptr, struct PropertyRNA *prop, bool *r_free); | const EnumPropertyItem *RNA_scene_itemf(struct bContext *C, struct PointerRNA *ptr, struct PropertyRNA *prop, bool *r_free); | ||||
| const EnumPropertyItem *RNA_scene_without_active_itemf(struct bContext *C, struct PointerRNA *ptr, struct PropertyRNA *prop, bool *r_free); | const EnumPropertyItem *RNA_scene_without_active_itemf(struct bContext *C, struct PointerRNA *ptr, struct PropertyRNA *prop, bool *r_free); | ||||
| const EnumPropertyItem *RNA_scene_local_itemf(struct bContext *C, struct PointerRNA *ptr, struct PropertyRNA *prop, bool *r_free); | const EnumPropertyItem *RNA_scene_local_itemf(struct bContext *C, struct PointerRNA *ptr, struct PropertyRNA *prop, bool *r_free); | ||||
| const EnumPropertyItem *RNA_movieclip_itemf(struct bContext *C, struct PointerRNA *ptr, struct PropertyRNA *prop, bool *r_free); | const EnumPropertyItem *RNA_movieclip_itemf(struct bContext *C, struct PointerRNA *ptr, struct PropertyRNA *prop, bool *r_free); | ||||
| const EnumPropertyItem *RNA_movieclip_local_itemf(struct bContext *C, struct PointerRNA *ptr, struct PropertyRNA *prop, bool *r_free); | const EnumPropertyItem *RNA_movieclip_local_itemf(struct bContext *C, struct PointerRNA *ptr, struct PropertyRNA *prop, bool *r_free); | ||||
| const EnumPropertyItem *RNA_mask_itemf(struct bContext *C, struct PointerRNA *ptr, struct PropertyRNA *prop, bool *r_free); | const EnumPropertyItem *RNA_mask_itemf(struct bContext *C, struct PointerRNA *ptr, struct PropertyRNA *prop, bool *r_free); | ||||
| const EnumPropertyItem *RNA_mask_local_itemf(struct bContext *C, struct PointerRNA *ptr, struct PropertyRNA *prop, bool *r_free); | const EnumPropertyItem *RNA_mask_local_itemf(struct bContext *C, struct PointerRNA *ptr, struct PropertyRNA *prop, bool *r_free); | ||||
| #endif /* __RNA_ENUM_TYPES_H__ */ | #endif /* __RNA_ENUM_TYPES_H__ */ | ||||