Blender  V3.3
Public Attributes | List of all members
uiSearchboxData Struct Reference

Public Attributes

rcti bbox
 
uiFontStyle fstyle
 
uiSearchItems items
 
int active
 
bool noback
 
bool preview
 
bool use_shortcut_sep
 
int prv_rows
 
int prv_cols
 
const char * sep_string
 

Detailed Description

Definition at line 71 of file interface_region_search.cc.

Member Data Documentation

◆ active

int uiSearchboxData::active

index in items array

Definition at line 76 of file interface_region_search.cc.

◆ bbox

rcti uiSearchboxData::bbox

Definition at line 72 of file interface_region_search.cc.

◆ fstyle

uiFontStyle uiSearchboxData::fstyle

Definition at line 73 of file interface_region_search.cc.

◆ items

uiSearchItems uiSearchboxData::items

Definition at line 74 of file interface_region_search.cc.

◆ noback

bool uiSearchboxData::noback

when menu opened with enough space for this

Definition at line 78 of file interface_region_search.cc.

◆ preview

bool uiSearchboxData::preview

draw thumbnail previews, rather than list

Definition at line 80 of file interface_region_search.cc.

◆ prv_cols

int uiSearchboxData::prv_cols

Definition at line 83 of file interface_region_search.cc.

◆ prv_rows

int uiSearchboxData::prv_rows

Definition at line 83 of file interface_region_search.cc.

◆ sep_string

const char* uiSearchboxData::sep_string

Show the active icon and text after the last instance of this string. Used so we can show leading text to menu items less prominently (not related to 'use_sep').

Definition at line 88 of file interface_region_search.cc.

◆ use_shortcut_sep

bool uiSearchboxData::use_shortcut_sep

Use the UI_SEP_CHAR char for splitting shortcuts (good for operators, bad for data).

Definition at line 82 of file interface_region_search.cc.


The documentation for this struct was generated from the following file: