FTXUI
5.0.0
C++ functional terminal UI.
|
Go to the source code of this file.
Namespaces | |
namespace | ftxui |
Functions | |
Element | gaugeDirection (float progress, Direction direction) |
Draw a high definition progress bar progressing in specified direction. | |
Element | gaugeRight (float progress) |
Draw a high definition progress bar progressing from left to right. | |
Element | gaugeLeft (float progress) |
Draw a high definition progress bar progressing from right to left. | |
Element | gaugeUp (float progress) |
Draw a high definition progress bar progressing from bottom to top. | |
Element | gaugeDown (float progress) |
Draw a high definition progress bar progressing from top to bottom. | |
Element | gauge (float progress) |
Draw a high definition progress bar. | |