FTXUI 6.1.9
C++ functional terminal UI.
载入中...
搜索中...
未找到
util.cpp 文件参考

浏览该文件的源代码.

命名空间

namespace  ftxui
 #include "ftxui/component/component_base.hpp" // 用于 ComponentBase
 

函数

Element nothing (Element element)
 一个什么都不做的装饰器。
 
Decorator operator| (Decorator a, Decorator b)
 将两个装饰器组合成一个。
 
Elements operator| (Elements elements, Decorator decorator)
 从一组元素中,对每个元素应用一个装饰器。
 
Element operator| (Element element, Decorator decorator)
 从一个元素中,应用一个装饰器。
 
Elementoperator|= (Element &e, Decorator d)
 对元素应用一个装饰器。
 
Element emptyElement ()