yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
autocomplete_ui.h
Go to the documentation of this file.
1#ifndef YAZE_CLI_TUI_AUTOCOMPLETE_UI_H_
2#define YAZE_CLI_TUI_AUTOCOMPLETE_UI_H_
3
4#include <ftxui/component/component.hpp>
5#include <ftxui/component/screen_interactive.hpp>
7
8namespace yaze {
9namespace cli {
10
18ftxui::Component CreateAutocompleteInput(std::string* input_str,
19 AutocompleteEngine* engine);
20
27ftxui::Component CreateQuickActionMenu(ftxui::ScreenInteractive& screen);
28
29} // namespace cli
30} // namespace yaze
31
32#endif // YAZE_CLI_TUI_AUTOCOMPLETE_UI_H_
33
Component CreateQuickActionMenu(ScreenInteractive &screen)
Component CreateAutocompleteInput(std::string *input_str, AutocompleteEngine *engine)
Create an input component with autocomplete suggestions.
Main namespace for the application.
Definition controller.cc:20