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

#include <ttx/layout.h>

Public Member Functions

auto operator== (LayoutEntry const &) const -> bool=default

Public Attributes

u32 row { 0 }
u32 col { 0 }
Size size
LayoutNodeparent { nullptr }
LayoutPane const * ref { nullptr }
Panepane { nullptr }

Friends

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

Member Function Documentation

◆ operator==()

auto ttx::LayoutEntry::operator== ( LayoutEntry const & ) const->bool=default
default

◆ tag_invoke

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

Member Data Documentation

◆ col

u32 ttx::LayoutEntry::col { 0 }

◆ pane

Pane* ttx::LayoutEntry::pane { nullptr }

◆ parent

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

◆ ref

LayoutPane const* ttx::LayoutEntry::ref { nullptr }

◆ row

u32 ttx::LayoutEntry::row { 0 }

◆ size

Size ttx::LayoutEntry::size

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