Blender  V3.3
Functions
ED_buttons.h File Reference

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)
 

Function Documentation

◆ ED_buttons_search_string_get()

const char* ED_buttons_search_string_get ( struct SpaceProperties sbuts)

◆ ED_buttons_search_string_length()

int ED_buttons_search_string_length ( struct SpaceProperties sbuts)

◆ ED_buttons_search_string_set()

void ED_buttons_search_string_set ( struct SpaceProperties sbuts,
const char *  value 
)

◆ ED_buttons_set_context()

void ED_buttons_set_context ( const struct bContext C,
struct SpaceProperties sbuts,
PointerRNA ptr,
int  context 
)

◆ ED_buttons_should_sync_with_outliner()

bool ED_buttons_should_sync_with_outliner ( const struct bContext C,
const struct SpaceProperties sbuts,
struct ScrArea area 
)

◆ ED_buttons_tab_has_search_result()

bool ED_buttons_tab_has_search_result ( struct SpaceProperties sbuts,
int  index 
)

◆ ED_buttons_tabs_list()

int ED_buttons_tabs_list ( struct SpaceProperties sbuts,
short *  context_tabs_array 
)