Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CreateAndStartTaskDialog ¶
type CreateAndStartTaskDialog interface { GetTask() *models.TaskData Reset() HideCloseWindowCheckbox() ShowCloseWindowCheckbox() // contains filtered or unexported methods }
CreateAndStartTaskDialog is the main interface for the Create and Start New Task dialog
func NewCreateAndStartTaskDialog ¶
func NewCreateAndStartTaskDialog(prefs fyne.Preferences, cb func(bool), parent fyne.Window) CreateAndStartTaskDialog
NewCreateAndStartTaskDialog creates a new instance of the Create and Start a New Task dialog
type StopTaskDialog ¶
type StopTaskDialog interface { SetCloseWindowCheckbox(hidden bool) // contains filtered or unexported methods }
StopTaskDialog is the main interface for the Stop Task dialog
func NewStopTaskDialog ¶
func NewStopTaskDialog(task models.TaskData, prefs fyne.Preferences, cb func(bool), parent fyne.Window) StopTaskDialog
NewStopTaskDialog creates a new instance of the Stop Task dialog
Click to show internal directories.
Click to hide internal directories.