Documentation ¶
Index ¶
Constants ¶
View Source
const ( ActionEdit int = iota ActionCreate )
View Source
const (
Timeout int = 5
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MainWindow ¶
type MainWindow struct {
// contains filtered or unexported fields
}
func NewMainWindow ¶
func NewMainWindow(a fyne.App) *MainWindow
func (*MainWindow) AddPerson ¶
func (w *MainWindow) AddPerson()
func (*MainWindow) EditPerson ¶
func (w *MainWindow) EditPerson()
func (*MainWindow) GetID ¶
func (w *MainWindow) GetID() (id int64, err error)
func (*MainWindow) Refresh ¶
func (w *MainWindow) Refresh()
func (*MainWindow) RemovePerson ¶
func (w *MainWindow) RemovePerson()
func (*MainWindow) Show ¶
func (w *MainWindow) Show()
type PersonCardWindow ¶
type PersonCardWindow struct {
// contains filtered or unexported fields
}
func NewPersonCardWindow ¶
func NewPersonCardWindow(a fyne.App, id int64, action int, rw Refreshable) *PersonCardWindow
func (*PersonCardWindow) Save ¶
func (w *PersonCardWindow) Save()
func (*PersonCardWindow) Show ¶
func (w *PersonCardWindow) Show()
type Refreshable ¶
type Refreshable interface {
Refresh()
}
Click to show internal directories.
Click to hide internal directories.