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.

create(CreatePaneArgs args, dius::tty::WindowSize size, di::Function< void(Pane &)> did_exit, di::Function< void(Pane &)> did_update, di::Function< void(di::Span< byte const >)> did_selection, di::Function< void(di::StringView)> apc_passthrough) -> di::Result< di::Box< Pane > >ttx::Panestatic
create_from_replay(di::PathView replay_path, di::Optional< di::Path > save_state_path, dius::tty::WindowSize size, di::Function< void(Pane &)> did_exit, di::Function< void(Pane &)> did_update, di::Function< void(di::Span< byte const >)> did_selection, di::Function< void(di::StringView)> apc_passthrough) -> di::Result< di::Box< Pane > >ttx::Panestatic
create_mock() -> di::Box< Pane >ttx::Panestatic
draw(Renderer &renderer) -> RenderedCursorttx::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
invalidate_all()ttx::Pane
Pane(dius::SyncFile pty_controller, dius::system::ProcessHandle process, di::Function< void(Pane &)> did_exit, di::Function< void(Pane &)> did_update, di::Function< void(di::Span< byte const >)> did_selection, di::Function< void(di::StringView)> apc_passthrough)ttx::Paneinlineexplicit
resize(dius::tty::WindowSize const &size)ttx::Pane
save_state(di::PathView path) -> di::Result<>ttx::Pane
scroll(Direction direction, i32 amount_in_cells)ttx::Pane
stop_capture()ttx::Pane
~Pane()ttx::Pane