ttx 0.1.0
Loading...
Searching...
No Matches
ttx::Renderer Member List

This is the complete list of members for ttx::Renderer, including all inherited members.

cleanup(dius::SyncFile &output) -> di::Result<>ttx::Renderer
clear_row(u32 row, terminal::GraphicsRendition const &graphics_rendition={}, di::Optional< terminal::Hyperlink const & > hyperlink={})ttx::Renderer
dimmed(terminal::Color color) const -> terminal::Colorttx::Renderer
finish(dius::SyncFile &output, RenderedCursor const &cursor_in, di::Optional< di::String > window_title, di::Optional< terminal::Color > bg_color) -> di::Result<>ttx::Renderer
flush_palette_color_state()ttx::Renderer
put_cell(di::StringView text, u32 row, u32 col, terminal::GraphicsRendition const &rendition, di::Optional< terminal::Hyperlink const & > hyperlink, terminal::MultiCellInfo const &multi_cell_info, bool explicitly_sized, bool complex_grapheme_cluster)ttx::Renderer
put_text(di::StringView text, u32 row, u32 col, terminal::GraphicsRendition const &rendition={}, di::Optional< terminal::Hyperlink const & > hyperlink={})ttx::Renderer
put_text(c32 text, u32 row, u32 col, terminal::GraphicsRendition const &rendition={}, di::Optional< terminal::Hyperlink const & > hyperlink={})ttx::Renderer
Renderer()ttx::Rendererinline
reset_dim_factor()ttx::Rendererinline
reset_global_palette()ttx::Rendererinline
reset_local_palette()ttx::Rendererinline
resolve_background(terminal::Color color) const -> terminal::Colorttx::Renderer
resolve_color(terminal::PaletteIndex index) const -> terminal::Colorttx::Renderer
resolve_color(terminal::Color color) const -> terminal::Colorttx::Renderer
resolve_cursor_color() const -> terminal::Colorttx::Renderer
resolve_cursor_text_color() const -> terminal::Colorttx::Renderer
resolve_foreground(terminal::Color color) const -> terminal::Colorttx::Renderer
set_bound(u32 row, u32 col, u32 width, u32 height)ttx::Renderer
set_dim_factor(u32 dim_factor) -> di::ScopeExit< di::Function< void()> >ttx::Rendererinline
set_global_palette(terminal::Palette const &palette) -> di::ScopeExit< di::Function< void()> >ttx::Rendererinline
set_local_palette(terminal::Palette const &palette) -> di::ScopeExit< di::Function< void()> >ttx::Rendererinline
setup(dius::SyncFile &output, Feature features) -> di::Result<>ttx::Renderer
start(Size const &size, terminal::Palette const &outer_terminal_palette)ttx::Renderer