|
Blender
V2.93
|
#include <BKE_text_suggestions.h>
Public Attributes | |
| SuggItem * | first |
| SuggItem * | last |
| SuggItem * | firstmatch |
| SuggItem * | lastmatch |
| SuggItem * | selected |
| int | top |
Definition at line 52 of file BKE_text_suggestions.h.
| SuggItem* SuggList::first |
Definition at line 53 of file BKE_text_suggestions.h.
Referenced by texttool_suggest_add(), texttool_suggest_prefix(), and txttl_free_suggest().
| SuggItem* SuggList::firstmatch |
Definition at line 54 of file BKE_text_suggestions.h.
Referenced by texttool_suggest_add(), texttool_suggest_first(), texttool_suggest_prefix(), and txttl_free_suggest().
| SuggItem * SuggList::last |
Definition at line 53 of file BKE_text_suggestions.h.
Referenced by texttool_suggest_add(), texttool_suggest_prefix(), and txttl_free_suggest().
| SuggItem * SuggList::lastmatch |
Definition at line 54 of file BKE_text_suggestions.h.
Referenced by texttool_suggest_add(), texttool_suggest_last(), texttool_suggest_prefix(), and txttl_free_suggest().
| SuggItem* SuggList::selected |
Definition at line 55 of file BKE_text_suggestions.h.
Referenced by texttool_suggest_add(), texttool_suggest_prefix(), texttool_suggest_select(), texttool_suggest_selected(), and txttl_free_suggest().
| int SuggList::top |
Definition at line 56 of file BKE_text_suggestions.h.
Referenced by texttool_suggest_add(), texttool_suggest_prefix(), texttool_suggest_top(), and txttl_free_suggest().