MCPcopy Create free account

hub / github.com/Kwynto/agonist / functions

Functions25 in github.com/Kwynto/agonist

↓ 6 callersMethodoutSettLog
The outSettLog() function displays an informational message on a new line in the window interface in the program settings section.
cmd/desktop/helpers.go:37
↓ 1 callersFunctionRun
Program start point
cmd/desktop/agonist.go:7
↓ 1 callersMethodaboutBtn
Handler click on the button agonistApp.winElem.aboutBtn in the program menu to switch the section
cmd/desktop/handlers.go:55
↓ 1 callersMethodalphabetBtn
Handler click on the button agonistApp.winElem.alphabetBtn in the program menu to switch the section
cmd/desktop/handlers.go:22
↓ 1 callersMethodcreateApplication
Creating the main window elements of the application
cmd/desktop/workspace.go:28
↓ 1 callersMethodcreateCardAbout
Creating a section for displaying information about the program
cmd/desktop/cards.go:94
↓ 1 callersMethodcreateCardAlphabet
Creating an Alphabetical Order Test Section
cmd/desktop/cards.go:37
↓ 1 callersMethodcreateCardGenSite
Create a website generation section
cmd/desktop/cards.go:75
↓ 1 callersMethodcreateCardOutdate
Create a test section for legacy repositories
cmd/desktop/cards.go:56
↓ 1 callersMethodcreateCardSettings
Creating a program settings section
cmd/desktop/cards.go:9
↓ 1 callersMethodcreateElements
Creation of application sections and their elements.
cmd/desktop/workspace.go:10
↓ 1 callersMethodcreateMenuButtons
Creating a program menu
cmd/desktop/menu.go:10
↓ 1 callersMethodgenSiteBtn
Handler click on the agonistApp.winElem.genSiteBtn button in the program menu to switch the section
cmd/desktop/handlers.go:44
↓ 1 callersMethodgenerateSite
Web site generation startup handler
cmd/desktop/handlers.go:128
↓ 1 callersMethodhomeBtn
Handler click on the agonistApp.winElem.homeBtn button in the program menu to switch the section
cmd/desktop/handlers.go:11
↓ 1 callersMethodloadSettings
The loadSettings() function loads the saved settings from a file.
cmd/desktop/helpers.go:11
↓ 1 callersMethodoutAlphaResult
The outAlphaResult() function prints an informational message on a new line in the window interface in the alphabetical order testing section.
cmd/desktop/helpers.go:43
↓ 1 callersMethodoutGenSiteLog
The outGenSiteLog() function displays an informational message on a new line in the window interface in the site generation section
cmd/desktop/helpers.go:55
↓ 1 callersMethodoutOutdateResult
The outOutdateResult() function outputs an informational message to a new line in the window interface in the outdated repositories testing section
cmd/desktop/helpers.go:49
↓ 1 callersMethodoutdateBtn
Handler click on the agonistApp.winElem.outdateBtn button in the program menu to switch the section
cmd/desktop/handlers.go:33
↓ 1 callersMethodsaveSettings
Handler click on the agonistApp.winElem.settSave button in the program settings section to save settings and preload data.
cmd/desktop/handlers.go:66
↓ 1 callersMethodtestAlpha
Alphabetical Test Trigger Handler
cmd/desktop/handlers.go:114
↓ 1 callersMethodtestOutdate
Run handler for testing obsolete repositories
cmd/desktop/handlers.go:121
↓ 1 callersFunctionunZipReadMe
The UnZipReadMe() function decompresses the main.zip file and extracts the README.md file from it. File paths are written statically in function const
cmd/desktop/helpers.go:61
Functionmain
The program is launched from main.go due to the peculiarities of "Fyne" and some peculiarities of the implementation of this program. Running through
main.go:11