ttx 0.1.0
Loading...
Searching...
No Matches
ttx::LayoutNode Struct Reference

#include </home/runner/work/ttx/ttx/lib/include/ttx/layout.h>

Public Member Functions

auto find_pane (Pane *pane) -> di::Optional< LayoutEntry & >
 
auto hit_test (u32 row, u32 col) -> di::Optional< LayoutEntry & >
 
auto hit_test_horizontal_line (u32 row, u32 col_start, u32 col_end) -> di::TreeSet< LayoutEntry * >
 
auto hit_test_vertical_line (u32 col, u32 row_start, u32 row_end) -> di::TreeSet< LayoutEntry * >
 

Public Attributes

u32 row { 0 }
 
u32 col { 0 }
 
dius::tty::WindowSize size
 
di::Vector< di::Variant< di::Box< LayoutNode >, LayoutEntry > > children
 
LayoutNodeparent { nullptr }
 
LayoutGroupgroup { nullptr }
 
Direction direction { Direction::None }
 

Friends

constexpr friend auto tag_invoke (di::Tag< di::reflect >, di::InPlaceType< LayoutNode >)
 

Member Function Documentation

◆ find_pane()

auto ttx::LayoutNode::find_pane ( Pane * pane) -> di::Optional<LayoutEntry&>

◆ hit_test()

auto ttx::LayoutNode::hit_test ( u32 row,
u32 col ) -> di::Optional<LayoutEntry&>

◆ hit_test_horizontal_line()

auto ttx::LayoutNode::hit_test_horizontal_line ( u32 row,
u32 col_start,
u32 col_end ) -> di::TreeSet<LayoutEntry*>

◆ hit_test_vertical_line()

auto ttx::LayoutNode::hit_test_vertical_line ( u32 col,
u32 row_start,
u32 row_end ) -> di::TreeSet<LayoutEntry*>

Friends And Related Symbol Documentation

◆ tag_invoke

friend auto tag_invoke ( di::Tag< di::reflect > ,
di::InPlaceType< LayoutNode >  )
friend

Member Data Documentation

◆ children

di::Vector<di::Variant<di::Box<LayoutNode>, LayoutEntry> > ttx::LayoutNode::children

◆ col

u32 ttx::LayoutNode::col { 0 }

◆ direction

Direction ttx::LayoutNode::direction { Direction::None }

◆ group

LayoutGroup* ttx::LayoutNode::group { nullptr }

◆ parent

LayoutNode* ttx::LayoutNode::parent { nullptr }

◆ row

u32 ttx::LayoutNode::row { 0 }

◆ size

dius::tty::WindowSize ttx::LayoutNode::size

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