progressmodel

package
v2.0.0-alpha.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 23, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ProgressModel

type ProgressModel struct {
	// contains filtered or unexported fields
}

func NewProgressModel

func NewProgressModel(wind fyne.Window) *ProgressModel

func (*ProgressModel) Bar

func (p *ProgressModel) Bar(show bool)

func (*ProgressModel) Clear

func (p *ProgressModel) Clear() *ProgressModel

func (*ProgressModel) Done

func (p *ProgressModel) Done()

func (*ProgressModel) Hide

func (p *ProgressModel) Hide()

func (*ProgressModel) SetWait

func (p *ProgressModel) SetWait()

func (*ProgressModel) Show

func (p *ProgressModel) Show(newLine string, isError, done bool)

func (*ProgressModel) ShowError

func (p *ProgressModel) ShowError(err error, msg ...string)

func (*ProgressModel) ShowProgress

func (p *ProgressModel) ShowProgress(newLine string, minVal, maxVal float64)

func (*ProgressModel) UpdateProgress

func (p *ProgressModel) UpdateProgress(value float64)

func (*ProgressModel) Wait

func (p *ProgressModel) Wait()

type ProgressSt

type ProgressSt struct {
	Step string
	Done bool
	Err  error
	Data interface{}
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL