FIX 4.0 Demo 1.0
Loading...
Searching...
No Matches
header.hpp
Go to the documentation of this file.
1
6#pragma once
7
8#include <ftxui/component/component.hpp>
9#include "../styles.hpp"
10#include "../../client_state.hpp"
11#include <memory>
12
13namespace fix40::client::tui {
14
20ftxui::Element HeaderComponent(const std::shared_ptr<ClientState>& state);
21
22} // namespace fix40::client::tui
Definition app.cpp:15
Element HeaderComponent(const std::shared_ptr< ClientState > &state)
创建顶部状态栏
Definition header.cpp:12