|
FTXUI
0.11.0
C++ functional terminal UI.
|
| CAutoReset< T > | Assign a value to a variable, reset its old value when going out of scope |
| CBox | |
| CButtonOption | Option for the Button component |
| CCapturedMouseInterface | |
| CCheckboxOption | Option for the Checkbox component |
| CColor | A class representing terminal colors |
| CColorInfo | |
| CComponentBase | It implement rendering itself as ftxui::Element. It implement keyboard navigation by responding to ftxui::Event |
| CConstRef< T > | An adapter. Own or reference an immutable object |
| CConstStringListRef | An adapter. Reference a list of strings |
| CConstStringRef | An adapter. Own or reference a constant string. For convenience, this class convert multiple immutable string toward a shared representation |
| CScreen::Cursor | |
| CDimensions | |
| CElement | |
| CEvent | Represent an event. It can be key press event, a terminal resize, or more .. |
| CInputOption | Option for the Input component |
| CMenuEntryOption | Option for the MenuEntry component |
| CMenuOption | Option for the Menu component |
| CMouse | A mouse event. It contains the coordinate of the mouse, the button pressed and the modifier (shift, ctrl, meta) |
| ▼CNode | |
| CNodeDecorator | |
| CTerminalInputParser::Output.__unnamed5__ | |
| CPixel | A unicode character and its associated style |
| CRadioboxOption | Option for the Radiobox component |
| CReceiverImpl< T > | |
| CRef< T > | An adapter. Own or reference an mutable object |
| CRef< bool > | |
| CRef< ftxui::InputOption > | |
| CRef< ftxui::MenuOption > | |
| CRef< int > | |
| CRequirement | |
| ▼CScreen | A rectangular grid of Pixel |
| CScreenInteractive | |
| CSenderImpl< T > | |
| CStringRef | An adapter. Own or reference a constant string. For convenience, this class convert multiple mutable string toward a shared representation |
| CTable | |
| CTableSelection | |
| CTerminalInputParser | |
| CToggleOption | Option for the Toggle component |
| CWideStringRef | An adapter. Own or reference a constant string. For convenience, this class convert multiple mutable string toward a shared representation |