ttx 0.1.0
Loading...
Searching...
No Matches
ttx::LayoutState Class Reference

#include </home/runner/work/ttx/ttx/src/layout_state.h>

Public Member Functions

 LayoutState (dius::tty::WindowSize const &size, bool hide_status_bar)
 
void layout (di::Optional< dius::tty::WindowSize > size={})
 
auto set_active_tab (Tab *tab) -> bool
 
void remove_tab (Tab &tab)
 
auto remove_pane (Tab &tab, Pane *pane) -> di::Box< Pane >
 
auto add_pane (Tab &tab, CreatePaneArgs args, Direction direction, RenderThread &render_thread) -> di::Result<>
 
auto add_tab (CreatePaneArgs args, RenderThread &render_thread) -> di::Result<>
 
auto empty () const -> bool
 
auto tabs () -> di::Vector< di::Box< Tab > > &
 
auto active_tab () const -> di::Optional< Tab & >
 
auto active_pane () const -> di::Optional< Pane & >
 
auto size () const -> dius::tty::WindowSize
 
auto hide_status_bar () const -> bool
 

Constructor & Destructor Documentation

◆ LayoutState()

ttx::LayoutState::LayoutState ( dius::tty::WindowSize const & size,
bool hide_status_bar )
explicit

Member Function Documentation

◆ active_pane()

auto ttx::LayoutState::active_pane ( ) const -> di::Optional<Pane&>

◆ active_tab()

auto ttx::LayoutState::active_tab ( ) const -> di::Optional<Tab&>
inline

◆ add_pane()

auto ttx::LayoutState::add_pane ( Tab & tab,
CreatePaneArgs args,
Direction direction,
RenderThread & render_thread ) -> di::Result<>

◆ add_tab()

auto ttx::LayoutState::add_tab ( CreatePaneArgs args,
RenderThread & render_thread ) -> di::Result<>

◆ empty()

auto ttx::LayoutState::empty ( ) const -> bool
inline

◆ hide_status_bar()

auto ttx::LayoutState::hide_status_bar ( ) const -> bool
inline

◆ layout()

void ttx::LayoutState::layout ( di::Optional< dius::tty::WindowSize > size = {})

◆ remove_pane()

auto ttx::LayoutState::remove_pane ( Tab & tab,
Pane * pane ) -> di::Box<Pane>

◆ remove_tab()

void ttx::LayoutState::remove_tab ( Tab & tab)

◆ set_active_tab()

auto ttx::LayoutState::set_active_tab ( Tab * tab) -> bool

◆ size()

auto ttx::LayoutState::size ( ) const -> dius::tty::WindowSize
inline

◆ tabs()

auto ttx::LayoutState::tabs ( ) -> di::Vector<di::Box<Tab>>&
inline

The documentation for this class was generated from the following files: