#include <zypp-tui/Table.h>
|  | 
| std::map< unsigned, CStyle > | _cstyle | 
|  | Column style and sort hints are remembered here. 
 | 
Definition at line 281 of file Table.h.
 
◆ CStyle
◆ TableHeader()
  
  | 
        
          | ztui::TableHeader::TableHeader | ( | unsigned | c = 0 | ) |  |  | inline | 
 
Constructor. Reserve place for c columns. 
Definition at line 286 of file Table.h.
 
 
◆ hasStyle()
  
  | 
        
          | bool ztui::TableHeader::hasStyle | ( | unsigned | c, |  
          |  |  | CStyle | s ) const |  | inline | 
 
 
◆ style() [1/2]
  
  | 
        
          | CStyle ztui::TableHeader::style | ( | unsigned | c | ) | const |  | inline | 
 
 
◆ style() [2/2]
  
  | 
        
          | void ztui::TableHeader::style | ( | unsigned | c, |  
          |  |  | CStyle | s ) |  | inline | 
 
 
◆ editionColumns()
  
  | 
        
          | std::set< unsigned > ztui::TableHeader::editionColumns | ( |  | ) | const |  | inline | 
 
 
◆ operator<<()
Add column. 
Definition at line 314 of file Table.h.
 
 
◆ _cstyle
  
  | 
        
          | std::map<unsigned,CStyle> ztui::TableHeader::_cstyle |  | private | 
 
Column style and sort hints are remembered here. 
Definition at line 309 of file Table.h.
 
 
The documentation for this class was generated from the following file: