diff options
| author | Eugen Wissner <belka@caraus.de> | 2023-04-17 15:05:20 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2023-04-17 15:05:20 +0200 |
| commit | 79bdca04e2cc9e13bbfa1cac7619d5e4a56ff0bd (patch) | |
| tree | 1d267c727247c1b20dc113737ce356f3b7fa09a0 /src/component.h | |
| parent | 34b10f41aa285e423cccb161342b68ae7275da4b (diff) | |
| download | slackbuilder-79bdca04e2cc9e13bbfa1cac7619d5e4a56ff0bd.tar.gz | |
Remove SBo differ experiment
Diffstat (limited to 'src/component.h')
| -rw-r--r-- | src/component.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/component.h b/src/component.h deleted file mode 100644 index d1a587a..0000000 --- a/src/component.h +++ /dev/null @@ -1,20 +0,0 @@ -#pragma once - -#include <ftxui/component/component.hpp> -#include <ftxui/dom/table.hpp> - -namespace katja -{ - class PackageList final : public ftxui::ComponentBase - { - std::vector<std::vector<std::string>> m_data; - std::vector<std::string> m_header; - std::size_t top_line{ 0 }; - - public: - PackageList(const std::vector<std::string>& header, const std::vector<std::vector<std::string>>& data); - - virtual ftxui::Element Render() override; - virtual bool OnEvent(ftxui::Event event) override; - }; -} |
