Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockView ¶
type BlockView struct { widget.BaseWidget // contains filtered or unexported fields }
func NewBlockView ¶
func NewBlockView(row *petalsserver.Peer, numBlocks int, lineHeight float32) *BlockView
func (*BlockView) CreateRenderer ¶
func (b *BlockView) CreateRenderer() fyne.WidgetRenderer
type HealthView ¶
type HealthView struct { widget.BaseWidget // contains filtered or unexported fields }
func NewHealthView ¶
func NewHealthView(status *petalsserver.Status, onProblem func(), peerID *string) *HealthView
func (*HealthView) CreateRenderer ¶
func (h *HealthView) CreateRenderer() fyne.WidgetRenderer
func (*HealthView) LoadStatus ¶
func (h *HealthView) LoadStatus()
type ModelHealth ¶
type ModelHealth struct { widget.BaseWidget // contains filtered or unexported fields }
func NewModelHealth ¶
func NewModelHealth(rows []petalsserver.Peer, numBlocks int, current *string) *ModelHealth
func (*ModelHealth) CreateRenderer ¶
func (h *ModelHealth) CreateRenderer() fyne.WidgetRenderer
type PeerLabel ¶
type PeerLabel struct { widget.BaseWidget // contains filtered or unexported fields }
func NewPeerLabel ¶
func NewPeerLabel(row *petalsserver.Peer, numBlocks int) *PeerLabel
func (*PeerLabel) CreateRenderer ¶
func (p *PeerLabel) CreateRenderer() fyne.WidgetRenderer
type PeerRow ¶
type PeerRow struct { widget.BaseWidget // contains filtered or unexported fields }
func NewPeerRow ¶
func NewPeerRow(row *petalsserver.Peer, numBlocks int, currentPeerID *string) *PeerRow
func (*PeerRow) CreateRenderer ¶
func (p *PeerRow) CreateRenderer() fyne.WidgetRenderer
Click to show internal directories.
Click to hide internal directories.