Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/UI_interface.h
| Show First 20 Lines • Show All 1,771 Lines • ▼ Show 20 Lines | |||||
| void UI_panel_end(struct Panel *panel, int width, int height); | void UI_panel_end(struct Panel *panel, int width, int height); | ||||
| bool UI_panel_is_closed(const struct Panel *panel); | bool UI_panel_is_closed(const struct Panel *panel); | ||||
| bool UI_panel_is_active(const struct Panel *panel); | bool UI_panel_is_active(const struct Panel *panel); | ||||
| void UI_panel_label_offset(const struct uiBlock *block, int *r_x, int *r_y); | void UI_panel_label_offset(const struct uiBlock *block, int *r_x, int *r_y); | ||||
| int UI_panel_size_y(const struct Panel *panel); | int UI_panel_size_y(const struct Panel *panel); | ||||
| bool UI_panel_is_dragging(const struct Panel *panel); | bool UI_panel_is_dragging(const struct Panel *panel); | ||||
| bool UI_panel_matches_search_filter(const struct Panel *panel); | bool UI_panel_matches_search_filter(const struct Panel *panel); | ||||
| bool UI_panel_can_be_pinned(const struct Panel *panel); | |||||
| bool UI_panel_category_is_visible(const struct ARegion *region); | bool UI_panel_category_is_visible(const struct ARegion *region); | ||||
| void UI_panel_category_add(struct ARegion *region, const char *name); | void UI_panel_category_add(struct ARegion *region, const char *name); | ||||
| struct PanelCategoryDyn *UI_panel_category_find(const struct ARegion *region, const char *idname); | struct PanelCategoryDyn *UI_panel_category_find(const struct ARegion *region, const char *idname); | ||||
| struct PanelCategoryStack *UI_panel_category_active_find(struct ARegion *region, | struct PanelCategoryStack *UI_panel_category_active_find(struct ARegion *region, | ||||
| const char *idname); | const char *idname); | ||||
| const char *UI_panel_category_active_get(struct ARegion *region, bool set_fallback); | const char *UI_panel_category_active_get(struct ARegion *region, bool set_fallback); | ||||
| void UI_panel_category_active_set(struct ARegion *region, const char *idname); | void UI_panel_category_active_set(struct ARegion *region, const char *idname); | ||||
| ▲ Show 20 Lines • Show All 1,013 Lines • Show Last 20 Lines | |||||