Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/interface/interface_intern.h
| Show First 20 Lines • Show All 992 Lines • ▼ Show 20 Lines | |||||
| 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); | ||||
| /* interface_icons_event.cc */ | /* interface_icons_event.cc */ | ||||
| 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); | ||||
| /* interface_layout.c */ | /* interface_layout.c */ | ||||
| void ui_layout_add_but(uiLayout *layout, uiBut *but); | void ui_layout_add_but(uiLayout *layout, uiBut *but); | ||||
| void ui_layout_remove_but(uiLayout *layout, const uiBut *but); | void ui_layout_remove_but(uiLayout *layout, const uiBut *but); | ||||
| ▲ Show 20 Lines • Show All 247 Lines • ▼ Show 20 Lines | |||||
| void ui_block_views_listen(const uiBlock *block, | void ui_block_views_listen(const uiBlock *block, | ||||
| const struct wmRegionListenerParams *listener_params); | const struct wmRegionListenerParams *listener_params); | ||||
| uiViewHandle *ui_block_view_find_matching_in_old_block(const uiBlock *new_block, | uiViewHandle *ui_block_view_find_matching_in_old_block(const uiBlock *new_block, | ||||
| const uiViewHandle *new_view); | const uiViewHandle *new_view); | ||||
| 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); | ||||
| struct ID *ui_template_id_liboverride_hierarchy_make(struct bContext *C, | struct ID *ui_template_id_liboverride_hierarchy_make(struct bContext *C, | ||||
| struct Main *bmain, | struct Main *bmain, | ||||
| struct ID *owner_id, | struct ID *owner_id, | ||||
| struct ID *id, | struct ID *id, | ||||
| const char **r_undo_push_label); | const char **r_undo_push_label); | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||
| Context not available. | |||||