ttx 0.1.0
|
This is the complete list of members for ttx::LayoutState, including all inherited members.
active_pane() const -> di::Optional< Pane & > | ttx::LayoutState | |
active_tab() const -> di::Optional< Tab & > | ttx::LayoutState | inline |
add_pane(Tab &tab, CreatePaneArgs args, Direction direction, RenderThread &render_thread) -> di::Result<> | ttx::LayoutState | |
add_tab(CreatePaneArgs args, RenderThread &render_thread) -> di::Result<> | ttx::LayoutState | |
empty() const -> bool | ttx::LayoutState | inline |
hide_status_bar() const -> bool | ttx::LayoutState | inline |
layout(di::Optional< dius::tty::WindowSize > size={}) | ttx::LayoutState | |
LayoutState(dius::tty::WindowSize const &size, bool hide_status_bar) | ttx::LayoutState | explicit |
remove_pane(Tab &tab, Pane *pane) -> di::Box< Pane > | ttx::LayoutState | |
remove_tab(Tab &tab) | ttx::LayoutState | |
set_active_tab(Tab *tab) -> bool | ttx::LayoutState | |
size() const -> dius::tty::WindowSize | ttx::LayoutState | inline |
tabs() -> di::Vector< di::Box< Tab > > & | ttx::LayoutState | inline |