ui

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 5, 2023 License: GPL-3.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func StartUI

func StartUI() error

Types

type ArcLogModel

type ArcLogModel struct {
	walk.TableModelBase
	walk.SorterBase
	// contains filtered or unexported fields
}

func (*ArcLogModel) Checked

func (m *ArcLogModel) Checked(row int) bool

Called by the TableView to retrieve if a given row is checked.

func (*ArcLogModel) IndexOf

func (m *ArcLogModel) IndexOf(item *model.ArcLog) int

func (*ArcLogModel) RefreshTable

func (m *ArcLogModel) RefreshTable()

func (*ArcLogModel) RowCount

func (m *ArcLogModel) RowCount() int

Called by the TableView from SetModel and every time the model publishes a RowsReset event.

func (*ArcLogModel) SetChecked

func (m *ArcLogModel) SetChecked(row int, checked bool) error

Called by the TableView when the user toggled the check box of a given row.

func (*ArcLogModel) Sort

func (m *ArcLogModel) Sort(col int, order walk.SortOrder) error

Called by the TableView to sort the model.

func (*ArcLogModel) Value

func (m *ArcLogModel) Value(row, col int) interface{}

Called by the TableView when it needs the text to display for a given cell.

type FormatOptions

type FormatOptions struct {
	Title           string
	IncludeDuration bool
}

type Options

type Options struct {
	DetailedWvw bool
	Anonymous   bool
}

type Output

type Output struct {
	FormatOptions FormatOptions
	Results       Results
}

type ProcessedArcLog

type ProcessedArcLog struct {
	// contains filtered or unexported fields
}

type Results

type Results struct {
	Discord   string
	Teamspeak string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL