libzypp 17.35.19
|
#include <iostream>
#include <sstream>
#include <string>
#include <iosfwd>
#include <set>
#include <list>
#include <vector>
#include <boost/any.hpp>
#include <zypp/base/String.h>
#include <zypp/base/Exception.h>
#include <zypp/sat/Solvable.h>
#include <zypp/ui/Selectable.h>
#include <zypp-tui/utils/ansi.h>
#include <zypp-tui/utils/colors.h>
Go to the source code of this file.
Classes | |
struct | ztui::ctcdetail::ColumnIf< Tif_, Telse_ > |
Remember either _if or _else function. More... | |
struct | ztui::ctcdetail::ColumnIf< Tif_, Tif_ > |
Specialization both functions return the same type. More... | |
class | ztui::TableRow |
class | ztui::TableHeader |
struct | ztui::TableRow::Less |
class | ztui::Table |
struct | ztui::table::Column |
Table column style setter. More... | |
class | ztui::PropertyTable |
Aligned key/value with multiline support Key : value 1 LongKey : value 2 Multiline : line 1 line 2 Next Key : value 3. More... | |
Namespaces | |
namespace | ztui |
namespace | ztui::csidetail |
namespace | ztui::ctcdetail |
namespace | ztui::table |
Typedefs | |
using | ztui::SolvableCSI = std::pair<zypp::sat::Solvable, zypp::ui::Selectable::picklist_size_type> |
| |
Enumerations | |
enum | ztui::TableLineStyle { ztui::Ascii = 0 , ztui::Light , ztui::Heavy , ztui::Double , ztui::Light3 , ztui::Heavy3 , ztui::LightHeavy , ztui::LightDouble , ztui::HeavyLight , ztui::DoubleLight , ztui::Colon , ztui::none , ztui::TLS_End } |
table drawing style More... | |
enum class | ztui::table::CStyle { ztui::table::Default = 0 , ztui::table::Edition , ztui::table::SortCi } |
Table column styles. More... | |