25 std::vector<std::string> suggestions;
26 size_t current_suggestion_index;
40 void InitSuggestions(std::string_view text);
42 virtual std::vector<std::string> GetSuggestions(std::string_view
prefix, std::string_view
query) = 0;
43 virtual void ApplySuggestion(std::string_view
prefix, std::string_view suggestion) = 0;
Helper/buffer for input fields.
Stuff related to text buffers.