Documentation
¶
Index ¶
- type AppView
- func (m *AppView) SelectOpenFile(title string, patterns ...string) (string, bool, error)
- func (m *AppView) SelectSaveFile(title string, patterns ...string) (string, bool, error)
- func (m *AppView) ShowErrorDialog(format string, args ...interface{})
- func (m *AppView) ShowFilename(filename string)
- func (m *AppView) ShowInfoDialog(format string, args ...interface{})
- type CWClient
- type Clock
- type DXCCFinder
- type EntryView
- func (m *EntryView) Activate()
- func (m *EntryView) ClearMessage()
- func (m *EntryView) EnableExchangeFields(theirNumber, theirXchange bool)
- func (m *EntryView) SetActiveField(field core.EntryField)
- func (m *EntryView) SetBand(text string)
- func (m *EntryView) SetCallsign(callsign string)
- func (m *EntryView) SetDuplicateMarker(active bool)
- func (m *EntryView) SetEditingMarker(active bool)
- func (m *EntryView) SetMode(text string)
- func (m *EntryView) SetMyNumber(number string)
- func (m *EntryView) SetMyReport(report string)
- func (m *EntryView) SetMyXchange(xchange string)
- func (m *EntryView) SetTheirNumber(number string)
- func (m *EntryView) SetTheirReport(report string)
- func (m *EntryView) SetTheirXchange(xchange string)
- func (m *EntryView) ShowMessage(args ...interface{})
- type KeyerView
- type Log
- func (m *Log) Activate()
- func (m *Log) ClearRowAddedListeners()
- func (m *Log) LastBand() core.Band
- func (m *Log) LastMode() core.Mode
- func (m *Log) LastXchange() string
- func (m *Log) Log(qso core.QSO)
- func (m *Log) NextNumber() core.QSONumber
- func (m *Log) QsosOrderedByMyNumber() []core.QSO
- func (m *Log) UniqueQsosOrderedByMyNumber() []core.QSO
- type LogbookView
- type QSOList
- type Reader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppView ¶
func (*AppView) SelectOpenFile ¶
func (*AppView) SelectSaveFile ¶
func (*AppView) ShowErrorDialog ¶
func (*AppView) ShowFilename ¶
func (*AppView) ShowInfoDialog ¶
type CWClient ¶
func (*CWClient) Disconnect ¶
func (m *CWClient) Disconnect()
func (*CWClient) IsConnected ¶
type DXCCFinder ¶
type EntryView ¶
func (*EntryView) ClearMessage ¶
func (m *EntryView) ClearMessage()
func (*EntryView) EnableExchangeFields ¶
func (*EntryView) SetActiveField ¶
func (m *EntryView) SetActiveField(field core.EntryField)
func (*EntryView) SetCallsign ¶
func (*EntryView) SetDuplicateMarker ¶
func (*EntryView) SetEditingMarker ¶
func (*EntryView) SetMyNumber ¶
func (*EntryView) SetMyReport ¶
func (*EntryView) SetMyXchange ¶
func (*EntryView) SetTheirNumber ¶
func (*EntryView) SetTheirReport ¶
func (*EntryView) SetTheirXchange ¶
func (*EntryView) ShowMessage ¶
func (m *EntryView) ShowMessage(args ...interface{})
type KeyerView ¶
func (*KeyerView) SetPattern ¶
func (*KeyerView) ShowMessage ¶
func (m *KeyerView) ShowMessage(args ...interface{})
type Log ¶
func (*Log) ClearRowAddedListeners ¶
func (m *Log) ClearRowAddedListeners()
func (*Log) LastXchange ¶ added in v0.3.2
func (*Log) NextNumber ¶
func (*Log) QsosOrderedByMyNumber ¶
func (*Log) UniqueQsosOrderedByMyNumber ¶
type LogbookView ¶
func (*LogbookView) RowAdded ¶
func (m *LogbookView) RowAdded(qso core.QSO)
func (*LogbookView) UpdateAllRows ¶
func (m *LogbookView) UpdateAllRows(qsos []core.QSO)
Click to show internal directories.
Click to hide internal directories.