Blender V4.3
ED_buttons.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2013 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
9#pragma once
10
11struct ScrArea;
12struct SpaceProperties;
13struct bContext;
14struct PointerRNA;
15
21int ED_buttons_tabs_list(SpaceProperties *sbuts, short *context_tabs_array);
23
24void ED_buttons_search_string_set(SpaceProperties *sbuts, const char *value);
27
29 const SpaceProperties *sbuts,
30 ScrArea *area);
32 SpaceProperties *sbuts,
34 int context);
int ED_buttons_search_string_length(SpaceProperties *sbuts)
void ED_buttons_search_string_set(SpaceProperties *sbuts, const char *value)
const char * ED_buttons_search_string_get(SpaceProperties *sbuts)
int ED_buttons_tabs_list(SpaceProperties *sbuts, short *context_tabs_array)
void ED_buttons_set_context(const bContext *C, SpaceProperties *sbuts, PointerRNA *ptr, int context)
bool ED_buttons_tab_has_search_result(SpaceProperties *sbuts, int index)
bool ED_buttons_should_sync_with_outliner(const bContext *C, const SpaceProperties *sbuts, ScrArea *area)
PointerRNA * ptr
Definition wm_files.cc:4126