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

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

accepts_scrolling() -> boolttx::Pane
copy_last_command(bool include_command)ttx::Pane
create(u64 id, CreatePaneArgs args, Size const &size) -> di::Result< di::Box< Pane > >ttx::Panestatic
create_from_replay(u64 id, di::Optional< di::Path > cwd, di::PathView replay_path, di::Optional< di::Path > save_state_path, Size const &size, PaneHooks hooks) -> di::Result< di::Box< Pane > >ttx::Panestatic
create_mock(u64 id=0, di::Optional< di::Path > cwd={}) -> di::Box< Pane >ttx::Panestatic
current_working_directory() -> di::Optional< di::Path >ttx::Pane
draw(Renderer &renderer) -> di::Tuple< RenderedCursor, terminal::Color >ttx::Pane
event(KeyEvent const &event) -> boolttx::Pane
event(MouseEvent const &event) -> boolttx::Pane
event(FocusEvent const &event) -> boolttx::Pane
event(PasteEvent const &event) -> boolttx::Pane
exit()ttx::Pane
id() constttx::Paneinline
invalidate_all()ttx::Pane
Pane(u64 id, di::Optional< di::Path > cwd, dius::SyncFile pty_controller, Size const &size, dius::system::ProcessHandle process, terminal::Palette const &global_palette, terminal::Palette const &local_palette, terminal::ThemeMode theme_mode, PaneHooks hooks)ttx::Paneinlineexplicit
resize(Size const &size)ttx::Pane
save_state(di::PathView path) -> di::Result<>ttx::Pane
scroll(Direction direction, i32 amount_in_cells)ttx::Pane
scroll_next_command()ttx::Pane
scroll_page_down()ttx::Pane
scroll_page_up()ttx::Pane
scroll_prev_command()ttx::Pane
scroll_to_bottom()ttx::Pane
scroll_to_top()ttx::Pane
seamless_navigate(terminal::OSC8671 &&osc_8671) -> boolttx::Pane
send_clipboard(terminal::SelectionType selection_type, di::Vector< byte > data)ttx::Pane
set_global_palette(terminal::Palette const &palette)ttx::Pane
set_theme_mode(terminal::ThemeMode theme_mode)ttx::Pane
soft_reset()ttx::Pane
stop_capture()ttx::Pane
update_local_palette(di::FunctionRef< void(terminal::Palette &)> update)ttx::Pane
window_title() -> di::Optional< di::String >ttx::Pane
~Pane()ttx::Pane