NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
载入中...
搜索中...
未找到
neforce::tui::element 成员列表

成员的完整列表,这些成员属于 neforce::tui::element,包括所有继承而来的类成员

canvas(function< void(int, int, int, int)> draw_function, tui::style style={})neforce::tui::elementstatic
each(const vector< T > &items, function< element(const T &, size_t)> render)neforce::tui::elementinlinestatic
flexbox(vector< element > children, box_props config={})neforce::tui::elementstatic
gridbox(vector< vector< element > > grid)neforce::tui::elementstatic
kind 枚举名称neforce::tui::element
when(bool cond, function< element()> then, function< element()> otherwise=[]() { return element::empty();})neforce::tui::elementstatic
with_key(size_t k)neforce::tui::element
with_style(const tui::style &s)neforce::tui::element