FIX 4.0 Demo 1.0
Loading...
Searching...
No Matches
message_panel.hpp
Go to the documentation of this file.
1
6#pragma once
7
8#include <ftxui/component/component.hpp>
9#include "../../client_state.hpp"
10#include <memory>
11#include <string>
12
13namespace fix40::client::tui {
14
17 size_t lastMessageCount = 0;
18};
19
20ftxui::Component MessagePanelComponent(
21 std::shared_ptr<MessagePanelState> panelState,
22 const std::shared_ptr<ClientState>& state);
23
24} // namespace fix40::client::tui
25
Definition app.cpp:15
Component MessagePanelComponent(std::shared_ptr< MessagePanelState > panelState, const std::shared_ptr< ClientState > &state)
Definition message_panel.cpp:20
Definition message_panel.hpp:15
int selectedIndex
Definition message_panel.hpp:16
size_t lastMessageCount
Definition message_panel.hpp:17