Blender V5.0
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

Definition at line 32 of file BKE_text_suggestions.h.

◆ firstmatch

SuggItem* SuggList::firstmatch

Definition at line 33 of file BKE_text_suggestions.h.

◆ last

SuggItem * SuggList::last

Definition at line 32 of file BKE_text_suggestions.h.

◆ lastmatch

SuggItem * SuggList::lastmatch

Definition at line 33 of file BKE_text_suggestions.h.

◆ selected

SuggItem* SuggList::selected

Definition at line 34 of file BKE_text_suggestions.h.

◆ top

int SuggList::top

Definition at line 35 of file BKE_text_suggestions.h.


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