SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
seqan3::detail::format_help::console_layout_struct Struct Reference

Stores the relevant parameters of the documentation on the screen. More...

Public Member Functions

 console_layout_struct ()
 The default constructor.
 
 console_layout_struct (uint32_t const terminal_width)
 The constructor.
 

Public Attributes

uint32_t centerPadding
 The center Padding.
 
uint32_t defaultScreenWidth
 The default screen width.
 
uint32_t leftColumnWidth
 The left Column Width.
 
uint32_t leftPadding
 The left Padding.
 
uint32_t maximalScreenWidth
 The maximal screen width.
 
uint32_t minimalScreenWidth
 The minimal screen width.
 
uint32_t rightColumnTab
 The right Column Tab.
 
uint32_t rightColumnWidth
 The right Column Width.
 
uint32_t rightPadding
 The right Padding.
 
uint32_t screenWidth
 The screen width.
 

Detailed Description

Stores the relevant parameters of the documentation on the screen.

Constructor & Destructor Documentation

◆ console_layout_struct()

seqan3::detail::format_help::console_layout_struct::console_layout_struct ( uint32_t const  terminal_width)
inline

The constructor.

Parameters
[in]terminal_widthThe width of the terminal.

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