Documentation ¶
Index ¶
- type Volumes
- func (vols *Volumes) ClearData()
- func (vols *Volumes) Draw(screen tcell.Screen)
- func (vols *Volumes) Focus(delegate func(p tview.Primitive))
- func (vols *Volumes) GetTitle() string
- func (vols *Volumes) HasFocus() bool
- func (vols *Volumes) HideAllDialogs()
- func (vols *Volumes) InputHandler() func(event *tcell.EventKey, setFocus func(p tview.Primitive))
- func (vols *Volumes) SubDialogHasFocus() bool
- func (vols *Volumes) UpdateData()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Volumes ¶
Volumes implemnents the volumes page primitive.
func (*Volumes) Draw ¶
func (vols *Volumes) Draw(screen tcell.Screen)
Draw draws this primitive onto the screen.
func (*Volumes) HideAllDialogs ¶ added in v0.3.0
func (vols *Volumes) HideAllDialogs()
HideAllDialogs hides all sub dialogs.
func (*Volumes) InputHandler ¶
InputHandler returns the handler for this primitive.
func (*Volumes) SubDialogHasFocus ¶ added in v0.2.0
SubDialogHasFocus returns whether or not sub dialog primitive has focus.
Click to show internal directories.
Click to hide internal directories.