|
Blender
V3.3
|
Go to the source code of this file.
Functions | |
| int | ED_buttons_tabs_list (struct SpaceProperties *sbuts, short *context_tabs_array) |
| bool | ED_buttons_tab_has_search_result (struct SpaceProperties *sbuts, int index) |
| void | ED_buttons_search_string_set (struct SpaceProperties *sbuts, const char *value) |
| int | ED_buttons_search_string_length (struct SpaceProperties *sbuts) |
| const char * | ED_buttons_search_string_get (struct SpaceProperties *sbuts) |
| bool | ED_buttons_should_sync_with_outliner (const struct bContext *C, const struct SpaceProperties *sbuts, struct ScrArea *area) |
| void | ED_buttons_set_context (const struct bContext *C, struct SpaceProperties *sbuts, PointerRNA *ptr, int context) |
| const char* ED_buttons_search_string_get | ( | struct SpaceProperties * | sbuts | ) |
Definition at line 312 of file space_buttons.c.
References SpaceProperties::runtime, and SpaceProperties_Runtime::search_string.
Referenced by ED_area_region_search_filter_get().
| int ED_buttons_search_string_length | ( | struct SpaceProperties * | sbuts | ) |
Definition at line 317 of file space_buttons.c.
References BLI_strnlen(), SpaceProperties::runtime, and SpaceProperties_Runtime::search_string.
| void ED_buttons_search_string_set | ( | struct SpaceProperties * | sbuts, |
| const char * | value | ||
| ) |
Definition at line 322 of file space_buttons.c.
References BLI_strncpy(), SpaceProperties::runtime, and SpaceProperties_Runtime::search_string.
| void ED_buttons_set_context | ( | const struct bContext * | C, |
| struct SpaceProperties * | sbuts, | ||
| PointerRNA * | ptr, | ||
| int | context | ||
| ) |
Referenced by outliner_sync_to_properties_editors().
| bool ED_buttons_should_sync_with_outliner | ( | const struct bContext * | C, |
| const struct SpaceProperties * | sbuts, | ||
| struct ScrArea * | area | ||
| ) |
Referenced by outliner_sync_to_properties_editors().
| bool ED_buttons_tab_has_search_result | ( | struct SpaceProperties * | sbuts, |
| int | index | ||
| ) |
Definition at line 327 of file space_buttons.c.
References BLI_BITMAP_TEST, SpaceProperties::runtime, and SpaceProperties_Runtime::tab_search_results.
| int ED_buttons_tabs_list | ( | struct SpaceProperties * | sbuts, |
| short * | context_tabs_array | ||
| ) |
Fills an array with the tab context values for the properties editor. -1 signals a separator.
Definition at line 154 of file space_buttons.c.
References BCONTEXT_BONE, BCONTEXT_BONE_CONSTRAINT, BCONTEXT_COLLECTION, BCONTEXT_CONSTRAINT, BCONTEXT_DATA, BCONTEXT_MATERIAL, BCONTEXT_MODIFIER, BCONTEXT_OBJECT, BCONTEXT_OUTPUT, BCONTEXT_PARTICLE, BCONTEXT_PHYSICS, BCONTEXT_RENDER, BCONTEXT_SCENE, BCONTEXT_SHADERFX, BCONTEXT_TEXTURE, BCONTEXT_TOOL, BCONTEXT_VIEW_LAYER, BCONTEXT_WORLD, blender::math::length(), and SpaceProperties::pathflag.
Referenced by buttons_main_region_property_search().