Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
func NewConfig ¶
func NewConfig(commands chan interface{}, show chan ShowRequest) *Config
type FormField ¶
func NewFormField ¶
type MarkTaskDoneRequest ¶
type MarkTaskDoneRequest struct {
ID string
}
type NewTask ¶
type NewTask struct {
// contains filtered or unexported fields
}
func NewNewTask ¶
func NewNewTask(commands chan interface{}, show chan ShowRequest) *NewTask
type SaveConfigRequest ¶
type SaveNewTaskRequest ¶
type ScreenSet ¶
type ScreenSet struct {
// contains filtered or unexported fields
}
func NewScreenSet ¶
func NewScreenSet(requests chan interface{}) *ScreenSet
type ShowRequest ¶
type SyncTasksRequest ¶
type SyncTasksRequest struct{}
type Tasks ¶
type Tasks struct {
// contains filtered or unexported fields
}
func NewTasks ¶
func NewTasks(commands chan interface{}, show chan ShowRequest) *Tasks
type UpdateTask ¶
type UpdateTask struct {
// contains filtered or unexported fields
}
func NewUpdateTask ¶
func NewUpdateTask(commands chan interface{}, show chan ShowRequest) *UpdateTask
func (*UpdateTask) Cancel ¶
func (ut *UpdateTask) Cancel()
func (*UpdateTask) Content ¶
func (ut *UpdateTask) Content() *fyne.Container
func (*UpdateTask) Hide ¶
func (ut *UpdateTask) Hide()
func (*UpdateTask) Init ¶
func (ut *UpdateTask) Init()
func (*UpdateTask) Refresh ¶
func (ut *UpdateTask) Refresh(_ State)
func (*UpdateTask) Save ¶
func (ut *UpdateTask) Save()
func (*UpdateTask) Show ¶
func (ut *UpdateTask) Show(task Task)
type UpdateTaskRequest ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.