Changeset View
Changeset View
Standalone View
Standalone View
source/blender/windowmanager/WM_api.h
| Show First 20 Lines • Show All 636 Lines • ▼ Show 20 Lines | char *WM_operatortype_description(struct bContext *C, | ||||
| struct wmOperatorType *ot, | struct wmOperatorType *ot, | ||||
| struct PointerRNA *properties); | struct PointerRNA *properties); | ||||
| char *WM_operatortype_description_or_name(struct bContext *C, | char *WM_operatortype_description_or_name(struct bContext *C, | ||||
| struct wmOperatorType *ot, | struct wmOperatorType *ot, | ||||
| struct PointerRNA *properties); | struct PointerRNA *properties); | ||||
| /* wm_operator_utils.c */ | /* wm_operator_utils.c */ | ||||
| void WM_operator_type_modal_from_exec_for_object_edit_coords(struct wmOperatorType *ot); | void WM_operator_type_modal_from_exec_for_object_edit_coords(struct wmOperatorType *ot); | ||||
| bool WM_operator_do_navigation(struct bContext *C, | |||||
| struct wmOperator *op, | |||||
| const struct wmEvent *event); | |||||
| /* wm_uilist_type.c */ | /* wm_uilist_type.c */ | ||||
| void WM_uilisttype_init(void); | void WM_uilisttype_init(void); | ||||
| struct uiListType *WM_uilisttype_find(const char *idname, bool quiet); | struct uiListType *WM_uilisttype_find(const char *idname, bool quiet); | ||||
| bool WM_uilisttype_add(struct uiListType *ult); | bool WM_uilisttype_add(struct uiListType *ult); | ||||
| void WM_uilisttype_remove_ptr(struct Main *bmain, struct uiListType *ult); | void WM_uilisttype_remove_ptr(struct Main *bmain, struct uiListType *ult); | ||||
| void WM_uilisttype_free(void); | void WM_uilisttype_free(void); | ||||
| ▲ Show 20 Lines • Show All 494 Lines • Show Last 20 Lines | |||||