ttx 0.1.0
|
This is the complete list of members for ttx::Tab, including all inherited members.
active() const -> di::Optional< Pane & > | ttx::Tab | inline |
add_pane(dius::tty::WindowSize const &size, u32 row, u32 col, CreatePaneArgs args, Direction direction, RenderThread &render_thread) -> di::Result<> | ttx::Tab | |
empty() const -> bool | ttx::Tab | inline |
invalidate_all() | ttx::Tab | |
is_active() -> bool | ttx::Tab | inline |
layout(dius::tty::WindowSize const &size, u32 row, u32 col) | ttx::Tab | |
layout_group() -> LayoutGroup & | ttx::Tab | inline |
layout_tree() const -> di::Optional< LayoutNode & > | ttx::Tab | inline |
name() const -> di::StringView | ttx::Tab | inline |
navigate(NavigateDirection direction) | ttx::Tab | |
panes() const -> di::Ring< Pane * > const & | ttx::Tab | inline |
remove_pane(Pane *pane) -> di::Box< Pane > | ttx::Tab | |
set_active(Pane *pane) -> bool | ttx::Tab | |
set_is_active(bool b) -> bool | ttx::Tab | |
Tab(di::String name) | ttx::Tab | inlineexplicit |