|
Blender V4.3
|
#include <BKE_text_suggestions.h>
Public Attributes | |
| struct SuggItem * | prev |
| struct SuggItem * | next |
| char | type |
| char | name [0] |
Definition at line 16 of file BKE_text_suggestions.h.
| char SuggItem::name[0] |
Definition at line 19 of file BKE_text_suggestions.h.
Referenced by confirm_suggestion(), texttool_suggest_add(), and texttool_suggest_prefix().
| struct SuggItem * SuggItem::next |
Definition at line 17 of file BKE_text_suggestions.h.
Referenced by 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 17 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 18 of file BKE_text_suggestions.h.
Referenced by texttool_suggest_add().