Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/UI_interface_icons.h
| Show First 20 Lines • Show All 99 Lines • ▼ Show 20 Lines | |||||
| void UI_icon_draw_cache_begin(void); | void UI_icon_draw_cache_begin(void); | ||||
| void UI_icon_draw_cache_end(void); | void UI_icon_draw_cache_end(void); | ||||
| struct ListBase *UI_iconfile_list(void); | struct ListBase *UI_iconfile_list(void); | ||||
| int UI_iconfile_get_index(const char *filename); | int UI_iconfile_get_index(const char *filename); | ||||
| struct PreviewImage *UI_icon_to_preview(int icon_id); | struct PreviewImage *UI_icon_to_preview(int icon_id); | ||||
| int UI_icon_from_rnaptr(struct bContext *C, struct PointerRNA *ptr, int rnaicon, const bool big); | int UI_icon_from_rnaptr(const struct bContext *C, | ||||
| struct PointerRNA *ptr, | |||||
| int rnaicon, | |||||
| const bool big); | |||||
| int UI_icon_from_idcode(const int idcode); | int UI_icon_from_idcode(const int idcode); | ||||
| int UI_icon_from_library(const struct ID *id); | int UI_icon_from_library(const struct ID *id); | ||||
| int UI_icon_from_object_mode(const int mode); | int UI_icon_from_object_mode(const int mode); | ||||
| int UI_icon_color_from_collection(const struct Collection *collection); | int UI_icon_color_from_collection(const struct Collection *collection); | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||