#include <zypp-tui/output/Out.h>
|  | 
|  | ZYPP_DECLARE_FLAGS (SplitFlags, SplitFlag) | 
|  | 
|  | TermLine (SplitFlags flags_r, char exp_r) | 
|  | 
|  | TermLine (SplitFlags flags_r) | 
|  | 
|  | TermLine (char exp_r) | 
|  | 
|  | TermLine () | 
|  | 
| std::string | get () const | 
|  | Return plain line made of lhs + rhs. 
 | 
|  | 
| std::string | get (unsigned width_r, SplitFlags flags_r, char exp_r) const | 
|  | Return line optionally formatted according to width_r and flags_r. 
 | 
|  | 
| std::string | get (unsigned width_r, SplitFlags flags_r) const | 
|  | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. 
 | 
|  | 
| std::string | get (unsigned width_r, char exp_r) const | 
|  | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. 
 | 
|  | 
| std::string | get (unsigned width_r) const | 
|  | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. 
 | 
|  | 
Definition at line 342 of file Out.h.
 
◆ SplitFlag
| Enumerator | 
|---|
| SF_CRUSH |  | 
| SF_SPLIT |  | 
| SF_EXPAND |  | 
Definition at line 344 of file Out.h.
 
 
◆ TermLine() [1/4]
  
  | 
        
          | ztui::TermLine::TermLine | ( | SplitFlags | flags_r, |  
          |  |  | char | exp_r ) |  | inline | 
 
 
◆ TermLine() [2/4]
  
  | 
        
          | ztui::TermLine::TermLine | ( | SplitFlags | flags_r | ) |  |  | inline | 
 
 
◆ TermLine() [3/4]
  
  | 
        
          | ztui::TermLine::TermLine | ( | char | exp_r | ) |  |  | inline | 
 
 
◆ TermLine() [4/4]
  
  | 
        
          | ztui::TermLine::TermLine | ( |  | ) |  |  | inline | 
 
 
◆ ZYPP_DECLARE_FLAGS()
      
        
          | ztui::TermLine::ZYPP_DECLARE_FLAGS | ( | SplitFlags | , | 
        
          |  |  | SplitFlag | ) | 
      
 
 
◆ get() [1/5]
  
  | 
        
          | std::string ztui::TermLine::get | ( |  | ) | const |  | inline | 
 
Return plain line made of lhs + rhs. 
Definition at line 366 of file Out.h.
 
 
◆ get() [2/5]
      
        
          | std::string ztui::TermLine::get | ( | unsigned | width_r, | 
        
          |  |  | SplitFlags | flags_r, | 
        
          |  |  | char | exp_r ) const | 
      
 
Return line optionally formatted according to width_r and flags_r. 
If width_r or flags_r is zero a plain line made of lhs + rhs is returned. 
Definition at line 47 of file Out.cc.
 
 
◆ get() [3/5]
  
  | 
        
          | std::string ztui::TermLine::get | ( | unsigned | width_r, |  
          |  |  | SplitFlags | flags_r ) const |  | inline | 
 
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. 
Definition at line 374 of file Out.h.
 
 
◆ get() [4/5]
  
  | 
        
          | std::string ztui::TermLine::get | ( | unsigned | width_r, |  
          |  |  | char | exp_r ) const |  | inline | 
 
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. 
Definition at line 377 of file Out.h.
 
 
◆ get() [5/5]
  
  | 
        
          | std::string ztui::TermLine::get | ( | unsigned | width_r | ) | const |  | inline | 
 
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. 
Definition at line 380 of file Out.h.
 
 
◆ flagsHint
      
        
          | SplitFlags ztui::TermLine::flagsHint | 
      
 
 
◆ expHint
◆ percentHint
◆ lhs
◆ rhs
The documentation for this struct was generated from the following files: