|
Blender V4.3
|
#include <UI_string_search.hh>
Inherits blender::string_search::StringSearch< T >.
Public Member Functions | |
| StringSearch (const blender::string_search::MainWordsHeuristic main_word_heuristic=blender::string_search::MainWordsHeuristic::LastGroup) | |
Public Member Functions inherited from blender::string_search::StringSearch< T > | |
| StringSearch (const RecentCache *recent_cache, const MainWordsHeuristic main_words_heuristic) | |
| void | add (const StringRef str, T *user_data, const int weight=0) |
| Vector< T * > | query (const StringRef query) const |
Wrapper for the lower level StringSearch in blenlib that takes recent searches into account automatically.
Definition at line 29 of file UI_string_search.hh.
|
inline |
Definition at line 31 of file UI_string_search.hh.