Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/UI_interface.h
| Context not available. | |||||
| 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(const struct bContext *C, struct PointerRNA *ptr, struct PropertyRNA **prop, int *index); | void UI_context_active_but_prop_get(const struct bContext *C, struct PointerRNA *ptr, struct PropertyRNA **prop, int *index); | ||||
| void UI_context_active_but_prop_handle(struct bContext *C); | void UI_context_active_but_prop_handle(struct bContext *C); | ||||
| struct wmOperatorType *UI_context_active_but_ot_get(const 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(const struct bContext *C, struct PointerRNA *ptr, struct PropertyRNA **prop); | void UI_context_active_but_prop_get_filebrowser(const struct bContext *C, struct PointerRNA *ptr, struct PropertyRNA **prop); | ||||
| Context not available. | |||||