|
Blender V4.3
|
Go to the source code of this file.
Functions | |
| int | ED_buttons_tabs_list (SpaceProperties *sbuts, short *context_tabs_array) |
| bool | ED_buttons_tab_has_search_result (SpaceProperties *sbuts, int index) |
| void | ED_buttons_search_string_set (SpaceProperties *sbuts, const char *value) |
| int | ED_buttons_search_string_length (SpaceProperties *sbuts) |
| const char * | ED_buttons_search_string_get (SpaceProperties *sbuts) |
| bool | ED_buttons_should_sync_with_outliner (const bContext *C, const SpaceProperties *sbuts, ScrArea *area) |
| void | ED_buttons_set_context (const bContext *C, SpaceProperties *sbuts, PointerRNA *ptr, int context) |
| const char * ED_buttons_search_string_get | ( | SpaceProperties * | sbuts | ) |
Definition at line 318 of file space_buttons.cc.
References SpaceProperties::runtime, and SpaceProperties_Runtime::search_string.
Referenced by ED_area_region_search_filter_get().
| int ED_buttons_search_string_length | ( | SpaceProperties * | sbuts | ) |
Definition at line 323 of file space_buttons.cc.
References BLI_strnlen(), SpaceProperties::runtime, and SpaceProperties_Runtime::search_string.
| void ED_buttons_search_string_set | ( | SpaceProperties * | sbuts, |
| const char * | value ) |
Definition at line 330 of file space_buttons.cc.
References SpaceProperties::runtime, SpaceProperties_Runtime::search_string, and STRNCPY.
| void ED_buttons_set_context | ( | const bContext * | C, |
| SpaceProperties * | sbuts, | ||
| PointerRNA * | ptr, | ||
| int | context ) |
Definition at line 797 of file buttons_context.cc.
References buttons_context_path(), is_pointer_in_path(), SpaceProperties::mainb, SpaceProperties::mainbuser, and ptr.
Referenced by blender::ed::outliner::outliner_sync_to_properties_editors().
| bool ED_buttons_should_sync_with_outliner | ( | const bContext * | C, |
| const SpaceProperties * | sbuts, | ||
| ScrArea * | area ) |
Definition at line 787 of file buttons_context.cc.
References CTX_wm_area(), ED_area_has_shared_border(), SpaceProperties::outliner_sync, PROPERTIES_SYNC_ALWAYS, and PROPERTIES_SYNC_AUTO.
Referenced by blender::ed::outliner::outliner_sync_to_properties_editors().
| bool ED_buttons_tab_has_search_result | ( | SpaceProperties * | sbuts, |
| int | index ) |
Definition at line 337 of file space_buttons.cc.
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 159 of file space_buttons.cc.
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().