|
FTXUI 6.1.9
C++ functional terminal UI.
|
#include <requirement.hpp>
Collaboration diagram for Requirement::Focused:Public Member Functions | |
| bool | Prefer (const Focused &other) const |
Data Fields | |
| bool | enabled = false |
| Box | box |
| Node * | node = nullptr |
| Screen::Cursor::Shape | cursor_shape = Screen::Cursor::Shape::Hidden |
| bool | component_active = false |
Definition at line 25 of file requirement.hpp.
|
inline |
Definition at line 35 of file requirement.hpp.
| bool enabled = false |
Definition at line 26 of file requirement.hpp.
| Box box |
Definition at line 27 of file requirement.hpp.
| Node* node = nullptr |
Definition at line 28 of file requirement.hpp.
| Screen::Cursor::Shape cursor_shape = Screen::Cursor::Shape::Hidden |
Definition at line 29 of file requirement.hpp.
| bool component_active = false |
Definition at line 32 of file requirement.hpp.