|
libzypp
17.37.18
|
#include <zypp-tui/Table.h>

Public Types | |
| using | CStyle = table::CStyle |
Public Types inherited from ztui::TableRow | |
| using | container = std::vector< std::string > |
Public Member Functions | |
| TableHeader (unsigned c=0) | |
| Constructor. Reserve place for c columns. More... | |
| bool | hasStyle (unsigned c, CStyle s) const |
| CStyle | style (unsigned c) const |
| void | style (unsigned c, CStyle s) |
| std::set< unsigned > | editionColumns () const |
Public Member Functions inherited from ztui::TableRow | |
| TableRow () | |
| Binary predicate for sorting. More... | |
| TableRow (unsigned c) | |
| TableRow (ColorContext ctxt_r) | |
| TableRow (unsigned c, ColorContext ctxt_r) | |
| TableRow & | add (std::string s) |
| template<class Tp_ > | |
| TableRow & | add (const Tp_ &val_r) |
| TableRow & | addDetail (std::string s) |
| template<class Tp_ > | |
| TableRow & | addDetail (const Tp_ &val_r) |
| bool | empty () const |
| unsigned | size () const |
| unsigned | cols () const |
| std::ostream & | dumbDumpTo (std::ostream &stream) const |
| tab separated output More... | |
| std::ostream & | dumpTo (std::ostream &stream, const Table &parent) const |
| output with parent table attributes More... | |
| const boost::any & | userData () const |
| void | userData (const boost::any &n_r) |
| const container & | columns () const |
| container & | columns () |
| const container & | columnsNoTr () const |
| container & | columnsNoTr () |
Private Attributes | |
| std::map< unsigned, CStyle > | _cstyle |
| Column style and sort hints are remembered here. More... | |
Related Functions | |
(Note that these are not member functions.) | |
| template<class Tp_ > | |
| TableHeader & | operator<< (TableHeader &th, Tp_ &&val) |
Related Functions inherited from ztui::TableRow | |
| template<class Tp_ > | |
| TableRow & | operator<< (TableRow &tr, Tp_ &&val) |
Additional Inherited Members | |
Protected Attributes inherited from ztui::TableRow | |
| bool | _translateColumns = false |
|
inline |
|
inline |
|
inline |
|
inline |
|
related |
|
private |