|
NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
|
成员的完整列表,这些成员属于 neforce::tui::element,包括所有继承而来的类成员
| canvas(function< void(int, int, int, int)> draw_function, tui::style style={}) | neforce::tui::element | static |
| each(const vector< T > &items, function< element(const T &, size_t)> render) | neforce::tui::element | inlinestatic |
| flexbox(vector< element > children, box_props config={}) | neforce::tui::element | static |
| gridbox(vector< vector< element > > grid) | neforce::tui::element | static |
| kind 枚举名称 | neforce::tui::element | |
| when(bool cond, function< element()> then, function< element()> otherwise=[]() { return element::empty();}) | neforce::tui::element | static |
| with_key(size_t k) | neforce::tui::element | |
| with_style(const tui::style &s) | neforce::tui::element |