Documentation ¶
Index ¶
- type ScoreCard
- func (s *ScoreCard) AutoSave()
- func (s *ScoreCard) GetEnds() int
- func (s *ScoreCard) GetScores() scoring.Scores
- func (s *ScoreCard) Layout() *fyne.Container
- func (s *ScoreCard) Reset()
- func (s *ScoreCard) SaveScore()
- func (s *ScoreCard) SetEnds(ends int) *ScoreCard
- func (s *ScoreCard) SetScores(scores scoring.Scores) *ScoreCard
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ScoreCard ¶
type ScoreCard struct {
// contains filtered or unexported fields
}
func New ¶
func New(t *btheme.BowlsTheme, app fyne.App) *ScoreCard
New returns a pointer to a new scoreCard
func (*ScoreCard) AutoSave ¶
func (s *ScoreCard) AutoSave()
AutoSave sets a timer to automatically save the scores
Click to show internal directories.
Click to hide internal directories.