ttx 0.1.0
|
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::Pane | static |
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::Pane | static |
create_mock() -> di::Box< Pane > | ttx::Pane | static |
draw(Renderer &renderer) -> RenderedCursor | ttx::Pane | |
event(KeyEvent const &event) -> bool | ttx::Pane | |
event(MouseEvent const &event) -> bool | ttx::Pane | |
event(FocusEvent const &event) -> bool | ttx::Pane | |
event(PasteEvent const &event) -> bool | ttx::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::Pane | inlineexplicit |
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 |