libzypp  17.32.4
ztui::table::Column Struct Reference

Table column style setter. More...

#include <zypp-tui/Table.h>

Public Member Functions

 Column (std::string header_r, CStyle style_r=CStyle::Default)
 

Public Attributes

std::string _header
 
CStyle _style
 

Related Functions

(Note that these are not member functions.)

TableHeaderoperator<< (TableHeader &th, Column &&obj)
 
TableHeader && operator<< (TableHeader &&th, Column &&obj)
 

Detailed Description

Table column style setter.

See also
CStyle colum styles.
th << table::Column( N_("Name"), CStyle::SortCi );

Definition at line 494 of file Table.h.

Constructor & Destructor Documentation

◆ Column()

ztui::table::Column::Column ( std::string  header_r,
CStyle  style_r = CStyle::Default 
)
inline

Definition at line 496 of file Table.h.

Friends And Related Function Documentation

◆ operator<<() [1/2]

TableHeader & operator<< ( TableHeader th,
Column &&  obj 
)
related

set TableHeader style.

Definition at line 504 of file Table.h.

◆ operator<<() [2/2]

TableHeader && operator<< ( TableHeader &&  th,
Column &&  obj 
)
related

set TableHeader style.

Definition at line 507 of file Table.h.

Member Data Documentation

◆ _header

std::string ztui::table::Column::_header

Definition at line 500 of file Table.h.

◆ _style

CStyle ztui::table::Column::_style

Definition at line 501 of file Table.h.


The documentation for this struct was generated from the following file: