Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController() *Controller
func (*Controller) ContestChanged ¶ added in v0.12.0
func (c *Controller) ContestChanged(contest core.Contest)
func (*Controller) Notify ¶ added in v0.5.0
func (c *Controller) Notify(listener any)
func (*Controller) QSOAdded ¶ added in v1.1.0
func (c *Controller) QSOAdded(qso core.QSO)
func (*Controller) SetView ¶
func (c *Controller) SetView(view View)
func (*Controller) SetWorkmode ¶
func (c *Controller) SetWorkmode(workmode core.Workmode)
func (*Controller) Workmode ¶ added in v0.6.0
func (c *Controller) Workmode() core.Workmode
type WorkmodeChangedListener ¶ added in v0.5.0
type WorkmodeChangedListenerFunc ¶ added in v0.5.0
func (WorkmodeChangedListenerFunc) WorkmodeChanged ¶ added in v0.5.0
func (f WorkmodeChangedListenerFunc) WorkmodeChanged(workmode core.Workmode)
Click to show internal directories.
Click to hide internal directories.