|
FTXUI 6.1.9
C++ functional terminal UI.
|
Go to the source code of this file.
Namespaces | |
| namespace | ftxui |
| El espacio de nombres ftxui:: de FTXUI. | |
Functions | |
| Component | Hoverable (Component component, bool *hover) |
| Envuelve un componente. Permite saber si el ratón lo está "hovering". | |
| Component | Hoverable (Component component, std::function< void()> on_enter, std::function< void()> on_leave) |
| Envuelve un componente. Utiliza callbacks. | |
| ComponentDecorator | Hoverable (bool *hover) |
| Envuelve un componente. Permite saber si el ratón lo está "hovering". | |
| ComponentDecorator | Hoverable (std::function< void()> on_enter, std::function< void()> on_leave) |
| Envuelve un componente. Permite saber si el ratón lo está "hovering". | |
| Component | Hoverable (Component component, std::function< void(bool)> on_change) |
| Envuelve un componente. Permite saber si el ratón lo está "hovering". | |
| ComponentDecorator | Hoverable (std::function< void(bool)> on_change) |
| Envuelve un componente. Permite saber si el ratón lo está "hovering". | |