Documentation ¶
Index ¶
- type DiskView
- func (dv *DiskView) HandleInput(event *tcell.EventKey) *tcell.EventKey
- func (dv *DiskView) Initialize(backButtonText string, sysConfig *configuration.SystemConfig, ...) (err error)
- func (dv *DiskView) Name() string
- func (dv *DiskView) OnShow()
- func (dv *DiskView) Primitive() tview.Primitive
- func (dv *DiskView) Reset() (err error)
- func (dv *DiskView) Title() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DiskView ¶
type DiskView struct {
// contains filtered or unexported fields
}
DiskView contains the disk selection UI
func (*DiskView) HandleInput ¶
HandleInput handles custom input.
func (*DiskView) Initialize ¶
func (dv *DiskView) Initialize(backButtonText string, sysConfig *configuration.SystemConfig, cfg *configuration.Config, app *tview.Application, nextPage, previousPage, quit, refreshTitle func()) (err error)
Initialize initializes the view.
func (*DiskView) OnShow ¶
func (dv *DiskView) OnShow()
OnShow gets called when the view is shown to the user
Click to show internal directories.
Click to hide internal directories.