MCPcopy Create free account

hub / github.com/gizak/termui / types & classes

Types & classes58 in github.com/gizak/termui

↓ 10 callersTypeAliasnodeValue
_examples/tree.go:12
↓ 1 callersTypeAliasColor
Color is an integer from -1 to 255 -1 = ColorClear 0-255 = Xterm colors
v3/style.go:6
TypeAliasAlignment
v3/alignment.go:3
StructBarChart
v3/widgets/barchart.go:16
StructBarChartTheme
v3/theme.go:50
StructBlock
Block is the base struct inherited by most widgets. Block manages size, position, border, and title. It implements all 3 of the methods needed for the
v3/block.go:16
StructBlockTheme
v3/theme.go:45
StructBuffer
Buffer represents a section of a terminal and is a renderable rectangle of cells.
v3/buffer.go:39
StructCanvas
v3/canvas.go:9
StructCanvas
v3/drawille/drawille.go:23
StructCell
Cell represents a viewable terminal cell
v3/buffer.go:14
StructCell
v3/drawille/drawille.go:18
StructCellWithX
v3/utils.go:217
TypeAliasColor
v3/drawille/drawille.go:16
TypeAliasDrawDirection
v3/widgets/plot.go:57
InterfaceDrawable
v3/render.go:14
StructEvent
v3/events.go:50
TypeAliasEventType
* List of events: mouse events: <MouseLeft> <MouseRight> <MouseMiddle> <MouseWheelUp> <MouseWheelDown> keyboard events: any uppercase or lower
v3/events.go:42
StructGauge
v3/widgets/gauge.go:14
StructGaugeTheme
v3/theme.go:56
StructGrid
v3/grid.go:14
StructGridItem
GridItem represents either a Row or Column in a grid. Holds sizing information and either an []GridItems or a widget.
v3/grid.go:21
StructImage
v3/widgets/image.go:14
StructList
v3/widgets/list.go:15
StructListTheme
v3/theme.go:66
TypeAliasModifier
v3/style.go:23
StructMouse
Mouse payload.
v3/events.go:57
StructParagraph
v3/widgets/paragraph.go:13
StructParagraphTheme
v3/theme.go:76
StructPieChart
v3/widgets/piechart.go:20
FuncTypePieChartLabel
PieChartLabel callback
v3/widgets/piechart.go:18
StructPieChartTheme
v3/theme.go:80
StructPlot
Plot has two modes: line(default) and scatter. Plot also has two marker types: braille(default) and dot. A single braille character is a 2x4 grid of d
v3/widgets/plot.go:18
TypeAliasPlotMarker
v3/widgets/plot.go:50
StructPlotTheme
v3/theme.go:61
TypeAliasPlotType
v3/widgets/plot.go:43
StructResize
Resize payload.
v3/events.go:64
StructRootTheme
v3/theme.go:27
StructSparkline
Sparkline is like: ▅▆▂▂▅▇▂▂▃▆▆▆▅▃. The data points should be non-negative integers.
v3/widgets/sparkline.go:14
StructSparklineGroup
SparklineGroup is a renderable widget which groups together the given sparklines.
v3/widgets/sparkline.go:24
StructSparklineTheme
v3/theme.go:84
StructStackedBarChart
v3/widgets/stacked_barchart.go:16
StructStackedBarChartTheme
v3/theme.go:89
StructStyle
Style represents the style of one terminal cell
v3/style.go:34
StructTabPane
TabPane is a renderable widget which can be used to conditionally render certain tabs/views. TabPane shows a list of Tab names. The currently selected
v3/widgets/tabs.go:16
StructTabTheme
v3/theme.go:95
StructTable
*Table is like: ┌ Awesome Table ───────────────────────────────────────────────┐ │ Col0 | Col1 | Col2 | Col3 | Col4 | Col5 | Col6 | │───
v3/widgets/table.go:22
StructTableTheme
v3/theme.go:100
StructTree
Tree is a tree widget.
v3/widgets/tree.go:46
StructTreeNode
TreeNode is a tree node.
v3/widgets/tree.go:15
StructTreeTheme
v3/theme.go:70
FuncTypeTreeWalkFn
TreeWalkFn is a function used for walking a Tree. To interrupt the walking process function should return false.
v3/widgets/tree.go:26
Structcircle
v3/widgets/piechart.go:82
StructcolorAverager
v3/widgets/image.go:120
TypeAliasgridItemType
v3/grid.go:7
Structline
a line between two points
v3/widgets/piechart.go:100
StructpaletteColor
v3/widgets/image.go:169
TypeAliasparserState
v3/style_parser.go:26