Blender V4.5
SuggList Struct Reference

#include <BKE_text_suggestions.h>

Public Attributes

SuggItemfirst
SuggItemlast
SuggItemfirstmatch
SuggItemlastmatch
SuggItemselected
int top

Detailed Description

Suggestions should be added in sorted order although a linear sorting method is implemented. The list is then divided up based on the prefix provided by update_suggestions:

Example: Prefix: ab aaa <- SuggList::first aab aba <- SuggList::firstmatch abb <- SuggList::lastmatch baa bab <- SuggList::last

Definition at line 31 of file BKE_text_suggestions.h.

Member Data Documentation

◆ first

SuggItem* SuggList::first

◆ firstmatch

◆ last

SuggItem * SuggList::last

◆ lastmatch

◆ selected

◆ top


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