|
FTXUI 6.1.9
C++ functional terminal UI.
|
Go to the source code of this file.
Namespaces | |
| namespace | ftxui |
| FTXUI 的 ftxui:: 命名空間 | |
Functions | |
| Component | Maybe (Component child, std::function< bool()> show) |
| 裝飾一個組件 |child|。它只在 |show| 返回 true 時顯示。 | |
| ComponentDecorator | Maybe (std::function< bool()> show) |
| 裝飾一個組件。它只在 |show| 函數返回 true 時顯示。 | |
| Component | Maybe (Component child, const bool *show) |
| 裝飾一個組件 |child|。它只在 |show| 為 true 時顯示。 | |
| ComponentDecorator | Maybe (const bool *show) |
| 裝飾一個組件。它只在 |show| 為 true 時顯示。 | |