|
NAMEApp::ZFSCurses::UI::Snapshots - Draw a list of ZFS snapshots.VERSIONVersion 1.210.SYNOPSISThe App::ZFSCurses::UI::Snapshots module is in charge of drawing a list of ZFS snapshots.METHODSnewCreate an instance of App::ZFSCurses::UI.draw_and_runDraw and run the UI. Also perform a couple of checks before actually running the UI which are: 1) checking whether the 'zfs' command is actually installed, 2) checking whether the user is root (required for tweaking properties).exit_dialogCallback when Ctrl+q is pressed. Draw a dialog to ask user for confirmation if he wants to quit the program.show_helpCallback when F1 is pressed. Draw a dialog to print info about the selected property.draw_buttonsDraw the buttons shown at the bottom left of the screen.NOTE: There are severals of these functions. They are called when going back and forth from one screen to another to redraw some parts of the screen such as buttons and labels. draw_main_listboxDraw the main listbox.draw_go_back_bboxDraw the "Go back" button box.draw_snapshot_properties_screenDraw the snapshot properties screen.onpress_show_snapshot_propertiesCallback when a snapshot is selected and shown.onpress_destroyCallback when a snapshot is to be destroyed.onpress_back_to_snapshots_listCallback when the user goes back to the list of snapshots.SEE ALSOThe Curses::UI Perl module.AUTHORPatrice Clement <monsieurp at cpan.org>LICENSE AND COPYRIGHTThis software is copyright (c) 2020 by Patrice Clement.This is free software, licensed under the (three-clause) BSD License. See the LICENSE file.
Visit the GSP FreeBSD Man Page Interface. |