Poprawiona tabela
This commit is contained in:
parent
bfb1bf5f61
commit
c27949ff3f
7 changed files with 100 additions and 74 deletions
|
|
@ -27,8 +27,10 @@
|
|||
#include <sstream>
|
||||
#include <ftxui/dom/elements.hpp>
|
||||
#include <ftxui/screen/screen.hpp>
|
||||
#include <ftxui/dom/table.hpp>
|
||||
|
||||
#include "DataStruct.h"
|
||||
#include "Tui.h"
|
||||
|
||||
class ViewCargo {
|
||||
public:
|
||||
|
|
@ -38,12 +40,14 @@ public:
|
|||
bool View(const std::string&);
|
||||
|
||||
private:
|
||||
Tui tui;
|
||||
const std::string signature;
|
||||
const uint16_t version;
|
||||
|
||||
uint32_t filesLen;
|
||||
uint64_t tablePos;
|
||||
std::vector<ftxui::Element> filesList;
|
||||
std::vector<std::vector<std::string>> list;
|
||||
|
||||
bool CheckCargoFile(const std::string&);
|
||||
void GetFileList(const std::string&);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue