Documentation
¶
Index ¶
- func CreateUI()
- type Page
- type UI
- func (ui *UI) DisplayLoadingError(err string)
- func (ui *UI) RefreshUIWhileOnLoadTab()
- func (ui *UI) RenderTabbedUI(gtx layout.Context) layout.Dimensions
- func (ui *UI) Run(w *app.Window) error
- func (ui *UI) ServiceLoadComputeCustomFeedPicker(returnToTab string)
- func (ui *UI) ServiceLoadComputeMDBFeeds(gtfsFeedIDs []int, purgeUpdate bool, returnToTab string)
- func (ui *UI) ServiceLoadMobrouteRuntime()
- func (ui *UI) ServiceQueueload(queueload *globalstate.AppQueueload)
- type UITab
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type UI ¶
type UI struct {
GlobalState globalstate.GlobalState
Tabs []UITab
// contains filtered or unexported fields
}
func (*UI) DisplayLoadingError ¶ added in v0.8.0
func (*UI) RefreshUIWhileOnLoadTab ¶ added in v0.8.0
func (ui *UI) RefreshUIWhileOnLoadTab()
func (*UI) RenderTabbedUI ¶
func (ui *UI) RenderTabbedUI(gtx layout.Context) layout.Dimensions
func (*UI) ServiceLoadComputeCustomFeedPicker ¶ added in v0.10.0
func (*UI) ServiceLoadComputeMDBFeeds ¶ added in v0.10.0
func (*UI) ServiceLoadMobrouteRuntime ¶ added in v0.8.0
func (ui *UI) ServiceLoadMobrouteRuntime()
func (*UI) ServiceQueueload ¶ added in v0.8.0
func (ui *UI) ServiceQueueload(queueload *globalstate.AppQueueload)
Click to show internal directories.
Click to hide internal directories.