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

Public Member Functions

auto operator() (LayoutGroup &node) const -> di::Result<>
 
auto operator() (di::Box< LayoutGroup > &node) const -> di::Result<>
 
auto operator() (di::Box< LayoutPane > &node) const -> di::Result<>
 

Public Attributes

LayoutNodelayout
 
di::FunctionRef< di::Result< di::Box< Pane > >(u64 id, di::Optional< di::Path >, Size const &)> make_pane
 

Member Function Documentation

◆ operator()() [1/3]

auto ttx::MakePane::operator() ( di::Box< LayoutGroup > & node) const -> di::Result<>
inline

◆ operator()() [2/3]

auto ttx::MakePane::operator() ( di::Box< LayoutPane > & node) const -> di::Result<>
inline

◆ operator()() [3/3]

auto ttx::MakePane::operator() ( LayoutGroup & node) const -> di::Result<>
inline

Member Data Documentation

◆ layout

LayoutNode& ttx::MakePane::layout

◆ make_pane

di::FunctionRef<di::Result<di::Box<Pane> >(u64 id, di::Optional<di::Path>, Size const&)> ttx::MakePane::make_pane

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