|
Blender V5.0
|
#include <BKE_text_suggestions.h>
Public Attributes | |
| struct SuggItem * | prev |
| struct SuggItem * | next |
| char | type |
| char | name [0] |
Definition at line 12 of file BKE_text_suggestions.h.
| char SuggItem::name[0] |
Definition at line 15 of file BKE_text_suggestions.h.
Referenced by confirm_suggestion(), draw_suggestion_list(), texttool_suggest_add(), and texttool_suggest_prefix().
| struct SuggItem * SuggItem::next |
Definition at line 13 of file BKE_text_suggestions.h.
Referenced by draw_suggestion_list(), space_text_do_suggest_select(), text_autocomplete_modal(), text_pop_suggest_list(), texttool_suggest_add(), and texttool_suggest_prefix().
| struct SuggItem* SuggItem::prev |
Definition at line 13 of file BKE_text_suggestions.h.
Referenced by text_autocomplete_modal(), texttool_suggest_add(), texttool_suggest_prefix(), and txttl_free_suggest().
| char SuggItem::type |
Definition at line 14 of file BKE_text_suggestions.h.
Referenced by draw_suggestion_list(), and texttool_suggest_add().