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