Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/interface/interface_intern.h
| Context not available. | |||||
| struct wmIMEData *ui_but_ime_data_get(uiBut *but); | struct wmIMEData *ui_but_ime_data_get(uiBut *but); | ||||
| #endif | #endif | ||||
| /* interface_widgets.c */ | /* interface_widgets.cc */ | ||||
| /* Widget shader parameters, must match the shader layout. */ | /* Widget shader parameters, must match the shader layout. */ | ||||
| typedef struct uiWidgetBaseParameters { | typedef struct uiWidgetBaseParameters { | ||||
| Context not available. | |||||
| */ | */ | ||||
| void uiStyleInit(void); | void uiStyleInit(void); | ||||
| /* interface_icons.c */ | /* interface_icons.cc */ | ||||
| void ui_icon_ensure_deferred(const struct bContext *C, int icon_id, bool big); | void ui_icon_ensure_deferred(const struct bContext *C, int icon_id, bool big); | ||||
| int ui_id_icon_get(const struct bContext *C, struct ID *id, bool big); | int ui_id_icon_get(const struct bContext *C, struct ID *id, bool big); | ||||
| Context not available. | |||||
| void icon_draw_rect_input( | void icon_draw_rect_input( | ||||
| float x, float y, int w, int h, float alpha, short event_type, short event_value); | float x, float y, int w, int h, float alpha, short event_type, short event_value); | ||||
| /* resources.c */ | /* resources.cc */ | ||||
| void ui_resources_init(void); | void ui_resources_init(void); | ||||
| void ui_resources_free(void); | void ui_resources_free(void); | ||||
| Context not available. | |||||
| bool ui_but_drag_is_draggable(const uiBut *but); | bool ui_but_drag_is_draggable(const uiBut *but); | ||||
| void ui_but_drag_start(struct bContext *C, uiBut *but); | void ui_but_drag_start(struct bContext *C, uiBut *but); | ||||
| /* interface_align.c */ | /* interface_align.cc */ | ||||
| bool ui_but_can_align(const uiBut *but) ATTR_WARN_UNUSED_RESULT; | bool ui_but_can_align(const uiBut *but) ATTR_WARN_UNUSED_RESULT; | ||||
| int ui_but_align_opposite_to_area_align_get(const struct ARegion *region) ATTR_WARN_UNUSED_RESULT; | int ui_but_align_opposite_to_area_align_get(const struct ARegion *region) ATTR_WARN_UNUSED_RESULT; | ||||
| Context not available. | |||||
| uiButViewItem *ui_block_view_find_matching_view_item_but_in_old_block( | uiButViewItem *ui_block_view_find_matching_view_item_but_in_old_block( | ||||
| const uiBlock *new_block, const uiViewItemHandle *new_item_handle); | const uiBlock *new_block, const uiViewItemHandle *new_item_handle); | ||||
| /* interface_templates.c */ | /* interface_templates.cc */ | ||||
| struct uiListType *UI_UL_cache_file_layers(void); | struct uiListType *UI_UL_cache_file_layers(void); | ||||
| Context not available. | |||||