FTXUI 6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
renderer.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  ftxui
 FTXUI 的 ftxui:: 命名空間
 

Functions

Component Renderer (std::function< Element()> render)
 建立一個元件,使用 |render| 來繪製其介面。
 
Component Renderer (Component child, std::function< Element()> render)
 回傳一個新的元件,類似於 |child|,但使用 |render| 作為 Component::Render() 事件。
 
Component Renderer (std::function< Element(bool)> render)
 建立一個可聚焦的元件,使用 |render| 來繪製其介面。
 
ComponentDecorator Renderer (ElementDecorator decorator)
 裝飾一個元件,透過裝飾它所呈現的內容。