FIX 4.0 Demo 1.0
Loading...
Searching...
No Matches
search_box.hpp File Reference

合约搜索框组件(带预测补全) More...

#include <ftxui/component/component.hpp>
#include "../styles.hpp"
#include "../../client_state.hpp"
#include "../../client_app.hpp"
#include <memory>
#include <string>
#include <functional>
Include dependency graph for search_box.hpp:
This graph shows which files directly or indirectly include this file:

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)
 创建合约搜索框组件
 

Detailed Description

合约搜索框组件(带预测补全)