|
ttx 0.1.0
|
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::Color | ttx::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::Renderer | inline |
| reset_dim_factor() | ttx::Renderer | inline |
| reset_global_palette() | ttx::Renderer | inline |
| reset_local_palette() | ttx::Renderer | inline |
| resolve_background(terminal::Color color) const -> terminal::Color | ttx::Renderer | |
| resolve_color(terminal::PaletteIndex index) const -> terminal::Color | ttx::Renderer | |
| resolve_color(terminal::Color color) const -> terminal::Color | ttx::Renderer | |
| resolve_cursor_color() const -> terminal::Color | ttx::Renderer | |
| resolve_cursor_text_color() const -> terminal::Color | ttx::Renderer | |
| resolve_foreground(terminal::Color color) const -> terminal::Color | ttx::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::Renderer | inline |
| set_global_palette(terminal::Palette const &palette) -> di::ScopeExit< di::Function< void()> > | ttx::Renderer | inline |
| set_local_palette(terminal::Palette const &palette) -> di::ScopeExit< di::Function< void()> > | ttx::Renderer | inline |
| setup(dius::SyncFile &output, Feature features) -> di::Result<> | ttx::Renderer | |
| start(Size const &size, terminal::Palette const &outer_terminal_palette) | ttx::Renderer |