Documentation ¶
Index ¶
- type ProgressModel
- func (p *ProgressModel) Bar(show bool)
- func (p *ProgressModel) Clear() *ProgressModel
- func (p *ProgressModel) Done()
- func (p *ProgressModel) Hide()
- func (p *ProgressModel) SetWait()
- func (p *ProgressModel) Show(newLine string, isError, done bool)
- func (p *ProgressModel) ShowError(err error, msg ...string)
- func (p *ProgressModel) ShowProgress(newLine string, minVal, maxVal float64)
- func (p *ProgressModel) UpdateProgress(value float64)
- func (p *ProgressModel) Wait()
- type ProgressSt
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 ¶
Click to show internal directories.
Click to hide internal directories.