|
FIX 4.0 Demo 1.0
|
合约搜索框组件(带预测补全) More...
#include <ftxui/component/component.hpp>#include "../styles.hpp"#include "../../client_state.hpp"#include "../../client_app.hpp"#include <memory>#include <string>#include <functional>

Go to the source code of this file.
Classes | |
| struct | fix40::client::tui::SearchBoxState |
| 搜索框状态 More... | |
Namespaces | |
| namespace | fix40 |
| namespace | fix40::client |
| namespace | fix40::client::tui |
Functions | |
| Component | fix40::client::tui::SearchBoxComponent (std::shared_ptr< SearchBoxState > searchState, std::shared_ptr< ClientApp > app, std::shared_ptr< ClientState > state, std::function< void(const std::string &)> onSelect) |
| 创建合约搜索框组件 | |
合约搜索框组件(带预测补全)