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, GraphicsRendition const &graphics_rendition={}, di::Optional< terminal::Hyperlink const & > hyperlink={}) | ttx::Renderer | |
finish(dius::SyncFile &output, RenderedCursor const &cursor) -> di::Result<> | ttx::Renderer | |
put_cell(di::StringView text, u32 row, u32 col, 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, GraphicsRendition const &rendition={}, di::Optional< terminal::Hyperlink const & > hyperlink={}) | ttx::Renderer | |
put_text(c32 text, u32 row, u32 col, GraphicsRendition const &rendition={}, di::Optional< terminal::Hyperlink const & > hyperlink={}) | ttx::Renderer | |
Renderer() | ttx::Renderer | inline |
set_bound(u32 row, u32 col, u32 width, u32 height) | ttx::Renderer | |
setup(dius::SyncFile &output, Feature features) -> di::Result<> | ttx::Renderer | |
start(Size const &size) | ttx::Renderer |