Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EntryController ¶
type EntryController interface {
GotoNextField() core.EntryField
SetActiveField(core.EntryField)
Enter(string)
SendQuestion()
Log()
Reset()
}
EntryController controls the entry of QSO data.
type KeyerController ¶
KeyerController controls the keyer.
type LogbookController ¶
type LogbookController interface {
SelectRow(int)
}
LogbookController represents the logbook controller.
type MainMenuController ¶
type MainMenuController interface {
About()
New()
Open()
SaveAs()
ExportCabrillo()
ExportADIF()
ExportCSV()
Quit()
ShowCallinfo()
ShowScore()
}
MainMenuController provides the functionality for the main menu.
type WorkmodeController ¶
WorkmodeController controls the workmode handling.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.