OpenTTD Source  20240919-master-gdf0233f4c2
ConsoleAutoCompletion Class Referencefinal
Inheritance diagram for ConsoleAutoCompletion:
AutoCompletion

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
Textbuftextbuf
 

Detailed Description

Definition at line 73 of file console_gui.cpp.


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