Documentation
¶
Index ¶
- type Counter
- func (c *Counter) AddMuted(qso core.QSO) core.QSOScore
- func (c *Counter) Clear()
- func (c *Counter) ContestChanged(contest core.Contest)
- func (c *Counter) Hide()
- func (c *Counter) Notify(listener any)
- func (c *Counter) Result() int
- func (c *Counter) SetView(view View)
- func (c *Counter) Show()
- func (c *Counter) StationChanged(station core.Station)
- func (c *Counter) Unmute()
- func (c *Counter) Valid() bool
- func (c *Counter) Value(callsign callsign.Callsign, entity dxcc.Prefix, band core.Band, mode core.Mode, ...) (points, multis int, multiValues map[conval.Property]string)
- type DXCCEntities
- type ScoreUpdatedListener
- type ScoreUpdatedListenerFunc
- type View
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Counter ¶
type Counter struct {
// contains filtered or unexported fields
}
Counter is thread-safe.
func NewCounter ¶
func NewCounter(settings core.Settings, entities DXCCEntities) *Counter
func (*Counter) ContestChanged ¶ added in v0.6.0
func (*Counter) StationChanged ¶ added in v0.6.0
type DXCCEntities ¶ added in v0.6.0
DXCCEntities returns a list of matching DXCC entities for the given string and indicates if there was a match at all.
type ScoreUpdatedListener ¶
type ScoreUpdatedListenerFunc ¶
func (ScoreUpdatedListenerFunc) ScoreUpdated ¶
func (f ScoreUpdatedListenerFunc) ScoreUpdated(score core.Score)
Click to show internal directories.
Click to hide internal directories.