|
Blender
V2.93
|
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, const 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, const int context) |
| const char* ED_buttons_search_string_get | ( | struct SpaceProperties * | sbuts | ) |
Definition at line 332 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 337 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 342 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, | ||
| const 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, |
| const int | index | ||
| ) |
Definition at line 347 of file space_buttons.c.
References BLI_BITMAP_TEST, SpaceProperties::runtime, and SpaceProperties_Runtime::tab_search_results.
| int ED_buttons_tabs_list | ( | 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 174 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, length(), and SpaceProperties::pathflag.
Referenced by buttons_main_region_property_search().