libzypp 17.38.7
ztui::table Namespace Reference

Classes

struct  Column
 Table column style setter. More...

Enumerations

enum class  CStyle { Default = 0 , Edition , SortCi }
 Table column styles. More...

Functions

TableHeaderoperator<< (TableHeader &th, Column &&obj)
 relates: table::Column set TableHeader style.
TableHeader && operator<< (TableHeader &&th, Column &&obj)
 relates: table::Column set TableHeader style.

Enumeration Type Documentation

◆ CStyle

enum class ztui::table::CStyle
strong

Table column styles.

See also
Column style setter below.
th << table::Column( N_("Name"), CStyle::SortCi );
#define N_(MSG)
Definition Gettext.h:36
@ SortCi
String values to be sorted case insensitive.
Definition Table.h:161
Table column style setter.
Definition Table.h:494
Enumerator
Default 
Edition 

Editions with v-r setparator highlighted.

SortCi 

String values to be sorted case insensitive.

Definition at line 157 of file Table.h.

Function Documentation

◆ operator<<() [1/2]

TableHeader & ztui::table::operator<< ( TableHeader & th,
Column && obj )
inline

relates: table::Column set TableHeader style.

Definition at line 503 of file Table.h.

◆ operator<<() [2/2]

TableHeader && ztui::table::operator<< ( TableHeader && th,
Column && obj )
inline

relates: table::Column set TableHeader style.

Definition at line 506 of file Table.h.