Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ArthurSonzogni/FTXUI
/ functions
Functions
1,183 in github.com/ArthurSonzogni/FTXUI
⨍
Functions
1,183
◇
Types & classes
214
↓ 2 callers
Function
gaugeRight
@brief Draw a high definition progress bar progressing from left to right. @param progress The proportion of the area to be filled. Belong to [0,1]. @
src/ftxui/dom/gauge.cpp:201
↓ 2 callers
Function
is_hidden
(rel: Path)
tools/build_translations.py:363
↓ 2 callers
Function
normalize_type_string
(s)
tools/normalize_abidw.py:6
↓ 2 callers
Method
operator->
include/ftxui/util/ref.hpp:79
↓ 2 callers
Function
paragraphAlignLeft
@brief Return an element drawing the paragraph on multiple lines, aligned on the left. @ingroup dom @see flexbox.
src/ftxui/dom/paragraph.cpp:56
↓ 2 callers
Method
resolve_header
Recursively inlines FTXUI headers.
tools/amalgamate.py:163
↓ 2 callers
Function
rotate
src/ftxui/dom/gridbox_test.cpp:18
↓ 2 callers
Function
run_gemini_agent
(workdir: Path, prompt: str)
tools/build_translations.py:294
↓ 2 callers
Function
serialize_element
(elem, type_map)
tools/normalize_abidw.py:63
↓ 2 callers
Method
strip_license
Removes FTXUI license block if found in the first 20 lines.
tools/amalgamate.py:105
↓ 2 callers
Function
update_to_head
(path: Path)
tools/build_translations.py:231
↓ 2 callers
Function
xflex_grow_factor
src/ftxui/dom/flex.cpp:177
↓ 2 callers
Function
xflex_shrink_factor
src/ftxui/dom/flex.cpp:183
↓ 1 callers
Method
Active
@brief Returns if the element if the currently active child of its parent.
src/ftxui/component/component.cpp:216
↓ 1 callers
Method
AddPart
src/ftxui/dom/selection.cpp:146
↓ 1 callers
Method
ApplyShader
clang-format off
src/ftxui/screen/screen.cpp:550
↓ 1 callers
Function
BounceIn
src/ftxui/component/animation.cpp:224
↓ 1 callers
Function
CapturedMouseInterface
include/ftxui/component/captured_mouse.hpp:16
↓ 1 callers
Method
Clear
@brief Clear all the cells from the screen.
src/ftxui/screen/screen.cpp:538
↓ 1 callers
Function
Code
examples/component/print_key_press.cpp:21
↓ 1 callers
Function
CodepointToWordBreakProperty
src/ftxui/screen/string.cpp:1309
↓ 1 callers
Function
ColorString
examples/component/slider_rgb.cpp:21
↓ 1 callers
Function
ColorTile
examples/component/slider_rgb.cpp:16
↓ 1 callers
Function
ComponentBase
A component is not copyable/movable.
include/ftxui/component/component_base.hpp:38
↓ 1 callers
Method
ComputeColorSupport
src/ftxui/screen/terminal.cpp:211
↓ 1 callers
Function
ComputeGrow
Called when the size allowed is greater than the requested size. This distributes the extra spaces toward the flexible elements, in relative proportio
src/ftxui/dom/box_helper.cpp:23
↓ 1 callers
Method
ComputeRequirement
src/ftxui/dom/util.cpp:142
↓ 1 callers
Method
ComputeRequirement
src/ftxui/component/component.cpp:148
↓ 1 callers
Function
ComputeShrinkEasy
Called when the size allowed is lower than the requested size, and the shrinkable element can absorbe the (negative) extra_space. This distribute the
src/ftxui/dom/box_helper.cpp:38
↓ 1 callers
Function
ComputeShrinkHard
Called when the size allowed is lower than the requested size, and the shrinkable element can not absorb the (negative) extra_space. This assigns zero
src/ftxui/dom/box_helper.cpp:54
↓ 1 callers
Function
ConstStringListRef
include/ftxui/util/ref.hpp:176
↓ 1 callers
Method
CreateReceiverAt
src/ftxui/component/multi_receiver_buffer.hpp:86
↓ 1 callers
Method
DebugString
@brief Return a string representation of the event.
src/ftxui/component/event.cpp:264
↓ 1 callers
Method
DecorateBorder
@brief Apply the `decorator` to the border of the selection. @param decorator The decorator to apply.
src/ftxui/dom/table.cpp:344
↓ 1 callers
Method
DecorateSeparator
@brief Apply the `decorator` to the separators of the selection. @param decorator The decorator to apply.
src/ftxui/dom/table.cpp:397
↓ 1 callers
Function
DefaultRenderState
src/ftxui/component/window.cpp:94
↓ 1 callers
Method
DetachAllChildren
@brief Remove all children.
src/ftxui/component/component.cpp:115
↓ 1 callers
Function
DeviceStatusReport
Device Status Report (DSR)
src/ftxui/component/app.cpp:349
↓ 1 callers
Method
DrawBlockOn
@brief Draw a block. @param x the x coordinate of the block. @param y the y coordinate of the block.
src/ftxui/dom/canvas.cpp:475
↓ 1 callers
Method
DrawPointOff
@brief Erase a braille dot. @param x the x coordinate of the dot. @param y the y coordinate of the dot.
src/ftxui/dom/canvas.cpp:161
↓ 1 callers
Method
DrawPointOn
@brief Draw a braille dot. @param x the x coordinate of the dot. @param y the y coordinate of the dot.
src/ftxui/dom/canvas.cpp:144
↓ 1 callers
Method
ExitNow
src/ftxui/component/app.cpp:568
↓ 1 callers
Method
Focusable
@brief Return true when the component contains focusable elements. The non focusable Components will be skipped when navigating using the keyboard.
src/ftxui/component/component.cpp:206
↓ 1 callers
Function
GeneratorBool
src/ftxui/component/canvas_fuzzer.cpp:23
↓ 1 callers
Function
GeneratorButtonOption
src/ftxui/component/component_fuzzer.cpp:77
↓ 1 callers
Function
GeneratorFloat
src/ftxui/component/color_fuzzer.cpp:24
↓ 1 callers
Function
GeneratorMenuEntryOption
src/ftxui/component/component_fuzzer.cpp:96
↓ 1 callers
Function
GeneratorMenuOption
src/ftxui/component/component_fuzzer.cpp:102
↓ 1 callers
Function
GeneratorString
src/ftxui/component/canvas_fuzzer.cpp:33
↓ 1 callers
Function
GeneratorUnderlineOption
src/ftxui/component/component_fuzzer.cpp:83
↓ 1 callers
Method
Get
src/ftxui/component/task_queue.cpp:23
↓ 1 callers
Method
Get
src/ftxui/component/multi_receiver_buffer.hpp:119
↓ 1 callers
Method
GetSelectedContent
src/ftxui/dom/node.cpp:72
↓ 1 callers
Function
HMenu1
examples/component/menu_style.cpp:230
↓ 1 callers
Function
HMenu2
examples/component/menu_style.cpp:234
↓ 1 callers
Function
HMenu3
examples/component/menu_style.cpp:238
↓ 1 callers
Function
HMenu4
examples/component/menu_style.cpp:245
↓ 1 callers
Function
HMenu5
examples/component/menu_style.cpp:249
↓ 1 callers
Method
HandleTask
src/ftxui/component/app.cpp:862
↓ 1 callers
Method
HasPending
src/ftxui/component/app.cpp:218
↓ 1 callers
Method
Hyperlink
src/ftxui/dom/hyperlink.cpp:20
↓ 1 callers
Method
Index
@brief Return index of the component in its parent. -1 if no parent.
src/ftxui/component/component.cpp:75
↓ 1 callers
Function
InvertMap
src/ftxui/screen/screen.cpp:310
↓ 1 callers
Function
IsCell
src/ftxui/dom/table.cpp:17
↓ 1 callers
Function
IsInverted
src/ftxui/component/menu.cpp:41
↓ 1 callers
Function
IsWordCodePoint
src/ftxui/component/input.cpp:54
↓ 1 callers
Function
JustifyContent
src/ftxui/dom/flexbox_helper.cpp:259
↓ 1 callers
Function
Loop
include/ftxui/component/loop.hpp:70
↓ 1 callers
Function
MainComponent
Definition of the main component. The details are not important.
examples/component/modal_dialog.cpp:18
↓ 1 callers
Function
MakeHorizontalFlexboxList
src/ftxui/dom/scroll_indicator_test.cpp:280
↓ 1 callers
Method
MakeSender
include/ftxui/component/receiver.hpp:83
↓ 1 callers
Function
Merge
include/ftxui/dom/take_any_args.hpp:16
↓ 1 callers
Function
ModalComponent
Definition of the modal component. The details are not important.
examples/component/modal_dialog.cpp:40
↓ 1 callers
Function
MousePressed
src/ftxui/component/button_test.cpp:22
↓ 1 callers
Function
Nested
examples/component/nested_screen.cpp:15
↓ 1 callers
Function
Normalize
src/ftxui/dom/flexbox.cpp:22
↓ 1 callers
Function
Normalize
Convert a LinearGradient to a normalized version.
src/ftxui/dom/linear_gradient.cpp:29
↓ 1 callers
Function
OnExit
src/ftxui/component/app.cpp:281
↓ 1 callers
Function
Opposite
src/ftxui/component/slider.cpp:35
↓ 1 callers
Function
PositionAndSize
src/ftxui/component/window.cpp:21
↓ 1 callers
Method
PostTask
src/ftxui/component/task_runner.cpp:29
↓ 1 callers
Method
Prune
src/ftxui/component/multi_receiver_buffer.hpp:103
↓ 1 callers
Method
Receive
include/ftxui/component/receiver.hpp:90
↓ 1 callers
Method
RegisterHyperlink
src/ftxui/screen/screen.cpp:577
↓ 1 callers
Method
ReleaseSender
include/ftxui/component/receiver.hpp:137
↓ 1 callers
Method
Render
src/ftxui/dom/border.cpp:81
↓ 1 callers
Method
Request
src/ftxui/component/app.cpp:182
↓ 1 callers
Method
ResetCursorPosition
src/ftxui/component/app.cpp:1113
↓ 1 callers
Function
RestoreTerminalEmergency
Emergency terminal state restoration. Async-signal-safe function.
src/ftxui/component/app.cpp:426
↓ 1 callers
Method
Run
src/ftxui/component/app.cpp:1708
↓ 1 callers
Method
SelectRectangle
@brief Select a rectangle of the table. @param column_min The first column to select. @param column_max The last column to select. @param row_min The
src/ftxui/dom/table.cpp:179
↓ 1 callers
Method
SetAnimation
@brief Set how the underline should animate. @param d The duration of the animation. @param f The easing function of the animation.
src/ftxui/component/component_options.cpp:36
↓ 1 callers
Method
SetBox
src/ftxui/dom/frame.cpp:44
↓ 1 callers
Method
SetCapabilities
src/ftxui/screen/terminal.cpp:183
↓ 1 callers
Method
SetColorterm
src/ftxui/screen/terminal.cpp:170
↓ 1 callers
Function
SetFallbackSize
@brief Override terminal size in case auto-detection fails @param fallbackSize Terminal dimensions to fallback to
src/ftxui/screen/terminal.cpp:298
↓ 1 callers
Method
SetTerm
src/ftxui/screen/terminal.cpp:167
↓ 1 callers
Method
SetTermProgram
src/ftxui/screen/terminal.cpp:173
↓ 1 callers
Method
SetTerminalEmulatorName
src/ftxui/screen/terminal.cpp:179
↓ 1 callers
Method
SetTerminalName
src/ftxui/screen/terminal.cpp:176
← previous
next →
301–400 of 1,183, ranked by callers