Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/interface/interface_intern.h
| 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. | |||||
| 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. | |||||