OpenTTD Source
20241108-master-g80f628063a
|
Public Member Functions | |
AutoCompletion (Textbuf *textbuf) | |
Public Member Functions inherited from AutoCompletion | |
AutoCompletion (Textbuf *textbuf) | |
bool | AutoComplete () |
void | Reset () |
Private Member Functions | |
std::vector< std::string > | GetSuggestions (std::string_view prefix, std::string_view query) override |
void | ApplySuggestion (std::string_view prefix, std::string_view suggestion) override |
Additional Inherited Members | |
Protected Attributes inherited from AutoCompletion | |
Textbuf * | textbuf |
Definition at line 73 of file console_gui.cpp.