Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/UI_interface_icons.h
| Show First 20 Lines • Show All 75 Lines • ▼ Show 20 Lines | |||||
| void UI_icon_draw_size(float x, float y, int size, int icon_id, float alpha); | void UI_icon_draw_size(float x, float y, int size, int icon_id, float alpha); | ||||
| void UI_icon_draw_desaturate(float x, | void UI_icon_draw_desaturate(float x, | ||||
| float y, | float y, | ||||
| int icon_id, | int icon_id, | ||||
| float aspect, | float aspect, | ||||
| float alpha, | float alpha, | ||||
| float desaturate, | float desaturate, | ||||
| const char mono_color[4]); | const char mono_color[4]); | ||||
| void UI_icon_draw_disabled(float x, float y, int icon_id, float aspect); | |||||
| void UI_icons_free(void); | void UI_icons_free(void); | ||||
| void UI_icons_free_drawinfo(void *drawinfo); | void UI_icons_free_drawinfo(void *drawinfo); | ||||
| 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_rnaptr_icon_get(struct bContext *C, struct PointerRNA *ptr, int rnaicon, const bool big); | int UI_rnaptr_icon_get(struct bContext *C, struct PointerRNA *ptr, int rnaicon, const bool big); | ||||
| int UI_idcode_icon_get(const int idcode); | int UI_idcode_icon_get(const int idcode); | ||||
| #endif /* __UI_INTERFACE_ICONS_H__ */ | #endif /* __UI_INTERFACE_ICONS_H__ */ | ||||