This is the complete list of members for text_style, including all inherited members.
background_color | text_style | private |
bg(detail::color_type background) noexcept -> text_style | text_style | friend |
ems | text_style | private |
fg(detail::color_type foreground) noexcept -> text_style | text_style | friend |
foreground_color | text_style | private |
get_background() const noexcept -> detail::color_type | text_style | inline |
get_emphasis() const noexcept -> emphasis | text_style | inline |
get_foreground() const noexcept -> detail::color_type | text_style | inline |
has_background() const noexcept -> bool | text_style | inline |
has_emphasis() const noexcept -> bool | text_style | inline |
has_foreground() const noexcept -> bool | text_style | inline |
operator|(text_style lhs, const text_style &rhs) -> text_style | text_style | friend |
operator|=(const text_style &rhs) -> text_style & | text_style | inline |
set_background_color | text_style | private |
set_foreground_color | text_style | private |
text_style(emphasis em=emphasis()) noexcept | text_style | inline |
text_style(bool is_foreground, detail::color_type text_color) noexcept | text_style | inlineprivate |