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

Public Attributes

struct CollItemSearchnext
 
struct CollItemSearchprev
 
voiddata
 
char * name
 
int index
 
int iconid
 
bool is_id
 
int name_prefix_offset
 
uint has_sep_char: 1
 

Detailed Description

Definition at line 463 of file interface_utils.cc.

Member Data Documentation

◆ data

void* CollItemSearch::data

◆ has_sep_char

uint CollItemSearch::has_sep_char

◆ iconid

int CollItemSearch::iconid

◆ index

int CollItemSearch::index

Definition at line 467 of file interface_utils.cc.

Referenced by ui_rna_collection_search_update_fn().

◆ is_id

bool CollItemSearch::is_id

◆ name

char* CollItemSearch::name

◆ name_prefix_offset

int CollItemSearch::name_prefix_offset

◆ next

struct CollItemSearch* CollItemSearch::next

Definition at line 464 of file interface_utils.cc.

◆ prev

struct CollItemSearch * CollItemSearch::prev

Definition at line 464 of file interface_utils.cc.


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