|
FTXUI 6.1.9
C++ functional terminal UI.
|
Go to the source code of this file.
Namespaces | |
| namespace | ftxui |
| FTXUI ftxui:: 名前空間 | |
Functions | |
| Element | nothing (Element element) |
| 何も行わないデコレーションです。 | |
| Decorator | operator| (Decorator a, Decorator b) |
| 2つのデコレーターを1つに合成します。 | |
| Elements | operator| (Elements elements, Decorator decorator) |
| 要素のセットから、すべての要素にデコレーターを適用します。 | |
| Element | operator| (Element element, Decorator decorator) |
| 要素にデコレーターを適用します。 | |
| Element & | operator|= (Element &e, Decorator d) |
| 要素にデコレーターを適用します。 | |
| Element | emptyElement () |