Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/UI_interface.h
| Show First 20 Lines • Show All 2,571 Lines • ▼ Show 20 Lines | typedef struct uiDragColorHandle { | ||||
| bool gamma_corrected; | bool gamma_corrected; | ||||
| } uiDragColorHandle; | } uiDragColorHandle; | ||||
| void ED_operatortypes_ui(void); | void ED_operatortypes_ui(void); | ||||
| void ED_keymap_ui(struct wmKeyConfig *keyconf); | void ED_keymap_ui(struct wmKeyConfig *keyconf); | ||||
| void ED_uilisttypes_ui(void); | void ED_uilisttypes_ui(void); | ||||
| void UI_drop_color_copy(struct wmDrag *drag, struct wmDropBox *drop); | void UI_drop_color_copy(struct wmDrag *drag, struct wmDropBox *drop); | ||||
| bool UI_drop_color_poll(struct bContext *C, | bool UI_drop_color_poll(struct bContext *C, struct wmDrag *drag, const struct wmEvent *event); | ||||
| struct wmDrag *drag, | |||||
| const struct wmEvent *event, | |||||
| const char **r_tooltip); | |||||
| bool UI_context_copy_to_selected_list(struct bContext *C, | bool UI_context_copy_to_selected_list(struct bContext *C, | ||||
| struct PointerRNA *ptr, | struct PointerRNA *ptr, | ||||
| struct PropertyRNA *prop, | struct PropertyRNA *prop, | ||||
| struct ListBase *r_lb, | struct ListBase *r_lb, | ||||
| bool *r_use_path_from_id, | bool *r_use_path_from_id, | ||||
| char **r_path); | char **r_path); | ||||
| ▲ Show 20 Lines • Show All 159 Lines • Show Last 20 Lines | |||||