Documentation
¶
Index ¶
- Constants
- type LinesTableContent
- func (t *LinesTableContent) Clear()
- func (t *LinesTableContent) GetCell(row int, col int) *tview.TableCell
- func (t *LinesTableContent) GetColumnCount() int
- func (t *LinesTableContent) GetRowCount() int
- func (t *LinesTableContent) InsertColumn(col int)
- func (t *LinesTableContent) InsertRow(row int)
- func (t *LinesTableContent) RemoveColumn(col int)
- func (t *LinesTableContent) RemoveRow(row int)
- func (t *LinesTableContent) SetCell(row int, col int, cell *tview.TableCell)
- type TUI
Constants ¶
View Source
const ( PAGE_GOTO_LINE string = "goto_line_modal" PAGE_LINES_TABLE = "lines_table" PAGE_LINE_DETAIL = "line_detail" PAGE_SEARCH_FORM = "search_form" )
View Source
const LINES_TABLE_COLUMN_COUNT = 5
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LinesTableContent ¶
type LinesTableContent struct {
// contains filtered or unexported fields
}
func NewLinesTableContent ¶
func NewLinesTableContent(lines []common.Envelope) *LinesTableContent
func (*LinesTableContent) Clear ¶
func (t *LinesTableContent) Clear()
func (*LinesTableContent) GetCell ¶
func (t *LinesTableContent) GetCell(row int, col int) *tview.TableCell
func (*LinesTableContent) GetColumnCount ¶
func (t *LinesTableContent) GetColumnCount() int
func (*LinesTableContent) GetRowCount ¶
func (t *LinesTableContent) GetRowCount() int
func (*LinesTableContent) InsertColumn ¶
func (t *LinesTableContent) InsertColumn(col int)
func (*LinesTableContent) InsertRow ¶
func (t *LinesTableContent) InsertRow(row int)
func (*LinesTableContent) RemoveColumn ¶
func (t *LinesTableContent) RemoveColumn(col int)
func (*LinesTableContent) RemoveRow ¶
func (t *LinesTableContent) RemoveRow(row int)
Click to show internal directories.
Click to hide internal directories.