Blender V4.3
blender::ui::string_search::StringSearch< T > Class Template Reference

#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
 

Detailed Description

template<typename T>
class blender::ui::string_search::StringSearch< T >

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.

Constructor & Destructor Documentation

◆ StringSearch()

Definition at line 31 of file UI_string_search.hh.


The documentation for this class was generated from the following file: