|
Blender V5.0
|
#include <BKE_text_suggestions.h>
Public Attributes | |
| SuggItem * | first |
| SuggItem * | last |
| SuggItem * | firstmatch |
| SuggItem * | lastmatch |
| SuggItem * | selected |
| int | top |
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.
| SuggItem* SuggList::first |
Definition at line 32 of file BKE_text_suggestions.h.
| SuggItem* SuggList::firstmatch |
Definition at line 33 of file BKE_text_suggestions.h.
| SuggItem * SuggList::last |
Definition at line 32 of file BKE_text_suggestions.h.
| SuggItem * SuggList::lastmatch |
Definition at line 33 of file BKE_text_suggestions.h.
| SuggItem* SuggList::selected |
Definition at line 34 of file BKE_text_suggestions.h.
| int SuggList::top |
Definition at line 35 of file BKE_text_suggestions.h.