Searched refs:TextAttributes (Results 1 – 1 of 1) sorted by relevance
3662 struct TextAttributes { struct3663 TextAttributes() in TextAttributes() function3670 … TextAttributes& setInitialIndent( std::size_t _value ) { initialIndent = _value; return *this; } in setInitialIndent() argument3671 TextAttributes& setIndent( std::size_t _value ) { indent = _value; return *this; } in setIndent() argument3672 TextAttributes& setWidth( std::size_t _value ) { width = _value; return *this; } in setWidth() argument3673 TextAttributes& setTabChar( char _value ) { tabChar = _value; return *this; } in setTabChar() argument3683 Text( std::string const& _str, TextAttributes const& _attr = TextAttributes() ) in Text()3769 TextAttributes attr;4421 Detail::Text usage( it->commands(), Detail::TextAttributes() in optUsage()4424 Detail::Text desc( it->description, Detail::TextAttributes() in optUsage()[all …]