Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/UI_interface.h
| Show First 20 Lines • Show All 1,027 Lines • ▼ Show 20 Lines | |||||
| }; | }; | ||||
| bool UI_context_copy_to_selected_list( | bool UI_context_copy_to_selected_list( | ||||
| struct bContext *C, struct PointerRNA *ptr, struct PropertyRNA *prop, | struct bContext *C, struct PointerRNA *ptr, struct PropertyRNA *prop, | ||||
| struct ListBase *r_lb, bool *r_use_path_from_id, char **r_path); | struct ListBase *r_lb, bool *r_use_path_from_id, char **r_path); | ||||
| /* Helpers for Operators */ | /* Helpers for Operators */ | ||||
| uiBut *UI_context_active_but_get(const struct bContext *C); | uiBut *UI_context_active_but_get(const struct bContext *C); | ||||
| void UI_context_active_but_prop_get( | uiBut *UI_context_active_but_prop_get( | ||||
| const struct bContext *C, | const struct bContext *C, | ||||
| struct PointerRNA *r_ptr, struct PropertyRNA **r_prop, int *r_index); | struct PointerRNA *r_ptr, struct PropertyRNA **r_prop, int *r_index); | ||||
| void UI_context_active_but_prop_handle(struct bContext *C); | void UI_context_active_but_prop_handle(struct bContext *C); | ||||
| struct wmOperator *UI_context_active_operator_get(const struct bContext *C); | struct wmOperator *UI_context_active_operator_get(const struct bContext *C); | ||||
| void UI_context_update_anim_flag(const struct bContext *C); | void UI_context_update_anim_flag(const struct bContext *C); | ||||
| void UI_context_active_but_prop_get_filebrowser( | void UI_context_active_but_prop_get_filebrowser( | ||||
| const struct bContext *C, | const struct bContext *C, | ||||
| struct PointerRNA *r_ptr, struct PropertyRNA **r_prop, bool *r_is_undo); | struct PointerRNA *r_ptr, struct PropertyRNA **r_prop, bool *r_is_undo); | ||||
| ▲ Show 20 Lines • Show All 57 Lines • Show Last 20 Lines | |||||