Aligned key/value with multiline support Key : value 1 LongKey : value 2 Multiline : line 1 line 2 Next Key : value 3.  
 More...
#include <zypp-tui/Table.h>
|  | 
|  | PropertyTable () | 
| template<class KeyType> | 
| PropertyTable & | add (const KeyType &key_r) | 
| template<class KeyType, class ValueType> | 
| PropertyTable & | add (const KeyType &key_r, const ValueType &val_r) | 
| template<class KeyType> | 
| PropertyTable & | add (const KeyType &key_r, bool val_r) | 
| template<class ValueType> | 
| PropertyTable & | addDetail (const ValueType &val_r) | 
| template<class KeyType, class ValueType> | 
| PropertyTable & | addDetail (const KeyType &key_r, const ValueType &val_r) | 
| template<class KeyType, class Iterator_> | 
| PropertyTable & | add (const KeyType &key_r, Iterator_ begin_r, Iterator_ end_r, bool forceDetails_r=false) | 
| template<class KeyType, class ContainerType> | 
| PropertyTable & | lst (const KeyType &key_r, const ContainerType &lst_r, bool forceDetails_r=false) | 
| template<class KeyType, class ValueType> | 
| PropertyTable & | add (const KeyType &key_r, const std::set< ValueType > &lst_r, bool forceDetails_r=false) | 
| template<class KeyType, class ValueType> | 
| PropertyTable & | add (const KeyType &key_r, const std::list< ValueType > &lst_r, bool forceDetails_r=false) | 
| template<class KeyType, class ValueType> | 
| PropertyTable & | add (const KeyType &key_r, const std::vector< ValueType > &lst_r, bool forceDetails_r=false) | 
| PropertyTable & | paint (ansi::Color color_r, bool cond_r=true) | 
| TableRow & | last () | 
| std::string & | lastKey () | 
| std::string & | lastValue () | 
Aligned key/value with multiline support Key : value 1 LongKey : value 2 Multiline : line 1 line 2 Next Key : value 3. 
Definition at line 533 of file Table.h.
◆ PropertyTable()
  
  | 
        
          | ztui::PropertyTable::PropertyTable | ( |  | ) |  |  | inline | 
 
 
◆ emptyListTag()
  
  | 
        
          | const char * ztui::PropertyTable::emptyListTag | ( |  | ) |  |  | inlinestatic | 
 
 
◆ add() [1/7]
template<class KeyType> 
  
  | 
        
          | PropertyTable & ztui::PropertyTable::add | ( | const KeyType & | key_r | ) |  |  | inline | 
 
 
◆ add() [2/7]
template<class KeyType, class ValueType> 
  
  | 
        
          | PropertyTable & ztui::PropertyTable::add | ( | const KeyType & | key_r, |  
          |  |  | const ValueType & | val_r ) |  | inline | 
 
 
◆ add() [3/7]
◆ addDetail() [1/2]
template<class ValueType> 
  
  | 
        
          | PropertyTable & ztui::PropertyTable::addDetail | ( | const ValueType & | val_r | ) |  |  | inline | 
 
 
◆ addDetail() [2/2]
template<class KeyType, class ValueType> 
  
  | 
        
          | PropertyTable & ztui::PropertyTable::addDetail | ( | const KeyType & | key_r, |  
          |  |  | const ValueType & | val_r ) |  | inline | 
 
 
◆ add() [4/7]
template<class KeyType, class Iterator_> 
  
  | 
        
          | PropertyTable & ztui::PropertyTable::add | ( | const KeyType & | key_r, |  
          |  |  | Iterator_ | begin_r, |  
          |  |  | Iterator_ | end_r, |  
          |  |  | bool | forceDetails_r = false ) |  | inline | 
 
 
◆ lst()
template<class KeyType, class ContainerType> 
  
  | 
        
          | PropertyTable & ztui::PropertyTable::lst | ( | const KeyType & | key_r, |  
          |  |  | const ContainerType & | lst_r, |  
          |  |  | bool | forceDetails_r = false ) |  | inline | 
 
 
◆ add() [5/7]
template<class KeyType, class ValueType> 
  
  | 
        
          | PropertyTable & ztui::PropertyTable::add | ( | const KeyType & | key_r, |  
          |  |  | const std::set< ValueType > & | lst_r, |  
          |  |  | bool | forceDetails_r = false ) |  | inline | 
 
 
◆ add() [6/7]
template<class KeyType, class ValueType> 
  
  | 
        
          | PropertyTable & ztui::PropertyTable::add | ( | const KeyType & | key_r, |  
          |  |  | const std::list< ValueType > & | lst_r, |  
          |  |  | bool | forceDetails_r = false ) |  | inline | 
 
 
◆ add() [7/7]
template<class KeyType, class ValueType> 
  
  | 
        
          | PropertyTable & ztui::PropertyTable::add | ( | const KeyType & | key_r, |  
          |  |  | const std::vector< ValueType > & | lst_r, |  
          |  |  | bool | forceDetails_r = false ) |  | inline | 
 
 
◆ paint()
◆ last()
  
  | 
        
          | TableRow & ztui::PropertyTable::last | ( |  | ) |  |  | inline | 
 
 
◆ lastKey()
  
  | 
        
          | std::string & ztui::PropertyTable::lastKey | ( |  | ) |  |  | inline | 
 
 
◆ lastValue()
  
  | 
        
          | std::string & ztui::PropertyTable::lastValue | ( |  | ) |  |  | inline | 
 
 
◆ operator<<
  
  | 
        
          | std::ostream & operator<< | ( | std::ostream & | str, |  
          |  |  | const PropertyTable & | obj ) |  | friend | 
 
 
◆ _table
  
  | 
        
          | Table ztui::PropertyTable::_table |  | private | 
 
 
The documentation for this class was generated from the following file: