FTXUI/include/ftxui/component
Arthur Sonzogni 455998d759
Remove Ref<XxxOption> and add new interfaces. (#686)
1. Stop taking Ref<XxxOption> in Component constructors. Instead, use
   the XxxOption directly. Passing by copy avoid problems developers had
   where one was shared in between multiple component, causing issues.

2. Add variants of most component constructors taking a struct only.

This replaces:
https://github.com/ArthurSonzogni/FTXUI/pull/670

This fixes:
https://github.com/ArthurSonzogni/FTXUI/issues/426
2023-06-25 17:22:05 +02:00
..
animation.hpp Update float style in animation.cpp (#607) 2023-03-26 16:42:08 +02:00
captured_mouse.hpp Remove explicit default destructors (#157) 2021-07-17 12:02:08 +02:00
component_base.hpp Delete copy constructor and copy operator (#638) 2023-05-16 18:33:41 +02:00
component_options.hpp Remove Ref<XxxOption> and add new interfaces. (#686) 2023-06-25 17:22:05 +02:00
component.hpp Remove Ref<XxxOption> and add new interfaces. (#686) 2023-06-25 17:22:05 +02:00
event.hpp Multiple fixes: signed/unsigned, etc... (#600) 2023-03-26 20:20:02 +02:00
loop.hpp Introduce Loop. (#476) 2022-10-18 21:29:27 +02:00
mouse.hpp Multiple fixes: signed/unsigned, etc... (#600) 2023-03-26 20:20:02 +02:00
receiver.hpp Feature: Add multi-line input. (#630) 2023-05-02 13:32:37 +02:00
screen_interactive.hpp Improve UNIX signal handling (#518) 2022-12-01 22:56:35 +01:00
task.hpp Animation (#355) 2022-03-13 18:51:46 +01:00