MCPcopy Create free account

hub / github.com/atsaki/termeter / functions

Functions100 in github.com/atsaki/termeter

↓ 6 callersMethodAdd
(x float64)
panel.go:145
↓ 5 callersMethodBuffer
()
widget.go:10
↓ 4 callersMethodLast
(n int)
ring.go:97
↓ 4 callersMethodSetWidget
(w Widget)
panel.go:33
↓ 4 callersMethodUpdate
()
panel.go:157
↓ 3 callersMethodGetHeight
()
box.go:10
↓ 3 callersMethodGetWidth
()
box.go:9
↓ 3 callersFunctionNewPanelBase
(label string)
panel.go:45
↓ 3 callersMethodRender
(x, y, w, h int)
box.go:14
↓ 3 callersMethodRender
()
app.go:45
↓ 3 callersMethodupdateLineChartData
()
linechart.go:73
↓ 2 callersMethodAdd
(x float64, dataLabel string)
linechart.go:45
↓ 2 callersMethodAddBoxes
(boxes ...Box)
box.go:19
↓ 2 callersMethodCapacity
()
ring.go:74
↓ 2 callersMethodClear
()
linechart.go:69
↓ 2 callersMethodGetType
()
panel.go:34
↓ 2 callersFunctionNewLineChartWidget
(bufsize int)
linechart.go:12
↓ 2 callersFunctionNewWidgetBox
()
box.go:67
↓ 2 callersMethodSetMode
(mode string)
panel.go:140
↓ 2 callersMethodSetSortMode
(mode int)
panel.go:236
↓ 2 callersMethodSetWidth
(w int)
box.go:11
↓ 2 callersMethodUpdate
(text string)
par.go:38
↓ 2 callersFunctionnewFloat64RingBuffer
(capacity int)
ring.go:10
↓ 2 callersFunctionnewStringRingBuffer
(capacity int)
ring.go:61
↓ 2 callersFunctionupdate
(app *termeter.App, dataLabelMode string, record []string)
cmd/termeter/termeter.go:59
↓ 2 callersMethodupdate
()
panel.go:209
↓ 1 callersMethodAdd
(items ...string)
list.go:38
↓ 1 callersMethodAddPanel
(label string, panelType int, options map[string]string)
app.go:19
↓ 1 callersMethodBufferers
()
box.go:13
↓ 1 callersMethodGetPanel
(i int)
app.go:15
↓ 1 callersFunctionNewBarChartWidget
()
barchart.go:9
↓ 1 callersFunctionNewCDFPanel
(label string)
panel.go:130
↓ 1 callersFunctionNewCounterPanel
(label string)
panel.go:193
↓ 1 callersFunctionNewHBox
()
box.go:132
↓ 1 callersFunctionNewLineChartPanel
(label string)
panel.go:79
↓ 1 callersFunctionNewListWidget
()
list.go:9
↓ 1 callersFunctionNewVBox
()
box.go:98
↓ 1 callersFunctionRender
(box Box)
termeter.go:8
↓ 1 callersMethodSetHeight
(h int)
box.go:12
↓ 1 callersMethodSetWidget
(w Widget)
box.go:71
↓ 1 callersMethodSetX
(x int)
widget.go:6
↓ 1 callersMethodSetY
(y int)
widget.go:7
↓ 1 callersMethodSlice
(i, j int)
ring.go:35
↓ 1 callersMethodSlice
(i, j int)
ring.go:86
↓ 1 callersMethodUpdate
(xs []float64, dataLabels []string)
linechart.go:53
↓ 1 callersFunctionnumericalSort
(ss []string)
util.go:35
MethodAdd
(v float64)
ring.go:27
MethodAdd
(v string)
ring.go:78
MethodAdd
(label string, freq int)
barchart.go:38
MethodAdd
(x float64, dataLabel string)
panel.go:94
MethodAdd
(label string)
panel.go:249
MethodAddBoxes
(boxes ...Box)
box.go:48
MethodAddLabel
(label string)
panel.go:240
MethodBuffer
()
barchart.go:31
MethodBuffer
()
linechart.go:38
MethodBuffer
()
par.go:31
MethodBuffer
()
list.go:31
MethodBufferers
()
box.go:52
MethodBufferers
()
box.go:75
MethodCapacity
()
ring.go:23
MethodGetHeight
()
box.go:31
MethodGetType
()
panel.go:68
MethodGetWidth
()
box.go:27
MethodLast
(n int)
ring.go:46
MethodLen
()
ring.go:19
MethodLen
()
ring.go:70
MethodLen
()
util.go:10
MethodLess
(i, j int)
util.go:18
FunctionNewApp
()
app.go:8
FunctionNewParWidget
()
par.go:9
MethodRender
(x, y, w, h int)
box.go:79
MethodRender
(x, y, w, h int)
box.go:104
MethodRender
(x, y, w, h int)
box.go:138
MethodSetHeight
(h int)
widget.go:9
MethodSetHeight
(h int)
barchart.go:27
MethodSetHeight
(h int)
linechart.go:34
MethodSetHeight
(h int)
box.go:39
MethodSetHeight
(h int)
par.go:27
MethodSetHeight
(h int)
list.go:27
MethodSetMode
(mode string)
panel.go:89
MethodSetWidget
(w Widget)
panel.go:63
MethodSetWidth
(w int)
widget.go:8
MethodSetWidth
(w int)
barchart.go:23
MethodSetWidth
(w int)
linechart.go:29
MethodSetWidth
(w int)
box.go:35
MethodSetWidth
(w int)
par.go:23
MethodSetWidth
(w int)
list.go:23
MethodSetX
(x int)
barchart.go:15
MethodSetX
(x int)
linechart.go:21
MethodSetX
(x int)
par.go:15
MethodSetX
(x int)
list.go:15
MethodSetY
(y int)
barchart.go:19
MethodSetY
(y int)
linechart.go:25
MethodSetY
(y int)
par.go:19
MethodSetY
(y int)
list.go:19
MethodSwap
(i, j int)
util.go:14
MethodUpdate
(labels []string, freqs []int)
barchart.go:43
MethodUpdate
()
panel.go:109
MethodUpdate
(items []string)
list.go:44
Functionmain
()
cmd/termeter/termeter.go:87