FTXUI  0.10.0
C++ functional terminal UI.
Loading...
Searching...
No Matches
Data Structures
Here are the data structures with brief descriptions:
[detail level 123]
 Nftxui
 Nbox_helper
 CElement
 CAutoResetAssign a value to a variable, reset its old value when going out of scope
 CBox
 CButtonOptionOption for the Button component
 CCapturedMouseInterface
 CCheckboxOptionOption for the Checkbox component
 CColorA class representing terminal colors
 CColorInfo
 CComponentBaseIt implement rendering itself as ftxui::Element. It implement keyboard navigation by responding to ftxui::Event
 CConstRefAn adapter. Own or reference an immutable object
 CConstStringListRefAn adapter. Reference a list of strings
 CConstStringRefAn adapter. Own or reference a constant string. For convenience, this class convert multiple immutable string toward a shared representation
 CDimensions
 CEventRepresent an event. It can be key press event, a terminal resize, or more ..
 CInputOptionOption for the Input component
 CMenuEntryOptionOption for the MenuEntry component
 CMenuOptionOption for the Menu component
 CMouseA mouse event. It contains the coordinate of the mouse, the button pressed and the modifier (shift, ctrl, meta)
 CNode
 CNodeDecorator
 CPixelA unicode character and its associated style
 CRadioboxOptionOption for the Radiobox component
 CReceiverImpl
 CRefAn adapter. Own or reference an mutable object
 CRequirement
 CScreenA rectangular grid of Pixel
 CCursor
 CScreenInteractive
 CSenderImpl
 CStringRefAn adapter. Own or reference a constant string. For convenience, this class convert multiple mutable string toward a shared representation
 CTerminalInputParser
 COutput.__unnamed5__
 CToggleOptionOption for the Toggle component
 CWideStringRefAn adapter. Own or reference a constant string. For convenience, this class convert multiple mutable string toward a shared representation