FTXUI/include/ftxui/component
Kefu Chai 95c766e9e4
Component decorators (#354)
Add decorator variants for decorator components

Add the "pipe" operator for components, similar to what was done for Elements.
We are able to put something like:
```
Button(...) | Maybe(&show_button)
```

Add decorators for:
- `Maybe`
- `CatchEvent`
- `Renderer`

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
Co-authored-by: ArthurSonzogni <sonzogniarthur@gmail.com>
2022-03-12 15:18:36 +01:00
..
captured_mouse.hpp Remove explicit default destructors (#157) 2021-07-17 12:02:08 +02:00
component_base.hpp Add non focusable components. (#172) 2021-08-05 22:40:40 +02:00
component_options.hpp Run IWYU. (#208) 2021-09-16 20:45:26 +02:00
component.hpp Component decorators (#354) 2022-03-12 15:18:36 +01:00
deprecated.hpp Component decorators (#354) 2022-03-12 15:18:36 +01:00
event.hpp Support SIGTSTP and task posting. (#331) 2022-02-13 11:11:34 +01:00
mouse.hpp Use IWYU. 2021-05-01 23:19:07 +02:00
receiver.hpp Execute IWYU and format. 2021-06-21 23:10:51 +02:00
screen_interactive.hpp Support SIGTSTP and task posting. (#331) 2022-02-13 11:11:34 +01:00
task.hpp Support SIGTSTP and task posting. (#331) 2022-02-13 11:11:34 +01:00